diff options
author | wen <wen@FreeBSD.org> | 2010-04-27 15:19:57 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-04-27 15:19:57 +0800 |
commit | b3247a477908c974e9c79f5ac83fed16879522c8 (patch) | |
tree | 06bbf6fb08e10c4874a0e3d6638df1fa3230e869 /editors/Makefile | |
parent | 697ecf04b6d67241a2b6eccdb77fea9e749a51ac (diff) | |
download | freebsd-ports-gnome-b3247a477908c974e9c79f5ac83fed16879522c8.tar.gz freebsd-ports-gnome-b3247a477908c974e9c79f5ac83fed16879522c8.tar.zst freebsd-ports-gnome-b3247a477908c974e9c79f5ac83fed16879522c8.zip |
gwrite is an HTML format text editor.
Features:
1. HTML5 file format
2. Standard word processing user interface
3. Content structure oriented word processing
4. Title style table of contents production
5. Similar navigation/documentation views in Microsoft Word
6. Paragraph selection when double or right click in navigation view
7. Word count: for document or selections, count the words(with and
without spaces), paragraphs, lines, English words, Chinese characters.
8. Images inclusion via Base64
WWW: http://code.google.com/p/gwrite
PR: ports/144679
Submitted by: Ju Pengfei <jupengfei@gmail.com>
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 80ce97b1c64f..5bf31297f6f5 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -69,6 +69,7 @@ SUBDIR += gnuserv SUBDIR += gobby SUBDIR += gphpedit + SUBDIR += gwrite SUBDIR += hexcurse SUBDIR += hexedit SUBDIR += hexpert |