medit/README

41 lines
1.1 KiB
Plaintext
Raw Normal View History

2006-05-02 22:36:05 -05:00
General Information
===================
2013-04-20 22:00:53 -07:00
medit is a text editor.
2006-05-02 22:36:05 -05:00
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:
2011-01-29 03:35:32 -08:00
http://medit.bitbucket.org/
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
=======================
2013-04-20 22:00:53 -07:00
Report bugs and file feature requests in the medit bug tracker at
http://sourceforge.net/tracker/?group_id=167563&atid=843451 . You can
also send an email to emuntyan@users.sourceforge.net if you don't feel
like using the bug tracker, or have any questions/comments.
2006-05-02 22:36:05 -05:00
2007-01-20 03:19:38 -06:00
2013-04-20 22:00:53 -07:00
Sources
=======
2006-05-02 22:36:05 -05:00
2013-04-20 22:00:53 -07:00
medit sources are tracked using mercurial. You can browse medit source
repository online at http://bitbucket.org/medit/medit/. To check out a
copy of medit repository, install mercurial, and do
2011-01-05 23:35:55 -08:00
hg clone http://bitbucket.org/medit/medit/
This will create a new directory named 'medit' with medit sources inside.
2006-05-02 22:36:05 -05:00
To update them later on, do
2011-01-05 23:35:55 -08:00
hg pull; hg update
2006-05-02 22:36:05 -05:00
in this directory.