Constant Calibre
❌ not yet looked at
🆗 know how it works
❓ don't know what do to
🔃 work in progress
✅ done
To do:
- Looking at books metadata problems 🔃
calibre machine
- thinking about categories 🔃
- how to differentiate between "container" and "objects" : add fields ?
- ✅ know how to add fields
- ✅ created 2 differents fields, one for Books with an attitude/verlag, and one for all the other categories
- 🔃 trying to manage custom columns :
- - how to add customs columns on the sidebar (navigation bar)
- - doing stuff in python files in order to render tags as links (when you click on a "tag" you can access to the differents books, contributers... associated to the tag)
- add a field for licences (using identifiers to link to licences)
- ✅ (books with an attitude)
- ❓(Verlag)
- ❓ using identifiers is it the best way ?
- how to manage multilanguage ? (when clicking on the button to change the language, hiding others languages in description for example) ❌
- how to manage series ? ❌
- gather Constant members publications (under a category ?)
- ❌
- ❓ create a specific field for Constant members publications and friends/guests ? like checkbox input "constant members/ constant friends"
- link to the website they are coming from identifiers ? 🆗
- get the sources files !❌
graphic design / web 2 print
- Constant members publications
- get pdf > add/modify css/print when not readable or scrapping content when online texts ? ❌
- Print Catalog
- gathering views : web to print paged js ❌
- Verlag : design publications layout
- 🆗 I can change the publication design directly in calibre
- calibre web interface ? 🆗
- 🆗 I tried with my own calibre and it works !
How :
- I'm afraid of directly working on the Constant server so I have transferred files from the server on my computer using the scp command. Now I know better how to use it.
- In order to manage the constant calibre database I use the Desktop version of Calibre (for add fields for exemple). And to "run" calibre-web and see the results I use my localhost.
- When it will correctly works I will transfer it on the Constant server.
Questions :
- !Co LAPse KoDe
- 2005
- Guests
- LABtoLAB
- Manuals that have been co/written or edited by Constant members and have been produced / published by FLOSS Manuals publishers
- Missing
- Projects
- Publication
- Resource
- The Flesh Machine (série ?)
- Verbindingen/Jonctions
- file
- text
- adashboard (for fiction)
- work
- When no category, it adds "None". do we keep it ?
- Other problems :
- - Spreekt U Sint-Gillis? Parlez-vous Saint-Gillois ? :
- no pdf
- broken link in description
- fake epub
- no file to download
- - The Death of the Authors, 1941 :
- contributeur : unknown
- no file
- download link broken
- no pdf file
- - Promiscuous Pipelines :
- broken link
- contributeur: unknown
- contributeur : unknown
- All texts are copyleft; images are subject to their original licenses
- - How I learn to stop and love the draft
- no license, but free art license ?
- - Networks of Ones Own #1 : Varia
Le problème des custom columns...
- une table pour les custom_columns
__tablename__ = 'custom_columns'
- elles ne sont pas associées aux livres
> dans le fichier db.py > custom_columns sont indiquées comme des "custom_columns", pas moyen de les manipuler.
pour rajouter des choses dans la side bar :
fichier render_template.py > lié à cps.constants
calibre links
https://pad.constantvzw.org/p/calibre_catalog.css
https://gitlab.constantvzw.org/aa/calibre-web/-/blob/master/cps/templates/catalog.html
https://gitlab.constantvzw.org/aa/calibre-web/-/blob/master/cps/static/css/catalog.css
https://gitlab.constantvzw.org/aa/calibre-web/-/blob/master/cps/web.py
calibre walkthorugh
https://test.roelof.info/log/semipad/