all repos — h3rald @ 84f547529d0762f1a58d45b87c4fcc9fdbd21f5d

The sources of https://h3rald.com

content/hastyscribe.erb

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
----- 
permalink: hastyscribe
filters_pre: 
- erb
title_tag: HastyScribe
type: project
github: hastyscribe
links:
- "User Guide": /hastyscribe/HastyScribe_UserGuide.htm
- "Download": https://github.com/h3rald/hastyscribe/releases/v1.0.9
- "Source": https://github.com/h3rald/hastyscribe
status: Active
version: 1.0.9
-----

<div class="jumbotron">
  <p style="text-align:center;"><i class="hastyscribe" style="font-size: 180%; color: #000"></i></p>
  <p class="donthyphenate">A simple, self-contained, command-line program able to convert <a href="http://daringfireball.net/projects/markdown">markdown</a> files into self-contained HTML pages, automatically embedding all the needed fonts, stylesheets and images.</p>
</div>

<div class="row donthyphenate" style="text-align: center; margin: auto;">
  <div class="col-md-4" style="padding: 2em;">
    <div class="row">
      <i class="fa fa-apple fa-3x"></i>
      <i class="fa fa-linux fa-3x"></i>
      <i class="fa fa-windows fa-3x"></i>
    </div>
    <div class="row">
      <h3>Cross Platform</h3>
      <p>Download the precompiled HastyScribe binaries for OS X, Linux, and Windows, or build directly from the source..</p>
    </div>
  </div>
  <div class="col-md-4" style="padding: 2em;">
    <div class="row">
      <i class="fa fa-terminal fa-3x"></i>
    </div>
    <div class="row">
      <h3>Command Line</h3>
      <p>HastyScribe is a command-line application that doesn't need anything else but a single, small,  executable file.</p>
    </div>
  </div>
  <div class="col-md-4" style="padding: 2em;">
    <div class="row">
      <i class="fa fa-mobile fa-3x"></i>
      <i class="fa fa-tablet fa-3x"></i>
      <i class="fa fa-desktop fa-3x"></i>
    </div>
    <div class="row">
      <h3>Responsive</h3>
      <p>HastyScribe generates valid, self-contained, responsive HTML5 documents that can be viewed with any major modern broswer, and look great on any device.</p>
    </div>
  </div>
</div>

<div class="row">
  <div class="col-md-6">
    <div class="panel panel-default">
      <div class="panel-heading">Usage &amp; Syntax</div>
      <div class="panel-body">
        <p>Run HastyScribe from the command line like this:</p>
        <p><code><strong>hastyscribe</strong> <em>MyMarkdownFile.md</em></code></p>
      </div>
    </div>
  </div>
  <div class="col-md-6">
    <div class="panel panel-default">
      <div class="panel-heading">Example &amp; Documentation</div>
      <div class="panel-body">
        <p>View/download the <strong><a href="/hastyscribe/HastyScribe_UserGuide.htm">HastyScribe User Guide</a></strong></p>
        <p>generated with HastyScribe (<a href="https://raw.githubusercontent.com/h3rald/hastyscribe/master/doc/HastyScribe_UserGuide.md">source</a>)</p>
      </div>
    </div>
  </div>
</div>

<div class="row" style="margin:auto; text-align:center;">
<div class="btn-group">
  <button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown">
    <i class="fa fa-download"></i> Download <span class="caret"></span>
  </button>
  <ul class="dropdown-menu" role="menu" style="text-align: left;">
    <li>
      <a href="https://github.com/h3rald/hastyscribe/releases/download/v1.0.9/hastyscribe_v1.0.9_macosx_x86.zip"> 
        <i class="fa fa-apple"></i> HastyScribe for OS X (x86)
      </a>
    </li>
    <li>
      <a href="https://github.com/h3rald/hastyscribe/releases/download/v1.0.9/hastyscribe_v1.0.9_linux_x86.zip"> 
        <i class="fa fa-linux"></i> HastyScribe for Linux (x86)
      </a>
    </li>
    <li>
      <a href="https://github.com/h3rald/hastyscribe/releases/download/v1.0.9/hastyscribe_v1.0.9_linux_arm.zip"> 
        <i class="fa fa-linux"></i> HastyScribe for Linux (ARM)
      </a>
    </li>
    <li>
      <a href="https://github.com/h3rald/hastyscribe/releases/download/v1.0.9/hastyscribe_v1.0.9_windows_x86.zip"> 
        <i class="fa fa-windows"></i> HastyScribe for Windows (x86)
      </a>
    </li>
  </ul>
</div>
  <a  href="https://github.com/h3rald/hastyscribe" 
      class="btn btn-success" style="margin:20px;">
      <i class="fa fa-github"></i> View on Github</a>
</div>

<div class="row" style="margin:auto; text-align: center;">
  &mdash; <i class="hastyscribe"></i> is open source software, licensed under the terms of the <a href="http://opensource.org/licenses/MIT">MIT License.</a> &mdash;
</div>