all repos — h3rald @ 62bb8189b540bd3de7aff6890c91022179f6f528

The sources of https://h3rald.com

Released LiteStore 1.4.1
h3rald h3rald@h3rald.com
Sun, 08 Jul 2018 17:51:23 +0200
commit

62bb8189b540bd3de7aff6890c91022179f6f528

parent

39615b86f2093ef869e5503946fdaf0246fdff5c

2 files changed, 9 insertions(+), 9 deletions(-)

jump to
M assets/litestore/LiteStore_UserGuide.htmassets/litestore/LiteStore_UserGuide.htm

@@ -5912,12 +5912,12 @@

<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.4.0litestore_1.4.0_macosx_x64.zip">LiteStore for Mac OS X (x64)</a></li> -<li><a href="https://github.com/h3rald/litestore/releases/download/1.4.0/litestore_1.4.0_windows_x64.zip">LiteStore for Windows (x64)</a></li> -<li><a href="https://github.com/h3rald/litestore/releases/download/1.4.0/litestore_1.4.0_windows_x86.zip">LiteStore for Windows (x86)</a></li> -<li><a href="https://github.com/h3rald/litestore/releases/download/1.4.0/litestore_1.4.0_linux_x64.zip">LiteStore for Linux (x64)</a></li> -<li><a href="https://github.com/h3rald/litestore/releases/download/1.4.0/litestore_1.4.0_linux_x86.zip">LiteStore for Linux (x86)</a></li> -<li><a href="https://github.com/h3rald/litestore/releases/download/1.4.0/litestore_1.4.0_linux_arm.zip">LiteStore for Linux (ARM)</a></li> +<li><a href="https://github.com/h3rald/litestore/releases/download/1.4.1litestore_1.4.1_macosx_x64.zip">LiteStore for Mac OS X (x64)</a></li> +<li><a href="https://github.com/h3rald/litestore/releases/download/1.4.1/litestore_1.4.1_windows_x64.zip">LiteStore for Windows (x64)</a></li> +<li><a href="https://github.com/h3rald/litestore/releases/download/1.4.1/litestore_1.4.1_windows_x86.zip">LiteStore for Windows (x86)</a></li> +<li><a href="https://github.com/h3rald/litestore/releases/download/1.4.1/litestore_1.4.1_linux_x64.zip">LiteStore for Linux (x64)</a></li> +<li><a href="https://github.com/h3rald/litestore/releases/download/1.4.1/litestore_1.4.1_linux_x86.zip">LiteStore for Linux (x86)</a></li> +<li><a href="https://github.com/h3rald/litestore/releases/download/1.4.1/litestore_1.4.1_linux_arm.zip">LiteStore for Linux (ARM)</a></li> </ul>

@@ -5948,7 +5948,7 @@

<p>To get the app up and running (assuming that you have the <span class="cmd">litestore</span> executable in your path):</p> <ol> -<li>Download the default <a href="https://github.com/h3rald/litestore/releases/download/1.4.0/data.db">data.db</a> file. This file is a LiteStore data store file containing the sample app.</li> +<li>Download the default <a href="https://github.com/h3rald/litestore/releases/download/1.4.1/data.db">data.db</a> file. This file is a LiteStore data store file containing the sample app.</li> <li>Go to the local directory in which you downloaded the <span class="cmd">data.db</span> file.</li> <li>Run <span class="cmd">litestore -s:data.db</span></li> <li>Go to <a href="http://localhost:9500/docs/admin/index.html">localhost:9500/docs/admin/index.html</a>.</li>

@@ -7270,7 +7270,7 @@ </ul>

</div> <div id="footer"> - <p><span class="copy"></span> Fabio Cevasco &ndash; May 5, 2018</p> + <p><span class="copy"></span> Fabio Cevasco &ndash; July 8, 2018</p> <p><span>Powered by</span> <a href="https://h3rald.com/hastyscribe"><span class="hastyscribe"></span></a></p> </div> </div>
M contents/litestore.mdcontents/litestore.md

@@ -5,7 +5,7 @@ github: litestore

home: /litestore/ active: true docs: /litestore/LiteStore_UserGuide.htm -version: 1.4.0 +version: 1.4.1 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/"