Go to file
Yevgen Muntyan 35cfcf3cb2 Little cleanup 2017-10-28 13:44:52 -07:00
api Generate help with cmake 2017-10-27 18:58:48 -07:00
cmake Fixed a compiler warning 2017-10-25 15:38:16 -07:00
doc Generate help with cmake 2017-10-27 18:58:48 -07:00
m4 Fixed a compiler warning 2017-10-25 15:38:16 -07:00
moo Little cleanup 2017-10-28 13:44:52 -07:00
plat/win32 Fixed a compiler warning 2017-10-25 15:38:16 -07:00
po Install translations with cmake 2017-10-28 13:36:07 -07:00
po-gsv Install translations with cmake 2017-10-28 13:36:07 -07:00
tools Fixed a compiler warning 2017-10-25 15:38:16 -07:00
.hgignore Fixed a compiler warning 2017-10-25 15:38:16 -07:00
AUTHORS Fixed a compiler warning 2017-10-25 15:38:16 -07:00
CMakeLists.txt Little cleanup 2017-10-28 13:44:52 -07:00
COPYING Fixed a compiler warning 2017-10-25 15:38:16 -07:00
COPYING.GPL Fixed a compiler warning 2017-10-25 15:38:16 -07:00
INSTALL Fixed a compiler warning 2017-10-25 15:38:16 -07:00
LICENSE Fixed a compiler warning 2017-10-25 15:38:16 -07:00
Makefile.am Fixed a compiler warning 2017-10-25 15:38:16 -07:00
NEWS Fixed a compiler warning 2017-10-25 15:38:16 -07:00
README Fixed a compiler warning 2017-10-25 15:38:16 -07:00
THANKS Fixed a compiler warning 2017-10-25 15:38:16 -07:00
autogen.sh Fixed a compiler warning 2017-10-25 15:38:16 -07:00
checkle.py Fixed a compiler warning 2017-10-25 15:38:16 -07:00
config-cmake.h.in Little cleanup 2017-10-28 13:44:52 -07:00
configure.ac Fixed a compiler warning 2017-10-25 15:38:16 -07:00
getoutput.py Fixed a compiler warning 2017-10-25 15:38:16 -07:00
hgrc Fixed a compiler warning 2017-10-25 15:38:16 -07:00

README

General Information
===================

medit is a text editor.

medit is free software, released under GNU GPL license. See the LICENSE
file in this distribution for details.

The web site is:
    http://medit.bitbucket.org/
releases are located at:
    http://sourceforge.net/project/showfiles.php?group_id=167563


Installation
============

See INSTALL file in this distribution.


Bug reports and contact
=======================

Report bugs and file feature requests in the medit bug tracker at
http://sourceforge.net/tracker/?group_id=167563&atid=843451 . You can
also send an email to emuntyan@users.sourceforge.net if you don't feel
like using the bug tracker, or have any questions/comments.


Sources
=======

medit sources are tracked using mercurial. You can browse medit source
repository online at http://bitbucket.org/medit/medit/. To check out a
copy of medit repository, install mercurial, and do
    hg clone http://bitbucket.org/medit/medit/
This will create a new directory named 'medit' with medit sources inside.
To update them later on, do
    hg pull; hg update
in this directory.