summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-04 01:24:35 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-04 01:24:35 +0000
commitcd50e6d1dcbd9d7d92bf248131ce6bcce27a1cba (patch)
tree1853189ab14de767bcb26cf61e50cde84f0e10d7 /doc/todo
parent5b70a5690b788acc8c433d786c887186d2982fe9 (diff)
web commit by http://xtermin.us/: sitemaps plugin
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/Google_Sitemap_protocol.mdwn11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/todo/Google_Sitemap_protocol.mdwn b/doc/todo/Google_Sitemap_protocol.mdwn
index d1e465bd8..727f11b00 100644
--- a/doc/todo/Google_Sitemap_protocol.mdwn
+++ b/doc/todo/Google_Sitemap_protocol.mdwn
@@ -17,4 +17,13 @@ about having such pages not found by web spiders.
While pages are very interlinked, most people use ikiwiki for blogging. Blogging produces pages at random intervals and google apparently optimizes their crawls to fit the frequency of changes. For me it's not so often that the contents of my blog changes, so google indexes it quite infrequently. Sitemaps are polled more often than other content (if one exists) so it's lighter for the site and for search engines (yes, google) to frequently poll it instead. So it's not that pages can't be found, but it's lighter for the site to keep an up to date index.
--- Sami \ No newline at end of file
+-- Sami
+
+> I've written a sitemaps plugin for my own use. With a little tweaking it
+> should be usable for others. See [my git
+repo](http://localhost/git/?p=website.git;a=blob;f=plugins/googlesitemap.pm)
+for an example. You will probably need to strip out the metadata variables I
+> gather, and tweak to generate proper priorities. The code is pretty simple
+> though and self-explanatory.
+>
+> -- CharlesMauch \ No newline at end of file