]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/meta.mdwn
* Add a googlecalendar plugin. A bit special-purpose, but it shows
[ikiwiki.git] / doc / plugins / meta.mdwn
index de16a917920cc231f6b77b05b0ed87a3c7d38691..f30efb873c47af286497746b4c2072a4f82ca188 100644 (file)
@@ -1,3 +1,6 @@
+[[template id=plugin name=meta included=1 author="[[Joey]]"]]
+[[tag type/meta]]
+
 This plugin allows inserting arbitrary metadata into the source of a page.
 Enter the metadata as follows:
 
@@ -42,7 +45,7 @@ You can use any field names you like, but here are some predefined ones:
 
 * permalink
 
-  Specifies a perminent link to the page, if different than the page
+  Specifies a permanent link to the page, if different than the page
   generated by ikiwiki.
 
 If the field is not treated specially (as the link and title fields are),
@@ -52,8 +55,5 @@ 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.
+If this plugin is enabled, the title of this page will say that it is.
 [[meta title="meta plugin (enabled)"]]
-
-[[tag type/meta]]