summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'metadata.rnc')
-rw-r--r--metadata.rnc13
1 files changed, 5 insertions, 8 deletions
diff --git a/metadata.rnc b/metadata.rnc
index 3705f90..8deae47 100644
--- a/metadata.rnc
+++ b/metadata.rnc
@@ -95,8 +95,6 @@ attlist.remote-id &=
| "cpe"
| "cran"
| "ctan"
- | "freecode"
- | "freshmeat"
| "gentoo"
| "github"
| "gitlab"
@@ -104,13 +102,12 @@ attlist.remote-id &=
| "google-code"
| "heptapod"
| "launchpad"
+ | "osdn"
| "pear"
| "pecl"
| "pypi"
- | "rubyforge"
| "rubygems"
| "sourceforge"
- | "sourceforge-jp"
| "vim"
}
# category/package information for cross-linking in descriptions
@@ -122,7 +119,7 @@ attlist.cat &= empty
# Common attributes
# the lang attribute, specifies the language of this tag in the
-# form of a ISO 639-1 language code. This is only useful for
+# form of an IETF (BCP 47) language tag. This is only useful for
# descriptions of various kinds. If a tag with this attribute is
# included there must be a description in the default language "en"
attlist.description &=
@@ -131,14 +128,14 @@ attlist.longdescription &=
[ a:defaultValue = "en" ] attribute lang { text }?
attlist.slots &= [ a:defaultValue = "en" ] attribute lang { text }?
attlist.use &= [ a:defaultValue = "en" ] attribute lang { text }?
-# The restrict attribute, this attribute specifies restrictions on
-# the applicability of tags on versions. The format of this attribute is
+# The restrict attribute, this attribute specifies restrictions on
+# the applicability of tags on versions. The format of this attribute is
# equal to the format of DEPEND lines in ebuilds. Only package
# dependency specifications conforming to EAPI=0 syntax are allowed.
# The dependency specification may only contain references to the
# package itself and no other package.
#
-# For required tags, there must be either an unrestricted version, or a
+# For required tags, there must be either an unrestricted version, or a
# version that is default restricted.
attlist.maintainer &= attribute restrict { text }?
attlist.longdescription &= attribute restrict { text }?