Няма описание

Bachir Soussi Chiadmi 6dca30e067 added hyphenation to build.py преди 7 години
assets 17c1c441fb fixed some bugs преди 7 години
bin 6dca30e067 added hyphenation to build.py преди 7 години
templates 17c1c441fb fixed some bugs преди 7 години
.gitignore d9d3bf9f43 refactored for one-repos use and updated readme преди 7 години
README.md 173a3f30f5 readme преди 7 години
agpl-3.0.txt 235959b2ce integrated last medor boilerplate from osp преди 7 години
gulpfile.js 83d2818723 removed sync dependency from build in gulp file преди 7 години
index.html 235959b2ce integrated last medor boilerplate from osp преди 7 години
package.json b9b26866d6 addded port scanner to gulp webserver преди 7 години

README.md

HTML2PRINT with gitbook content management

/!\ WORK IN PROGRESS

Book src

bin/sync.sh will first clone then pull books from git repositories listed in the the script into the directory book-src

Building

bin/build.py will read the book sources and convert them to html files using pandoc (pypandoc) and BeautifulSoup

Automation

gulp is watching assets files to convert scss to css and then rebuild html pages gulp is also runing once on launch a webserver accessible a localhost:8000 and the bin/sync script

dependencies

  • nodejs
  • python3
  • css-region compatible web browser (webkit)

use

  • clone this repos
  • run npm install
  • sync : configure the git repository url of md book in bin/sync
  • run gulp from terminal
  • configure book's main properties in assets/css/setup.scss and assets/js/setup.js
  • access to your book at localhost:8000 from a css-region-compatible webbrowser
  • start to design your book with assets/css/styles.css
  • it's also possible to add any dynamic javascript formatting with assets/js/script.js

thanks to osp for their html2print boilerplate