[Comoblog-commit] comoblog/docs comoblog_mod_install.dtd,1.1,1.2
Status: Inactive
Brought to you by:
markwallis
|
From: Mark W. \(a. serialmonkey\) <mar...@us...> - 2005-11-13 12:35:36
|
Update of /cvsroot/comoblog/comoblog/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31904/docs Modified Files: comoblog_mod_install.dtd Log Message: CORE: Introduce a new module versioning framework to allow us to track module compatability during install and upgrade Index: comoblog_mod_install.dtd =================================================================== RCS file: /cvsroot/comoblog/comoblog/docs/comoblog_mod_install.dtd,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- comoblog_mod_install.dtd 2 Sep 2005 01:38:38 -0000 1.1 +++ comoblog_mod_install.dtd 13 Nov 2005 12:35:27 -0000 1.2 @@ -1,7 +1,13 @@ -<!ELEMENT module (name,description,allowed_pos+,filter_posts?,filter_comments?,dbquery*,param*,author?,version?,date?)> +<!ELEMENT module (name,description,version?,minimum_supported?,certified*,allowed_pos+,filter_posts?,filter_comments?,dbquery*,param*,author?,version?,date?)> <!ELEMENT name (#PCDATA)> +<!ELEMENT version (#PCDATA)> + +<!ELEMENT minimum_supported (#PCDATA)> + +<!ELEMENT certified (#PCDATA)> + <!ELEMENT description (#PCDATA)> <!ELEMENT allowed_pos (sidebar|top|not_visible)> @@ -27,4 +33,4 @@ <!ELEMENT version (#PCDATA)> -<!ELEMENT date (#PCDATA)> \ No newline at end of file +<!ELEMENT date (#PCDATA)> |