[Comoblog-commit] modules/mod_purge/install mod_purge.xml,NONE,1.1
Status: Inactive
Brought to you by:
markwallis
|
From: Mark W. \(a. serialmonkey\) <mar...@us...> - 2005-11-24 06:41:17
|
Update of /cvsroot/comoblog/modules/mod_purge/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6101/mod_purge/install Added Files: mod_purge.xml Log Message: 1352436 - Initial release - mod_purge --- NEW FILE: mod_purge.xml --- <?xml version="1.0" standalone="no"?> <!DOCTYPE module SYSTEM "http://comoblog.sourceforge.net/DTD/comoblog_mod_install.dtd"> <module> <name>mod_purge</name> <version>1.0</version> <minimum_supported>1.0</minimum_supported> <certified> 1.0 </certified> <description>This module will silently purge entries from your blog older than a certain age</description> <allowed_pos>sidebar</allowed_pos> <param name="CFG_PURGE_INTERVAL" value="24" description="Interval (hours) between checking for purgable entries" editable="Y" accept_null="N" encrypt="N" type="text" /> <param name="CFG_PURGE_AGE" value="14" description="Age (days) that you want to keep posts for" editable="Y" accept_null="N" encrypt="N" type="text" /> <param name="CFG_LAST_PURGE" value="0" description="Timestamp of last purge execution" editable="N" accept_null="N" encrypt="N" type="text" /> </module> |