'''License selection action for wiki license'''

MoinMoin already has support for a site-wide license page, controlled by the {{{page_license_page}}} and {{{page_license_enabled}}} configuration parameters.  The [[http://yergler.net/MoinLicense|MoinLicense]] action provides a license selector which utilizes [[http://creativecommons.org|Creative Commons]]' [[http://api.creativecommons.org|web services]].  This allows users to choose from a list of CC licenses and generate a wiki license page.  It also includes an action which allows users to license a particular page with a different license.

The actions are paired with a macro which will display a license button.  The markup generated includes machine-readable [[http://rdfa.info|RDFa]].

I believe that including this action with the basic MoinMoin distribution would solve a common problem for many community wikis: making it clear how the collaboratively produced content may be reused. -- NathanYergler

----

== discussion ==
 I am currently testing this. -- ThiloPfennig <<DateTime(2007-01-10T22:44:39Z)>>
  This needs some fixes for Python 2.5. version 0.0.2 still is not working in my wiki. We continue testing and fixing. -- ThiloPfennig <<DateTime(2007-01-11T11:15:39Z)>>
----
I looked in to some of the routines

/plugin/action/WikiLicense.py uses to much not used imports, hmm may be all routines did this. 


-- ReimarBauer <<DateTime(2007-01-11T06:02:32Z)>>
----
I suggest that we make a Moin package out of it. and also include some text and icons and then also work with page_footer1 like I do at www.kielwiki.de -- ThiloPfennig <<DateTime(2007-01-11T11:43:22Z)>>

----

CategoryFeatureRequest