Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 234730 | Differences between
and this patch

Collapse All | Expand All

(-)metadata.dtd (-4 / +21 lines)
Line 8 Link Here
8
<!ELEMENT pkgmetadata ( (herd|maintainer|longdescription|use)* )>
8
<!ELEMENT pkgmetadata ( (herd|maintainer|longdescription|use|upstream)* )>
9
--
Line 21 Link Here
21
  <!ELEMENT changelog (change)* >
21
  <!-- please note that #PCDATA is mentioned only for the upstream changelog
22
--
22
    element, where the content is an URL. This is due to limitations of the DTD -->
23
  <!ELEMENT changelog (#PCDATA|change)* >
Line 47 Link Here
49
  <!-- upstream metadata information (maintainers, upstream docs,..) -->
50
  <!ELEMENT upstream (maintainer|changelog|doc|bugs-to|remote-id)* >
51
    <!-- Due to the limitation of DTD this will also allow a status
52
      attribute for the package maintainer element. Please note that
53
      the usage of the status attribute is nevertheless _only_ allowed
54
      in the upstream maintainer element. -->
55
    <!ATTLIST maintainer status (active|inactive|unknown) "unknown" >
56
    <!-- URL where the location of the upstream documentation can be found -->
57
    <!ELEMENT doc (#PCDATA)>
58
      <!ATTLIST doc lang CDATA "C" >
59
    <!-- location where to report bugs
60
      (may also be an email address prefixed with mailto:) -->
61
    <!ELEMENT bugs-to (#PCDATA)>
62
    <!-- specify a type of package identification tracker -->
63
    <!ELEMENT remote-id (#PCDATA)>
64
      <!ATTLIST remote-id type (freshmeat|sourceforge|cpan|vim) #REQUIRED>
65

Return to bug 234730