Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 404093
Collapse All | Expand All

(-)metadata.dtd (-1 / +4 lines)
Lines 5-11 Link Here
5
<!ATTLIST catmetadata pkgname CDATA "">
5
<!ATTLIST catmetadata pkgname CDATA "">
6
6
7
<!-- Metadata for a package -->
7
<!-- Metadata for a package -->
8
<!ELEMENT pkgmetadata ( (herd|maintainer|longdescription|use|upstream)* )>
8
<!ELEMENT pkgmetadata ( (herd|maintainer|natural-name|longdescription|use|upstream)* )>
9
<!ATTLIST pkgmetadata pkgname CDATA "">
9
<!ATTLIST pkgmetadata pkgname CDATA "">
10
10
11
  <!-- One tag for each herd this package is assigned to. -->
11
  <!-- One tag for each herd this package is assigned to. -->
Lines 14-19 Link Here
14
  <!-- One tag for each maintainer of a package, multiple allowed-->
14
  <!-- One tag for each maintainer of a package, multiple allowed-->
15
  <!ELEMENT maintainer ( email, (description| name)* )>
15
  <!ELEMENT maintainer ( email, (description| name)* )>
16
16
17
  <!-- Natural name for package, example: LibreOffice (for app-office/libreoffice) -->
18
  <!ELEMENT natural-name (#PCDATA) >
19
17
  <!-- A long description of the package in freetext-->
20
  <!-- A long description of the package in freetext-->
18
  <!ELEMENT longdescription (#PCDATA|pkg|cat)* >
21
  <!ELEMENT longdescription (#PCDATA|pkg|cat)* >
19
22

Return to bug 404093