diff options
author | Diego Elio Pettenò <flameeyes@gmail.com> | 2011-03-09 16:31:03 +0100 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gmail.com> | 2011-03-09 16:31:03 +0100 |
commit | 86251a7c37c55cf30fb598c96266093aa47790a7 (patch) | |
tree | 232a320ae0faf8f0aa40f75985e25f6147ac99ae /metadata.rnc | |
parent | Update rnc schemas. (diff) | |
download | nxml-gentoo-schemas-86251a7c37c55cf30fb598c96266093aa47790a7.tar.gz nxml-gentoo-schemas-86251a7c37c55cf30fb598c96266093aa47790a7.tar.bz2 nxml-gentoo-schemas-86251a7c37c55cf30fb598c96266093aa47790a7.zip |
Update schemas.nxml-gentoo-schemas-20110309
Diffstat (limited to 'metadata.rnc')
-rw-r--r-- | metadata.rnc | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/metadata.rnc b/metadata.rnc index 4fb8abd..e325a21 100644 --- a/metadata.rnc +++ b/metadata.rnc @@ -94,7 +94,18 @@ attlist.bugs-to &= empty # specify a type of package identification tracker remote-id = element remote-id { attlist.remote-id, text } attlist.remote-id &= - attribute type { "freshmeat" | "sourceforge" | "cpan" | "vim" } + attribute type { + "freshmeat" + | "sourceforge" + | "sourceforge-jp" + | "cpan" + | "vim" + | "google-code" + | "ctan" + | "pypi" + | "rubyforge" + | "cran" + } # category/package information for cross-linking in descriptions # and useflag descriptions pkg = element pkg { attlist.pkg, text } |