Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | metadata.xsd: add codeberg remote-idHEADmaster | Thomas Bracht Laumann Jespersen | 2023-09-14 | 1 | -0/+1 |
| | | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org> | ||||
* | metadata.xsd: add kde-invent remote-id | Sam James | 2023-02-23 | 1 | -0/+1 |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | metadata.xsd: add savannah, savannah-nongnu remote-ids | Sam James | 2022-09-16 | 1 | -0/+2 |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | metadata.xsd: Add freedestkop-gitlab remote-id | Matt Turner | 2022-09-14 | 1 | -0/+1 |
| | | | | | Signed-off-by: Matt Turner <mattst88@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | metadata.xsd: Add gnome-gitlab remote-id | Matt Turner | 2022-09-14 | 1 | -0/+1 |
| | | | | | Signed-off-by: Matt Turner <mattst88@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | metadata.xsd: add hackage remote-id | Sam James | 2022-07-29 | 1 | -0/+1 |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | metadata.xsd: add sourcehut remote-id | Sam James | 2022-07-23 | 1 | -0/+1 |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | metadata.xsd: Drop obsolete gitorious remote-id type | Ulrich Müller | 2022-05-25 | 1 | -1/+0 |
| | | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org> | ||||
* | metadata.xsd: Drop obsolete sourceforge-jp remote-id type | Ulrich Müller | 2022-05-23 | 1 | -1/+0 |
| | | | | | | This has been renamed to osdn, see commit 4b5fede. Signed-off-by: Ulrich Müller <ulm@gentoo.org> | ||||
* | metadata.xsd: Add osdn remote-id type | Ulrich Müller | 2022-05-23 | 1 | -0/+1 |
| | | | | | | | This follows renaming of SourceForge.JP to OSDN (in 2015). The sourceforge-jp remote-id type will be removed later. Signed-off-by: Ulrich Müller <ulm@gentoo.org> | ||||
* | metadata.xsd: Add gentoo remote-id type | Ulrich Müller | 2022-05-23 | 1 | -0/+1 |
| | | | | | | | This follows an earlier update of the DTD, commit f265dac in data/dtd.git. Signed-off-by: Ulrich Müller <ulm@gentoo.org> | ||||
* | metadata.xsd: Drop obsolete remote-id types | Ulrich Müller | 2022-05-23 | 1 | -3/+0 |
| | | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org> | ||||
* | repositories.xsd: Use xs:language for lang attributes | Ulrich Müller | 2022-05-22 | 1 | -213/+1 |
| | | | | | | Use a built-in datatype of XML Schema instead of hand-crafting our own. Signed-off-by: Ulrich Müller <ulm@gentoo.org> | ||||
* | metadata.xsd: Use xs:language for lang attributes | Ulrich Müller | 2022-05-22 | 1 | -218/+6 |
| | | | | | | | Use a built-in datatype of XML Schema instead of hand-crafting our own. Bug: https://bugs.gentoo.org/578294 Signed-off-by: Ulrich Müller <ulm@gentoo.org> | ||||
* | repositories.xsd: owner elements are ordered | Ulrich Müller | 2022-05-21 | 1 | -2/+2 |
| | | | | | | | Namely, email before name, for consistency with repositories.dtd. Current repositories.xml still validates after this change. Signed-off-by: Ulrich Müller <ulm@gentoo.org> | ||||
* | metadata.xsd: Support FTP URLs | Ulrich Müller | 2022-01-22 | 1 | -2/+2 |
| | | | | | | | | Base urlType on xs:anyURI. Slightly simplify the mailto syntax (a dot in the domain part is actually not required). Closes: https://bugs.gentoo.org/830211 Signed-off-by: Ulrich Müller <ulm@gentoo.org> | ||||
* | metadata.xsd: Add <maintainer proxied=""/> attribute | Michał Górny | 2021-03-14 | 1 | -0/+10 |
| | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | metadata.xsd: Allow heptapod for remote-id | Michał Górny | 2020-10-15 | 1 | -0/+1 |
| | | | | | Submitted-by: Torokhov Sergey <torokhov-s-a@yandex.ru> Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | Add initial schema for GLSAs | Michał Górny | 2018-03-18 | 1 | -0/+280 |
| | |||||
* | metadata.xsd: Support <stabilize-allarches/>, GLEP 68 v1.1 | Michał Górny | 2018-03-13 | 1 | -0/+11 |
| | |||||
* | repositories: Make owner type required, now that we filled it in | Michał Górny | 2017-04-07 | 1 | -1/+2 |
| | |||||
* | metadata.xsd: fix upstream maintainer name uniquity constraint | Göktürk Yüksek | 2016-05-08 | 1 | -6/+5 |
| | | | | | | | | Current constraint doesn't work because the xpath walk starts from <maintainer> and looks for children <maintainer>. Move the constraint inside <upstream> to fix it. Signed-off-by: Göktürk Yüksek <gokturk@binghamton.edu> | ||||
* | metadata.xsd: properly check for duplicate <longdescription> elements | Göktürk Yüksek | 2016-05-08 | 1 | -1/+1 |
| | | | | | | | The uniqueness constraint for <longdescription> is on (@lang, @restrict). However, there's no default value for restrict which makes the constraint fail. Signed-off-by: Göktürk Yüksek <gokturk@binghamton.edu> | ||||
* | metadata: Correctly require downstream maintainer <email/> | Michał Górny | 2016-05-07 | 1 | -3/+4 |
| | |||||
* | metadata: Fix allowing multiple <description/>s on maintainers | Michał Górny | 2016-05-06 | 1 | -8/+9 |
| | |||||
* | metadata.xsd: upstream maintainer must have exactly one <name/> element | Göktürk Yüksek | 2016-05-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Göktürk Yüksek <gokturk@binghamton.edu> | ||||
* | Disallow whitespace in URLs | Michał Górny | 2016-04-18 | 3 | -3/+3 |
| | |||||
* | metadata: Use more portable fake-attr uniquity constraint for subslots | Michał Górny | 2016-04-16 | 1 | -19/+16 |
| | |||||
* | projects: Ensure at most one <description/> for each project | Michał Górny | 2016-03-26 | 1 | -2/+16 |
| | |||||
* | Revert "projects: Allow multi-language descriptions" | Michał Górny | 2016-03-26 | 1 | -224/+1 |
| | | | | | This is not covered by GLEP 67, and it does not really make sense to add partial localization like this. | ||||
* | Revert "projects: Allow lang="" for member roles" | Michał Górny | 2016-03-26 | 1 | -1/+1 |
| | | | | This is not correct with max of 1 occurence. | ||||
* | projects: Allow lang="" for member roles | Michał Górny | 2016-03-26 | 1 | -1/+1 |
| | |||||
* | projects: Allow multi-language descriptions | Michał Górny | 2016-03-18 | 1 | -1/+224 |
| | |||||
* | repositories: Copy allowed languages over | Michał Górny | 2016-03-18 | 1 | -1/+209 |
| | |||||
* | projects: Allow any order of elements, add keys to restrict repetitions | Michał Górny | 2016-03-18 | 1 | -14/+18 |
| | |||||
* | repositories: Ensure there is at most one <homepage/> | Michał Górny | 2016-03-18 | 1 | -1/+14 |
| | |||||
* | repositories: Change default language to 'en', alike metadata.xml | Michał Górny | 2016-03-18 | 1 | -1/+1 |
| | |||||
* | repositories: Add uniquity constraints for repo descriptions | Michał Górny | 2016-03-18 | 1 | -0/+8 |
| | |||||
* | metadata: Remove <natural-name/> | Michał Górny | 2016-03-18 | 1 | -1/+0 |
| | |||||
* | metadata: Add complete uniqueness & anti-repetition constraints | Michał Górny | 2016-03-18 | 1 | -3/+37 |
| | |||||
* | metadata: Revert "Allow multiple <doc/> elements with the same language" | Michał Górny | 2016-03-18 | 1 | -1/+6 |
| | | | | | Block multiple <doc/> elements after receiving confirmation from GLEP 46 author. | ||||
* | metadata: Default restrict to implicit '' and allow it | Michał Górny | 2016-03-18 | 1 | -2/+3 |
| | | | | | Use an implicit default of restrict="" to allow uniquity constraints to work correctly when no restrict="" is defined. | ||||
* | metadata: Allow <slots/> elements in any order | Michał Górny | 2016-03-18 | 1 | -7/+20 |
| | |||||
* | metadata: Remove outdated <cat/> comment | Michał Górny | 2016-03-18 | 1 | -2/+0 |
| | |||||
* | metadata: Constraint <slot/> to be unique | Michał Górny | 2016-03-18 | 1 | -1/+6 |
| | |||||
* | metadata: Add a note on restrict="" uniquity problems | Michał Górny | 2016-03-18 | 1 | -0/+3 |
| | |||||
* | metadata: Prevent (accidental?) duplicate maintainer entries | Michał Górny | 2016-03-18 | 1 | -0/+5 |
| | |||||
* | metadata: Allow multiple <doc/> elements with the same language | Michał Górny | 2016-03-16 | 1 | -6/+1 |
| | |||||
* | metadata: Allow <slot name='*'/> | Michał Górny | 2016-03-16 | 1 | -2/+2 |
| | |||||
* | metadata: Make <email/> optional for upstream <maintainer/> | Michał Górny | 2016-03-16 | 1 | -1/+1 |
| |