all repos — hastyscribe @ 1d16eead705896e10b5f0e3050640faba8e12811

A professional markdown compiler.

Preparing for release.
h3rald h3rald@h3rald.com
Sun, 06 Sep 2015 14:15:53 +0200
commit

1d16eead705896e10b5f0e3050640faba8e12811

parent

142bccf60b6de56e3c746a094279a01af2c53c2b

M doc/HastyScribe_UserGuide.htmdoc/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> &ndash; 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> &ndash; 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> &ndash; 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> &ndash; 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> &ndash; 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> &ndash; 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> &ndash; 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> &ndash; 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> &ndash; 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> &ndash; Cross-compiled on OS X Yosemite (GNU GCC 4.8.2)</li> </ul>
M doc/HastyScribe_UserGuide.mddoc/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.nimhastyscribe.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.nimblehastyscribe.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"
M version.nimversion.nim

@@ -1,1 +1,1 @@

-let v* = "1.1.2" +let v* = "1.1.3"