summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gmail.com>2011-03-09 16:31:03 +0100
committerDiego Elio Pettenò <flameeyes@gmail.com>2011-03-09 16:31:03 +0100
commit86251a7c37c55cf30fb598c96266093aa47790a7 (patch)
tree232a320ae0faf8f0aa40f75985e25f6147ac99ae /metadata.rnc
parentUpdate rnc schemas. (diff)
downloadnxml-gentoo-schemas-86251a7c37c55cf30fb598c96266093aa47790a7.tar.gz
nxml-gentoo-schemas-86251a7c37c55cf30fb598c96266093aa47790a7.tar.bz2
nxml-gentoo-schemas-86251a7c37c55cf30fb598c96266093aa47790a7.zip
Diffstat (limited to 'metadata.rnc')
-rw-r--r--metadata.rnc13
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 }