libreant
libreant copied to clipboard
{,e}Book archive, focused on small grassroot archives, distributed search, support to different kind of objects
We have a plan for a brand new "add a volume" page. First of all, it should be as similar as possible to the "edit volume" page. It should be...
The `LICENSE` files only refers to "our" files. We should list somewhere all the files whose copyright does not belong to us. This is both formally needed for copyright rules...
... but it should. This is problematic for debian packaging. I could fix it in the debian package, but fixing it here makes more sense. we compile the `.mo` files...
see the following discussion for more info https://github.com/insomnia-lab/libreant/pull/22#issuecomment-70121998
We should be able to do basic user operations through a web interface. This is simlar to #77, but is about a web interface instead of a CLI one. This...
As noted in #250 comments, we should validate volumes better in the `PUT /volume/`. For example, it is allowed to have empty keys and/or empty volumes.
At present, agherant runs queries serially. It would be much quicker running in parallel.
I've search a little bit, but I did not found a way to test libreant command execution. Consider this scenario: ``` pip install --force gevent=1.0 python setup.py develop libreant -d...
Our future userbase asks us to implement a simpler interface for ISBN-books (I don't know if ISBN is for something else than books). Apart from the html+js thing, we should...