|
|
|
@ -12,7 +12,7 @@ interface Props { |
|
|
|
|
|
|
|
|
|
export const getRssXml = (data: Props) => { |
|
|
|
|
let item =` |
|
|
|
|
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
|
<rss xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
|
|
|
xmlns:content="http://purl.org/rss/1.0/modules/content/"
|
|
|
|
|
xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"
|
|
|
|
@ -32,7 +32,7 @@ export const getRssXml = (data: Props) => { |
|
|
|
|
<copyright><![CDATA[2023 © `+data.nameCompanies+`. Все права защищены.]]></copyright> |
|
|
|
|
<language><![CDATA[ru]]></language> |
|
|
|
|
<itunes:type>episodic</itunes:type> |
|
|
|
|
<itunes:explicit>false</itunes:explicit> |
|
|
|
|
<itunes:explicit>no</itunes:explicit> |
|
|
|
|
<itunes:author>`+data.nameCompanies+`</itunes:author> |
|
|
|
|
<itunes:summary>`+data.description+`</itunes:summary> |
|
|
|
|
<itunes:owner> |
|
|
|
|