diff --git a/FAQ b/FAQ index 47b43638..52510a56 100644 --- a/FAQ +++ b/FAQ @@ -115,14 +115,21 @@ A: Be sure you set $compile_check=false once your templates are initially available. See the documentation for examples. Q: Do you have a mailing list? -A: We have a mailing list for you to share your ideas or ask questions. - send a blank e-mail message to: - subscribe-smarty@lists.ispi.net (subscribe to the list) - digest-smarty@lists.ispi.net (subscribe or switch to digest mode) - mail-smarty@lists.ispi.net (switch off digest mode) - unsubscribe-smarty@lists.ispi.net (unsubscribe from the list) - You can also browse the mailing list archives at - http://marc.theaimsgroup.com/?l=smarty&r=1&w=2 +A: We have a few mailing lists. "general" for you to share your ideas or ask + questions, "dev" for those interested in the development efforts of Smarty, + and "cvs" for those that would like to track the updates made in the cvs + repository. + + send a blank e-mail message to: + smarty-general-subscribe@lists.php.net (subscribe to the general list) + smarty-general-unsubscribe@lists.php.net (unsubscribe from the general list) + smarty-dev-subscribe@lists.php.net (subscribe to the dev list) + smarty-dev-unsubscribe@lists.php.net (unsubscribe from the dev list) + smarty-cvs-subscribe@lists.php.net (subscribe to the cvs list) + smarty-cvs-unsubscribe@lists.php.net (unsubscribe from the cvs list) + You can also browse the mailing list archives at + http://marc.theaimsgroup.com/?l=smarty&r=1&w=2 + Q: Can you change the mailing list so Reply-To sends to the list and not the diff --git a/README b/README index 60b2e649..69727d92 100644 --- a/README +++ b/README @@ -10,14 +10,20 @@ AUTHORS: Andrei Zmievski -MAILING LIST: +MAILING LISTS: + + We have a few mailing lists. "general" for you to share your ideas or ask + questions, "dev" for those interested in the development efforts of Smarty, + and "cvs" for those that would like to track the updates made in the cvs + repository. - We have a mailing list for you to share your ideas or ask questions. send a blank e-mail message to: - subscribe-smarty@lists.ispi.net (subscribe to the list) - digest-smarty@lists.ispi.net (subscribe or switch to digest mode) - mail-smarty@lists.ispi.net (switch off digest mode) - unsubscribe-smarty@lists.ispi.net (unsubscribe from the list) + smarty-general-subscribe@lists.php.net (subscribe to the general list) + smarty-general-unsubscribe@lists.php.net (unsubscribe from the general list) + smarty-dev-subscribe@lists.php.net (subscribe to the dev list) + smarty-dev-unsubscribe@lists.php.net (unsubscribe from the dev list) + smarty-cvs-subscribe@lists.php.net (subscribe to the cvs list) + smarty-cvs-unsubscribe@lists.php.net (unsubscribe from the cvs list) You can also browse the mailing list archives at http://marc.theaimsgroup.com/?l=smarty&r=1&w=2 diff --git a/Smarty.class.php b/Smarty.class.php index 5237f081..905f9070 100644 --- a/Smarty.class.php +++ b/Smarty.class.php @@ -13,7 +13,7 @@ * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * - * This library is distributed in the hope that it will be useful, + * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. @@ -23,7 +23,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * For questions, help, comments, discussion, etc., please join the - * Smarty mailing list. Send a blank e-mail to smarty-subscribe@lists.ispi.net + * Smarty mailing list. Send a blank e-mail to + * smarty-general-subscribe@lists.php.net * * You may contact the authors of Smarty by e-mail at: * monte@ispi.net diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index 5237f081..905f9070 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -13,7 +13,7 @@ * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * - * This library is distributed in the hope that it will be useful, + * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. @@ -23,7 +23,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * For questions, help, comments, discussion, etc., please join the - * Smarty mailing list. Send a blank e-mail to smarty-subscribe@lists.ispi.net + * Smarty mailing list. Send a blank e-mail to + * smarty-general-subscribe@lists.php.net * * You may contact the authors of Smarty by e-mail at: * monte@ispi.net