diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2010-08-20 12:06:27 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2010-08-20 12:06:27 +0000 |
commit | e742d91d59ac6181de7f92618c154944d5c3a53f (patch) | |
tree | 91c4c51dfc1a4a64f34ee331c42087742c424e9e /editors/Makefile | |
parent | Forced commit to note that the previous work was done by (diff) |
WordGrinder is a simple, Unicode-aware word processor that runs on the
console. It's designed to get the hell out of your way and let you write;
it does very little, but what it does it does well.
It supports basic paragraph styles, basic character styles, basic screen
markup, a menu interface that means you don't have to remember complex
key sequences, HTML import and export, and some other useful features.
WordGrinder does not require X. It runs in a terminal.
WWW: http://wordgrinder.sf.net
PR: ports/149696
Submitted by: Vitaly Magerya <vmagerya at gmail.com>
Approved by: tabthorpe (co-mentor)
Notes
Notes:
svn path=/head/; revision=259628
Diffstat (limited to 'editors/Makefile')
-rw-r--r-- | editors/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 09159f8640c6..c399711f42ee 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -254,6 +254,7 @@ SUBDIR += vim6+ruby SUBDIR += wily SUBDIR += winefish + SUBDIR += wordgrinder SUBDIR += xcoral SUBDIR += xed SUBDIR += xemacs |