[Comoblog-commit] modules/mod_postbytopic/install mod_postbytopic.xml,NONE,1.1
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2005-11-28 11:13:26
|
Update of /cvsroot/comoblog/modules/mod_postbytopic/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19872/mod_postbytopic/install Added Files: mod_postbytopic.xml Log Message: initial add, mod_postbytopic, builds a select box or list of posts by topic with a count, clicking on a link, takes you to the posts MARK - may need the iis stuff adding --- NEW FILE: mod_postbytopic.xml --- <?xml version="1.0" standalone="no"?> <!DOCTYPE module SYSTEM "http://comoblog.sourceforge.net/DTD/comoblog_mod_install.dtd"> <module> <name> mod_postbytopic </name> <description> builds a select box (top) or list (sidebar) of posts by topic,both include a counts of posts, the side bar also includes the topic description - see mod_postbytopic.txt for a slight problem with unassigned posts </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_POSTBYTOPIC_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 Topic" /> </module> |