Proposed re-architecture
Open
Denubis
opened this issue 4 years ago
•
0 comments
- Word.docx + structured bib (Zotero or
.bib) ->
document.md + document.bib + folder/*.png + (automatic thumbnail and linking of multimedia)
- [ ] Priority 1: Choose structured text format (minimise hacks)
- HTML route
- renders site via templates using static site gen:
- [ ] TODO: Figure out which static site gen we want to use. Looking at:
- [ ] What citation plugins exist?
- [ ] Automatic rendering of
.bib files as part of pages (ala jekyll-scholar)
- [ ] i18n support
- [ ] Control build (isolate old issues from rebuilding)
- [ ] Easy to deploy local/testing env.
- [ ] Dockerfile support?
- [ ] Less silly config file stuff
- [ ] JS preferred
- PDF route
- [ ] Faithful reproduction of old format
- [ ] Isolate proper class files and templating
- [ ] Plan with a view towards reproducible journal formats for release of this package as a generic "journal" offering
- [ ]