Update of /cvsroot/php-blog/serendipity/plugins/serendipity_event_blogpdf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15613/plugins/serendipity_event_blogpdf
Modified Files:
Tag: branch-smarty
serendipity_event_blogpdf.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_blogpdf.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/plugins/serendipity_event_blogpdf/serendipity_event_blogpdf.php,v
retrieving revision 1.7.2.1
retrieving revision 1.7.2.2
diff -u -d -r1.7.2.1 -r1.7.2.2
--- serendipity_event_blogpdf.php 6 Oct 2004 10:31:08 -0000 1.7.2.1
+++ serendipity_event_blogpdf.php 28 Oct 2004 20:17:22 -0000 1.7.2.2
@@ -28,7 +28,7 @@
case 'es':
default:
@define('PLUGIN_EVENT_BLOGPDF_NAME', 'Export blog as PDF');
- @define('PLUGIN_EVENT_BLOGPDF_DESC', 'Exports your full blog as a PDF file');
+ @define('PLUGIN_EVENT_BLOGPDF_DESC', 'Allows visitors to download your blog in the PDF format');
@define('PLUGIN_EVENT_BLOGPDF_DOWNLOAD', 'Download this blog as PDF!');
@define('PLUGIN_EVENT_BLOGPDF_PAGE', 'Page');
@define('PLUGIN_EVENT_BLOGPDF_EXPORT', 'Blog Export');
@@ -416,4 +416,4 @@
}
/* vim: set sts=4 ts=4 expandtab : */
-?>
\ No newline at end of file
+?>
|