diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-09-13 15:52:52 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-09-13 15:54:37 -0700 |
commit | bc511a64f6da9ab51acc7c8865e80c4a4cb655c2 (patch) | |
tree | ef96fb35c034096404b7edaa25982023f38cf84f /etc/schema | |
parent | 5da53a01912c2f5d46f5df4ef8cc13a34b5017d4 (diff) | |
download | emacs-bc511a64f6da9ab51acc7c8865e80c4a4cb655c2.tar.gz emacs-bc511a64f6da9ab51acc7c8865e80c4a4cb655c2.tar.bz2 emacs-bc511a64f6da9ab51acc7c8865e80c4a4cb655c2.zip |
Prefer HTTPS to FTP and HTTP in documentation
Most of this change is to boilerplate commentary such as license URLs.
This change was prompted by ftp://ftp.gnu.org's going-away party,
planned for November. Change these FTP URLs to https://ftp.gnu.org
instead. Make similar changes for URLs to other organizations moving
away from FTP. Also, change HTTP to HTTPS for URLs to gnu.org and
fsf.org when this works, as this will further help defend against
man-in-the-middle attacks (for this part I omitted the MS-DOS and
MS-Windows sources and the test tarballs to keep the workload down).
HTTPS is not fully working to lists.gnu.org so I left those URLs alone
for now.
Diffstat (limited to 'etc/schema')
-rw-r--r-- | etc/schema/locate.rnc | 6 | ||||
-rw-r--r-- | etc/schema/relaxng.rnc | 8 | ||||
-rw-r--r-- | etc/schema/schemas.xml | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/etc/schema/locate.rnc b/etc/schema/locate.rnc index 9af01981054..3f4e7bba125 100644 --- a/etc/schema/locate.rnc +++ b/etc/schema/locate.rnc @@ -13,7 +13,7 @@ # 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 <http://www.gnu.org/licenses/>. +# along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. default namespace this = "http://thaiopensource.com/ns/locating-rules/1.0" namespace local = "" @@ -36,7 +36,7 @@ rule = | typeId # | typeIdBase | extensionRule - + ## Group of rules. Useful with xml:base. group = element group { common, rule* } @@ -212,6 +212,6 @@ extensionRule = anyElement = element * { attribute * { text }*, (text|anyElement)* } -common = +common = # attribute xml:base { xsd:anyURI }?, attribute * - (xml:base|this:*|local:*) { text }* diff --git a/etc/schema/relaxng.rnc b/etc/schema/relaxng.rnc index fae2bf1f012..7961457dd00 100644 --- a/etc/schema/relaxng.rnc +++ b/etc/schema/relaxng.rnc @@ -15,7 +15,7 @@ # 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 <http://www.gnu.org/licenses/>. +# along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. default namespace rng = "http://relaxng.org/ns/structure/1.0" namespace local = "" @@ -39,7 +39,7 @@ param = element param { commonAttributes, nameNCName, xsd:string } exceptPattern = element except { common & pattern+ } -grammarContent = +grammarContent = definition | element div { common & grammarContent* } | element include { href, (common & includeContent*) } @@ -54,7 +54,7 @@ definition = combine = attribute combine { "choice" | "interleave" } -nameClass = +nameClass = element name { commonAttributes, xsd:QName } | element anyName { common & exceptNameClass? } | element nsName { common & exceptNameClass? } @@ -69,7 +69,7 @@ type = attribute type { xsd:NCName } common = commonAttributes, foreignElement* -commonAttributes = +commonAttributes = attribute ns { xsd:string }?, attribute datatypeLibrary { xsd:anyURI }?, foreignAttribute* diff --git a/etc/schema/schemas.xml b/etc/schema/schemas.xml index 97b29617c79..ef4a0b3e0ef 100644 --- a/etc/schema/schemas.xml +++ b/etc/schema/schemas.xml @@ -13,7 +13,7 @@ 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 <http://www.gnu.org/licenses/>. --> +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"/> |