|
|
<!ELEMENT maintainer ( email, (description| name)* )> | <!ELEMENT maintainer ( email, (description| name)* )> |
| |
<!-- A long description of the package in freetext--> | <!-- A long description of the package in freetext--> |
<!ELEMENT longdescription (#PCDATA|pkg)* > |
<!ELEMENT longdescription (#PCDATA|pkg|cat)* > |
| |
<!-- The changelog of the package--> | <!-- The changelog of the package--> |
<!ELEMENT changelog (change)* > | <!ELEMENT changelog (change)* > |
|
|
| |
<!-- description of what this USE flag does for this package --> | <!-- description of what this USE flag does for this package --> |
<!ELEMENT use (flag)* > | <!ELEMENT use (flag)* > |
<!ELEMENT flag (#PCDATA|pkg)* > |
<!ELEMENT flag (#PCDATA|pkg|cat)* > |
<!-- name attribute holds the name of the USE flag --> | <!-- name attribute holds the name of the USE flag --> |
<!ATTLIST flag name CDATA #REQUIRED > | <!ATTLIST flag name CDATA #REQUIRED > |
| |
<!-- category/package information for cross-linking in descriptions | <!-- category/package information for cross-linking in descriptions |
and useflag descriptions --> | and useflag descriptions --> |
<!ELEMENT pkg (#PCDATA) > | <!ELEMENT pkg (#PCDATA) > |
|
<!ELEMENT cat (#PCDATA) > |
| |
<!-- Common attributes --> | <!-- Common attributes --> |
| |