Skip to content

Commit 0ab2f6a

Browse files
committed
Deploying to gh-pages from @ 55d0d90 🚀
1 parent 0113ce8 commit 0ab2f6a

File tree

181 files changed

+190
-190
lines changed

Some content is hidden

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

181 files changed

+190
-190
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.9-3.13 <sup><a href="https://pypi.org/project/hext/">PyPI</a></sup>, <a href="#htmlext">htmlext</a></td>
145+
Python v3.10-3.14 <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 v20-24 <sup><a href="https://www.npmjs.com/package/hext">npmjs</a></sup></td>
170+
Node v20-25 <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/[email protected].13/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/[email protected].14/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/[email protected].13/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/[email protected].14/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>
@@ -685,7 +685,7 @@ <h3>On other systems (*nix, OS X, Win)</h3>
685685
</p>
686686
</div>
687687
<div class="ten wide column">
688-
<pre class="ace-static-hl"><code>wget https://github.com/html-extract/hext/archive/v1.0.13.tar.gz
688+
<pre class="ace-static-hl"><code>wget https://github.com/html-extract/hext/archive/v1.0.14.tar.gz
689689
tar xf *.tar.gz
690690
cd hext*/build
691691
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
@@ -21,7 +21,7 @@
2121
<tbody>
2222
<tr id="projectrow">
2323
<td id="projectalign">
24-
<div id="projectname">libhext: C++ Library Documentation<span id="projectnumber">&#160;1.0.13-e6a73eb</span>
24+
<div id="projectname">libhext: C++ Library Documentation<span id="projectnumber">&#160;1.0.14-6065bc7</span>
2525
</div>
2626
</td>
2727
</tr>

libhext-documentation/AppendPipe_8h_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<tbody>
2222
<tr id="projectrow">
2323
<td id="projectalign">
24-
<div id="projectname">libhext: C++ Library Documentation<span id="projectnumber">&#160;1.0.13-e6a73eb</span>
24+
<div id="projectname">libhext: C++ Library Documentation<span id="projectnumber">&#160;1.0.14-6065bc7</span>
2525
</div>
2626
</td>
2727
</tr>

libhext-documentation/AttributeCapture_8h.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<tbody>
2222
<tr id="projectrow">
2323
<td id="projectalign">
24-
<div id="projectname">libhext: C++ Library Documentation<span id="projectnumber">&#160;1.0.13-e6a73eb</span>
24+
<div id="projectname">libhext: C++ Library Documentation<span id="projectnumber">&#160;1.0.14-6065bc7</span>
2525
</div>
2626
</td>
2727
</tr>

libhext-documentation/AttributeCapture_8h_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<tbody>
2222
<tr id="projectrow">
2323
<td id="projectalign">
24-
<div id="projectname">libhext: C++ Library Documentation<span id="projectnumber">&#160;1.0.13-e6a73eb</span>
24+
<div id="projectname">libhext: C++ Library Documentation<span id="projectnumber">&#160;1.0.14-6065bc7</span>
2525
</div>
2626
</td>
2727
</tr>

libhext-documentation/AttributeCountMatch_8h.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<tbody>
2222
<tr id="projectrow">
2323
<td id="projectalign">
24-
<div id="projectname">libhext: C++ Library Documentation<span id="projectnumber">&#160;1.0.13-e6a73eb</span>
24+
<div id="projectname">libhext: C++ Library Documentation<span id="projectnumber">&#160;1.0.14-6065bc7</span>
2525
</div>
2626
</td>
2727
</tr>

libhext-documentation/AttributeCountMatch_8h_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<tbody>
2222
<tr id="projectrow">
2323
<td id="projectalign">
24-
<div id="projectname">libhext: C++ Library Documentation<span id="projectnumber">&#160;1.0.13-e6a73eb</span>
24+
<div id="projectname">libhext: C++ Library Documentation<span id="projectnumber">&#160;1.0.14-6065bc7</span>
2525
</div>
2626
</td>
2727
</tr>

libhext-documentation/AttributeMatch_8h.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<tbody>
2222
<tr id="projectrow">
2323
<td id="projectalign">
24-
<div id="projectname">libhext: C++ Library Documentation<span id="projectnumber">&#160;1.0.13-e6a73eb</span>
24+
<div id="projectname">libhext: C++ Library Documentation<span id="projectnumber">&#160;1.0.14-6065bc7</span>
2525
</div>
2626
</td>
2727
</tr>

libhext-documentation/AttributeMatch_8h_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<tbody>
2222
<tr id="projectrow">
2323
<td id="projectalign">
24-
<div id="projectname">libhext: C++ Library Documentation<span id="projectnumber">&#160;1.0.13-e6a73eb</span>
24+
<div id="projectname">libhext: C++ Library Documentation<span id="projectnumber">&#160;1.0.14-6065bc7</span>
2525
</div>
2626
</td>
2727
</tr>

libhext-documentation/BeginsWithTest_8h.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<tbody>
2222
<tr id="projectrow">
2323
<td id="projectalign">
24-
<div id="projectname">libhext: C++ Library Documentation<span id="projectnumber">&#160;1.0.13-e6a73eb</span>
24+
<div id="projectname">libhext: C++ Library Documentation<span id="projectnumber">&#160;1.0.14-6065bc7</span>
2525
</div>
2626
</td>
2727
</tr>

0 commit comments

Comments
 (0)