hopefully answer Peter's question
authorbremner <bremner@web>
Mon, 15 Sep 2008 12:42:47 +0000 (08:42 -0400)
committerJoey Hess <joey@kitenet.net>
Mon, 15 Sep 2008 12:42:47 +0000 (08:42 -0400)
doc/plugins/contrib/default_content_for___42__copyright__42___and___42__license__42__.mdwn

index 76c7b42cf79fe7b7f2dcb7648bdc776c404ad08f..999ddfd6cb247a5b67f8e5bcd1b6d563535a0729 100644 (file)
@@ -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]]