diff options
author | steve <steve@FreeBSD.org> | 1999-11-01 10:40:07 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-11-01 10:40:07 +0800 |
commit | 1819e146ae7620c8f0cbe1b93d75c0cf8b6a138a (patch) | |
tree | 5546c9bce69c63c20940f68293259cab2f861b2d /www/zope29/pkg-descr | |
parent | a9cd7fc419d8f547d9d8a83e267e04a4ba8ef00d (diff) | |
download | freebsd-ports-gnome-1819e146ae7620c8f0cbe1b93d75c0cf8b6a138a.tar.gz freebsd-ports-gnome-1819e146ae7620c8f0cbe1b93d75c0cf8b6a138a.tar.zst freebsd-ports-gnome-1819e146ae7620c8f0cbe1b93d75c0cf8b6a138a.zip |
Initial import of zope version 2.0.0b5.
An object-based web application platform with database access.
PR: 13324
Submitted by: Peter Cornelius <pcc@gmx.net>
Diffstat (limited to 'www/zope29/pkg-descr')
-rw-r--r-- | www/zope29/pkg-descr | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/www/zope29/pkg-descr b/www/zope29/pkg-descr new file mode 100644 index 000000000000..43fb92a31302 --- /dev/null +++ b/www/zope29/pkg-descr @@ -0,0 +1,25 @@ +Zope is Copyrighted (C) Digital Creations. All rights reserved. This is +what they themselves say about it: + +"Zope (WWW: http://www.zope.org/ ) is an exciting new object-based, open +source web application platform. It allows you to build powerful and +dynamic web applications easily. Zope comes with source code and is +friendly to developers as well as users. +Zope is distinguished by its integrated object database which, when +combined with a revolutionary object model, provides a completely unique +facility for servicing content managers and web application developers." + +Here are some of the "headlines" mentioned in the features list at +WWW: http://www.zope.org/Information/Features : + +Database Integration Content Management + SQL and HTML in Harmony Builtin Objects + Multiple Data Sources Document Templates + Publish Databases Web to Objects +Application Development Integrated Object Database + DTML Scripting Managed Through the Web + External Methods Direct URL Access to Objects + +This is a "beta" release. It seems to work quite stable, but no guarantee +given. + Peter Cornelius <pcc@gmx.net> |