Go to file
Yevgen Muntyan b6feba7fed Allow growing array by zero elements 2010-11-25 02:12:28 -08:00
build
doc Some refactoring 2010-11-23 21:54:39 -08:00
m4 Look for plugins in both share/ and lib/ directories 2010-11-11 22:59:44 -08:00
moo Allow growing array by zero elements 2010-11-25 02:12:28 -08:00
plat Use -debug suffix for debug installer 2010-11-14 23:27:14 -08:00
po Updated po files 2010-11-07 02:26:13 -08:00
po-gsv Do not use USE_NLS, glib overwrites that 2010-10-01 01:00:22 -07:00
tools
.hgignore Some refactoring 2010-11-23 21:54:39 -08:00
.hgrc
AUTHORS Updated email address 2010-11-07 01:20:45 -08:00
COPYING
COPYING.GPL
INSTALL
LICENSE Removed moocompat.* 2010-11-07 02:19:19 -08:00
Makefile.am Prettier distcheck 2010-11-08 00:55:06 -08:00
NEWS
README
THANKS
autogen.sh
checkle.py
configure.ac Use -debug suffix for debug installer 2010-11-14 23:27:14 -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://mooedit.sourcefoge.net/
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@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/muntyan/moo/. To check out a copy of medit
repository, install mercurial, and do
hg clone http://bitbucket.org/muntyan/moo/
This will create a new directory named 'moo' with medit sources inside.
To update them later on, do
hg pull; hg update
in this directory.