Update of /cvsroot/php-blog/serendipity/plugins/serendipity_event_weblogping
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15613/plugins/serendipity_event_weblogping
Modified Files:
Tag: branch-smarty
serendipity_event_weblogping.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_weblogping.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/plugins/serendipity_event_weblogping/serendipity_event_weblogping.php,v
retrieving revision 1.9.2.1
retrieving revision 1.9.2.2
diff -u -d -r1.9.2.1 -r1.9.2.2
--- serendipity_event_weblogping.php 20 Sep 2004 09:23:34 -0000 1.9.2.1
+++ serendipity_event_weblogping.php 28 Oct 2004 20:17:33 -0000 1.9.2.2
@@ -17,7 +17,7 @@
@define('PLUGIN_EVENT_WEBLOGPING_PING', 'Announce entries (via XML-RPC ping) to:');
@define('PLUGIN_EVENT_WEBLOGPING_SENDINGPING', 'Sending XML-RPC ping to host %s');
@define('PLUGIN_EVENT_WEBLOGPING_TITLE', 'Announce entries');
- @define('PLUGIN_EVENT_WEBLOGPING_DESC', '(via XML-RPC ping)');
+ @define('PLUGIN_EVENT_WEBLOGPING_DESC', 'Send notification of new entries to online services');
@define('PLUGIN_EVENT_WEBLOGPING_SUPERSEDES', '(supersedes %s)');
@define('PLUGIN_EVENT_WEBLOGPING_CUSTOM', 'Custom ping-services');
@define('PLUGIN_EVENT_WEBLOGPING_CUSTOM_BLAHBLA', 'One or more special ping services, seperated by ",". The entries need to be formatted like: "host.domain/path". If a "*" is entered at the beginning of the hostname, the extended XML-RPC options will be sent to that host (only if supported by the host).');
|