]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/plugins/meta.mdwn
* Make aggregator save permalinks and author name to pages as metadata.
[git.ikiwiki.info.git] / doc / plugins / meta.mdwn
index 4df7f96f88815847be5c136b1a69128ec1827f10..cacb462c9564e8f2efdb55f270c3a191f27be4d1 100644 (file)
@@ -36,12 +36,19 @@ You can use any field names you like, but here are some predefined ones:
 
   Specifies the author of a page.
 
+* permalink
+
+  Specifies the permalink to the page, for use in RSS feeds.
+
 If the field is not treated specially (as the link and title fields are),
 the metadata will be written to the generated html page as a <meta>
 header.
 
+The field value is treated as HTML entity-escaped text, so you can include
+a quote in the text by writing `"` and so on.
+
 This plugin is included in ikiwiki, but it is not enabled by default. If
 it is enabled, the title of this page will say it is.
 [[meta title="meta plugin (enabled)"]]
 
-[[tag plugins/type/meta]]
+[[tag type/meta]]