Remove dead or useless links to external plugin documentation. (#65)

* Remove documentation links to board.s9y.org

The 'website' property of plugins is used to
link to external documentation. board.s9y.org
does not contain such documentation, at least
not on its frontpage.

Signed-off-by: Thomas Hochstein <thh@inter.net>

* Remove dead documentation link.

c.seo-mobile.de does not exist any more.
According to
http://www.mobile-seo.de/archiv/21-serendipity-mobile-output-plugin.html
all documentation has been posted (only) there,
so is gone now.

Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
Thomas Hochstein 2017-08-06 14:16:43 +02:00 committed by onli
parent 123581d727
commit e905eb3e92
4 changed files with 0 additions and 4 deletions

View file

@ -107,7 +107,6 @@ class serendipity_event_mobile_output extends serendipity_event
$propbag->add('description', PLUGIN_EVENT_MOBILE_OUTPUT_DESC);
$propbag->add('stackable', false);
$propbag->add('author', PLUGIN_EVENT_MOBILE_AUTHORS);
$propbag->add('website', 'http://c.mobile-seo.de/');
$propbag->add('version', PLUGIN_EVENT_MOBILE_VERSION);
$propbag->add('requirements', array(
'serendipity' => '1.0',

View file

@ -67,7 +67,6 @@ class serendipity_event_staticpage extends serendipity_event
$propbag->add('name', STATICPAGE_TITLE);
$propbag->add('description', STATICPAGE_TITLE_BLAHBLAH);
$propbag->add('website', 'http://board.s9y.org');
$propbag->add('event_hooks', array(
'backend_category_addNew' => true,

View file

@ -55,7 +55,6 @@ class serendipity_event_twitter extends serendipity_plugin {
$propbag->add('description', PLUGIN_EVENT_TWITTER_DESC);
$propbag->add('stackable', false);
$propbag->add('author', 'Grischa Brockhaus, Peter Heimann');
//$propbag->add('website', 'http://board.s9y.org');
$propbag->add('requirements', array(
'serendipity' => '0.7',
'smarty' => '2.6.7',

View file

@ -26,7 +26,6 @@ class serendipity_plugin_twitter extends serendipity_plugin {
$propbag->add('description', PLUGIN_TWITTER_DESC);
$propbag->add('stackable', false);
$propbag->add('author', 'Grischa Brockhaus, Damian Luszczymak, Garvin Hicking');
//$propbag->add('website', 'http://board.s9y.org');
$propbag->add('version', PLUGIN_TWITTER_VERSION);
$propbag->add('requirements', array(
'serendipity' => '0.8',