Skip to content

Commit

Permalink
Merge pull request #236 from Dukecity/feat/gh-pages-ssl
Browse files Browse the repository at this point in the history
docs: make gh-page work under https://
  • Loading branch information
goetas authored Mar 26, 2024
2 parents f266ab1 + 2a8cf9e commit 3e7b280
Show file tree
Hide file tree
Showing 302 changed files with 634 additions and 634 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
markdown: rdiscount
baseurl: http://masterminds.github.io/html5-php
baseurl: https://masterminds.github.io/html5-php

navigation:
- text: Docs
url: https://github.com/Masterminds/html5-php/wiki
- text: API
url: http://masterminds.github.io/html5-php/api/2.2.0/
url: https://masterminds.github.io/html5-php/api/2.2.0/
- text: Github
url: https://github.com/Masterminds/html5-php
4 changes: 2 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ <h1 id="brand" class="grid-25 mobile-grid-100">
{{ content }}
<footer role="contentinfo" class="grid-container">
<div class="grid-100">
html5-php is maintained by <a href="http://technosophos.com">Matt Butcher</a> (<a href="http://twitter.com/technosophos">@techosophos</a>) and <a href="http://mattfarina.com">Matt Farina</a> (<a href="http://twitter.com/mattfarina">@mattfarina</a>).
html5-php is maintained by <a href="http://technosophos.com">Matt Butcher</a> (<a href="https://twitter.com/technosophos">@techosophos</a>) and <a href="https://mattfarina.com">Matt Farina</a> (<a href="https://twitter.com/mattfarina">@mattfarina</a>).
</div>
</footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="{{ site.baseurl }}/assets/js/jquery-1.10.2.min.js"><\/script>')</script>
<script src="{{ site.baseurl }}/assets/js/prettify.js?A"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion api/2.0.0/Masterminds.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ <h2>Classes</h2>

</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/">Sami, the API Documentation Generator</a>.
Generated by <a href="https://github.com/FriendsOfPHP/Sami">Sami, the API Documentation Generator</a>.
</div>

</div>
Expand Down
26 changes: 13 additions & 13 deletions api/2.0.0/Masterminds/HTML5.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h2>Methods</h2>
<div class="row">
<div class="col-md-2 type">

