fiduswriter-books

A Fidus Writer plugin to allow creation of books and article collections


License
Other
Install
pip install fiduswriter-books==4.0.0rc3

Documentation

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:
    pip install fiduswriter[books]
  1. Add "book" to your INSTALLED_APPS setting in the configuration.py file like this:
    INSTALLED_APPS += (
        ...
        'book',
    )
  1. Run fiduswriter setup to create the needed database tables and to create the needed JavaScript files.

  2. (Re)start your Fidus Writer server