]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/ikiwiki/blog.mdwn
Stop prepending urn:uuid: to guids that look like UUIDs
[git.ikiwiki.info.git] / doc / ikiwiki / blog.mdwn
index 1a816dceb4a9ff768ad0eef09b57acdce76f35bd..90159e939640187a754d200edde99ba84ebc46cc 100644 (file)
@@ -1,3 +1,4 @@
+[[!meta robots="noindex, follow"]]
 [[!if test="enabled(inline)"
      then="This wiki has the inline plugin **enabled**."
      else="This wiki has the inline plugin **disabled**."]]
@@ -53,7 +54,7 @@ directive:
 * `skip` - Specify a number of pages to skip displaying. Can be useful
   to produce a feed that only shows archived pages.
 * `rss` - controls generation of an rss feed. If the wiki is configured to
-  generate tss feeds by default, set to "no" to disable. If the wiki is
+  generate rss feeds by default, set to "no" to disable. If the wiki is
   configured to `allowrss`, set to "yes" to enable.
 * `atom` - controls generation of an atom feed. If the wiki is configured to
   generate atom feeds by default, set to "no" to disable. If the wiki is
@@ -97,3 +98,6 @@ directive:
   the page.
 * `timeformat` - Use this to specify how to display the time or date for pages
   in the blog. The format string is passed to the strftime(3) function.
+* `guid` - If a URI is given here (perhaps a UUID prefixed with `urn:uuid:`),
+  the Atom feed will have this as its `<id>`. The default is to use the URL
+  of the page containing the `inline` directive.