Goodies
omnisrv has built-in rss & sitemap support.
Before using any of these, add host head in root index page. See also Multi-host.
RSS Feeds
Just create feed.rss.md anywhere needed:
---
tmpl rss
datefmt 2006/1/2
hide
---
After that ./feed.rss will be available.
This is rss version 2.0, a few clients may not work with it.
Optional heads:
page posts: take feeds frompostsdirectorylang zh-cn: add rss language metadata
Sitemap
Create sitemap.xml.md at root directory:
---
tmpl sitemap
datefmt 2006/1/2
hide
---
After that /sitemap.xml will be available.