A open-source tool for writers www.theologeek.ch/manuskript
Go to file
2017-10-16 14:08:55 +02:00
bin Adding a bin file 2016-02-06 09:03:12 +01:00
i18n Improving english words: redaction → editor, infos → info. See #53 2017-10-14 20:40:50 +02:00
icons Adds a few more icons 2017-10-16 10:48:04 +02:00
libs Adds a small script to shows github's releases download stats (using: make stats) 2017-10-16 14:08:55 +02:00
manuskript Adds a few more icons 2017-10-16 10:48:04 +02:00
resources Theme, preview, and eternal logos 2015-06-18 21:41:56 +02:00
sample-projects Update settings to last version for sample project 2016-03-31 11:08:44 +02:00
.codeclimate.yml Updates codeclimate config file 2016-03-10 16:36:28 +01:00
.gitignore Updates .gitignore 2016-03-05 00:34:50 +01:00
CHANGELOG.md Updates changelog 2016-02-29 00:07:51 +01:00
COPYING Adds license and credits 2015-06-18 11:39:45 +02:00
CREDITS Adds license and credits 2015-06-18 11:39:45 +02:00
makefile Adds a small script to shows github's releases download stats (using: make stats) 2017-10-16 14:08:55 +02:00
manuskript.spec Fixes spec file to include translation in releases 2016-04-01 11:53:17 +02:00
README.md Add to README a HowTo section with link to Wiki 2017-07-08 13:19:51 -06:00
TODO.t2t Updated todo 2015-07-09 16:22:26 +02:00

Manuskript

Manuskript is an open-source tool for writers.

Main view

Download

Running from sources

To run the application without installing just:

Be sure to have all dependencies installed!

Dependencies

  • Python 3
  • PyQt5
  • Qt SVG (libqt5svg5 on Ubuntu)
  • Qt Webkit (python3-pyqt5.qtwebkit on Ubuntu)
  • lxml (python3-lxml on Ubuntu)

Optional:

  • pyenchant
  • zlib

To install dependencies on Linux:

  • Arch Linux: sudo pacman -S --needed python python-pyqt5 qt5-svg python-lxml python-pyenchant zlib

  • Debian based (Ubuntu, Linux Mint, etc.): sudo apt-get install python3-pyqt5 libqt5svg5 python3-lxml python3-enchant zlib1g
    Additional packages that might be needed: python3-pyqt5.qtwebkit pyqt5-dev-tools

HowTo's

See the Wiki for more detailed instructions on how to install on GNU/Linux, Windows, and OS X.