source: trunk/spip/esqueleto-redcta/plugins/spip-listes_1_9_2/docs/__installation_en.txt @ 90

Last change on this file since 90 was 90, checked in by guille, 15 years ago

importacion de spip-listes-1_9_2

File size: 5.0 KB
Line 
1/******************************************************************************************/
2/* SPIP-Listes is a e-mail newsletter management system for SPIP.                                                 */
3/* Copyright (C) 2004-2006 Vincent CARON  v.caron<at>laposte.net , http://bloog.net       */
4/* This software is free, you can redistribute it and/or modify it under to the terms of  */
5/* the GNU General Public License (GNU/GPL) as published by the Free Software foundation  */
6/* (version 2).                                                                                                                                                   */
7/*                                                                                        */
8/* This software is distributed in the hope that it will be useful but WITHOUT ANY        */
9/* WARRANTY, neither explicit nor implicit, without even the implied warranty of          */
10/* merchantability or fitness for a particular purpose. See the  GNU General Public       */
11/* License for more details.                                                                                                                      */
12/*                                                                                        */
13/* You should have received a copy of the GNU Lesser General Public License along with    */
14/* this library; if not, write to the Free Software Foundation, Inc.,                     */
15/* 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA.                                                                */
16/******************************************************************************************/
17
18/**********************************************************/
19/*                    SPIP-Listes                         */
20/**********************************************************/
21
22Allows the creation of newsletters from a SPIP site (http://www.spip.net), either manually or automatically.
23
24To achieve this task, SPIP-Listes lets you:
25
26write messages
27manage subscribers lists where every subscriber have the possibility to subscribe, un-subscribe and choose the message format most suitable for them (html or text)
28send information by e-mail with a regular frequency if you so wish
29automatically send the latest from the site or a customised Spip template
30modify the layout of what you send at your leisure.
31
32There is a ToDo list on the site bloog.net at: http://bloog.net/spip.php?article115
33
34Installation
35
36I.Installation of the SPIP-Listes plugin files
371)extract the .zip archive
382)upload by FTP the resulting folder spip-Listes/ (and its sub-folders) without any modification to the /plugins folder in your site (you must create it if it doesn't exist)
39II.Calling SPIP-Listes from your templates
401)add the code  #FORMULAIRE_ABONNEMENT to the template where you want to display the registration form. You can use a custom template instead of formulaire_abonnement.html (to manage the registration to a particular list for instance) with the code #FORMULAIRE_ABONNEMENT{my_template}.
41Note: the page abonnement.html manages the modifications/un-subscriptions of the subscribers.
422)in the plugin folder, edit the stencil files /patrons/nouveautes.html and /patrons/patron_simple.html and adapt the images URLs to your site.
43Warning, if the selection is based on age loops, the template should return an empty message if an error occurs.
44You can create all the stencils you want and store them in this folder and they will appear automatically amongst the choices in the private area.
45III.Using  SPIP-Listes in the private area
461)In the Configuration menu, click on Manage plugins.
472)Check the  SPIP-Listes plugin to activate it then click on Submit.
483)In the Site Edit menu, click on Newsletters (or go directly to the page with http://your_site.net/ecrire/?exec=spip_listes)
49You are ready now:
50
514)create one or more mailing lists and subscribers (you can import a list of subscribers).
52
53Have  fun
54
55BoOz
56http://bloog.net/?page=spip-listes
57
58This script is distributed under the GNU/GPL license.
59
60/******************************************************************************************/
61/* SPIP-Listes is a e-mail newsletter management system for SPIP.                                                 */
62/* Copyright (C) 2004-2006 Vincent CARON  v.caron<at>laposte.net , http://bloog.net       */
63/* This software is free, you can redistribute it and/or modify it under to the terms of  */
64/* the GNU General Public License (GNU/GPL) as published by the Free Software foundation  */
65/* (version 2).                                                                                                                                                   */
66/*                                                                                        */
67/* This software is distributed in the hope that it will be useful but WITHOUT ANY        */
68/* WARRANTY, neither explicit nor implicit, without even the implied warranty of          */
69/* merchantability or fitness for a particular purpose. See the  GNU General Public       */
70/* License for more details.                                                                                                                      */
71/*                                                                                        */
72/* You should have received a copy of the GNU Lesser General Public License along with    */
73/* this library; if not, write to the Free Software Foundation, Inc.,                     */
74/* 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA.                                                                */
75/******************************************************************************************/
Note: See TracBrowser for help on using the repository browser.