Metadata-Version: 1.1
Name: fiduswriter-books
Version: 3.3.0.dev0
Summary: A Fidus Writer plugin to allow creation of books and article collections
Home-page: https://www.github.org/fiduswriter/fiduswriter-books
Author: Johannes Wilm
Author-email: johannes@fiduswriter.org
License: AGPL License
Description: =====
        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 if you haven't done so already.
        
        2. Within the virtual environment set up for your Fidus Writer instance, install the version of the plugin corresponding to your Fidus Writer installation. If you are running Fidus Writer 3.2, the command is::
        
            pip install "fiduswriter-books<3.3"
        
        3. Add "book" to your INSTALLED_APPS setting in the
           configuration.py file like this::
        
            INSTALLED_APPS += (
                ...
                'book',
            )
        
        4. Run `python manage.py transpile` to create the needed JavaScript files.
        
        5. (Re)start your Fidus Writer server
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.11
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
