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" +
+copyright_alist=>[ "*/Discussion" => "Comments copyright individual authors", + "*"=> "Copyright 2008 Widget Co" ] ++ +And yes, I know about [[plugins/contrib/default_content_for___42__copyright__42___and___42__license__42__]] + +[[DavidBremner]]