Skip to content

Commit

Permalink
README changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Quiñones committed Aug 15, 2011
1 parent 8f11270 commit fc41c38
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README
@@ -1,9 +1,13 @@
Introduction
============

Pathagar is a simple bookserver serving OPDS feeds. One can add books
via the admin interface, as well as via the command line (using CSV
files, JSON files or a directory with EPUB files), through the command
Pathagar is a simple book server. It uses the OPDS spec:

http://opds-spec.org

Books can be added via the admin interface, as well as via the command
line, in batch (using CSV files, JSON files or a directory with EPUB
files), through the command:

python manage.py addbooks
OR
Expand All @@ -22,7 +26,7 @@ The format of the CSV file is like:
If you need to add more fields, please use the JSON file.

Format of JSON file
==================
===================

To add books from a JSON file:

Expand Down

0 comments on commit fc41c38

Please sign in to comment.