all repos — h3rald @ bcbe2a8c1d27f0639e6ff4055e01061def722208

The sources of https://h3rald.com

Released LiteStore 1.0.4.
h3rald h3rald@h3rald.com
Sun, 27 Dec 2015 23:06:49 +0100
commit

bcbe2a8c1d27f0639e6ff4055e01061def722208

parent

5f452e060202097f5c7eb1669113960eb50aa8ec

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

jump to
M content/litestore.erbcontent/litestore.erb

@@ -7,10 +7,10 @@ type: project

github: litestore links: - "User Guide": /litestore/LiteStore_UserGuide.htm -- "Download": https://github.com/h3rald/litestore/releases/v1.0.3 +- "Download": https://github.com/h3rald/litestore/releases/v1.0.4 - "Source": https://github.com/h3rald/litestore status: Active -version: 1.0.3 +version: 1.0.4 ----- <div class="jumbotron">

@@ -81,32 +81,32 @@ <span class="fa fa-download"></span> Download <span class="caret"></span>

</button> <ul class="dropdown-menu" role="menu" style="text-align: left;"> <li> - <a href="https://github.com/h3rald/litestore/releases/download/v1.0.3/litestore_v1.0.3_macosx_x64.zip"> + <a href="https://github.com/h3rald/litestore/releases/download/v1.0.4/litestore_v1.0.4_macosx_x64.zip"> <i class="h3-os-apple"></i> LiteStore for OS X (x64) </a> </li> <li> - <a href="https://github.com/h3rald/litestore/releases/download/v1.0.3/litestore_v1.0.3_linux_x64.zip"> + <a href="https://github.com/h3rald/litestore/releases/download/v1.0.4/litestore_v1.0.4_linux_x64.zip"> <i class="h3-os-linux"></i> LiteStore for Linux (x64) </a> </li> <li> - <a href="https://github.com/h3rald/litestore/releases/download/v1.0.3/litestore_v1.0.3_linux_x86.zip"> + <a href="https://github.com/h3rald/litestore/releases/download/v1.0.4/litestore_v1.0.4_linux_x86.zip"> <i class="h3-os-linux"></i> LiteStore for Linux (x86) </a> </li> <li> - <a href="https://github.com/h3rald/litestore/releases/download/v1.0.3/litestore_v1.0.3_linux_arm.zip"> + <a href="https://github.com/h3rald/litestore/releases/download/v1.0.4/litestore_v1.0.4_linux_arm.zip"> <i class="h3-os-linux"></i> LiteStore for Linux (ARM) </a> </li> <li> - <a href="https://github.com/h3rald/litestore/releases/download/v1.0.3/litestore_v1.0.3_windows_x64.zip"> + <a href="https://github.com/h3rald/litestore/releases/download/v1.0.4/litestore_v1.0.4_windows_x64.zip"> <i class="h3-os-win-04"></i> LiteStore for Windows (x64) </a> </li> <li> - <a href="https://github.com/h3rald/litestore/releases/download/v1.0.3/litestore_v1.0.3_windows_x86.zip"> + <a href="https://github.com/h3rald/litestore/releases/download/v1.0.4/litestore_v1.0.4_windows_x86.zip"> <i class="h3-os-win-04"></i> LiteStore for Windows (x86) </a> </li>
M content/litestore/LiteStore_UserGuide.htmcontent/litestore/LiteStore_UserGuide.htm

@@ -187,9 +187,9 @@ </ul>

</li> </ul> </li> - <li><a href="#info..LiteStore.Information.">info (LiteStore Information)</a> + <li><a href="#dir..LiteStore.Directory.">dir (LiteStore Directory)</a> <ul> - <li><a href="#OPTIONS.info">OPTIONS info</a> + <li><a href="#OPTIONS.dir">OPTIONS dir</a> <ul> <li><a href="#Example">Example</a></li> </ul>

