diff options
author | bapt <bapt@FreeBSD.org> | 2010-08-20 20:06:27 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2010-08-20 20:06:27 +0800 |
commit | c9de942803966c362009c4ef8be98511e8b2ec61 (patch) | |
tree | 77b3d38511e1a8714613daa0b5ff8c4ad27e78ec /editors/Makefile | |
parent | 13b04811412fd893e3e4818206714e481ccaeda7 (diff) | |
download | freebsd-ports-gnome-c9de942803966c362009c4ef8be98511e8b2ec61.tar.gz freebsd-ports-gnome-c9de942803966c362009c4ef8be98511e8b2ec61.tar.zst freebsd-ports-gnome-c9de942803966c362009c4ef8be98511e8b2ec61.zip |
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)
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 |