Go to file
Yevgen Muntyan 4b0542b94e Export _moo_* and md_* 2008-06-15 01:14:17 -05:00
build Started moving ASScript into mooutils 2006-02-24 22:03:13 -06:00
doc Mention -l in the man page 2008-05-19 23:41:00 -05:00
m4 Moved _MOO_SPLIT_VERSION 2008-06-15 01:12:52 -05:00
medit Make rules for icons 2008-05-25 01:58:00 -05:00
mk No dummy variables needed, automake is smart 2008-05-25 02:00:24 -05:00
moo Export _moo_* and md_* 2008-06-15 01:14:17 -05:00
po Please old intltool 2008-05-22 23:04:31 -05:00
po-gsv Please old intltool 2008-05-22 23:04:31 -05:00
tests Split tests declarations into several files 2008-05-23 15:07:14 -05:00
winbuild Updated 2008-05-17 16:54:08 -05:00
xcode Moving stuff around, preparing for new application stuff 2008-05-15 23:06:45 -05:00
.hgignore Ingore libtool-2 files 2008-05-19 23:37:04 -05:00
AUTHORS Changed email 2006-12-21 01:18:54 -06: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 Moving stuff around, preparing for new application stuff 2008-05-15 23:06:45 -05:00
LICENSE Corrected a typo 2008-03-19 07:34:07 -05:00
Makefile.am Put mk files into EXTRA_DIST 2008-05-27 11:01:38 -05:00
NEWS NEWS for 0.9.3 2008-02-10 13:38:01 -06:00
README Changed IRC channel name 2007-09-12 13:33:31 -05:00
THANKS Updated 2008-01-20 11:01:40 -06:00
autogen.sh Do not bother calling glibtoolize; call libtoolize only if libtool is used; call glib-gettextize and intltoolize only if po/ is present 2008-06-15 01:12:24 -05:00
checkle.py Made it executable 2008-01-17 09:04:49 -06:00
config.py.in Generate config.py with configure 2006-11-06 08:38:38 -06:00
configure.ac Do not use std-options option 2008-05-22 23:19:45 -05:00
cygwin-configure It's WTFPL stupid! 2007-09-23 11:14:39 -05:00
makewin Install moo.pyd into lib/moo/plugins/lib 2008-01-18 15:12:41 -06:00
mingw-configure Put -mwindows into LDFLAGS, there is no point in forcing programs use that 2008-06-15 01:13:41 -05:00
moo.mprj Build system cleanup 2008-05-22 22:40:19 -05: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 muntyan@tamu.edu 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://mooedit.sourceforge.net/hg/moo.
To check out a copy of medit repository, install mercurial, and do
hg clone http://mooedit.sourceforge.net/hg/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.


Why?
====

If you are wondering why medit is written, there are two answers:
1) It wasn't a decision to write a text editor. It happened during
more than one year of GGAP development. And no, there is no usable
GTK text editor component.
2) Try it: if you like it, you know why. If you don't like it, ask
vim/emacs guys why don't they use emacs/vim.