Released litestore.
h3rald h3rald@h3rald.com
Mon, 30 Nov 2020 18:00:11 +0100
2 files changed,
5 insertions(+),
18 deletions(-)
M
assets/litestore/LiteStore_UserGuide.htm
→
assets/litestore/LiteStore_UserGuide.htm
@@ -7295,7 +7295,6 @@ <li><a href="#Getting-Started">Getting Started</a>
<ul> <li><a href="#Downloading-Pre-built-Binaries">Downloading Pre-built Binaries</a></li> <li><a href="#Installing-using-Nimble">Installing using Nimble</a></li> - <li><a href="#Building-from-Source">Building from Source</a></li> <li><a href="#Running-the-Administration-App">Running the Administration App</a></li> </ul> </li>@@ -7956,9 +7955,9 @@
<p>The easiest way to get LiteStore is by downloading one of the prebuilt binaries from the [Github Release Page][release]:</p> <ul> -<li><a href="https://github.com/h3rald/litestore/releases/download/1.9.2/litestore_1.9.2_macosx_x64.zip">LiteStore for Mac OS X (x64)</a></li> -<li><a href="https://github.com/h3rald/litestore/releases/download/1.9.2/litestore_1.9.2_windows_x64.zip">LiteStore for Windows (x64)</a></li> -<li><a href="https://github.com/h3rald/litestore/releases/download/1.9.2/litestore_1.9.2_linux_x64.zip">LiteStore for Linux (x64)</a></li> +<li><a href="https://github.com/h3rald/litestore/releases/download/1.9.3/litestore_1.9.3_macosx_x64.zip">LiteStore for Mac OS X (x64)</a></li> +<li><a href="https://github.com/h3rald/litestore/releases/download/1.9.3/litestore_1.9.3_windows_x64.zip">LiteStore for Windows (x64)</a></li> +<li><a href="https://github.com/h3rald/litestore/releases/download/1.9.3/litestore_1.9.3_linux_x64.zip">LiteStore for Linux (x64)</a></li> </ul>@@ -7968,18 +7967,6 @@
<p>If you already have <a href="http://nim-lang.org/">Nim</a> installed on your computer, you can simply run</p> <p><span class="cmd">nimble install litestore</span></p> - -<a name="Building-from-Source"></a> -<h3>Building from Source<a href="#document-top" title="Go to top"></a></h3> - -<p>You can also build LiteStore from source, if there is no pre-built binary for your platform. All you have to do is the following:</p> - -<ol> -<li>Download and install <a href="http://nim-lang.org/">Nim</a>.</li> -<li>Clone the LiteStore <a href="https://github.com/h3rald/litestore">repository</a>.</li> -<li>Run <span class="cmd">nim c litestore.nim</span> within the respository folder.</li> -</ol> - <a name="Running-the-Administration-App"></a> <h3>Running the Administration App<a href="#document-top" title="Go to top"></a></h3>@@ -10513,7 +10500,7 @@ </ul>
</div> <div id="footer"> - <p><span class="copy"></span> Fabio Cevasco – October 31, 2020</p> + <p><span class="copy"></span> Fabio Cevasco – November 30, 2020</p> <p><span>Powered by</span> <a href="https://h3rald.com/hastyscribe"><span class="hastyscribe"></span></a></p> </div> </div>
M
contents/litestore.md
→
contents/litestore.md
@@ -5,7 +5,7 @@ github: litestore
home: /litestore/ active: true docs: /litestore/LiteStore_UserGuide.htm -version: 1.9.2 +version: 1.9.3 subtitle: "A tiny NoSQL database for rapid prototyping" summary: "A lightweight, self-contained, RESTful, multi-format NoSQL document store server written in Nim and powered by a SQLite backend for storage." download: "https://github.com/h3rald/litestore/releases/download/"