Skip to content

Commit ab98ad0

Browse files
committed
Deploying to gh-pages from @ 19c298c 🚀
1 parent 51eb345 commit ab98ad0

File tree

179 files changed

+187
-187
lines changed

Some content is hidden

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

179 files changed

+187
-187
lines changed

download.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ <h1 class="ui header">Get Hext</h1>
142142

143143
</td>
144144
<td data-label="Languages">
145-
Python v3.8-3.12 <sup><a href="https://pypi.org/project/hext/">PyPI</a></sup>, <a href="#htmlext">htmlext</a></td>
145+
Python v3.9-3.13 <sup><a href="https://pypi.org/project/hext/">PyPI</a></sup>, <a href="#htmlext">htmlext</a></td>
146146
<td data-label="Platforms">
147147
macOS, Linux</td>
148148
<td data-label="Arch">
@@ -167,7 +167,7 @@ <h1 class="ui header">Get Hext</h1>
167167

168168
</td>
169169
<td data-label="Languages">
170-
Node v18-22 <sup><a href="https://www.npmjs.com/package/hext">npmjs</a></sup></td>
170+
Node v18-23 <sup><a href="https://www.npmjs.com/package/hext">npmjs</a></sup></td>
171171
<td data-label="Platforms">
172172
macOS, Linux</td>
173173
<td data-label="Arch">
@@ -448,7 +448,7 @@ <h1 class="ui header">Hext for JavaScript</h1>
448448
See the examples below for usage instructions.
449449
</div>
450450
<div class="sixteen wide column">
451-
<pre class="ace-static-hl"><code><div class='ace-clouds'><div class='ace_static_highlight' style='counter-reset:ace_line 0'><div class='ace_line'><span class='ace_meta ace_tag ace_punctuation ace_tag-open ace_xml'>&#60;</span><span class='ace_meta ace_tag ace_script ace_tag-name ace_xml'>script</span><span class='ace_text ace_tag-whitespace ace_xml'> </span><span class='ace_entity ace_other ace_attribute-name ace_xml'>src</span><span class='ace_keyword ace_operator ace_attribute-equals ace_xml'>=</span><span class='ace_string ace_attribute-value ace_xml'>&#34;https://cdn.jsdelivr.net/gh/html-extract/hext.js@v1.0.9/dist/hext.js&#34;</span><span class='ace_meta ace_tag ace_punctuation ace_tag-close ace_xml'>></span><span class='ace_meta ace_tag ace_punctuation ace_end-tag-open ace_xml'>&#60;/</span><span class='ace_meta ace_tag ace_script ace_tag-name ace_xml'>script</span><span class='ace_meta ace_tag ace_punctuation ace_tag-close ace_xml'>></span>
451+
<pre class="ace-static-hl"><code><div class='ace-clouds'><div class='ace_static_highlight' style='counter-reset:ace_line 0'><div class='ace_line'><span class='ace_meta ace_tag ace_punctuation ace_tag-open ace_xml'>&#60;</span><span class='ace_meta ace_tag ace_script ace_tag-name ace_xml'>script</span><span class='ace_text ace_tag-whitespace ace_xml'> </span><span class='ace_entity ace_other ace_attribute-name ace_xml'>src</span><span class='ace_keyword ace_operator ace_attribute-equals ace_xml'>=</span><span class='ace_string ace_attribute-value ace_xml'>&#34;https://cdn.jsdelivr.net/gh/html-extract/hext.js@v1.0.11/dist/hext.js&#34;</span><span class='ace_meta ace_tag ace_punctuation ace_tag-close ace_xml'>></span><span class='ace_meta ace_tag ace_punctuation ace_end-tag-open ace_xml'>&#60;/</span><span class='ace_meta ace_tag ace_script ace_tag-name ace_xml'>script</span><span class='ace_meta ace_tag ace_punctuation ace_tag-close ace_xml'>></span>
452452
</div><div class='ace_line'><span class='ace_meta ace_tag ace_punctuation ace_tag-open ace_xml'>&#60;</span><span class='ace_meta ace_tag ace_script ace_tag-name ace_xml'>script</span><span class='ace_meta ace_tag ace_punctuation ace_tag-close ace_xml'>></span>
453453
</div><div class='ace_line'><span class='ace_paren ace_lparen'>(</span><span class='ace_storage ace_type'>function</span><span class='ace_paren ace_lparen'>(</span><span class='ace_paren ace_rparen'>)</span> <span class='ace_paren ace_lparen'>{</span>
454454
</div><div class='ace_line'> <span class='ace_comment'>// loadHext() returns a promise</span>
@@ -500,7 +500,7 @@ <h1 class="ui header">Hext for JavaScript</h1>
500500
</div>
501501
<div class="sixteen wide column">
502502
<pre class="ace-static-hl"><code><div class='ace-clouds'><div class='ace_static_highlight' style='counter-reset:ace_line 0'><div class='ace_line'><span class='ace_meta ace_tag ace_punctuation ace_tag-open ace_xml'>&#60;</span><span class='ace_meta ace_tag ace_script ace_tag-name ace_xml'>script</span><span class='ace_text ace_tag-whitespace ace_xml'> </span><span class='ace_entity ace_other ace_attribute-name ace_xml'>type</span><span class='ace_keyword ace_operator ace_attribute-equals ace_xml'>=</span><span class='ace_string ace_attribute-value ace_xml'>&#34;module&#34;</span><span class='ace_meta ace_tag ace_punctuation ace_tag-close ace_xml'>></span>
503-
</div><div class='ace_line'> <span class='ace_keyword'>import</span> <span class='ace_identifier'>hext</span> <span class='ace_keyword'>from</span> <span class='ace_string'>&#34;https://cdn.jsdelivr.net/gh/html-extract/hext.js@v1.0.9/dist/hext.mjs&#34;</span><span class='ace_punctuation ace_operator'>;</span>
503+
</div><div class='ace_line'> <span class='ace_keyword'>import</span> <span class='ace_identifier'>hext</span> <span class='ace_keyword'>from</span> <span class='ace_string'>&#34;https://cdn.jsdelivr.net/gh/html-extract/hext.js@v1.0.11/dist/hext.mjs&#34;</span><span class='ace_punctuation ace_operator'>;</span>
504504
</div><div class='ace_line'> <span class='ace_storage ace_type'>const</span> <span class='ace_identifier'>html</span> <span class='ace_keyword ace_operator'>=</span> <span class='ace_keyword'>new</span> <span class='ace_identifier'>hext</span><span class='ace_punctuation ace_operator'>.</span><span class='ace_identifier'>Html</span><span class='ace_paren ace_lparen'>(</span><span class='ace_string'>&#34;&#60;ul>&#60;li>Hello&#60;/li>&#60;li>World&#60;/li>&#60;/ul>&#34;</span><span class='ace_paren ace_rparen'>)</span><span class='ace_punctuation ace_operator'>;</span>
505505
</div><div class='ace_line'> <span class='ace_storage ace_type'>const</span> <span class='ace_identifier'>rule</span> <span class='ace_keyword ace_operator'>=</span> <span class='ace_keyword'>new</span> <span class='ace_identifier'>hext</span><span class='ace_punctuation ace_operator'>.</span><span class='ace_identifier'>Rule</span><span class='ace_paren ace_lparen'>(</span><span class='ace_string'>&#34;&#60;li @text:my_text />&#34;</span><span class='ace_paren ace_rparen'>)</span><span class='ace_punctuation ace_operator'>;</span>
506506
</div><div class='ace_line'> <span class='ace_storage ace_type'>const</span> <span class='ace_identifier'>result</span> <span class='ace_keyword ace_operator'>=</span> <span class='ace_identifier'>rule</span><span class='ace_punctuation ace_operator'>.</span><span class='ace_identifier'>extract</span><span class='ace_paren ace_lparen'>(</span><span class='ace_identifier'>html</span><span class='ace_paren ace_rparen'>)</span><span class='ace_punctuation ace_operator'>.</span><span class='ace_identifier'>map</span><span class='ace_paren ace_lparen'>(</span><span class='ace_identifier'>x</span> <span class='ace_storage ace_type'>=></span> <span class='ace_identifier'>x</span><span class='ace_punctuation ace_operator'>.</span><span class='ace_identifier'>my_text</span><span class='ace_paren ace_rparen'>)</span><span class='ace_punctuation ace_operator'>.</span><span class='ace_support ace_function'>join</span><span class='ace_paren ace_lparen'>(</span><span class='ace_string'>&#34;, &#34;</span><span class='ace_paren ace_rparen'>)</span><span class='ace_punctuation ace_operator'>;</span>
@@ -686,7 +686,7 @@ <h3>On other systems (*nix, OS X, Win)</h3>
686686
</p>
687687
</div>
688688
<div class="ten wide column">
689-
<pre class="ace-static-hl"><code>wget https://github.com/html-extract/hext/archive/v1.0.9.tar.gz
689+
<pre class="ace-static-hl"><code>wget https://github.com/html-extract/hext/archive/v1.0.11.tar.gz
690690
tar xf *.tar.gz
691691
cd hext*/build
692692
cmake -DBUILD_SHARED_LIBS=On .. && make -j 2

libhext-documentation/AppendPipe_8h.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<tr style="height: 56px;">
2323
<td id="projectalign" style="padding-left: 0.5em;">
2424
<div id="projectname">libhext: C++ Library Documentation
25-
&#160;<span id="projectnumber">1.0.9-c8ac8b6</span>
25+
&#160;<span id="projectnumber">1.0.11-853480e</span>
2626
</div>
2727
</td>
2828
</tr>

libhext-documentation/AppendPipe_8h_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<tr style="height: 56px;">
2323
<td id="projectalign" style="padding-left: 0.5em;">
2424
<div id="projectname">libhext: C++ Library Documentation
25-
&#160;<span id="projectnumber">1.0.9-c8ac8b6</span>
25+
&#160;<span id="projectnumber">1.0.11-853480e</span>
2626
</div>
2727
</td>
2828
</tr>

libhext-documentation/AttributeCapture_8h.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<tr style="height: 56px;">
2323
<td id="projectalign" style="padding-left: 0.5em;">
2424
<div id="projectname">libhext: C++ Library Documentation
25-
&#160;<span id="projectnumber">1.0.9-c8ac8b6</span>
25+
&#160;<span id="projectnumber">1.0.11-853480e</span>
2626
</div>
2727
</td>
2828
</tr>

libhext-documentation/AttributeCapture_8h_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<tr style="height: 56px;">
2323
<td id="projectalign" style="padding-left: 0.5em;">
2424
<div id="projectname">libhext: C++ Library Documentation
25-
&#160;<span id="projectnumber">1.0.9-c8ac8b6</span>
25+
&#160;<span id="projectnumber">1.0.11-853480e</span>
2626
</div>
2727
</td>
2828
</tr>

libhext-documentation/AttributeCountMatch_8h.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<tr style="height: 56px;">
2323
<td id="projectalign" style="padding-left: 0.5em;">
2424
<div id="projectname">libhext: C++ Library Documentation
25-
&#160;<span id="projectnumber">1.0.9-c8ac8b6</span>
25+
&#160;<span id="projectnumber">1.0.11-853480e</span>
2626
</div>
2727
</td>
2828
</tr>

libhext-documentation/AttributeCountMatch_8h_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<tr style="height: 56px;">
2323
<td id="projectalign" style="padding-left: 0.5em;">
2424
<div id="projectname">libhext: C++ Library Documentation
25-
&#160;<span id="projectnumber">1.0.9-c8ac8b6</span>
25+
&#160;<span id="projectnumber">1.0.11-853480e</span>
2626
</div>
2727
</td>
2828
</tr>

libhext-documentation/AttributeMatch_8h.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<tr style="height: 56px;">
2323
<td id="projectalign" style="padding-left: 0.5em;">
2424
<div id="projectname">libhext: C++ Library Documentation
25-
&#160;<span id="projectnumber">1.0.9-c8ac8b6</span>
25+
&#160;<span id="projectnumber">1.0.11-853480e</span>
2626
</div>
2727
</td>
2828
</tr>

libhext-documentation/AttributeMatch_8h_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<tr style="height: 56px;">
2323
<td id="projectalign" style="padding-left: 0.5em;">
2424
<div id="projectname">libhext: C++ Library Documentation
25-
&#160;<span id="projectnumber">1.0.9-c8ac8b6</span>
25+
&#160;<span id="projectnumber">1.0.11-853480e</span>
2626
</div>
2727
</td>
2828
</tr>

libhext-documentation/BeginsWithTest_8h.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<tr style="height: 56px;">
2323
<td id="projectalign" style="padding-left: 0.5em;">
2424
<div id="projectname">libhext: C++ Library Documentation
25-
&#160;<span id="projectnumber">1.0.9-c8ac8b6</span>
25+
&#160;<span id="projectnumber">1.0.11-853480e</span>
2626
</div>
2727
</td>
2828
</tr>

0 commit comments

Comments
 (0)