hb9kns/bin
Yargo 2ba43ca65e add BSD license for code 2017-07-29 01:21:12 +02:00
..
LICENSE.txt add BSD license for code 2017-07-29 01:21:12 +02:00
README.md add BSD license for code 2017-07-29 01:21:12 +02:00
convchars.sh initial 2016-05-16 20:34:34 +00:00
index.html update poorkyll.sh to most recent version, add more info to README.md 2017-01-03 01:34:04 +01:00
index.md initial 2016-05-16 20:34:34 +00:00
mrkdwn.pl initial 2016-05-16 20:34:34 +00:00
poorkyll.sh update poorkyll.sh to most recent version, add more info to README.md 2017-01-03 01:34:04 +01:00

README.md

bin

This directory contains scripts used for conversion or handling sources. They are run on a local machine to generate HTML files, which are then commited to the repository for publication on github.io.

  • convchars.sh is a sed/tr/shell script converting German umlauts and some other special characters into HTML entities
  • mrkdwn.pl is a stripped down version of the original Markdown Perl script (note: needs at least Perl version 5.006)
  • poorkyll.sh uses convchars.sh and mrkdwn.pl to generate *.html files from all *.md files in the current directory; it can be given the name of a style file (which must be accessible on the host) for inclusion in the generated HTML files. If you give it the name of a nonexistent style file (like "-h"...) it will print some help/hints, including where it expects the other two scripts.

Programs in this directory are subject to the BSD license except for mrkdwn.pl which has its own copyright conditions in the source code.


(2017 YCB)