aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/copyright_based_on_pagespec.mdwn
diff options
context:
space:
mode:
authorbremner <bremner@web>2008-09-15 08:39:12 -0400
committerJoey Hess <joey@kitenet.net>2008-09-15 08:39:12 -0400
commit25b17aa1c0b0987be7d98c2610a02840c9ae0634 (patch)
treea9e1f22561c5566de0f217620e221cc9877165fb /doc/todo/copyright_based_on_pagespec.mdwn
parent93ebd04e2942d531b6c7c129ed23212e81ac5588 (diff)
downloadikiwiki-25b17aa1c0b0987be7d98c2610a02840c9ae0634.tar
ikiwiki-25b17aa1c0b0987be7d98c2610a02840c9ae0634.tar.gz
Diffstat (limited to 'doc/todo/copyright_based_on_pagespec.mdwn')
-rw-r--r--doc/todo/copyright_based_on_pagespec.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/todo/copyright_based_on_pagespec.mdwn b/doc/todo/copyright_based_on_pagespec.mdwn
new file mode 100644
index 000000000..f15ad4b75
--- /dev/null
+++ b/doc/todo/copyright_based_on_pagespec.mdwn
@@ -0,0 +1,10 @@
+I think the following would be useful. Have a plugin (pagecopyright? dunno about the name), configured
+by an "association-list"
+<pre>
+copyright_alist=>[ "*/Discussion" => "Comments copyright individual authors",
+ "*"=> "Copyright 2008 Widget Co" ]
+</pre>
+
+And yes, I know about [[plugins/contrib/default_content_for___42__copyright__42___and___42__license__42__]]
+
+[[DavidBremner]]