unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob dd1e23a5a8ea3d9b3101a255097541f71237b5f1 4344 bytes (raw)
name: etc/schema/schemas.xml 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
 
<?xml version="1.0"?>
<!-- Copyright (C) 2003-2004, 2007-2024 Free Software Foundation, Inc.

This file is part of GNU Emacs.

GNU Emacs is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>. -->

<locatingRules xmlns="http://thaiopensource.com/ns/locating-rules/1.0">
  <transformURI fromPattern="*.xml" toPattern="*.rnc"/>

  <uri pattern="*.xsl" typeId="XSLT"/>
  <uri pattern="*.html" typeId="XHTML"/>
  <uri pattern="*.rng" typeId="RELAX NG"/>
  <uri pattern="*.rdf" typeId="RDF"/>
  <uri pattern="*.dbk" typeId="DocBook"/>

  <namespace ns="http://www.w3.org/1999/XSL/Transform" typeId="XSLT"/>
  <namespace ns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" typeId="RDF"/>
  <namespace ns="http://www.w3.org/1999/xhtml" typeId="XHTML"/>
  <namespace ns="http://relaxng.org/ns/structure/1.0" typeId="RELAX NG"/>
  <namespace ns="http://thaiopensource.com/ns/locating-rules/1.0"
	     uri="locate.rnc"/>
  <namespace ns="urn:oasis:names:tc:opendocument:xmlns:office:1.0" typeId="LibreOffice"/>
  <namespace ns="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" typeId="LibreOffice"/>
  <namespace ns="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" typeId="LibreOffice"/>
  <namespace ns="urn:oasis:names:tc:opendocument:xmlns:manifest:1.0" typeId="OpenDocument Manifest"/>

  <documentElement localName="stylesheet" typeId="XSLT"/>
  <documentElement prefix="xsl" localName="transform" typeId="XSLT"/>

  <documentElement localName="html" typeId="XHTML"/>

  <documentElement localName="grammar" typeId="RELAX NG"/>

  <documentElement prefix="" localName="article" typeId="DocBook"/>
  <documentElement prefix="" localName="book" typeId="DocBook"/>
  <documentElement prefix="" localName="chapter" typeId="DocBook"/>
  <documentElement prefix="" localName="part" typeId="DocBook"/>
  <documentElement prefix="" localName="refentry" typeId="DocBook"/>
  <documentElement prefix="" localName="section" typeId="DocBook"/>

  <documentElement localName="RDF" typeId="RDF"/>
  <documentElement prefix="rdf" typeId="RDF"/>

  <documentElement localName="locatingRules" uri="locate.rnc"/>

  <typeId id="XSLT" uri="xslt.rnc"/>
  <typeId id="RELAX NG" uri="relaxng.rnc"/>
  <typeId id="XHTML" uri="xhtml.rnc"/>
  <typeId id="DocBook" uri="docbook.rnc"/>
  <typeId id="RDF" uri="rdfxml.rnc"/>

  <documentElement prefix="office" typeId="OpenDocument"/>
  <documentElement prefix="manifest" localName="manifest" typeId="OpenDocument Manifest"/>
  <typeId id="LibreOffice" uri="OpenDocument-schema-v1.3+libreoffice.rnc"/>
  <typeId id="OpenDocument Manifest" uri="od-manifest-schema-v1.2-os.rnc"/>

  <!-- .net development related schemas -->
  <uri pattern="nuget.config" typeId="Nuget Config" />
  <typeId id="Nuget Config" uri="nuget.rnc" />

  <uri pattern="*.nuspec" typeId="Nuget Spec" />
  <namespace ns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" typeId="Nuget Spec" />
  <typeId id="Nuget Spec" uri="nuspec.rnc" />

  <uri pattern="web.config" typeId="Dotnet App Config" />
  <uri pattern="app.config" typeId="Dotnet App Config" />
  <namespace ns="http://schemas.microsoft.com/.NetConfiguration/v2.0" typeId="Dotnet App Config" />
  <typeId id="Dotnet App Config" uri="dotnet-appconfig.rnc" />

  <uri pattern="Directory.Build.props" typeId="Dotnet Build Props" />
  <typeId id="Dotnet Build Props" uri="dotnet-build-props.rnc" />

  <uri pattern="Directory.Packages.props" typeId="Dotnet Packages Props" />
  <typeId id="Dotnet Packages Props" uri="dotnet-packages-props.rnc" />

  <uri pattern="*.resx" typeId="Dotnet Resx" />
  <typeId id="Dotnet Resx" uri="dotnet-resx.rnc" />

  <uri pattern="*.*proj" typeId="MSBuild" />
  <documentElement localName="Project" typeId="MSBuild"/>
  <typeId id="MSBuild" uri="msbuild.rnc" />

</locatingRules>

debug log:

solving dd1e23a5a8e ...
found dd1e23a5a8e in https://yhetil.org/emacs-devel/A320D6EF-4B01-476D-8D5B-9CD09E030AA5@secure.kjonigsen.net/
found f04bba849b4 in https://git.savannah.gnu.org/cgit/emacs.git
preparing index
index prepared:
100644 f04bba849b4da135678b8a4a945e9f60750ca470	etc/schema/schemas.xml

applying [1/1] https://yhetil.org/emacs-devel/A320D6EF-4B01-476D-8D5B-9CD09E030AA5@secure.kjonigsen.net/
diff --git a/etc/schema/schemas.xml b/etc/schema/schemas.xml
index f04bba849b4..dd1e23a5a8e 100644

Checking patch etc/schema/schemas.xml...
Applied patch etc/schema/schemas.xml cleanly.

index at:
100644 dd1e23a5a8ea3d9b3101a255097541f71237b5f1	etc/schema/schemas.xml

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).