diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2004-04-20 14:29:26 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2004-04-20 14:29:26 +0000 |
commit | 46646a9695eaa3d7ff5940c2711760532b769a5c (patch) | |
tree | 0ad0a468a45d1b50a19692c33a71f4108b8bb3f5 /www/zope210 | |
parent | 52ed0baa26f0ebef5038f07b46fa901ae7622eb8 (diff) | |
download | ports-46646a9695eaa3d7ff5940c2711760532b769a5c.tar.gz ports-46646a9695eaa3d7ff5940c2711760532b769a5c.zip |
Notes
Diffstat (limited to 'www/zope210')
-rw-r--r-- | www/zope210/files/zope.sh | 4 | ||||
-rw-r--r-- | www/zope210/pkg-descr | 7 | ||||
-rw-r--r-- | www/zope210/pkg-message | 2 |
3 files changed, 4 insertions, 9 deletions
diff --git a/www/zope210/files/zope.sh b/www/zope210/files/zope.sh index a7f98a9ae31e..370a5f077360 100644 --- a/www/zope210/files/zope.sh +++ b/www/zope210/files/zope.sh @@ -1,7 +1,7 @@ #!/bin/sh # Start or stop zope -# $FreeBSD: /tmp/pcvs/ports/www/zope210/files/Attic/zope.sh,v 1.1 2004-04-20 14:18:32 perky Exp $ +# $FreeBSD: /tmp/pcvs/ports/www/zope210/files/Attic/zope.sh,v 1.2 2004-04-20 14:29:26 perky Exp $ # PROVIDE: zope # REQUIRE: DAEMON @@ -39,7 +39,7 @@ if checkyesno zope_enable; then echo "Restarting Zope" ;; *) - echo "Unknown aktion \"$1\"" + echo "Unknown action \"$1\"" ;; esac diff --git a/www/zope210/pkg-descr b/www/zope210/pkg-descr index 4ca688518ba5..e9e009bd18b8 100644 --- a/www/zope210/pkg-descr +++ b/www/zope210/pkg-descr @@ -6,8 +6,7 @@ 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 -http://www.zope.org:8080/Information/Features : +Here are some of the "headlines" mentioned in the features list. Database Integration Content Management SQL and HTML in Harmony Builtin Objects @@ -17,8 +16,4 @@ 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> - WWW: http://www.zope.org/ diff --git a/www/zope210/pkg-message b/www/zope210/pkg-message index 5712bfdfeae5..5de2678098b7 100644 --- a/www/zope210/pkg-message +++ b/www/zope210/pkg-message @@ -22,7 +22,7 @@ The default installation directory for Zope Products has changed from %%ZOPEBASEDIR%%/lib/python/Products to %%ZOPEBASEDIR%%/Products. -You migth have to add the following lines to your zope.conf +You might have to add the following lines to your zope.conf products %%ZOPEBASEDIR%%/Products products $INSTANCE/Products |