Go to file
vitrinekast aeff5f6cd9 less annotations
fonts added fonts and the annotation slider
log-books adding an image
templates less annotations
.gitignore add log image
README.md update readme
cover.jpg replaced cover image to black one with thicker stroke
create_book.sh include some debug scripts
ereader_get_epubs.sh added sh script to get the epubs
index.html annotations added. still needs to be finalized tonight
logged_book.epub adding an image
print.css change markup of list_package_installs
quilt.html add quilt
script.js loads of new commands included!
script.py not filter today
style.css super formatting

README.md

Readme.MD

Overview of the project structure

  • fonts (assets for the web view)
  • log-books (EPUB exports of the annotated logs, accessed by ereaders)
  • logs (HTML exports of the annotated logs)
  • templates (contains 2 jinja templates, one for epub, one for the webview)
  • book.html (Is the most recent input for the epub, is generated by the python script)
  • index.html (The most recent HTML webview, generated by the python script)
  • logged_book.epub (Is the most recent epub)
  • print.css (stylesheet used when generating the epub)
  • script.js/style.css (assets for the webview)
  • script.py (The main script for generating the files)
  • test-page.html (A page with various HTML elements, to be tested on ereader browsers)