summaryrefslogtreecommitdiff
path: root/www/zope211
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2004-04-20 14:29:26 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2004-04-20 14:29:26 +0000
commit46646a9695eaa3d7ff5940c2711760532b769a5c (patch)
tree0ad0a468a45d1b50a19692c33a71f4108b8bb3f5 /www/zope211
parent. Sync with the nethack32 port: (diff)
Fix typos and outdated statements.
Submitted by: HAYASHI Yasushi <yasi@yasi.to>
Notes
Notes: svn path=/head/; revision=107724
Diffstat (limited to 'www/zope211')
-rw-r--r--www/zope211/files/zope.sh4
-rw-r--r--www/zope211/pkg-descr7
-rw-r--r--www/zope211/pkg-message2
3 files changed, 4 insertions, 9 deletions
diff --git a/www/zope211/files/zope.sh b/www/zope211/files/zope.sh
index ceb2a35403dc..9240d84d7eb2 100644
--- a/www/zope211/files/zope.sh
+++ b/www/zope211/files/zope.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Start or stop zope
-# $FreeBSD: /tmp/pcvs/ports/www/zope211/files/Attic/zope.sh,v 1.1 2004-04-20 14:18:32 perky Exp $
+# $FreeBSD: /tmp/pcvs/ports/www/zope211/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/zope211/pkg-descr b/www/zope211/pkg-descr
index 4ca688518ba5..e9e009bd18b8 100644
--- a/www/zope211/pkg-descr
+++ b/www/zope211/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/zope211/pkg-message b/www/zope211/pkg-message
index 5712bfdfeae5..5de2678098b7 100644
--- a/www/zope211/pkg-message
+++ b/www/zope211/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