fiduswriter-website


Namefiduswriter-website JSON
Version 3.11.3 PyPI version JSON
download
home_page
SummaryA Fidus Writer plugin to allow publishing articles publically directly.
upload_time2023-02-02 17:43:54
maintainer
docs_urlNone
author
requires_python
licenseAGPL-3.0-or-later
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            FidusWriter-Website
===================

FidusWriter-Website is a Fidus Writer plugin to allow for making
documents available directly to the general public from within Fidus
Writer on the frontpage of Fidus Writer itself.

# Installation

1)  Install Fidus Writer like this:

    > pip install fiduswriter\[website\]

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

        INSTALLED_APPS += (
            ...
            'website',
        )

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

4)  (Re)start your Fidus Writer server

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "fiduswriter-website",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "Johannes Wilm <johannes@fiduswriter.org>",
    "download_url": "https://files.pythonhosted.org/packages/29/71/b4501b7ae315046edc7cfaac5ec361b6d7b4fc6509b300aa3f004649646a/fiduswriter-website-3.11.3.tar.gz",
    "platform": null,
    "description": "FidusWriter-Website\n===================\n\nFidusWriter-Website is a Fidus Writer plugin to allow for making\ndocuments available directly to the general public from within Fidus\nWriter on the frontpage of Fidus Writer itself.\n\n# Installation\n\n1)  Install Fidus Writer like this:\n\n    > pip install fiduswriter\\[website\\]\n\n2)  Add \"book\" to your INSTALLED\\_APPS setting in the configuration.py\n    file like this:\n\n        INSTALLED_APPS += (\n            ...\n            'website',\n        )\n\n3)  Run `fiduswriter setup` to create the needed database tables and to\n    create the needed JavaScript files.\n\n4)  (Re)start your Fidus Writer server\n",
    "bugtrack_url": null,
    "license": "AGPL-3.0-or-later",
    "summary": "A Fidus Writer plugin to allow publishing articles publically directly.",
    "version": "3.11.3",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6c18213fcd8b3c77e4b78eed838f306cbb54747ab5052f42867032bf0da0f184",
                "md5": "45b80e20fd006cca2dd2d2424f1653ba",
                "sha256": "53aaa37eead558e7816f51bd357fe277c18106dafca8218134409214a73115bf"
            },
            "downloads": -1,
            "filename": "fiduswriter_website-3.11.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "45b80e20fd006cca2dd2d2424f1653ba",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 39544,
            "upload_time": "2023-02-02T17:43:52",
            "upload_time_iso_8601": "2023-02-02T17:43:52.785578Z",
            "url": "https://files.pythonhosted.org/packages/6c/18/213fcd8b3c77e4b78eed838f306cbb54747ab5052f42867032bf0da0f184/fiduswriter_website-3.11.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2971b4501b7ae315046edc7cfaac5ec361b6d7b4fc6509b300aa3f004649646a",
                "md5": "061d55c8ce1ed6c6aa789ce199cc59b3",
                "sha256": "0f49c5eb1b4f014688538c86ae6bcd038f6a0a48c790be8a43bfdb1ed64d9967"
            },
            "downloads": -1,
            "filename": "fiduswriter-website-3.11.3.tar.gz",
            "has_sig": false,
            "md5_digest": "061d55c8ce1ed6c6aa789ce199cc59b3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 31571,
            "upload_time": "2023-02-02T17:43:54",
            "upload_time_iso_8601": "2023-02-02T17:43:54.947460Z",
            "url": "https://files.pythonhosted.org/packages/29/71/b4501b7ae315046edc7cfaac5ec361b6d7b4fc6509b300aa3f004649646a/fiduswriter-website-3.11.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-02 17:43:54",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "fiduswriter-website"
}
        
Elapsed time: 0.03969s