Update of /cvsroot/php-blog/serendipity/plugins/serendipity_event_creativecommons
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15613/plugins/serendipity_event_creativecommons
Modified Files:
Tag: branch-smarty
serendipity_event_creativecommons.php
Log Message:
- New plugin manager
- Give some of the plugin longer descriptions
- Allow plugins to set 'stackable' directive to false which will prevent it from being installed more than once - Still 'beta'
- MFH plugin config redirection fix
Index: serendipity_event_creativecommons.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/plugins/serendipity_event_creativecommons/serendipity_event_creativecommons.php,v
retrieving revision 1.12
retrieving revision 1.12.2.1
diff -u -d -r1.12 -r1.12.2.1
--- serendipity_event_creativecommons.php 26 Aug 2004 10:25:09 -0000 1.12
+++ serendipity_event_creativecommons.php 28 Oct 2004 20:17:23 -0000 1.12.2.1
@@ -20,7 +20,7 @@
case 'en':
default:
@define('PLUGIN_CREATIVECOMMONS_NAME', 'Creative Commons License');
- @define('PLUGIN_CREATIVECOMMONS_DESC', 'Choose a creative commons license for your content');
+ @define('PLUGIN_CREATIVECOMMONS_DESC', 'Choose and display a creative commons license for your content');
@define('PLUGIN_CREATIVECOMMONS_TXT', 'Show text?');
@define('PLUGIN_CREATIVECOMMONS_TXT_DESC', 'For visible notifications of license status, show a brief explanation of your license choice.');
@define('PLUGIN_CREATIVECOMMONS_CAP', 'Original content in this work is licensed under a <a href="#license_uri#">Creative Commons License</a>');
|