diff options
author | glarkin <glarkin@FreeBSD.org> | 2010-02-25 04:58:04 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2010-02-25 04:58:04 +0800 |
commit | 445b6b5acacecc3e3a515a317ccb7cd491a33ccd (patch) | |
tree | 7b9c711c506aa58312154785b25a70a43f547824 /www/Makefile | |
parent | fb38cd298a3170361e70109df735bbde21f04abc (diff) | |
download | freebsd-ports-gnome-445b6b5acacecc3e3a515a317ccb7cd491a33ccd.tar.gz freebsd-ports-gnome-445b6b5acacecc3e3a515a317ccb7cd491a33ccd.tar.zst freebsd-ports-gnome-445b6b5acacecc3e3a515a317ccb7cd491a33ccd.zip |
Tokyo Promenade is a browser-based content management system with the
following features:
* simple and logical user interface : aims at conciseness like LaTeX
* high accessibility : XHTML 1.0 compliant and considering WCAG 1.0
* hybrid data structure : available as BBS, blog, and Wiki
* sufficient functionality : supports user management and file management
* high performance : uses an embedded database, Tokyo Cabinet
* lightweight : implemented by C99 and without any dependency
on other libraries
WWW: http://1978th.net/tokyopromenade/
PR: ports/143211
Submitted by: Qing Feng <qingfeng at me.com>
Feature safe: yes
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 3ad2eb58a3d6..f0befd52c1b5 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1575,6 +1575,7 @@ SUBDIR += tinymce3 SUBDIR += tinyproxy SUBDIR += tinytinyhttpd + SUBDIR += tokyopromenade SUBDIR += tomcat-native SUBDIR += tomcat41 SUBDIR += tomcat55 |