diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-01-09 01:05:54 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-01-09 01:05:54 -0500 |
commit | b31e8c08260b0da95014caea078f3155d4707e28 (patch) | |
tree | aae1a8bbfe2b6e57ca02f741fec18ef97ba7f0e3 /doc/plugins | |
parent | 469d09d4c15cf7431f65f19cc37d9fc174248a17 (diff) |
* inline: Add copyright/license info on a per-post basis to atom
feeds if available. (rss doesn't allow such info on a per-post basis)
* meta: Allow copyright/license metadata to contain arbitrary markup.
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/meta.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/plugins/meta.mdwn b/doc/plugins/meta.mdwn index 479d62c43..ec4348e41 100644 --- a/doc/plugins/meta.mdwn +++ b/doc/plugins/meta.mdwn @@ -27,12 +27,12 @@ Supported fields: * license Specifies a license for the page, for example, "GPL". Can contain - WikiLinks. + WikiLinks and arbitrary markup. * copyright Specifies the copyright of the page, for example, "Copyright 2007 by - Joey Hess". Can contain WikiLinks. + Joey Hess". Can contain WikiLinks and arbitrary markup. * author |