]> sipb.mit.edu Git - ikiwiki.git/blob - doc/todo/copyright_based_on_pagespec.mdwn
response
[ikiwiki.git] / doc / todo / copyright_based_on_pagespec.mdwn
1 I think the following would be useful.  Have a plugin (pagecopyright? dunno about the name), configured
2 by an "association-list"
3 <pre>
4 copyright_alist=>[ "*/Discussion" => "Comments copyright individual authors",
5                    "*"=> "Copyright 2008 Widget Co" ]
6 </pre>
7
8 And yes, I know about [[plugins/contrib/default_content_for___42__copyright__42___and___42__license__42__]]
9
10 [[DavidBremner]]