Skip to content

Commit 1c02988

Browse files
committed
HTTP -> HTTPS
1 parent c6e876f commit 1c02988

99 files changed

Lines changed: 858 additions & 858 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Documentation content licensing:
55
in the Creative Commons Attribution 3.0 License or later. A copy of
66
the Creative Commons Attribution 3.0 license is distributed with this
77
manual. The latest version is presently available at »
8-
http://creativecommons.org/licenses/by/3.0/.
8+
https://creativecommons.org/licenses/by/3.0/.
99

1010
If you are interested in redistribution or republishing of this
1111
document in whole or in part, either modified or unmodified, and you

RFC/coding_standards

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GENERAL:
22

3-
References: http://pear.php.net/manual/en/standards.php
4-
http://www.php.net/manual/howto/
3+
References: https://pear.php.net/manual/en/standards.php
4+
https://www.php.net/manual/howto/
55

66
Examples need to be clear and simple, but should show the possibilities and
77
usage of the functions used. Only use OOP features where you would like to

RFC/schema/docbook.xsd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:docbook="http://docbook.org/ns/docbook">
3-
<xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="xlink.xsd"/>
4-
<xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>
2+
<xs:schema xmlns:xs="https://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="https://docbook.org/ns/docbook" xmlns:xlink="https://www.w3.org/1999/xlink" xmlns:docbook="https://docbook.org/ns/docbook">
3+
<xs:import namespace="https://www.w3.org/1999/xlink" schemaLocation="xlink.xsd"/>
4+
<xs:import namespace="https://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>
55
<xs:attributeGroup name="db.common.attributes">
66
<xs:attribute ref="xml:id"/>
77
<xs:attribute name="version"/>

