Renamed Xedit -> Xed (avoid name clash with x11-apps's xedit)
This commit is contained in:
14
README
14
README
@@ -1,12 +1,12 @@
|
||||
General Information
|
||||
===================
|
||||
|
||||
xedit is a small and lightweight text editor.
|
||||
xed is a small and lightweight text editor.
|
||||
|
||||
xedit supports most standard editing features, plus several not found in your
|
||||
xed supports most standard editing features, plus several not found in your
|
||||
average text editor (plugins being the most notable of these).
|
||||
|
||||
Although new features are always under development, currently xedit has:
|
||||
Although new features are always under development, currently xed has:
|
||||
|
||||
* Complete support for UTF-8 text
|
||||
* Syntax highlighting
|
||||
@@ -17,7 +17,7 @@ Although new features are always under development, currently xedit has:
|
||||
* A complete preferences interface
|
||||
* Configurable Plugin system, with optional python support
|
||||
|
||||
Some of the plugins, packaged and installed with xedit include, among others:
|
||||
Some of the plugins, packaged and installed with xed include, among others:
|
||||
|
||||
* Word count
|
||||
* Spell checker
|
||||
@@ -27,7 +27,7 @@ Some of the plugins, packaged and installed with xedit include, among others:
|
||||
* Insert Date/Time
|
||||
* Tag list
|
||||
|
||||
xedit is released under the GNU General Public License (GPL) version 2, see
|
||||
xed is released under the GNU General Public License (GPL) version 2, see
|
||||
the file 'COPYING' for more information.
|
||||
|
||||
Installation
|
||||
@@ -36,6 +36,6 @@ Installation
|
||||
Simple install procedure:
|
||||
|
||||
% ./autogen.sh # run the `configure' script
|
||||
% make # build xedit
|
||||
% make # build xed
|
||||
[ Become root if necessary ]
|
||||
% make install # install xedit
|
||||
% make install # install xed
|
||||
|
Reference in New Issue
Block a user