[Comoblog-commit] comoblog/modules/mod_tunelog/install mod_tunelog.xml, NONE, 1.1
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2006-10-22 11:44:07
|
Update of /cvsroot/comoblog/comoblog/modules/mod_tunelog/install In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27709/modules/mod_tunelog/install Added Files: mod_tunelog.xml Log Message: work in progress, ditching this server cos its borked ;( --- NEW FILE: mod_tunelog.xml --- <?xml version="1.0" standalone="no"?> <!DOCTYPE module SYSTEM "http://comoblog.sourceforge.net/DTD/comoblog_mod_install.dtd"> <module> <name>mod_tunelog</name> <description>Wrapper for other pages</description> <allowed_pos>sidebar</allowed_pos> <allowed_pos>top</allowed_pos> <dbquery>CREATE TABLE `comoblog_mod_tunelog` ( `tunelog_id` int(10) unsigned NOT NULL auto_increment, `tunelog_songtitle` varchar(255) default NULL, `tunelog_artist` text, `tunelog_album` text, `tunelog_trackno` int(10) unsigned default NULL, `tunelog_tracklength` time default NULL, `tunelog_visible` char(1) NOT NULL default 'Y', `tunelog_added` int(10) unsigned default NULL, `tunelog_addeddate` datetime NOT NULL default '0000-00-00 00:00:00', `tunelog_user_id` int(10) unsigned default NULL, PRIMARY KEY (`tunelog_id`)) TYPE=MyISAM ; </dbquery> <filter_posts>N</filter_posts> <filter_comments>N</filter_comments> <version>0.5</version> <author>iamdecal - decal_24hr at yahoo dot co uk</author> <date>2004-06-09</date> <param name="CFG_MOD_TUNELOG_HOW_MANY" description="how many latest tunes to list" type="select" editable="Y" accept_null="N" value="10" restrict_values="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20" /> <param name="CFG_MOD_TUNELOG_COLOR" description="" type="color_picker" editable="Y" accept_null="N" value="000000" /> <param name="CFG_MOD_TUNELOG_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_TUNELOG_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" /> <param name="CFG_MOD_TUNELOG_STATIC_INTERVAL" value="10" description="Interval (minutes) between building the static pages" editable="Y" accept_null="N" encrypt="N" type="select" restrict_values="5|10|15|20|25|30|35|40|45|50|55|60" /> <param name="CFG_LAST_MOD_TUNELOG_STATIC" value="0" description="Timestamp of last static page build" editable="N" accept_null="N" encrypt="N" type="text" /> </module> |