RFC/schema/phd.xsd

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!DOCTYPE xsd:schema PUBLIC "-//W3C//DTD XMLSCHEMA 2000102//EN" "http://www.w3.org/2001/XMLSchema.dtd" [
2+
<!DOCTYPE xsd:schema PUBLIC "-//W3C//DTD XMLSCHEMA 2000102//EN" "https://www.w3.org/2001/XMLSchema.dtd" [
33

4-
<!ENTITY % xs-datatypes PUBLIC 'datatypes' 'http://www.w3.org/2001/datatypes.dtd'>
4+
<!ENTITY % xs-datatypes PUBLIC 'datatypes' 'https://www.w3.org/2001/datatypes.dtd'>
55
<!ENTITY % p 'xsd:'>
66
<!ENTITY % s ':xsd'>
7-
<!ENTITY % schemaAttrs 'xmlns:xlink CDATA #FIXED "http://www.w3.org/1999/xlink"
8-
xmlns:docbook CDATA #FIXED "http://docbook.org/ns/docbook"'>
7+
<!ENTITY % schemaAttrs 'xmlns:xlink CDATA #FIXED "https://www.w3.org/1999/xlink"
8+
xmlns:docbook CDATA #FIXED "https://docbook.org/ns/docbook"'>
99

1010
]>
11-
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
12-
xmlns:xlink="http://www.w3.org/1999/xlink"
13-
xmlns:docbook="http://docbook.org/ns/docbook"
11+
<xsd:schema xmlns:xsd="https://www.w3.org/2001/XMLSchema"
12+
xmlns:xlink="https://www.w3.org/1999/xlink"
13+
xmlns:docbook="https://docbook.org/ns/docbook"
1414
blockDefault="#all"
1515
elementFormDefault="qualified"
1616
attributeFormDefault="unqualified"

RFC/schema/xlink.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://www.w3.org/1999/xlink" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:docbook="http://docbook.org/ns/docbook">
2+
<xs:schema xmlns:xs="https://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="https://www.w3.org/1999/xlink" xmlns:xlink="https://www.w3.org/1999/xlink" xmlns:docbook="https://docbook.org/ns/docbook">
33
<xs:attribute name="href"/>
44
<xs:attribute name="type"/>
55
<xs:attribute name="role"/>

RFC/schema/xml.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://www.w3.org/XML/1998/namespace" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:docbook="http://docbook.org/ns/docbook">
2+
<xs:schema xmlns:xs="https://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="https://www.w3.org/XML/1998/namespace" xmlns:xlink="https://www.w3.org/1999/xlink" xmlns:docbook="https://docbook.org/ns/docbook">
33
<xs:attribute name="id" type="xs:ID"/>
44
<xs:attribute name="lang"/>
55
<xs:attribute name="base"/>

RFC/skeletons/book.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<book xml:id="book.extname" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
3+
<book xml:id="book.extname" xmlns="https://docbook.org/ns/docbook" xmlns:xlink="https://www.w3.org/1999/xlink">
44
<title>Extname</title>
55
<titleabbrev>Extname...</titleabbrev>
66

RFC/skeletons/classname.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
33
<phpdoc:classref xml:id="class.classname"
4-
xmlns:phpdoc="http://php.net/ns/phpdoc"
5-
xmlns:xlink="http://www.w3.org/1999/xlink"
6-
xmlns:xi="http://www.w3.org/2001/XInclude"
7-
xmlns="http://docbook.org/ns/docbook">
4+
xmlns:phpdoc="https://php.net/ns/phpdoc"
5+
xmlns:xlink="https://www.w3.org/1999/xlink"
6+
xmlns:xi="https://www.w3.org/2001/XInclude"
7+
xmlns="https://docbook.org/ns/docbook">
88
<title>The ClassName class</title>
99
<titleabbrev>ClassName</titleabbrev>
1010

@@ -57,24 +57,24 @@
5757
-->
5858

5959
<!-- If properties are documented "as a method", use this
60-
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.classname')/db:refentry/db:refsect1[@role='description']/descendant::db:fieldsynopsis)" />
60+
<xi:include xpointer="xmlns(db=https://docbook.org/ns/docbook) xpointer(id('class.classname')/db:refentry/db:refsect1[@role='description']/descendant::db:fieldsynopsis)" />
6161
-->
6262

6363
<!-- Edit the classname below -->
6464
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
65-
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.classname')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[not(@role='procedural')])">
65+
<xi:include xpointer="xmlns(db=https://docbook.org/ns/docbook) xpointer(id('class.classname')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[not(@role='procedural')])">
6666
<xi:fallback />
6767
</xi:include>
68-
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.classname')/db:refentry/db:refsect1[@role='description']/descendant::db:destructorsynopsis[not(@role='procedural')])">
68+
<xi:include xpointer="xmlns(db=https://docbook.org/ns/docbook) xpointer(id('class.classname')/db:refentry/db:refsect1[@role='description']/descendant::db:destructorsynopsis[not(@role='procedural')])">
6969
<xi:fallback />
7070
</xi:include>
71-
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.classname')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])">
71+
<xi:include xpointer="xmlns(db=https://docbook.org/ns/docbook) xpointer(id('class.classname')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])">
7272
<xi:fallback />
7373
</xi:include>
7474

7575
<!-- If the class extends a class use this. Repeat the <xi:include> tag for all the parent classes in the event of multiple extensions; i.e. class XYZ extends class XY and class XY extends class X
7676
<classsynopsisinfo role="comment">Inherited methods</classsynopsisinfo>
77-
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.baseclassname')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural') and not(modifier='private')])" />
77+
<xi:include xpointer="xmlns(db=https://docbook.org/ns/docbook) xpointer(id('class.baseclassname')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural') and not(modifier='private')])" />
7878
</classsynopsis>
7979
-->
8080
<!-- }}} -->

RFC/skeletons/configure.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<section xml:id="extname.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
3+
<section xml:id="extname.installation" xmlns="https://docbook.org/ns/docbook" xmlns:xlink="https://www.w3.org/1999/xlink">
44
&reftitle.install;
55

66
<!-- If the extension doesn't need to be installed (built-in extension) use this entity -->

RFC/skeletons/constants.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<appendix xml:id="extname.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
3+
<appendix xml:id="extname.constants" xmlns="https://docbook.org/ns/docbook" xmlns:xlink="https://www.w3.org/1999/xlink">
44
&reftitle.constants;
55
&extension.constants;
66

0 commit comments

Comments
 (0)