<a target="_blank" href="http://php.net/DOMDocument">DOMDocument</a>
<a target="_blank" href="https://php.net/DOMDocument">DOMDocument</a>
</div>
<div class="col-md-8 type">
<a href="#method_load">load</a>(
Expand All @@ -139,7 +139,7 @@ <h2>Methods</h2>
<div class="row">
<div class="col-md-2 type">

<a target="_blank" href="http://php.net/DOMDocument">DOMDocument</a>
<a target="_blank" href="https://php.net/DOMDocument">DOMDocument</a>
</div>
<div class="col-md-8 type">
<a href="#method_loadHTML">loadHTML</a>(
Expand All @@ -150,7 +150,7 @@ <h2>Methods</h2>
<div class="row">
<div class="col-md-2 type">

<a target="_blank" href="http://php.net/DOMDocument">DOMDocument</a>
<a target="_blank" href="https://php.net/DOMDocument">DOMDocument</a>
</div>
<div class="col-md-8 type">
<a href="#method_loadHTMLFile">loadHTMLFile</a>(
Expand All @@ -161,7 +161,7 @@ <h2>Methods</h2>
<div class="row">
<div class="col-md-2 type">

<a target="_blank" href="http://php.net/DOMDocumentFragment">DOMDocumentFragment</a>
<a target="_blank" href="https://php.net/DOMDocumentFragment">DOMDocumentFragment</a>
</div>
<div class="col-md-8 type">
<a href="#method_loadHTMLFragment">loadHTMLFragment</a>(
Expand Down Expand Up @@ -302,7 +302,7 @@ <h4>Return Value</h4>
<h3 id="method_load">
<div class="location">at line <a href="https://github.com/Masterminds/html5-php/blob/2.0.0/HTML5-PHP/src/HTML5.php#L66">line 66</a></div>
<code>
<a target="_blank" href="http://php.net/DOMDocument">DOMDocument</a>
<a target="_blank" href="https://php.net/DOMDocument">DOMDocument</a>
<strong>load</strong>(
string $file)</code>
</h3>
Expand Down Expand Up @@ -334,7 +334,7 @@ <h4>Return Value</h4>
<table class="table table-condensed">
<tr>
<td>
<a target="_blank" href="http://php.net/DOMDocument">DOMDocument</a></td>
<a target="_blank" href="https://php.net/DOMDocument">DOMDocument</a></td>
<td>A DOM document. These object type is defined by the libxml
library, and should have been included with your version of PHP.</td>
</tr>
Expand All @@ -350,7 +350,7 @@ <h4>Return Value</h4>
<h3 id="method_loadHTML">
<div class="location">at line <a href="https://github.com/Masterminds/html5-php/blob/2.0.0/HTML5-PHP/src/HTML5.php#L90">line 90</a></div>
<code>
<a target="_blank" href="http://php.net/DOMDocument">DOMDocument</a>
<a target="_blank" href="https://php.net/DOMDocument">DOMDocument</a>
<strong>loadHTML</strong>(
string $string)</code>
</h3>
Expand All @@ -376,7 +376,7 @@ <h4>Return Value</h4>
<table class="table table-condensed">
<tr>
<td>
<a target="_blank" href="http://php.net/DOMDocument">DOMDocument</a></td>
<a target="_blank" href="https://php.net/DOMDocument">DOMDocument</a></td>
<td>A DOM document. DOM is part of libxml, which is included with
almost all distribtions of PHP.</td>
</tr>
Expand All @@ -392,7 +392,7 @@ <h4>Return Value</h4>
<h3 id="method_loadHTMLFile">
<div class="location">at line <a href="https://github.com/Masterminds/html5-php/blob/2.0.0/HTML5-PHP/src/HTML5.php#L111">line 111</a></div>
<code>
<a target="_blank" href="http://php.net/DOMDocument">DOMDocument</a>
<a target="_blank" href="https://php.net/DOMDocument">DOMDocument</a>
<strong>loadHTMLFile</strong>(
string $file)</code>
</h3>
Expand Down Expand Up @@ -420,7 +420,7 @@ <h4>Return Value</h4>
<table class="table table-condensed">
<tr>
<td>
<a target="_blank" href="http://php.net/DOMDocument">DOMDocument</a></td>
<a target="_blank" href="https://php.net/DOMDocument">DOMDocument</a></td>
<td>A DOM document. These object type is defined by the libxml
library, and should have been included with your version of PHP.</td>
</tr>
Expand All @@ -436,7 +436,7 @@ <h4>Return Value</h4>
<h3 id="method_loadHTMLFragment">
<div class="location">at line <a href="https://github.com/Masterminds/html5-php/blob/2.0.0/HTML5-PHP/src/HTML5.php#L125">line 125</a></div>
<code>
<a target="_blank" href="http://php.net/DOMDocumentFragment">DOMDocumentFragment</a>
<a target="_blank" href="https://php.net/DOMDocumentFragment">DOMDocumentFragment</a>
<strong>loadHTMLFragment</strong>(
string $string)</code>
</h3>
Expand All @@ -461,7 +461,7 @@ <h4>Return Value</h4>
<table class="table table-condensed">
<tr>
<td>
<a target="_blank" href="http://php.net/DOMDocumentFragment">DOMDocumentFragment</a></td>
<a target="_blank" href="https://php.net/DOMDocumentFragment">DOMDocumentFragment</a></td>
<td>A DOM fragment. The DOM is part of libxml, which is included with
almost all distributions of PHP.</td>
</tr>
Expand Down Expand Up @@ -693,7 +693,7 @@ <h4>Return Value</h4>

</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/">Sami, the API Documentation Generator</a>.
Generated by <a href="https://github.com/FriendsOfPHP/Sami">Sami, the API Documentation Generator</a>.
</div>

</div>
Expand Down
2 changes: 1 addition & 1 deletion api/2.0.0/Masterminds/HTML5/Elements.html
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ <h4>Return Value</h4>

</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/">Sami, the API Documentation Generator</a>.
Generated by <a href="https://github.com/FriendsOfPHP/Sami">Sami, the API Documentation Generator</a>.
</div>

</div>
Expand Down
2 changes: 1 addition & 1 deletion api/2.0.0/Masterminds/HTML5/Entities.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h2>Properties</h2>

</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/">Sami, the API Documentation Generator</a>.
Generated by <a href="https://github.com/FriendsOfPHP/Sami">Sami, the API Documentation Generator</a>.
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions api/2.0.0/Masterminds/HTML5/Exception.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h1>Exception</h1>
</div>

<p> class
<strong>Exception</strong> extends <a target="_blank" href="http://php.net/Exception">Exception</a> (<a href="https://github.com/Masterminds/html5-php/blob/2.0.0/HTML5-PHP/src/HTML5/Exception.php">View source</a>)
<strong>Exception</strong> extends <a target="_blank" href="https://php.net/Exception">Exception</a> (<a href="https://github.com/Masterminds/html5-php/blob/2.0.0/HTML5-PHP/src/HTML5/Exception.php">View source</a>)
</p>

<div class="description">
Expand All @@ -101,7 +101,7 @@ <h1>Exception</h1>

</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/">Sami, the API Documentation Generator</a>.
Generated by <a href="https://github.com/FriendsOfPHP/Sami">Sami, the API Documentation Generator</a>.
</div>

</div>
Expand Down
8 changes: 4 additions & 4 deletions api/2.0.0/Masterminds/HTML5/InstructionProcessor.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h2>Methods</h2>
</div>
<div class="col-md-8 type">
<a href="#method_process">process</a>(
<a target="_blank" href="http://php.net/DOMElement">DOMElement</a> $element,
<a target="_blank" href="https://php.net/DOMElement">DOMElement</a> $element,
string $name,
string $data)
<p>Process an individual processing instruction.</p> </div>
Expand All @@ -133,7 +133,7 @@ <h3 id="method_process">
<code>
<abbr title="Masterminds\HTML5\DOMElement">DOMElement</abbr>
<strong>process</strong>(
<a target="_blank" href="http://php.net/DOMElement">DOMElement</a> $element,
<a target="_blank" href="https://php.net/DOMElement">DOMElement</a> $element,
string $name,
string $data)</code>
</h3>
Expand All @@ -150,7 +150,7 @@ <h4>Parameters</h4>
<table class="table table-condensed">
<tr>
<td>
<a target="_blank" href="http://php.net/DOMElement">DOMElement</a></td>
<a target="_blank" href="https://php.net/DOMElement">DOMElement</a></td>
<td>$element</td>
<td>The parent element for the current processing instruction.</td>
</tr>
Expand Down Expand Up @@ -193,7 +193,7 @@ <h4>Return Value</h4>

</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/">Sami, the API Documentation Generator</a>.
Generated by <a href="https://github.com/FriendsOfPHP/Sami">Sami, the API Documentation Generator</a>.
</div>

</div>
Expand Down
2 changes: 1 addition & 1 deletion api/2.0.0/Masterminds/HTML5/Parser.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ <h2>Exceptions</h2>

</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/">Sami, the API Documentation Generator</a>.
Generated by <a href="https://github.com/FriendsOfPHP/Sami">Sami, the API Documentation Generator</a>.
</div>

</div>
Expand Down
2 changes: 1 addition & 1 deletion api/2.0.0/Masterminds/HTML5/Parser/CharacterReference.html
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ <h4>Parameters</h4>

</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/">Sami, the API Documentation Generator</a>.
Generated by <a href="https://github.com/FriendsOfPHP/Sami">Sami, the API Documentation Generator</a>.
</div>

</div>
Expand Down
2 changes: 1 addition & 1 deletion api/2.0.0/Masterminds/HTML5/Parser/DOMTreeBuilder.html
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@ <h4>Parameters</h4>

</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/">Sami, the API Documentation Generator</a>.
Generated by <a href="https://github.com/FriendsOfPHP/Sami">Sami, the API Documentation Generator</a>.
</div>

</div>
Expand Down
2 changes: 1 addition & 1 deletion api/2.0.0/Masterminds/HTML5/Parser/EventHandler.html
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ <h4>Parameters</h4>

</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/">Sami, the API Documentation Generator</a>.
Generated by <a href="https://github.com/FriendsOfPHP/Sami">Sami, the API Documentation Generator</a>.
</div>

</div>
Expand Down
2 changes: 1 addition & 1 deletion api/2.0.0/Masterminds/HTML5/Parser/FileInputStream.html
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ <h3 id="method_key">

</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/">Sami, the API Documentation Generator</a>.
Generated by <a href="https://github.com/FriendsOfPHP/Sami">Sami, the API Documentation Generator</a>.
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions api/2.0.0/Masterminds/HTML5/Parser/InputStream.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h1>InputStream</h1>

<p> interface
<strong>InputStream</strong> implements
<a target="_blank" href="http://php.net/Iterator">Iterator</a> (<a href="https://github.com/Masterminds/html5-php/blob/2.0.0/HTML5-PHP/src/HTML5/Parser/InputStream.php">View source</a>)
<a target="_blank" href="https://php.net/Iterator">Iterator</a> (<a href="https://github.com/Masterminds/html5-php/blob/2.0.0/HTML5-PHP/src/HTML5/Parser/InputStream.php">View source</a>)
</p>

<div class="description">
Expand Down Expand Up @@ -414,7 +414,7 @@ <h3 id="method_peek">

</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/">Sami, the API Documentation Generator</a>.
Generated by <a href="https://github.com/FriendsOfPHP/Sami">Sami, the API Documentation Generator</a>.
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions api/2.0.0/Masterminds/HTML5/Parser/ParseError.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ <h1>ParseError</h1>
</div>

<p> class
<strong>ParseError</strong> extends <a target="_blank" href="http://php.net/Exception">Exception</a> (<a href="https://github.com/Masterminds/html5-php/blob/2.0.0/HTML5-PHP/src/HTML5/Parser/ParseError.php">View source</a>)
<strong>ParseError</strong> extends <a target="_blank" href="https://php.net/Exception">Exception</a> (<a href="https://github.com/Masterminds/html5-php/blob/2.0.0/HTML5-PHP/src/HTML5/Parser/ParseError.php">View source</a>)
</p>

<div class="description">
Expand All @@ -102,7 +102,7 @@ <h1>ParseError</h1>

</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/">Sami, the API Documentation Generator</a>.
Generated by <a href="https://github.com/FriendsOfPHP/Sami">Sami, the API Documentation Generator</a>.
</div>

</div>
Expand Down
2 changes: 1 addition & 1 deletion api/2.0.0/Masterminds/HTML5/Parser/Scanner.html
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ <h4>Return Value</h4>

</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/">Sami, the API Documentation Generator</a>.
Generated by <a href="https://github.com/FriendsOfPHP/Sami">Sami, the API Documentation Generator</a>.
</div>

</div>
Expand Down
2 changes: 1 addition & 1 deletion api/2.0.0/Masterminds/HTML5/Parser/StringInputStream.html
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ <h3 id="method_key">

</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/">Sami, the API Documentation Generator</a>.
Generated by <a href="https://github.com/FriendsOfPHP/Sami">Sami, the API Documentation Generator</a>.
</div>

</div>
Expand Down
2 changes: 1 addition & 1 deletion api/2.0.0/Masterminds/HTML5/Parser/Tokenizer.html
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ <h4>Parameters</h4>

</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/">Sami, the API Documentation Generator</a>.
Generated by <a href="https://github.com/FriendsOfPHP/Sami">Sami, the API Documentation Generator</a>.
</div>

</div>
Expand Down
14 changes: 7 additions & 7 deletions api/2.0.0/Masterminds/HTML5/Parser/TreeBuildingRules.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ <h2>Methods</h2>
</div>
<div class="col-md-8 type">
<a href="#method___construct">__construct</a>(
<a target="_blank" href="http://php.net/DOMDocument">DOMDocument</a> $doc)
<a target="_blank" href="https://php.net/DOMDocument">DOMDocument</a> $doc)
<p>Build a new rules engine.</p> </div>
<div class="col-md-2"></div>
</div>
Expand All @@ -129,7 +129,7 @@ <h2>Methods</h2>
<div class="row">
<div class="col-md-2 type">

<a target="_blank" href="http://php.net/DOMElement">DOMElement</a>
<a target="_blank" href="https://php.net/DOMElement">DOMElement</a>
</div>
<div class="col-md-8 type">
<a href="#method_evaluate">evaluate</a>($new, $current)
Expand All @@ -148,7 +148,7 @@ <h3 id="method___construct">
<code>

<strong>__construct</strong>(
<a target="_blank" href="http://php.net/DOMDocument">DOMDocument</a> $doc)</code>
<a target="_blank" href="https://php.net/DOMDocument">DOMDocument</a> $doc)</code>
</h3>
<div class="details">
<div class="method-description">
Expand All @@ -159,7 +159,7 @@ <h4>Parameters</h4>
<table class="table table-condensed">
<tr>
<td>
<a target="_blank" href="http://php.net/DOMDocument">DOMDocument</a></td>
<a target="_blank" href="https://php.net/DOMDocument">DOMDocument</a></td>
<td>$doc</td>
<td>The DOM document to use for evaluation and modification.</td>
</tr>
Expand Down Expand Up @@ -204,7 +204,7 @@ <h4>Parameters</h4>
<h3 id="method_evaluate">
<div class="location">at line <a href="https://github.com/Masterminds/html5-php/blob/2.0.0/HTML5-PHP/src/HTML5/Parser/TreeBuildingRules.php#L61">line 61</a></div>
<code>
<a target="_blank" href="http://php.net/DOMElement">DOMElement</a>
<a target="_blank" href="https://php.net/DOMElement">DOMElement</a>
<strong>evaluate</strong>($new, $current)</code>
</h3>
<div class="details">
Expand Down Expand Up @@ -232,7 +232,7 @@ <h4>Return Value</h4>
<table class="table table-condensed">
<tr>
<td>
<a target="_blank" href="http://php.net/DOMElement">DOMElement</a></td>
<a target="_blank" href="https://php.net/DOMElement">DOMElement</a></td>
<td>The new Current DOM element.</td>
</tr>
</table>
Expand All @@ -248,7 +248,7 @@ <h4>Return Value</h4>

</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/">Sami, the API Documentation Generator</a>.
Generated by <a href="https://github.com/FriendsOfPHP/Sami">Sami, the API Documentation Generator</a>.
</div>

</div>
Expand Down
Loading

0 comments on commit 3e7b280

Please sign in to comment.