diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-09-06 22:48:39 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-09-06 22:48:39 +0000 |
commit | 6958696241222f4cc65c1e58111a00a5686198ae (patch) | |
tree | 043e748c766c244eb552527a432f334333c8eb3d /www/squishdot/pkg-descr | |
parent | Make coexistence support almost perfect except for bin/ruby and (diff) |
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.
Notes
Notes:
svn path=/head/; revision=32353
Diffstat (limited to 'www/squishdot/pkg-descr')
-rw-r--r-- | www/squishdot/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/squishdot/pkg-descr b/www/squishdot/pkg-descr new file mode 100644 index 000000000000..5da301a028c5 --- /dev/null +++ b/www/squishdot/pkg-descr @@ -0,0 +1,6 @@ +SquishDot is a web-based news publishing and discussion product for the
+Z Object Publishing Environment(ZOPE). It allows you to build a web-based
+news site along with the capability to handle threaded discussions with
+a minimum of configuration and day-to-day management.
+
+WWW: http://squishdot.org/
|