[Comoblog-commit] modules/mod_rss2/install mod_rss2.xml,NONE,1.1
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2005-11-28 11:05:51
|
Update of /cvsroot/comoblog/modules/mod_rss2/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18402/mod_rss2/install Added Files: mod_rss2.xml Log Message: initial add NOT FOR RELEASE - WORK IN PROGRESS mod_rss2, this is an improved RSS feed mod that also provides a feed for comments as they are posted, it also adds a list of the latest comments to the side bar, to do the latest comments list should be seperate, however if we do that as another module there will be code replicated... i think the lastest comments code should be moved to the core code base, so that it van be used to generate a list for both the lastest comments module and the rss2 module. RSS templates need valdiating - is it worth adding support for ATOM etc? also links to blog lines, newgator my yahoo and the rest. --- NEW FILE: mod_rss2.xml --- <?xml version="1.0" standalone="no"?> <!DOCTYPE module SYSTEM "http://comoblog.sourceforge.net/DTD/comoblog_mod_install.dtd"> <module> <name>mod_rss2</name> <description>Syndicate your blog with RSS feeds now with added comments feed and list of latest comments</description> <allowed_pos>sidebar</allowed_pos> <allowed_pos>top</allowed_pos> <version>1.0</version> <minimum_supported>1.0</minimum_supported> <certified>1.0</certified> <author>iamdecal iam...@gm... http://www.iamdecal.co.uk</author> <param name="CFG_RSS2_1_IMG" description="Image for RSS 1.0 feed button" type="image" editable="Y" accept_null="Y" /> <param name="CFG_RSS2_2_IMG" description="Image for RSS 2.0 feed button" type="image" editable="Y" accept_null="Y" /> <param name="CFG_RSS2_1" description="Provide RSS 1.0 feed" type="select" restrict_values="yes|no" value="yes" accept_null="N" editable="Y" /> <param name="CFG_RSS2_2" description="Provide RSS 2.0 feed" type="select" restrict_values="yes|no" value="yes" accept_null="N" editable="Y" /> <param name="CFG_RSS2_COPYRIGHT" description="Copyright note for RSS feed" type="text" value="" accept_null="Y" editable="Y" /> </module> |