Go to file
Yevgen Muntyan 9581f56b0b Renamed some sections 2010-09-06 16:36:50 -07:00
build Started moving ASScript into mooutils 2006-02-24 22:03:13 -06:00
doc Renamed some sections 2010-09-06 16:36:50 -07:00
m4 Do not use subdirectories for compilation 2010-09-03 21:36:32 -07:00
moo Added Penlight Lua library 2010-09-06 16:13:19 -07:00
plat Restored executable bit 2010-09-06 14:41:38 -07:00
po Translate messages about plugins 2010-09-06 14:19:56 -07:00
po-gsv Translate messages about plugins 2010-09-06 14:19:56 -07:00
tools Do not use subdirectories for compilation 2010-09-03 21:36:32 -07:00
.hgignore Fixed intltool part of distcheck 2010-09-01 01:14:25 -07:00
.hgrc .hgrc 2010-01-24 20:42:32 -08:00
AUTHORS add myself to copyrights 2008-11-07 05:20:24 +01: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 INSTALL 2010-03-19 23:01:01 -07:00
LICENSE Removed mooterm 2008-08-22 23:06:38 -05:00
Makefile.am And don't lose executable bit during install 2010-09-06 14:43:12 -07:00
NEWS NEWS for 0.10.4 2010-04-28 23:43:02 -07:00
README Version 0.10.0, removed old instructions from INSTALL 2010-02-27 23:00:51 -08:00
THANKS Updated 2008-08-28 15:28:01 -05:00
autogen.sh Moving stuff around: medit-0.99 2010-08-30 22:19:58 -07:00
checkle.py More gio 2008-09-15 03:59:22 -05:00
configure.ac Do not use subdirectories for compilation 2010-09-03 21:36:32 -07:00
moo.mprj Disabled FAM 2009-07-04 00:32:57 -07: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.