https://github.com/codemedic/retext
retext cloned from http://retext.sourceforge.net/
https://github.com/codemedic/retext
Last synced: 9 months ago
JSON representation
retext cloned from http://retext.sourceforge.net/
- Host: GitHub
- URL: https://github.com/codemedic/retext
- Owner: codemedic
- License: gpl-3.0
- Created: 2013-04-04T10:59:24.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-04T11:01:50.000Z (about 13 years ago)
- Last Synced: 2025-02-26T16:50:15.881Z (over 1 year ago)
- Language: TypeScript
- Size: 953 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: changelog.md
- License: LICENSE_GPL
Awesome Lists containing this project
README
Welcome to ReText!
==================
ReText is a simple but powerful editor for Markdown and reStructuredText markup
languages. ReText is written in Python language and works on Linux and other
POSIX-compatible platforms. To install ReText, use `setup.py install` command.
You can read more about ReText on [our website](http://retext.sourceforge.net/)
or in the [wiki](http://sourceforge.net/p/retext/wiki/).
ReText requires the following packages to run:
* [python](http://python.org/) — we recommend using version 3.2 or higher
* [python-qt4](http://www.riverbankcomputing.co.uk/software/pyqt/intro)
* [python-markups](http://pypi.python.org/pypi/Markups)
We also recommend having these packages installed:
* [python-markdown](http://packages.python.org/Markdown/) — for Markdown
language support
* [python-docutils](http://docutils.sourceforge.net/) — for reStructuredText
language support
* [python-enchant](http://pypi.python.org/pypi/pyenchant) — for spell checking
support
Translation files are already compiled for release tarballs and will be
automatically loaded. For development snapshots, compile translations using
`lrelease locale/*.ts` command. Translation files can also be loaded from
`/usr/share/retext/` directory.
If you want to translate ReText into your language, follow the instructions in
ReText wiki.
ReText is Copyright 2011–2012 [Dmitry Shachnev](https://launchpad.net/~mitya57)
and is licensed under GNU GPL (v2+) license, the current version is available in
`LICENSE_GPL` file.
ReText icon is based on `accessories-text-editor` icon from the Faenza theme.