[Comoblog-commit] modules/mod_rss2/install mod_rss2.xml,1.2,1.3
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2006-02-16 23:09:40
|
Update of /cvsroot/comoblog/modules/mod_rss2/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23969/mod_rss2/install Modified Files: mod_rss2.xml Log Message: RSS FEEDS FOR POSTS AND COMMENTS changed the templates so that they validate, removed the latest comments from the side bar and put them into there own module (mod_latest_comments) Index: mod_rss2.xml =================================================================== RCS file: /cvsroot/comoblog/modules/mod_rss2/install/mod_rss2.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- mod_rss2.xml 11 Dec 2005 23:20:47 -0000 1.2 +++ mod_rss2.xml 16 Feb 2006 23:09:35 -0000 1.3 @@ -9,56 +9,8 @@ <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" - /> - - - - - - <param + + <param name="CFG_MOD_RSS2_FONT_FAMILY" description="" type="font_picker" @@ -75,12 +27,7 @@ accept_null="N" value="11" /> - - - - - - <param + <param name="CFG_MOD_RSS2_COLOR" value="990033" description="Text colour for the RSS header text" |