diff options
author | nbm <nbm@FreeBSD.org> | 2000-09-07 06:48:39 +0800 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2000-09-07 06:48:39 +0800 |
commit | 5b7804e7a3e15c3c6c7b9ebefa5ee91d6872d901 (patch) | |
tree | d1ea6c69d5fb499d963eebb5b21df41fc563f475 /www/Makefile | |
parent | f9bcbe589c63e1964f18149cfdd6d93ca9f5526a (diff) | |
download | freebsd-ports-gnome-5b7804e7a3e15c3c6c7b9ebefa5ee91d6872d901.tar.gz freebsd-ports-gnome-5b7804e7a3e15c3c6c7b9ebefa5ee91d6872d901.tar.zst freebsd-ports-gnome-5b7804e7a3e15c3c6c7b9ebefa5ee91d6872d901.zip |
Add squishdot, a web-based publishing and discussion product for Zope,
the Z Object Publishing Environment. Squishdot is somewhat modelled on
slashdot; it's a 'weblog'. It powers things like http://technocrat.net/
and http://news.gnome.org/.
This is the first Zope product in a port, so this might be interesting.
There are 214 Zope products listed on http://zope.org/Products
Recipe for 'Instant Squishdot':
Simply type 'make install' in the squishdot port, and put 'Include
etc/apache/httpd.conf.Zope-Change' at the end of your httpd.conf,
restart apache, start zope from rc.d/zope.sh, and go to
http://localhost/Zope/manage, add a user, then log in as that user, and
add a Squishdot page. Click on the 'view' button at the top.
Instant Squishdot.
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 e00a2015289c..5e8efd053863 100644 --- a/www/Makefile +++ b/www/Makefile @@ -154,6 +154,7 @@ SUBDIR += squidguard SUBDIR += squidtimes SUBDIR += squirm + SUBDIR += squishdot SUBDIR += ssserver SUBDIR += surfraw SUBDIR += swish-e |