[Zope3-checkins] CVS: Zope3/doc/zcml/namespaces.zope.org/mail -
directService.stx:1.2 queuedService.stx:1.2 sendmailMailer.stx:1.2
Stephan Richter
srichter at cosmos.phy.tufts.edu
Fri Jan 23 12:00:58 EST 2004
Update of /cvs-repository/Zope3/doc/zcml/namespaces.zope.org/mail
In directory cvs.zope.org:/tmp/cvs-serv24998/doc/zcml/namespaces.zope.org/mail
Modified Files:
directService.stx queuedService.stx sendmailMailer.stx
Log Message:
I had a little bug in my text wrapper. I added a doc test for it now and
updated the generated ZCML reference.
=== Zope3/doc/zcml/namespaces.zope.org/mail/directService.stx 1.1 => 1.2 ===
--- Zope3/doc/zcml/namespaces.zope.org/mail/directService.stx:1.1 Thu Jan 22 18:57:12 2004
+++ Zope3/doc/zcml/namespaces.zope.org/mail/directService.stx Fri Jan 23 12:00:27 2004
@@ -2,7 +2,7 @@
File zope/app/mail/meta.zcml, lines 11 - 15.
- This directive creates and registers a global direct mail service. It
+ This directive creates and registers a global direct mail service. It should
be only called once during startup.
Attributes
=== Zope3/doc/zcml/namespaces.zope.org/mail/queuedService.stx 1.1 => 1.2 ===
--- Zope3/doc/zcml/namespaces.zope.org/mail/queuedService.stx:1.1 Thu Jan 22 18:57:12 2004
+++ Zope3/doc/zcml/namespaces.zope.org/mail/queuedService.stx Fri Jan 23 12:00:27 2004
@@ -2,7 +2,7 @@
File zope/app/mail/meta.zcml, lines 5 - 9.
- This directive creates and registers a global queued mail service. It
+ This directive creates and registers a global queued mail service. It should
be only called once during startup.
Attributes
=== Zope3/doc/zcml/namespaces.zope.org/mail/sendmailMailer.stx 1.1 => 1.2 ===
--- Zope3/doc/zcml/namespaces.zope.org/mail/sendmailMailer.stx:1.1 Thu Jan 22 18:57:12 2004
+++ Zope3/doc/zcml/namespaces.zope.org/mail/sendmailMailer.stx Fri Jan 23 12:00:27 2004
@@ -17,5 +17,5 @@
Command
A template command for sending out mail, containing %(from)s and %(to)s
- respective addresses.
+ for respective addresses.
More information about the Zope3-Checkins
mailing list