diff options
author | Joey Hess <joey@kitenet.net> | 2010-06-18 18:07:40 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-06-18 18:07:40 -0400 |
commit | 9b673c2afc815185bad1bc35edaffeff115dd1b3 (patch) | |
tree | 42d1d4e350fb969458003a810e707a3c3b4e2193 | |
parent | aa0fe1aac9b393a7a214dedef4229560ab31a5df (diff) | |
parent | 4833f486b6ca759e1bcd8acc19e13ef4a0a6063f (diff) |
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
-rw-r--r-- | doc/todo/Google_Sitemap_protocol.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/todo/Google_Sitemap_protocol.mdwn b/doc/todo/Google_Sitemap_protocol.mdwn index 057a88b72..12ac8d036 100644 --- a/doc/todo/Google_Sitemap_protocol.mdwn +++ b/doc/todo/Google_Sitemap_protocol.mdwn @@ -45,3 +45,13 @@ On [Google Webmaster tools](https://www.google.com/webmasters/tools) you can sub [Google should grok feeds as sitemaps.](http://www.google.com/support/webmasters/bin/answer.py?answer=34654) Or rather [[plugins/inline]] should be improved to support the [sitemap protocol](http://sitemaps.org/protocol.php) natively. -- [[Hendry]] + + +Took me a minute to figure this out so I figured I'd share the steps I took: + +* Added rss=>1 and allowrss=>1 to my setup file +* Created a new page where the RSS would be created with this content, replacing "first_page" with the page in my wiki with the earliest date: + +<pre> +[[!inline pages="* and !*/Discussion and created_after(first_page)" archive="yes" rss="yes" ]] +</pre> |