@@ -424,12 +424,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/v1.0.3litestore_v1.0.3_macosx_x64.zip">LiteStore for Mac OS X (x64)</a> &ndash; Compiled on OS X El Capitan (LLVM CLANG 7.0.0)</li> -<li><a href="https://github.com/h3rald/litestore/releases/download/v1.0.3/litestore_v1.0.3_windows_x64.zip">LiteStore for Windows (x64)</a> &ndash; Cross-compiled on OS X El Capitan (MinGW-w64 GCC 4.8.2)</li> -<li><a href="https://github.com/h3rald/litestore/releases/download/v1.0.3/litestore_v1.0.3_windows_x86.zip">LiteStore for Windows (x86)</a> &ndash; Cross-compiled on OS X El Capitan (MinGW-w64 GCC 4.8.2)</li> -<li><a href="https://github.com/h3rald/litestore/releases/download/v1.0.3/litestore_v1.0.3_linux_x64.zip">LiteStore for Linux (x64)</a> &ndash; Cross-compiled on OS X El Capitan (GNU GCC 4.8.1)</li> -<li><a href="https://github.com/h3rald/litestore/releases/download/v1.0.3/litestore_v1.0.3_linux_x86.zip">LiteStore for Linux (x86)</a> &ndash; Cross-compiled on OS X El Capitan (GNU GCC 4.8.1)</li> -<li><a href="https://github.com/h3rald/litestore/releases/download/v1.0.3/litestore_v1.0.3_linux_arm.zip">LiteStore for Linux (ARM)</a> &ndash; Cross-compiled on OS X El Capitan (GNU GCC 4.8.2)</li> +<li><a href="https://github.com/h3rald/litestore/releases/download/v1.0.4litestore_v1.0.4_macosx_x64.zip">LiteStore for Mac OS X (x64)</a> &ndash; Compiled on OS X El Capitan (LLVM CLANG 7.0.0)</li> +<li><a href="https://github.com/h3rald/litestore/releases/download/v1.0.4/litestore_v1.0.4_windows_x64.zip">LiteStore for Windows (x64)</a> &ndash; Cross-compiled on OS X El Capitan (MinGW-w64 GCC 4.8.2)</li> +<li><a href="https://github.com/h3rald/litestore/releases/download/v1.0.4/litestore_v1.0.4_windows_x86.zip">LiteStore for Windows (x86)</a> &ndash; Cross-compiled on OS X El Capitan (MinGW-w64 GCC 4.8.2)</li> +<li><a href="https://github.com/h3rald/litestore/releases/download/v1.0.4/litestore_v1.0.4_linux_x64.zip">LiteStore for Linux (x64)</a> &ndash; Cross-compiled on OS X El Capitan (GNU GCC 4.8.1)</li> +<li><a href="https://github.com/h3rald/litestore/releases/download/v1.0.4/litestore_v1.0.4_linux_x86.zip">LiteStore for Linux (x86)</a> &ndash; Cross-compiled on OS X El Capitan (GNU GCC 4.8.1)</li> +<li><a href="https://github.com/h3rald/litestore/releases/download/v1.0.4/litestore_v1.0.4_linux_arm.zip">LiteStore for Linux (ARM)</a> &ndash; Cross-compiled on OS X El Capitan (GNU GCC 4.8.2)</li> </ul>

@@ -457,10 +457,10 @@

<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/v1.0.3/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/v1.0.4/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">http://localhost:9500/docs/admin/index.html</a>.</li> +<li>Go to <a href="http://localhost:9500/docs/admin/index.html">localhost:9500/docs/admin/index.html</a>.</li> </ol>

@@ -639,7 +639,7 @@ <p>To access a LiteStore resource, use URLs composed in the following way:</p>

<p><code>http:&lt;hostname&gt;:&lt;port&gt;/v&lt;version&gt;/&lt;resource&gt;/&lt;id&gt;</code></p> -<p>Example: <a href="http://localhost:9500/v1/docs/admin/index.html">http://localhost:9500/v1/docs/admin/index.html</a></p> +<p>Example: <a href="http://localhost:9500/v1/docs/admin/index.html">localhost:9500/v1/docs/admin/index.html</a></p> <div class="note"><p>Remarks</p>

@@ -725,11 +725,11 @@ ]

} </code></pre> -<h3 id="info..LiteStore.Information.">info (LiteStore Information)<a href="#document-top" title="Go to top"></a></h3> +<h3 id="dir..LiteStore.Directory.">dir (LiteStore Directory)<a href="#document-top" title="Go to top"></a></h3> <p>This resource can be queried to retrieve files within the served directory (specied via <strong>-d</strong>).</p> -<h4 id="OPTIONS.info">OPTIONS info<a href="#document-top" title="Go to top"></a></h4> +<h4 id="OPTIONS.dir">OPTIONS dir<a href="#document-top" title="Go to top"></a></h4> <p>Returns the allowed HTTP verbs for this resource.</p>

@@ -1005,7 +1005,7 @@ <li>It is currently only possible to change tags, not other parts of a document.</li>

</ul> </div> -<pre><code>$ curl -i -X PATCH 'http://localhost:9500/docs/test.json' --header "Content-Type:application/json" -d '[{"op":"add","path":"/tags/3","value":"test1"},{"op":"add","path":"/tags/4","value":"test2"},{"op":"add","path":"/tags/5","value":"test3"}]' +<pre><code>$ curl -i -X PATCH 'http://localhost:9500/docs/test.json' --header "Content-Type:application/json" -d '[{"op":"add", "path":"/tags/3", "value":"test1"},{"op":"add", "path":"/tags/4", "value":"test2"},{"op":"add", "path":"/tags/5", "value":"test3"}]' HTTP/1.1 200 OK Content-Length: 187 Content-Type: application/json

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

</div> <div id="footer"> - <p><span class="copy"></span> Fabio Cevasco &ndash; November 29, 2015</p> + <p><span class="copy"></span> Fabio Cevasco &ndash; December 27, 2015</p> <p><span>Powered by</span> <a href="https://h3rald.com/hastyscribe"><span class="hastyscribe"></span></a></p> </div> </body>