Braille CSS specification: http://braillespecs.github.io/braille-css
First build the ReSpec and Specref services:
make respec/src
make specref/src
docker-compose build
Then build the site (target/site/) with:
make
The above gives you a static web site. All JavaScript has been pre-applied. To get a version of the site without the JavaScript applied, do the following:
make SPECREF_URL=http://localhost:5000 \
RESPEC_URL=http://localhost \
target/tmp/{index.html,obfl.html,text-transform.html} \
target/tmp/{style.css,odt2braille8.ttf} \
target/tmp/{config.js,localBiblio.js,postProcessing.js}
docker-compose up specref respec
open target/tmp/index.html
Copyright 2014-2021 Bert Frees
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.