all repos — h3 @ 4abfb6df52da5bd2caf43e2f3522d7d144cc3c3e

A tiny, extremely minimalist JavaScript microframework.

Regenerate docs.
h3rald h3rald@h3rald.com
Wed, 10 Jun 2020 23:02:30 +0200
commit

4abfb6df52da5bd2caf43e2f3522d7d144cc3c3e

parent

ffa286eb0ef6006196acb6cccbd82c9895535c78

2 files changed, 11 insertions(+), 1 deletions(-)

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

@@ -7243,6 +7243,7 @@ <ul>

<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="#No,-I-meant-a-real-web-application...">No, I meant a real web application...</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-copy-of-all-the-documentation-as-a-standalone-HTML-file?">Can I download a copy of all the documentation as a standalone HTML file?</a></li>

@@ -7355,6 +7356,11 @@ <a name="Something-more-complex?"></a>

<h3>Something more complex?<a href="#document-top" title="Go to top"></a></h3> <p>Have a look at the code of a <a href="https://github.com/h3rald/h3/tree/master/docs/example">simple todo list</a> (<a href="https://h3.js.org/example/index.html">demo</a>) with several components, a store and some routing.</p> + +<a name="No,-I-meant-a-real-web-application..."></a> +<h3>No, I meant a real web application&hellip;<a href="#document-top" title="Go to top"></a></h3> + +<p>OK, have a look at <a href="https://litepad.h3rald.com">litepad.h3rald.com</a> &mdash; it&rsquo;s a powerful notepad application that demonstrates how to create custom controls, route components, forms, and integrate third-party tools. The code is of course <a href="https://github.com/h3rald/litepad">on GitHub</a></p> <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>

@@ -8050,7 +8056,7 @@ </ul>

</div> <div id="footer"> - <p><span class="copy"></span> Fabio Cevasco &ndash; June 9, 2020</p> + <p><span class="copy"></span> Fabio Cevasco &ndash; June 10, 2020</p> <p><span>Powered by</span> <a href="https://h3rald.com/hastyscribe"><span class="hastyscribe"></span></a></p> </div> </div>
M docs/md/overview.mddocs/md/overview.md

@@ -31,6 +31,10 @@ ### Something more complex?

Have a look at the code of a [simple todo list](https://github.com/h3rald/h3/tree/master/docs/example) ([demo](https://h3.js.org/example/index.html)) with several components, a store and some routing. +### No, I meant a real web application... + +OK, have a look at [litepad.h3rald.com](https://litepad.h3rald.com) &mdash; it's a powerful notepad application that demonstrates how to create custom controls, route components, forms, and integrate third-party tools. The code is of course [on GitHub](https://github.com/h3rald/litepad) + ### Can I use it then, no strings attached? Yes. It's [MIT-licensed](https://github.com/h3rald/h3/blob/master/LICENSE).