[Comoblog-commit] modules/mod_rss2/install mod_rss2.xml,1.1,1.2
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2005-12-11 23:20:57
|
Update of /cvsroot/comoblog/modules/mod_rss2/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8739/mod_rss2/install Modified Files: mod_rss2.xml Log Message: misc tweaks to layout and style sheet still to do - ensure that the created feeds are valid ( http://feedvalidator.org/) we need : valid date format author must be an email address (define as a constant ? so that a different email address (eg a spam trapper) can be used ?) use CDATA sections for decription valid language also - id prefere that the pages that are called are located in the root of the site - but i cant see away to modulise that - however i also think that RSS should be part of the base package not a module. Index: mod_rss2.xml =================================================================== RCS file: /cvsroot/comoblog/modules/mod_rss2/install/mod_rss2.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- mod_rss2.xml 28 Nov 2005 11:05:36 -0000 1.1 +++ mod_rss2.xml 11 Dec 2005 23:20:47 -0000 1.2 @@ -9,9 +9,6 @@ <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" @@ -57,4 +54,91 @@ editable="Y" /> + + + + + <param + name="CFG_MOD_RSS2_FONT_FAMILY" + description="" + type="font_picker" + editable="Y" + accept_null="N" + value="Verdana,Arial,Helvetica,sans-serif" + /> + + <param + name="CFG_MOD_RSS2_FONT_SIZE" + description="" + type="text" + editable="Y" + accept_null="N" + value="11" + /> + + + + + + <param + name="CFG_MOD_RSS2_COLOR" + value="990033" + description="Text colour for the RSS header text" + encrypt="N" + type="color_picker" + restrict_values="" + accept_null="N" + editable="Y" + display_order="" + /> + + <param + name="CFG_MOD_RSS2_A_COLOR" + value="990033" + description="Text colour for links in the latest comments section" + encrypt="N" + type="color_picker" + restrict_values="" + accept_null="N" + editable="Y" + display_order="" + /> + + <param + name="CFG_MOD_RSS2_A_TEXT_DECORATION" + value="none" + description="Text decoration for links in the latest comments section" + encrypt="N" + type="select" + restrict_values="none|underline|overline|line-through" + accept_null="N" + editable="Y" + display_order="" + /> + + <param + name="CFG_MOD_RSS2_A_HOVER_COLOR" + value="990033" + description="Text colour for links in the latest comments section (when mouse is over)" + encrypt="N" + type="color_picker" + restrict_values="" + accept_null="N" + editable="Y" + display_order="" + /> + + <param + name="CFG_MOD_RSS2_A_HOVER_TEXT_DECORATION" + value="underline" + description="Text decoration for links in the latest comments section (when mouse is over)" + encrypt="N" + type="select" + restrict_values="none|underline|overline|line-through" + accept_null="N" + editable="Y" + display_order="" + /> + + </module> |