Go to file
Yevgen Muntyan 5e713bc05d More credits 2014-11-30 20:07:50 -08:00
api More script documentation 2014-03-20 11:22:54 -07:00
build Started moving ASScript into mooutils 2006-02-24 22:03:13 -06:00
doc Check for xsltproc when configuring 2012-12-16 18:19:26 -08:00
m4 Make new autoconf happier 2014-03-23 04:41:36 -07:00
moo Add credits 2014-11-30 15:44:42 -08:00
plat Visual Studio project 2013-05-12 19:05:16 -07:00
po Merge 2014-11-30 15:18:08 -08:00
po-gsv Make new autoconf happier 2014-03-23 04:41:36 -07:00
tools Use /var/tmp as temp dir; /tmp on debian is on tmpfs, not enough for whole thing 2011-09-25 23:30:55 -07:00
.hgignore Make new autoconf happier 2014-03-23 04:41:36 -07:00
AUTHORS Add credits 2014-11-30 15:44:42 -08:00
COPYING Changed license to LGPL 2007-06-24 12:56:20 -05:00
COPYING.GPL Changed license to LGPL 2007-06-24 12:56:20 -05:00
INSTALL Add pygtk-dev requirement 2012-12-16 18:19:01 -08:00
LICENSE Use generated API for lua scripts too 2010-12-12 02:29:20 -08:00
Makefile.am Added bdist command which creates an installer and binary zip files 2013-05-16 22:39:16 -07:00
NEWS NEWS for 1.2.0 2014-03-26 21:59:04 -07:00
README Updated README 2013-04-20 22:00:53 -07:00
THANKS More credits 2014-11-30 20:07:50 -08:00
autogen.sh Add hashbang line with the interpreter. 2014-11-16 12:07:14 +01:00
checkle.py More gio 2008-09-15 03:59:22 -05:00
configure.ac Require autoconf 2.68 instead of 2.69, that's what Ubuntu has 2014-09-01 11:10:04 -07:00
hgrc Fixed line endings mixup 2010-12-27 01:22:54 -08: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.