Metadata-Version: 2.4
Name: fiduswriter
Version: 4.1.0rc2
Summary: A semantic wordprocessor for academic purposes
Author-email: Lund Info AB <mail@lundinfo.com>
License-Expression: AGPL-3.0-or-later
Project-URL: homepage, https://www.fiduswriter.org
Project-URL: repository, https://www.github.com/fiduswriter/fiduswriter
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Framework :: Django :: 6.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Text Editors :: Word Processors
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: Markup :: HTML
Classifier: Topic :: Text Processing :: Markup :: LaTeX
Classifier: Topic :: Text Processing :: Markup :: XML
Classifier: Topic :: Utilities
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: bleach==6.3.0
Requires-Dist: channels==4.3.2
Requires-Dist: daphne==4.2.1
Requires-Dist: Twisted[http2,tls]
Requires-Dist: Django==6.0.5
Requires-Dist: django-allauth[socialaccount]==65.16.1
Requires-Dist: django-axes==8.3.1
Requires-Dist: django-avatar==9.0.0
Requires-Dist: django-otp==1.7.0
Requires-Dist: pyotp==2.9.0
Requires-Dist: qrcode==8.2
Requires-Dist: django-js-error-hook==1.0
Requires-Dist: django-npm-mjs==3.3.0
Requires-Dist: django-loginas==0.3.14
Requires-Dist: httpx==0.28.1
Requires-Dist: httpx-ws==0.9.0
Requires-Dist: Pillow==12.2.0
Requires-Dist: python-magic==0.4.27
Requires-Dist: prosemirror==0.6.1
Requires-Dist: watchdog==6.0.0
Provides-Extra: pandoc
Requires-Dist: fiduswriter-pandoc~=4.1.0; extra == "pandoc"
Provides-Extra: mysql
Requires-Dist: mysqlclient; extra == "mysql"
Provides-Extra: postgresql
Requires-Dist: psycopg2; extra == "postgresql"
Dynamic: license-file

Fidus Writer
============

Fidus Writer is an online collaborative editor especially made for academics who need to use citations and/or formulas. The editor focuses on the content rather than the layout, so that with the same text, you can later on publish it in multiple ways: On a website, as a printed book, or as an ebook. In each case, you can choose from a number of layouts that are adequate for the medium of choice.


[![Fidus Writer](https://snapcraft.io/fiduswriter/badge.svg)](https://snapcraft.io/fiduswriter)

[![Coverage Status](https://coveralls.io/repos/github/fiduswriter/fiduswriter/badge.svg?branch=main)](https://coveralls.io/github/fiduswriter/fiduswriter?branch=main)


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

The installation procedures can be found in our [documentation](docs/installation/).

**Quick Start:**
- **Ubuntu**: [Snap Installation](docs/installation/snap.md)
- **Docker**: [Docker Installation](docs/installation/docker.md)
- **Debian/Ubuntu Package**: [Build Debian Package](docs/debian-packaging.md)
- **Developers**: [Development Setup](docs/installation/developer-install.md)

Documentation
-------------

📚 **[Full Documentation](docs/README.md)**

- [Installation Guides](docs/installation/)
- [Debian Packaging](docs/debian-packaging.md)
- [Configuration](docs/configuration/)
- [Development](docs/development/)
- [Contributing](docs/contributing.md)

Contributing
------------

We welcome contributions! Please read our [Contributing Guide](docs/contributing.md) for details on how to get started.

To get started, [sign the Contributor License Agreement](https://cla-assistant.io/fiduswriter/fiduswriter).


License
-------

All of Fidus Writer's original code is licensed under the GNU AFFERO GENERAL PUBLIC LICENSE, for details see LICENSE. Some third party libraries are licensed under other, compatible open source libraries. Licensing information is included in those files.
