medit/README

60 lines
1.8 KiB
Plaintext
Raw Normal View History

2006-05-02 22:36:05 -05:00
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.
2007-06-16 02:13:08 -05:00
medit is free software, released under GNU GPL license. See the LICENSE
file in this distribution for details.
2006-05-02 22:36:05 -05:00
The web site is:
2006-05-26 03:14:39 -05:00
http://mooedit.sourcefoge.net/
2006-05-02 22:36:05 -05:00
releases are located at:
2006-05-26 03:14:39 -05:00
http://sourceforge.net/project/showfiles.php?group_id=167563
2006-05-02 22:36:05 -05:00
Installation
============
See INSTALL file in this distribution.
Bug reports and contact
=======================
Report bugs and file feature requests in medit bug base at
2006-05-26 03:14:39 -05:00
http://sourceforge.net/tracker/?group_id=167563&atid=843451 .
2006-05-02 22:36:05 -05:00
You can also send email to muntyan@tamu.edu if you don't feel like
using bug base, or have any questions/comments/beer.
2007-09-12 13:33:31 -05:00
medit IRC channel is #ggap at irc.freenode.net.
2006-05-02 22:36:05 -05:00
2007-01-20 03:19:38 -06:00
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.
2006-05-02 22:36:05 -05:00
CVS
===
medit sources are tracked using mercurial, therefore there is no
CVS or SVN access. You may browse medit repository online at
2006-05-26 03:14:39 -05:00
http://mooedit.sourceforge.net/hg/moo.
2006-05-02 22:36:05 -05:00
To check out a copy of medit repository, install mercurial, and do
2006-06-27 12:58:23 -05:00
hg clone http://mooedit.sourceforge.net/hg/moo
2006-05-02 22:36:05 -05:00
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.