[Comoblog-commit] comoblog/modules/mod_blogrolling2/install mod_blogrolling2.xml, NONE, 1.1
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2006-10-22 11:44:20
|
Update of /cvsroot/comoblog/comoblog/modules/mod_blogrolling2/install In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27709/modules/mod_blogrolling2/install Added Files: mod_blogrolling2.xml Log Message: work in progress, ditching this server cos its borked ;( --- NEW FILE: mod_blogrolling2.xml --- <?xml version="1.0" standalone="no"?> <!DOCTYPE module SYSTEM "http://comoblog.sourceforge.net/DTD/comoblog_mod_install.dtd"> <module> <name>mod_blogrolling2</name> <description>List of your favourite links</description> <allowed_pos>sidebar</allowed_pos> <allowed_pos>top</allowed_pos> <dbquery>CREATE TABLE `comoblog_mod_blogrolling2` (`blogrolling2_id` int(10) unsigned NOT NULL auto_increment, `blogrolling2_url` varchar(255) default NULL, `blogrolling2_title` varchar(255) default NULL, `blogrolling2_description` varchar(255) default NULL, `blogrolling2_added` int(10) unsigned default NULL, `blogrolling2_display_order` int(10) unsigned default NULL, PRIMARY KEY (`blogrolling2_id`)) TYPE=MyISAM;</dbquery> <filter_posts>N</filter_posts> <filter_comments>N</filter_comments> <version>0.5</version> <author>Umberto Caldera - ubik [at] ubiks [dot] it</author> <date>2004-04-29</date> <param name="CFG_MOD_blogrolling2_COLOR" description="" type="color_picker" editable="Y" accept_null="N" value="000000" /> <param name="CFG_MOD_blogrolling2_A_COLOR" description="" type="color_picker" editable="Y" accept_null="N" value="000000" /> <param name="CFG_MOD_blogrolling2_A_HOVER_COLOR" description="" type="color_picker" editable="Y" accept_null="N" value="000000" /> <param name="CFG_MOD_blogrolling2_A_TEXT_DECORATION" description="" type="select" editable="Y" accept_null="N" value="none" restrict_values="none|underline|overline|line-through" /> <param name="CFG_MOD_blogrolling2_A_HOVER_TEXT_DECORATION" description="" type="select" editable="Y" accept_null="N" value="underline" restrict_values="none|underline|overline|line-through" /> <param name="CFG_MOD_blogrolling2_FONT_FAMILY" description="" type="font_picker" editable="Y" accept_null="N" value="Verdana,Arial,Helvetica,sans-serif" restrict_values="Verdana,Arial,Helvetica,sans-serif" /> <param name="CFG_MOD_blogrolling2_FONT_SIZE" description="" type="select" editable="Y" accept_null="N" value="10" restrict_values="8|9|10|11|12|13|14|15|16|17|18|19|20" /> </module> |