bundled-libs
deployment
docs
htmlarea
include
lang
plugins
serendipity_event_bbcode
serendipity_event_browsercompatibility
serendipity_event_contentrewrite
serendipity_event_creativecommons
serendipity_event_emoticate
serendipity_event_entryproperties
serendipity_event_karma
serendipity_event_livesearch
serendipity_event_mailer
serendipity_event_nl2br
serendipity_event_s9ymarkup
serendipity_event_searchhighlight
serendipity_event_spamblock
serendipity_event_spartacus
serendipity_event_statistics
serendipity_event_templatechooser
serendipity_event_textile
serendipity_event_textwiki
serendipity_event_trackexits
serendipity_event_weblogping
UTF-8
lang_bg.inc.php
lang_cn.inc.php
lang_cs.inc.php
lang_cz.inc.php
lang_de.inc.php
lang_en.inc.php
lang_es.inc.php
lang_fr.inc.php
lang_ja.inc.php
lang_ko.inc.php
lang_pl.inc.php
lang_pt_PT.inc.php
lang_tn.inc.php
lang_zh.inc.php
serendipity_event_weblogping.php
servicesdb_de.inc.php
servicesdb_en.inc.php
servicesdb_ja.inc.php
servicesdb_tn.inc.php
serendipity_event_xhtmlcleanup
serendipity_plugin_comments
serendipity_plugin_creativecommons
serendipity_plugin_entrylinks
serendipity_plugin_eventwrapper
serendipity_plugin_history
serendipity_plugin_recententries
serendipity_plugin_remoterss
serendipity_plugin_shoutbox
serendipity_plugin_templatedropdown
sql
templates
templates_c
tests
uploads
checksums.inc.php
comment.php
exit.php
index.php
rss.php
serendipity.css.php
serendipity_admin.php
serendipity_admin_image_selector.php
serendipity_config.inc.php
serendipity_define.js.php
serendipity_editor.js
serendipity_xmlrpc.php
wfwcomment.php
65 lines
2.1 KiB
PHP
65 lines
2.1 KiB
PHP
<?php # $Id: servicesdb_en.inc.php 7 2005-04-16 06:39:31Z s_bergmann $
|
|
|
|
##########################################################################
|
|
# serendipity - another blogger... #
|
|
##########################################################################
|
|
# #
|
|
# (c) 2003 Jannis Hermanns <J@hacked.it> #
|
|
# http://www.jannis.to/programming/serendipity.html #
|
|
# #
|
|
##########################################################################
|
|
|
|
$servicesdb = array(
|
|
array(
|
|
'name' => 'Ping-o-Matic',
|
|
'host' => 'rpc.pingomatic.com',
|
|
'path' => '/',
|
|
'extended' => true,
|
|
'supersedes' => array('blo.gs', 'blogrolling.com', 'technorati.com', 'weblogs.com', 'Yahoo!')
|
|
),
|
|
|
|
array(
|
|
'name' => 'blo.gs',
|
|
'host' => 'ping.blo.gs',
|
|
'path' => '/',
|
|
'extended' => true
|
|
),
|
|
|
|
array(
|
|
'name' => 'blogrolling.com',
|
|
'host' => 'rpc.blogrolling.com',
|
|
'path' => '/pinger/'
|
|
),
|
|
|
|
array(
|
|
'name' => 'technorati.com',
|
|
'host' => 'rpc.technorati.com',
|
|
'path' => '/rpc/ping'
|
|
),
|
|
|
|
array(
|
|
'name' => 'weblogs.com',
|
|
'host' => 'rpc.weblogs.com',
|
|
'path' => '/RPC2'
|
|
),
|
|
|
|
array(
|
|
'name' => 'ge.bloggt.org',
|
|
'host' => 'ping.ge.bloggt.org',
|
|
'path' => '/'
|
|
),
|
|
|
|
array(
|
|
'name' => 'Yahoo!',
|
|
'host' => 'api.my.yahoo.com',
|
|
'path' => '/RPC2'
|
|
),
|
|
|
|
array(
|
|
'name' => 'Google',
|
|
'host' => 'blogsearch.google.com',
|
|
'path' => '/ping/RPC2'
|
|
),
|
|
);
|
|
?>
|