[Comoblog-commit] modules/mod_postbydate/install mod_postbydate.xml,NONE,1.1
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2005-11-27 19:58:56
|
Update of /cvsroot/comoblog/modules/mod_postbydate/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9857/mod_postbydate/install Added Files: mod_postbydate.xml Log Message: initial add, just to make sure ive got the hang of it. mod_postbydate ,builds a select box or list of posts by month, clicking on a link in it takes you to the first date with posts in that month, Its all working for me, but feel free to provide feed back. (and thanks to all of you whole helped test it, it now supports any language via the admin area, see the welsh sql file in the root of this module if your updating Oh and it really needs its own icon I suppose - but I'm not good at that, I'm open to suggestions --- NEW FILE: mod_postbydate.xml --- <?xml version="1.0" standalone="no"?> <!DOCTYPE module SYSTEM "http://comoblog.sourceforge.net/DTD/comoblog_mod_install.dtd"> <module> <name>mod_postbydate</name> <description>This module builds a select box or list of posts by month, clicking on a link in it takes you to the first date with posts in that month, Its all working for me, but feel free to provide feed back. (and thanks to all of you whole helped test it, it now supports any language via the admin area, see the welsh sql file in the root of this module if your updating Oh and it really needs its own icon I suppose - but I'm not good at that, I'm open to suggestions </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_POSTBYDATE_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 Month" /> <param name="CFG_POSTBYDATE_MONTH_01" description="The text for month 01" type="text" accept_null="N" encrypt="N" restricted_values="" editable="Y" value="January / Ionawr" /> <param name="CFG_POSTBYDATE_MONTH_02" description="The text for month 02" type="text" accept_null="N" encrypt="N" restricted_values="" editable="Y" value="February / Chwefror" /> <param name="CFG_POSTBYDATE_MONTH_03" description="The text for month 03" type="text" accept_null="N" encrypt="N" restricted_values="" editable="Y" value="March / Mawrth" /> <param name="CFG_POSTBYDATE_MONTH_04" description="The text for month 04" type="text" accept_null="N" encrypt="N" restricted_values="" editable="Y" value="April / Ebrill" /> <param name="CFG_POSTBYDATE_MONTH_05" description="The text for month 05" type="text" accept_null="N" encrypt="N" restricted_values="" editable="Y" value="May / Mai" /> <param name="CFG_POSTBYDATE_MONTH_06" description="The text for month 06" type="text" accept_null="N" encrypt="N" restricted_values="" editable="Y" value="June / Mehefin" /> <param name="CFG_POSTBYDATE_MONTH_07" description="The text for month 07" type="text" accept_null="N" encrypt="N" restricted_values="" editable="Y" value="July / Gorffennaf" /> <param name="CFG_POSTBYDATE_MONTH_08" description="The text for month 08" type="text" accept_null="N" encrypt="N" restricted_values="" editable="Y" value="August / Awst" /> <param name="CFG_POSTBYDATE_MONTH_09" description="The text for month 09" type="text" accept_null="N" encrypt="N" restricted_values="" editable="Y" value="September / Medi" /> <param name="CFG_POSTBYDATE_MONTH_10" description="The text for month 10" type="text" accept_null="N" encrypt="N" restricted_values="" editable="Y" value="October / Hydref" /> <param name="CFG_POSTBYDATE_MONTH_11" description="The text for month 11" type="text" accept_null="N" encrypt="N" restricted_values="" editable="Y" value="November / Tachwedd" /> <param name="CFG_POSTBYDATE_MONTH_12" description="The text for month 12" type="text" accept_null="N" encrypt="N" restricted_values="" editable="Y" value="December / Rhagfyr" /> </module> |