Fix typos and outdated statements.

Submitted by:	HAYASHI Yasushi <yasi@yasi.to>
This commit is contained in:
Hye-Shik Chang 2004-04-20 14:29:26 +00:00
parent 52ed0baa26
commit 46646a9695
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107724
18 changed files with 24 additions and 54 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh
# Start or stop zope
# $FreeBSD: /tmp/pcvs/ports/www/zope/files/Attic/zope.sh,v 1.1 2004-04-20 14:18:32 perky Exp $
# $FreeBSD: /tmp/pcvs/ports/www/zope/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

View file

@ -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/

View file

@ -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

View file

@ -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

View file

@ -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/

View file

@ -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

View file

@ -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

View file

@ -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/

View file

@ -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

View file

@ -1,7 +1,7 @@
#!/bin/sh
# Start or stop zope
# $FreeBSD: /tmp/pcvs/ports/www/zope213/files/Attic/zope.sh,v 1.1 2004-04-20 14:18:32 perky Exp $
# $FreeBSD: /tmp/pcvs/ports/www/zope213/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

View file

@ -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/

View file

@ -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

View file

@ -1,7 +1,7 @@
#!/bin/sh
# Start or stop zope
# $FreeBSD: /tmp/pcvs/ports/www/zope28/files/Attic/zope.sh,v 1.1 2004-04-20 14:18:32 perky Exp $
# $FreeBSD: /tmp/pcvs/ports/www/zope28/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

View file

@ -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/

View file

@ -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

View file

@ -1,7 +1,7 @@
#!/bin/sh
# Start or stop zope
# $FreeBSD: /tmp/pcvs/ports/www/zope29/files/Attic/zope.sh,v 1.1 2004-04-20 14:18:32 perky Exp $
# $FreeBSD: /tmp/pcvs/ports/www/zope29/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

View file

@ -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/

View file

@ -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