diff options
author | bremner <bremner@web> | 2008-09-15 08:42:47 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-09-15 08:42:47 -0400 |
commit | f1722d75ac883517ee44b01e06912042bce6bb87 (patch) | |
tree | dea9abdbd34c0ccd6edb40e3cc83334e101b2d6a /doc | |
parent | 25b17aa1c0b0987be7d98c2610a02840c9ae0634 (diff) |
hopefully answer Peter's question
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/contrib/default_content_for___42__copyright__42___and___42__license__42__.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/plugins/contrib/default_content_for___42__copyright__42___and___42__license__42__.mdwn b/doc/plugins/contrib/default_content_for___42__copyright__42___and___42__license__42__.mdwn index 76c7b42cf..999ddfd6c 100644 --- a/doc/plugins/contrib/default_content_for___42__copyright__42___and___42__license__42__.mdwn +++ b/doc/plugins/contrib/default_content_for___42__copyright__42___and___42__license__42__.mdwn @@ -36,3 +36,6 @@ those plugins with a current ikiwiki release, i.e. 2.61, but they appeared to do nothing, really. Also, those example pages don't seem to use those plugins, even; they set "copyright" and "license" properties using ordinary [[meta]] tags. Maybe I'm missing something terribly obvious? --[[Peter]] +> Only obvious if you read the source :-). You need to put a file named "copyright.html" +>(respectively "license.html") in your wiki. Everything underneath that (in the wikilink sense) will use that +>content for the license or copyright. Saves putting \[[meta license="foo"]] in every page [[DavidBremner]] |