[Comoblog-commit] modules/mod_postbytitle/install mod_postbytitle.xml,NONE,1.1
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2005-11-27 21:10:19
|
Update of /cvsroot/comoblog/modules/mod_postbytitle/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24295/mod_postbytitle/install Added Files: mod_postbytitle.xml Log Message: initial add, just to make sure ive got the hang of it. mod_postbytitle,builds a select box or list of posts by title clicking on a link in it takes you to the post --- NEW FILE: mod_postbytitle.xml --- <?xml version="1.0" standalone="no"?> <!DOCTYPE module SYSTEM "http://comoblog.sourceforge.net/DTD/comoblog_mod_install.dtd"> <module> <name> mod_postbytitle </name> <description> builds a select box or list of posts by title in descending date order </description> <allowed_pos>sidebar</allowed_pos> <allowed_pos>top</allowed_pos> <version>1</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_POSTBYTITLE_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" /> </module> |