pathagar icon indicating copy to clipboard operation
pathagar copied to clipboard

Pathagar is a simple bookserver serving OPDS feeds

Results 82 pathagar issues
Sort by recently updated
recently updated
newest added

Choose a list of top issues and document with a link to them in the README

Doc

We have a few ways to import books, but most of them are available only as django commands. Would be great to have a web interface to upload file, or...

Feature

The search options flyout hides when your mouse hover leaves the search box. It disappears before you can reach the search options, so it becomes impossible to click on the...

Some of our bulk upload methods, like the Internet Archive import is commandline based. It already exists as a django command, so we just need some UI to kick that...

Feature

I have a books.json created from fetch_ia_item which returns data like ``` { "a_title": "The wonderful wizard of Oz", "cover_path": "/home/adborden/src/pathagar/static_media/books/wonderfulwizardo00baumiala/wonderfulwizardo00baumiala.gif", "tags": [ "Adventure and adventurers", "Wizards" ], "book_path": "/home/adborden/src/pathagar/static_media/books/wonderfulwizardo00baumiala/wonderfulwizardo00baumiala.epub",...

Connect this to the teacher admin interface

Feature

This evening I'll start the initial work on packaging this for Fedora.

This will require breaking a book_file model off of the book model and doing a many to one fkey book => files

Feature

- Research if IA metadata supports - ~~research how epub metadata describes series~~