You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
senka 13e104fa3c finalized annotation and notes of where the code is not working. also started editing the print.css file, but the adding the fonts to the inferior e-reader did not work. to be checked out tomorrow ( ͡° ͜ʖ ͡°) 2 months ago
fonts added fonts and the annotation slider 3 months ago
log-books finalized annotation and notes of where the code is not working. also started editing the print.css file, but the adding the fonts to the inferior e-reader did not work. to be checked out tomorrow ( ͡° ͜ʖ ͡°) 2 months ago
templates finalized annotation and notes of where the code is not working. also started editing the print.css file, but the adding the fonts to the inferior e-reader did not work. to be checked out tomorrow ( ͡° ͜ʖ ͡°) 2 months ago
.gitignore started generating epubs 2 months ago
README.md update readme 2 months ago
index.html annotations added. still needs to be finalized tonight 2 months ago
logged_book.epub finalized annotation and notes of where the code is not working. also started editing the print.css file, but the adding the fonts to the inferior e-reader did not work. to be checked out tomorrow ( ͡° ͜ʖ ͡°) 2 months ago
print.css finalized annotation and notes of where the code is not working. also started editing the print.css file, but the adding the fonts to the inferior e-reader did not work. to be checked out tomorrow ( ͡° ͜ʖ ͡°) 2 months ago
script.js loads of new commands included! 3 months ago
script.py create logs folder 2 months ago
style.css started generating epubs 2 months ago
test-page-ereader.html renamed the html files, render 2 html files 3 months ago

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)