For more documentation, see https://pzwiki.wdka.nl/mediadesign/Peripheral_Centers_and_Feminist_Servers/tl;dr
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.
thijsoid 474ab5db5c | 8 months ago | |
---|---|---|
assets | 8 months ago | |
fonts | 8 months ago | |
log-books | 8 months ago | |
templates | 8 months ago | |
.gitignore | 8 months ago | |
README.md | 8 months ago | |
create_book.sh | 8 months ago | |
ereader_get_epubs.sh | 8 months ago | |
index.html | 8 months ago | |
logged_book.epub | 8 months ago | |
print.css | 8 months ago | |
quilt-documentation.html | 8 months ago | |
quilt.css | 8 months ago | |
quilt.html | 8 months ago | |
script.js | 8 months ago | |
script.py | 8 months ago | |
style.css | 8 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)