Go to file
Yevgen Muntyan 97bc6b59bb Separate variable for python used in the build, MOO_PYTHON 2012-07-28 22:18:25 -07:00
api Separate variable for python used in the build, MOO_PYTHON 2012-07-28 22:18:25 -07:00
build Started moving ASScript into mooutils 2006-02-24 22:03:13 -06:00
doc Separate variable for python used in the build, MOO_PYTHON 2012-07-28 22:18:25 -07:00
m4 Check glib version 2012-07-28 22:17:25 -07:00
moo Separate variable for python used in the build, MOO_PYTHON 2012-07-28 22:18:25 -07:00
plat/win32 Make gtk-win build work on cygwin 2012-07-29 06:12:48 +01:00
po Updated po files 2012-03-04 02:53:05 -08:00
po-gsv Updated GtkSourceView po files 2011-01-05 23:12:20 -08: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 Keep these files in the repository to avoid bootstrap problems 2011-03-28 02:32:36 -07:00
AUTHORS Fixed email address 2010-12-21 20:15:45 -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 Document more build requirements 2012-07-28 12:55:05 -07:00
LICENSE Use generated API for lua scripts too 2010-12-12 02:29:20 -08:00
Makefile.am Added --enable-strict configure option 2011-12-29 00:22:49 -08:00
NEWS NEWS for 1.1.0 2012-03-04 03:15:08 -08:00
README Preparing release 1.0.0 2011-01-29 03:35:32 -08:00
THANKS Finnish translation by Tommi Nieminen 2012-03-04 02:51:01 -08:00
autogen.sh --enable-silent-rules is default 2011-09-28 23:02:23 -07:00
checkle.py More gio 2008-09-15 03:59:22 -05:00
configure.ac Separate variable for python used in the build, MOO_PYTHON 2012-07-28 22:18:25 -07:00
hgrc Fixed line endings mixup 2010-12-27 01:22:54 -08:00

README

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

medit is a GTK text editor. Started as an editor component of GGAP
(http://ggap.sourceforge.net/), it grew up to a real full-featured
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 medit bug base at
http://sourceforge.net/tracker/?group_id=167563&atid=843451 .
You can also send email to emuntyan@users.sourceforge.net if you don't feel like
using bug base, or have any questions/comments/beer.
medit IRC channel is #ggap at irc.freenode.net.

Provide information available from menu Help > System Info
along with bug report. See also INSTALL file for instructions on how to
build medit for better debugging information.


CVS
===

medit sources are tracked using mercurial, therefore there is no
CVS or SVN access. You may browse medit 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.