8,242
edits
Line 10: | Line 10: | ||
Kiwix-plug works already with RasberryPi but this still needs a little bit work to have a public ready industrial solution. | Kiwix-plug works already with RasberryPi but this still needs a little bit work to have a public ready industrial solution. | ||
; Better library system based on | ; Better library system based on OPDS | ||
The current solution based on a custom format has many flaws (the most important one being that it does not scale correctly). We should adopt a more standard & better format (based on) OPDS. | The current solution based on a custom format has many flaws (the most important one being that it does not scale correctly). We should adopt a more standard & better format (based on) OPDS. | ||
Line 22: | Line 22: | ||
== Output forecast == | == Output forecast == | ||
;Kiwix library online | ;Kiwix library online OPDS backend | ||
* Server-side solution to feed a SQLite library database (probably by extending [https://sourceforge.net/p/kiwix/tools/ci/master/tree/tools/scripts/manageContentRepository.pl manageContentRepository.pl]) | * Server-side solution to feed a SQLite library database (probably by extending [https://sourceforge.net/p/kiwix/tools/ci/master/tree/tools/scripts/manageContentRepository.pl manageContentRepository.pl]) | ||
* | * OPDS service able to read the SQLite database and provide list/search features (to be newly developed in PHP or Python) | ||
;OPDS ready library/download manager | ;OPDS ready library/download manager |
edits