all repos — h3 @ 039604f6c6b129caa529560b95a019739b7d34a7

A tiny, extremely minimalist JavaScript microframework.

Updated guide.
h3rald h3rald@h3rald.com
Wed, 22 Apr 2020 09:30:59 +0200
commit

039604f6c6b129caa529560b95a019739b7d34a7

parent

7f722fb194f992e495b3817122e98ec914aa7aa2

1 files changed, 12 insertions(+), 0 deletions(-)

jump to
M docs/H3_DeveloperGuide.htmdocs/H3_DeveloperGuide.htm

@@ -7244,6 +7244,8 @@ <li><a href="#I'm-sold!-Where-can-I-get-it?">I'm sold! Where can I get it?</a></li>

<li><a href="#Hello,-World?">Hello, World?</a></li> <li><a href="#Something-more-complex?">Something more complex?</a></li> <li><a href="#Can-I-use-it-then,-no-strings-attached?">Can I use it then, no strings attached?</a></li> + <li><a href="#What-if-something-is-broken?">What if something is broken?</a></li> + <li><a href="#Can-I-download-a-single,-printable-HTML-file-containing-all-the-contents-of-this-site?">Can I download a single, printable HTML file containing all the contents of this site?</a></li> </ul> </li> <li><a href="#Quick-Start">Quick Start</a>

@@ -7355,6 +7357,16 @@ <a name="Can-I-use-it-then,-no-strings-attached?"></a>

<h3>Can I use it then, no strings attached?<a href="#document-top" title="Go to top"></a></h3> <p>Yes. It&rsquo;s <a href="https://github.com/h3rald/h3/blob/master/LICENSE">MIT-licensed</a>.</p> + +<a name="What-if-something-is-broken?"></a> +<h3>What if something is broken?<a href="#document-top" title="Go to top"></a></h3> + +<p>Go fix it! Or at least open an issue on the <a href="https://github.com/h3rald/h3">Github repo</a>, pleasy.</p> + +<a name="Can-I-download-a-single,-printable-HTML-file-containing-all-the-contents-of-this-site?"></a> +<h3>Can I download a single, printable HTML file containing all the contents of this site?<a href="#document-top" title="Go to top"></a></h3> + +<p>What a weird thing to ask&hellip; <a href="H3_DeveloperGuide.htm">Sure you can</a>!</p> <a name="Quick-Start"></a> <h2>Quick Start<a href="#document-top" title="Go to top"></a></h2>