From a3f459e2cd8ff001145f7084d664691d51a92fe8 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Tue, 24 May 2022 19:50:30 +0200 Subject: metadata.rnc: Update from DTD MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- 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 }? -- cgit v1.2.3-65-gdbad