Metadata-Version: 2.4
Name: fiduswriter-books
Version: 4.1.2
Summary: A Fidus Writer plugin to allow creation of books and article collections
Author-email: Johannes Wilm <johannes@fiduswriter.org>
License-Expression: AGPL-3.0-or-later
Project-URL: repository, https://www.github.com/fiduswriter/fiduswriter-books
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 6.0
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

FidusWriter-Books
====

FidusWriter-Books is a Fidus Writer plugin to allow for the composition of books
and article collections, using individual documents as chapters.


Installation
------------

1) Install Fidus Writer like this:

```shell
    pip install fiduswriter[books]
```

2) Add "book" to your INSTALLED_APPS setting in the
   configuration.py file like this:

```python
    INSTALLED_APPS += (
        ...
        'book',
    )
```

3) Run ``fiduswriter setup`` to create the needed database tables and to create the needed JavaScript files.

4) (Re)start your Fidus Writer server
