Index: openacs-4/packages/acs-mail-lite/acs-mail-lite.info
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-mail-lite/acs-mail-lite.info,v
diff -u -r1.52.2.8 -r1.52.2.9
--- openacs-4/packages/acs-mail-lite/acs-mail-lite.info 27 Feb 2017 07:42:02 -0000 1.52.2.8
+++ openacs-4/packages/acs-mail-lite/acs-mail-lite.info 21 Apr 2017 16:11:28 -0000 1.52.2.9
@@ -38,7 +38,7 @@
Set this parameter to the root of your filesystem will disable this restriction.
Default for the empty value of this parameter will be to allow only files into the temporary folder of the system, as in '[ns_tmpdir]'" section_name="email"/>
Each email contains an X-Envelope-From adress constructed as +
Each email contains an X-Envelope-From address constructed as
follows:
-The adress starts with "bounce" (can be changed by a
+The address starts with "bounce" (can be changed by a
parameter) followed by the user_id, a hashkey and the package_id of
the package instance that sent the email, separated by
-"-". The domain name of this adress can be changed with a
+"-". The domain name of this address can be changed with a
parameter.
The system checks every 2 minutes (configurable) in a certain maildirectory (configurable) for newly bounced emails, so the @@ -29,7 +29,7 @@ bounced emails, strips out the message_id and verifies the hashkey in the bounce-address. After that the package-key of the package sending the original mail is found out by using the package_id -provided in the bounce adress. With that, the system then tries to +provided in the bounce address. With that, the system then tries to invoke a callback procedure via a service contract if one is registered for that particular package-key. This enables each package to deal with bouncing mails on their own - probably logging Index: openacs-4/packages/acs-mail-lite/www/doc/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-mail-lite/www/doc/Attic/index.html,v diff -u -r1.2.18.1 -r1.2.18.2 --- openacs-4/packages/acs-mail-lite/www/doc/index.html 21 Aug 2015 10:28:45 -0000 1.2.18.1 +++ openacs-4/packages/acs-mail-lite/www/doc/index.html 21 Apr 2017 16:11:28 -0000 1.2.18.2 @@ -17,12 +17,12 @@ again and be given another try a few minutes later when processing the queue again.
-Each email contains an X-Envelope-From adress constructed as
+Each email contains an X-Envelope-From address constructed as
follows:
-The adress starts with "bounce" (can be changed by a parameter)
+The address starts with "bounce" (can be changed by a parameter)
followed by the user_id, a hashkey and the package_id of the
package instance that sent the email, separated by "-". The
-domain name of this adress can be changed with a parameter.
+domain name of this address can be changed with a parameter.
The system checks every 2 minutes (configurable) in a certain
maildirectory (configurable) for newly bounced emails, so the
@@ -32,7 +32,7 @@
strips out the message_id and verifies the hashkey in the bounce-address.
After that the package-key of the package sending the original mail
is found out by using the package_id provided in the bounce
-adress. With that, the system then tries to invoke a callback
+address. With that, the system then tries to invoke a callback
procedure via a service contract if one is registered for that
particular package-key. This enables each package to deal with
bouncing mails on their own - probably logging this in special tables.
Index: openacs-4/packages/acs-messaging/acs-messaging.info
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-messaging/acs-messaging.info,v
diff -u -r1.39.2.10 -r1.39.2.11
--- openacs-4/packages/acs-messaging/acs-messaging.info 27 Feb 2017 07:42:03 -0000 1.39.2.10
+++ openacs-4/packages/acs-messaging/acs-messaging.info 21 Apr 2017 16:14:09 -0000 1.39.2.11
@@ -17,7 +17,7 @@
20.0 Message Content
A message should have a primary content body consisting of a specified MIME type and a block of storage holding the content. In -addition, applications may store one or more seperate revisions of +addition, applications may store one or more separate revisions of a message.
30.0 Attachments
Messages may be composed of additional attachments. Each @@ -131,7 +131,7 @@
The system should provide the following interfaces for integrating with existing E-mail systems. Note that these requirements only deal with sending mail. Our feeling that -a seperate package should be implemented to deal with +a separate package should be implemented to deal with receiving mail that would use ACS Messages for storage of incoming messages.
Index: openacs-4/packages/acs-messaging/www/doc/requirements.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-messaging/www/doc/requirements.html,v diff -u -r1.1.1.1 -r1.1.1.1.30.1 --- openacs-4/packages/acs-messaging/www/doc/requirements.html 13 Mar 2001 22:59:26 -0000 1.1.1.1 +++ openacs-4/packages/acs-messaging/www/doc/requirements.html 21 Apr 2017 16:14:09 -0000 1.1.1.1.30.1 @@ -160,7 +160,7 @@ A message should have a primary content body consisting of a specified MIME type and a block of storage holding the content. In addition, applications may store one or - more seperate revisions of a message. + more separate revisions of a message.30.0 Attachments
Messages may be composed @@ -250,7 +250,7 @@
The system should provide the following interfaces for integrating with existing E-mail systems. Note that these requirements only - deal with sending mail. Our feeling that a seperate package + deal with sending mail. Our feeling that a separate package should be implemented to deal with receiving mail that would use ACS Messages for storage of incoming messages.
Index: openacs-4/packages/acs-outdated/tcl/acs-lang-localization-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-outdated/tcl/acs-lang-localization-procs.tcl,v diff -u -r1.1 -r1.1.4.1 --- openacs-4/packages/acs-outdated/tcl/acs-lang-localization-procs.tcl 2 Oct 2013 07:42:04 -0000 1.1 +++ openacs-4/packages/acs-outdated/tcl/acs-lang-localization-procs.tcl 21 Apr 2017 16:15:28 -0000 1.1.4.1 @@ -111,7 +111,7 @@ set sign [lc_get -locale $locale "positive_sign"] } - # decimal seperator + # decimal separator set dec [lc_get -locale $locale "mon_decimal_point"] regsub {\.} $out $dec out Index: openacs-4/packages/acs-reference/acs-reference.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-reference/acs-reference.info,v diff -u -r1.37.2.6 -r1.37.2.7 --- openacs-4/packages/acs-reference/acs-reference.info 27 Feb 2017 07:42:03 -0000 1.37.2.6 +++ openacs-4/packages/acs-reference/acs-reference.info 21 Apr 2017 16:17:39 -0000 1.37.2.7 @@ -9,7 +9,7 @@Jon Griffin -Tools and API for managing refrence data. +Tools and API for managing reference data. 2017-02-27 3 Mayuli Enterprises, LLC Index: openacs-4/packages/acs-reference/www/doc/requirements.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-reference/www/doc/requirements.adp,v diff -u -r1.2.2.9 -r1.2.2.10 --- openacs-4/packages/acs-reference/www/doc/requirements.adp 5 Jul 2016 12:16:50 -0000 1.2.2.9 +++ openacs-4/packages/acs-reference/www/doc/requirements.adp 21 Apr 2017 16:17:39 -0000 1.2.2.10 @@ -106,5 +106,5 @@Note also that it is possible to have overlapping effective dates. This will not be implemented in the first version, but -should be recognized and accomodated throughout the development +should be recognized and accommodated throughout the development process for the service package.
Index: openacs-4/packages/acs-reference/www/doc/requirements.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-reference/www/doc/requirements.html,v diff -u -r1.3.14.1 -r1.3.14.2 --- openacs-4/packages/acs-reference/www/doc/requirements.html 21 Aug 2015 10:49:21 -0000 1.3.14.1 +++ openacs-4/packages/acs-reference/www/doc/requirements.html 21 Apr 2017 16:17:39 -0000 1.3.14.2 @@ -109,7 +109,7 @@Historical data will be available using this diff for those applications that need to use the old data Note also that it is possible to have overlapping effective dates. -This will not be implemented in the first version, but should be recognized and accomodated throughout the development +This will not be implemented in the first version, but should be recognized and accommodated throughout the development process for the service package.