[Comoblog-commit] modules/mod_fortune_db/install mod_fortune_db.xml, 1.1, 1.2
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2006-10-22 11:44:52
|
Update of /cvsroot/comoblog/modules/mod_fortune_db/install In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27709/modules/mod_fortune_db/install Modified Files: mod_fortune_db.xml Log Message: work in progress, ditching this server cos its borked ;( Index: mod_fortune_db.xml =================================================================== RCS file: /cvsroot/comoblog/modules/mod_fortune_db/install/mod_fortune_db.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- mod_fortune_db.xml 1 Feb 2006 17:28:59 -0000 1.1 +++ mod_fortune_db.xml 22 Oct 2006 11:44:18 -0000 1.2 @@ -1,28 +1,28 @@ <?xml version="1.0" standalone="no"?> <!DOCTYPE module SYSTEM "http://comoblog.sourceforge.net/DTD/comoblog_mod_install.dtd"> <module> - + <name> mod_fortune_db </name> - + <description> displays a random quote or phrase - a lot like mod_fortune, but i wanted a db based one - + </description> <allowed_pos>sidebar</allowed_pos> - <allowed_pos>top</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> - <date>2004-10-15</date> - <dbquery>CREATE TABLE `easymoblog_mod_fortune_db` (`fortune_db_id` int(10) unsigned NOT NULL auto_increment, `fortune_db_content` text default NULL, `fortune_db_added` int(10) unsigned default NULL, `fortune_db_display_order` int(10) unsigned default NULL,`fortune_db_display_count` int(10) unsigned default NULL, PRIMARY KEY (`fortune_db_id`)) TYPE=MyISAM;</dbquery> - + <date>2004-10-15</date> + <dbquery>CREATE TABLE `comoblog_mod_fortune_db` (`fortune_db_id` int(10) unsigned NOT NULL auto_increment, `fortune_db_content` text default NULL, `fortune_db_added` int(10) unsigned default NULL, `fortune_db_display_order` int(10) unsigned default NULL,`fortune_db_display_count` int(10) unsigned default NULL, PRIMARY KEY (`fortune_db_id`)) TYPE=MyISAM;</dbquery> + + - <param name="CFG_MOD_FORTUNE_DB_EXTRASTYLE" description="Any extra style you might want to add, to enable this module to blend in with your site, this will be applied to the DIV that holds the module" @@ -31,9 +31,9 @@ accept_null="Y" value="" restrict_values="" - /> - - + /> + + <param name="CFG_MOD_FORTUNE_DB_COLOR" description="Text Color" @@ -99,8 +99,8 @@ accept_null="N" value="10" restrict_values="8|9|10|11|12|13|14|15|16|17|18|19|20" - /> - + /> + <param name="CFG_MOD_FORTUNE_DB_TITLE" description="The title of this module" @@ -109,7 +109,7 @@ accept_null="Y" value="Random Quote" restrict_values="" - /> - - + /> + + </module> |