=====License Action===== This action displays the full-text of a license in a wiki page. Available license types can be specified through a "type" action parameter and include the following: ~-##GPL## (GNU General Public License) ~-##LGPL## (GNU Lesser General Public License) ~-##GFDL## (GNU Free Documentation License) The source was grabbed and converted to Wikka Markup using Diberri's [[http://diberri.dyndns.org/html2wiki.html | HTML::WikiConverter]]. This action is installed on this server as a [[WikkaBetaFeatures | beta feature]]. ==Usage== %%{{license [type="LGPL"]}}%% ==Example== See LicenseInfo ==Current version== ##**0.1**## ==To do== ~-Add support for CC licenses ==The code== Save the following as ##actions/license.php## %%(php;1) Format($license_text); ?> %% ---- CategoryDevelopmentActions