diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-14 18:11:10 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-14 18:11:10 +0000 |
commit | 906dcfd518c9597dd68ddf30c28bb68e9cbf8555 (patch) | |
tree | 617ca209f8fc582850d5a3a4aadd718871bfed4f /doc | |
parent | dedd467376f86626e5aa599924dc93d57fa27bc4 (diff) |
* meta: Support license and copyright information. The information will
be shown in the page footer. HTML will also be inserted that should
support the rel=license microformat as well as the HTML spec's
rel=copyright.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/meta.mdwn | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/plugins/meta.mdwn b/doc/plugins/meta.mdwn index 78a8c9339..093766708 100644 --- a/doc/plugins/meta.mdwn +++ b/doc/plugins/meta.mdwn @@ -41,7 +41,13 @@ You can use any field names you like, but here are some predefined ones: * license - Specifies a copyright license for the page, for example, "GPL". + Specifies a license for the page, for example, "GPL". Can contain + WikiLinks. + +* copyright + + Specifies the copyright of the page, for example, "Copyright 2007 by + Joey Hess". Can contain WikiLinks. * author |