diff options
author | http://www.openid.albertlash.com/openid/ <http://www.openid.albertlash.com/openid/@web> | 2010-06-18 20:47:31 +0000 |
---|---|---|
committer | Joey Hess <joey@finch.kitenet.net> | 2010-06-18 20:47:31 +0000 |
commit | b3e8115c95c79859c2893ac73e9f0bab0db31594 (patch) | |
tree | 53db7e50d76270618f6032e07aa094941d697855 /doc | |
parent | 57e56828f5b03f8fb31631f36731f989d4335607 (diff) | |
download | ikiwiki-b3e8115c95c79859c2893ac73e9f0bab0db31594.tar ikiwiki-b3e8115c95c79859c2893ac73e9f0bab0db31594.tar.gz |
Diffstat (limited to 'doc')
-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..6657c9350 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> |