Go to file
Yevgen Muntyan 6391f8e4db Removed lontronics name 2006-11-19 12:33:43 -06:00
build
debian Updated debian stuff a bit 2006-05-24 02:23:04 -05:00
m4 Use pygtk-2.6 2006-11-15 01:30:44 -06:00
moo Win32 resourse file for libmoo.dll 2006-11-19 03:27:04 -06:00
patch Applied visual studio project patch 2006-06-26 03:42:37 -05:00
po Removed completion-plugin.c 2006-11-12 17:27:27 -06:00
templates MooCompletion tries all groups now; groups may have a suffix to insert after completion 2006-04-18 03:21:14 -05:00
tests Win32 resourse file for libmoo.dll 2006-11-19 03:27:04 -06:00
winbuild Updated devcpp project 2006-11-17 23:11:24 -06:00
wininstaller Clean up on uninstall 2006-11-12 13:16:13 -06:00
.hgignore Added an argument for MOO_AC_FLAGS so ggap can use it too 2006-09-23 10:54:48 -05:00
AUTHORS
COPYING
COPYING.lib Changed license to LGPL 2006-08-31 10:10:57 -05:00
ChangeLog NEWS and ChangeLog for 0.7.9 2006-11-12 21:24:09 -06:00
INSTALL Release 0.7.0 2006-08-23 23:26:36 -05:00
Makefile.am Changed license to LGPL 2006-08-31 10:10:57 -05:00
NEWS Removed lontronics name 2006-11-19 12:33:43 -06:00
README Mention LGPL 2006-08-31 10:12:47 -05:00
THANKS Use --standalone 2006-07-03 02:51:48 -05:00
TODO Updated TODO 2006-06-20 21:25:00 -05:00
autogen.sh Nicer message 2006-10-12 21:38:13 -05:00
config.h.win32 win32 config.h 2006-06-07 00:44:03 -05:00
config.py.in Generate config.py with configure 2006-11-06 08:38:38 -06:00
configure.ac Win32 resourse file for libmoo.dll 2006-11-19 03:27:04 -06:00
cygwin-configure
makewin Pack anything given on command line 2006-11-16 04:25:59 -06:00
medit.desktop.in Started i18n stuff 2006-08-03 00:39:06 -05:00
mingw-configure Use python-2.5 instead of python-2.3 on win32; include gtk runtime in the installer 2006-11-11 03:01:50 -06:00
mkpotsubdirs Renamed make-pot-subdirs to mkpotsubdirs 2006-08-13 14:27:04 -05:00
moo.kdevelop Win32 resourse file for libmoo.dll 2006-11-19 03:27:04 -06:00
moo.mprj Fixed up printing a little 2006-11-09 22:23:32 -06:00
mooedit.kdevelop
mooterm.kdevelop

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 COPYING
file in this distribution for complete text of the license.
Portions of code are licensed under GNU LGPL license. See COPYING.lib
file for the text of this license. Files released under LGPL have
special notes about the license as appropriate.

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 #medit at irc.freenode.net.


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.