Preparing for release.
h3rald h3rald@h3rald.com
Sun, 06 Sep 2015 14:15:53 +0200
5 files changed,
24 insertions(+),
23 deletions(-)
M
doc/HastyScribe_UserGuide.htm
→
doc/HastyScribe_UserGuide.htm
@@ -236,14 +236,14 @@ <h2 id="Getting.Started">Getting Started<a href="#document-top" title="Go to top"></a></h2>
<h3 id="Downloading.Pre-built.Binaries">Downloading Pre-built Binaries<a href="#document-top" title="Go to top"></a></h3> -<p>The easiest way to get HastyScribe is by downloading one of the prebuilt binaries from the <a href="https://github.com/h3rald/hastyscribe/releases/download/v1.1.2">Github Release Page</a>:</p> +<p>The easiest way to get HastyScribe is by downloading one of the prebuilt binaries from the <a href="https://github.com/h3rald/hastyscribe/releases/download/v1.1.3">Github Release Page</a>:</p> <ul> -<li><a href="https://github.com/h3rald/hastyscribe/releases/download/v1.1.2/hastyscribe_v1.1.2_macosx_x64.zip">HastyScribe for Mac OS X (x64)</a> – Compiled on OS X Yosemite (LLVM CLANG 6.0)</li> -<li><a href="https://github.com/h3rald/hastyscribe/releases/download/v1.1.2/hastyscribe_v1.1.2_windows_x64.zip">HastyScribe for Windows (x64)</a> – Cross-compiled on OS X Yosemite (MinGW-w64 GCC 4.8.2)</li> -<li><a href="https://github.com/h3rald/hastyscribe/releases/download/v1.1.2/hastyscribe_v1.1.2_windows_x86.zip">HastyScribe for Windows (x86)</a> – Cross-compiled on OS X Yosemite (MinGW-w64 GCC 4.8.2)</li> -<li><a href="https://github.com/h3rald/hastyscribe/releases/download/v1.1.2/hastyscribe_v1.1.2_linux_x86.zip">HastyScribe for Linux (x86)</a> – Cross-compiled on OS X Yosemite (GNU GCC 4.8.1)</li> -<li><a href="https://github.com/h3rald/hastyscribe/releases/download/v1.1.2/hastyscribe_v1.1.2_linux_arm.zip">HastyScribe for Linux (ARM)</a> – Cross-compiled on OS X Yosemite (GNU GCC 4.8.2)</li> +<li><a href="https://github.com/h3rald/hastyscribe/releases/download/v1.1.3/hastyscribe_v1.1.3_macosx_x64.zip">HastyScribe for Mac OS X (x64)</a> – Compiled on OS X Yosemite (LLVM CLANG 6.0)</li> +<li><a href="https://github.com/h3rald/hastyscribe/releases/download/v1.1.3/hastyscribe_v1.1.3_windows_x64.zip">HastyScribe for Windows (x64)</a> – Cross-compiled on OS X Yosemite (MinGW-w64 GCC 4.8.2)</li> +<li><a href="https://github.com/h3rald/hastyscribe/releases/download/v1.1.3/hastyscribe_v1.1.3_windows_x86.zip">HastyScribe for Windows (x86)</a> – Cross-compiled on OS X Yosemite (MinGW-w64 GCC 4.8.2)</li> +<li><a href="https://github.com/h3rald/hastyscribe/releases/download/v1.1.3/hastyscribe_v1.1.3_linux_x86.zip">HastyScribe for Linux (x86)</a> – Cross-compiled on OS X Yosemite (GNU GCC 4.8.1)</li> +<li><a href="https://github.com/h3rald/hastyscribe/releases/download/v1.1.3/hastyscribe_v1.1.3_linux_arm.zip">HastyScribe for Linux (ARM)</a> – Cross-compiled on OS X Yosemite (GNU GCC 4.8.2)</li> </ul>
M
doc/HastyScribe_UserGuide.md
→
doc/HastyScribe_UserGuide.md
@@ -77,11 +77,11 @@ ### Downloading Pre-built Binaries
The easiest way to get {{hs}} is by downloading one of the prebuilt binaries from the [Github Release Page][release]: - * [HastyScribe for Mac OS X (x64)]({{release}}/hastyscribe_v1.1.2_macosx_x64.zip) -- Compiled on OS X Yosemite (LLVM CLANG 6.0) - * [HastyScribe for Windows (x64)]({{release}}/hastyscribe_v1.1.2_windows_x64.zip) -- Cross-compiled on OS X Yosemite (MinGW-w64 GCC 4.8.2) - * [HastyScribe for Windows (x86)]({{release}}/hastyscribe_v1.1.2_windows_x86.zip) -- Cross-compiled on OS X Yosemite (MinGW-w64 GCC 4.8.2) - * [HastyScribe for Linux (x86)]({{release}}/hastyscribe_v1.1.2_linux_x86.zip) -- Cross-compiled on OS X Yosemite (GNU GCC 4.8.1) - * [HastyScribe for Linux (ARM)]({{release}}/hastyscribe_v1.1.2_linux_arm.zip) -- Cross-compiled on OS X Yosemite (GNU GCC 4.8.2) + * [HastyScribe for Mac OS X (x64)]({{release}}/hastyscribe_v1.1.3_macosx_x64.zip) -- Compiled on OS X Yosemite (LLVM CLANG 6.0) + * [HastyScribe for Windows (x64)]({{release}}/hastyscribe_v1.1.3_windows_x64.zip) -- Cross-compiled on OS X Yosemite (MinGW-w64 GCC 4.8.2) + * [HastyScribe for Windows (x86)]({{release}}/hastyscribe_v1.1.3_windows_x86.zip) -- Cross-compiled on OS X Yosemite (MinGW-w64 GCC 4.8.2) + * [HastyScribe for Linux (x86)]({{release}}/hastyscribe_v1.1.3_linux_x86.zip) -- Cross-compiled on OS X Yosemite (GNU GCC 4.8.1) + * [HastyScribe for Linux (ARM)]({{release}}/hastyscribe_v1.1.3_linux_arm.zip) -- Cross-compiled on OS X Yosemite (GNU GCC 4.8.2) ### Installing using Nimble@@ -768,4 +768,4 @@ [fa]:http://fortawesome.github.io/Font-Awesome/
[fa-icons]:http://fortawesome.github.io/Font-Awesome/icons/ [pme]:http://michelf.com/projects/php-markdown/extra/ [sudtipos]:http://www.sudtipos.com/ -[release]:{{release -> https://github.com/h3rald/hastyscribe/releases/download/v1.1.2}} +[release]:{{release -> https://github.com/h3rald/hastyscribe/releases/download/v1.1.3}}
M
hastyscribe.nim
→
hastyscribe.nim
@@ -16,15 +16,15 @@
(c) 2013-2015 Fabio Cevasco Usage: - hastyscribe markdown_file_or_glob.md [options] + hastyscribe <markdown_file_or_glob> [options] Arguments: - markdown_file_or_glob The markdown (or glob expression) file to compile into HTML. + markdown_file_or_glob The markdown (or glob expression) file to compile into HTML. Options: - --notoc Do not generate a Table of Contents. - --user-css=<file> Insert contents of <file> as a CSS stylesheet. - --output-file=<file> Write output to <file>. - (Use "--output-file=-" to output to stdout)""" + --notoc Do not generate a Table of Contents. + --user-css=<file> Insert contents of <file> as a CSS stylesheet. + --output-file=<file> Write output to <file>. + (Use "--output-file=-" to output to stdout)""" var generate_toc* = true@@ -280,11 +280,12 @@ case kind
of cmdArgument: input = key of cmdLongOption: - if key == "notoc": + case key + of "notoc": generate_toc = false - elif key == "user-css": + of "user-css": user_css = val - elif key == "output-file": + of "output-file": output_file = val else: discard
M
hastyscribe.nimble
→
hastyscribe.nimble
@@ -1,6 +1,6 @@
[Package] name = "hastyscribe" -version = "1.1.2" +version = "1.1.3" author = "Fabio Cevasco" description = "Self-contained markdown compiler generating self-contained HTML documents" license = "MIT"