DTDs/PluginRepository-4.2.dtd

Sat, 11 Jan 2014 20:03:38 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 11 Jan 2014 20:03:38 +0100
changeset 3197
4103c8013c36
parent 0
de9c2efb9d02
permissions
-rw-r--r--

Added support for the categorisation of projects to multi projects and changed the multi project file format.

<!-- This is the DTD for eric4's plugin repository file version 4.2 -->

<!ELEMENT   Name            (#PCDATA)>

<!ELEMENT   Short           (#PCDATA)>

<!ELEMENT   Description     (#PCDATA)>

<!ELEMENT   Url             (#PCDATA)>

<!ELEMENT   Author          (#PCDATA)>

<!ELEMENT   Version         (#PCDATA)>

<!ELEMENT   Filename        (#PCDATA)>

<!ELEMENT   Plugin          (Name,
                             Short,
                             Description,
                             Url,
                             Author,
                             Version,
                             Filename)>
<!ATTLIST   Plugin
    status      CDATA   #REQUIRED>

<!ELEMENT   RepositoryUrl   (#PCDATA)>

<!ELEMENT   Plugins         (RepositoryUrl?,
                             Plugin*)>
<!ATTLIST   Plugins
    version     CDATA   #REQUIRED>

eric ide

mercurial