Feed and Comments folders generated
-
Hi, I’ve been experimenting with Simply Static and find it very easy to use and the results are amazing ?? .
I have one question, besides the expected generated folders I find two extra folders containing index.xml files:
/Feed/index.xml
/comments/feed/index.xmlIn each of these .xml files are contents similar to these:
From /comments/feed/index.xml:
><?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
xmlns:content="https://purl.org/rss/1.0/modules/content/"
xmlns:dc="https://purl.org/dc/elements/1.1/"
xmlns:atom="https://www.w3.org/2005/Atom"
xmlns:sy="https://purl.org/rss/1.0/modules/syndication/"
>
<channel>
<title>
Comments for mysite </title>
<atom:link href="/mysite-static/en/comments/feed/" rel="self" type="application/rss+xml" />
<link>/mysite-static</link>
<description></description>
<lastBuildDate>Thu, 09 Jan 2025 16:17:06 +0000</lastBuildDate>
<sy:updatePeriod>
hourly </sy:updatePeriod>
<sy:updateFrequency>
1 </sy:updateFrequency>
<generator>https://www.ads-software.com/?v=6.7.1</generator>
</channel>
</rss>
And from feed/index.xml:><?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
xmlns:content="https://purl.org/rss/1.0/modules/content/"
xmlns:wfw="https://wellformedweb.org/CommentAPI/"
xmlns:dc="https://purl.org/dc/elements/1.1/"
xmlns:atom="https://www.w3.org/2005/Atom"
xmlns:sy="https://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="https://purl.org/rss/1.0/modules/slash/"
>
<channel>
<title>Mysite</title>
<atom:link href="/mysite-static/de/feed/" rel="self" type="application/rss+xml" />
<link>/mysite-static</link>
<description></description>
<lastBuildDate>Thu, 09 Jan 2025 16:17:06 +0000</lastBuildDate>
<language>de</language>
<sy:updatePeriod>
hourly </sy:updatePeriod>
<sy:updateFrequency>
1 </sy:updateFrequency>
<generator>https://www.ads-software.com/?v=6.7.1</generator>
<image>
<url>/mysite-static/wp-content/uploads/2024/09/cropped-text32364-1-32x32.png</url>
<title>Mysite</title>
<link>/mysite-static</link>
<width>32</width>
<height>32</height>
</image>
</channel>
</rss>I don’t have any comments or feeds enabled on my wordpress site, so are these files and folders necessary for the correct operation of the static site? And if not, how can I suppress them being generated by Simply Static?
Thank you in advance!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.