[Comoblog-commit] modules/mod_recentpostbytitle/install mod_recentpostbytitle.xml,NONE,1.1
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2006-01-27 22:10:33
|
Update of /cvsroot/comoblog/modules/mod_recentpostbytitle/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24093/mod_recentpostbytitle/install Added Files: mod_recentpostbytitle.xml Log Message: --- NEW FILE: mod_recentpostbytitle.xml --- <?xml version="1.0" standalone="no"?> <!DOCTYPE module SYSTEM "http://comoblog.sourceforge.net/DTD/comoblog_mod_install.dtd"> <module> <name> mod_recentpostbytitle </name> <description> builds a select box or list of posts by title in descending date order (now with a specified limit to how many) </description> <allowed_pos>sidebar</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> <param name="CFG_RECENTPOSTBYTITLE_TOPLINE" description="The Top line of text in the drop down or header of the list item" type="text" accept_null="N" encrypt="N" restricted_values="" editable="Y" value="Posts By Title" /> <param name="CFG_RECENTPOSTBYTITLE_LIMIT" description="how many to show" type="text" accept_null="N" encrypt="N" restricted_values="" editable="Y" value="10" /> </module> |