[Comoblog-commit] modules/mod_pingomatic/install mod_pingomatic.xml,NONE,1.1
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2005-11-27 19:47:18
|
Update of /cvsroot/comoblog/modules/mod_pingomatic/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8034/mod_pingomatic/install Added Files: mod_pingomatic.xml Log Message: initial add, just to make sure ive got the hang of it. mod_pingomatic , automatially notifies pingomatic.com when you submit a new post, inturn this notifies various other sites. NB:: it might be useful to all for various urls to be used for full coverage including a default one for comoblog so that we can do some community building off of the back of it. --- NEW FILE: mod_pingomatic.xml --- <?xml version="1.0" standalone="no"?> <!DOCTYPE module SYSTEM "http://comoblog.sourceforge.net/DTD/comoblog_mod_install.dtd"> <module> <name>mod_pingomatic</name> <description>auto pingomatic - go here, http://pingomatic.com/ fill in your details as appropriate and do a manual ping to all the services you want to notify, copy the url thats given when you submit the page and add it into the module config on your blog - every time you make a post, easymoblog will auto ping the ping o matic server</description> <allowed_pos>not_visible</allowed_pos> <filter_posts>Y</filter_posts> <filter_comments>N</filter_comments> <version>1</version> <minimum_supported>1.0</minimum_supported> <certified>1.0</certified> <author>iamdecal (iam...@gm...)</author> <date>2005-04-05</date> <param name="CFG_PINGOMATIC_URL" description=" the url to ping" type="text" editable="Y" accept_null="N" value="put url here" /> </module> |