commit:     a3f459e2cd8ff001145f7084d664691d51a92fe8
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 17:50:30 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue May 24 17:50:30 2022 +0000
URL:        
https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/commit/?id=a3f459e2

metadata.rnc: Update from DTD

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 metadata.rnc | 13 +++++--------
 1 file 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 }?

Reply via email to