7c3c5ba9e46e22729ccf2502d2b95a4c63158afc
[spip_souscriptions.git] / fabrique_souscription.php
1 !<?php
2
3 /**
4  *  Fichier généré par la Fabrique de plugin v5
5  *   le 2013-03-01 16:49:34
6  *
7  *  Ce fichier de sauvegarde peut servir à recréer
8  *  votre plugin avec le plugin «Fabrique» qui a servi à le créer.
9  *
10  *  Bien évidemment, les modifications apportées ultérieurement
11  *  par vos soins dans le code de ce plugin généré
12  *  NE SERONT PAS connues du plugin «Fabrique» et ne pourront pas
13  *  être recréées par lui !
14  *
15  *  La «Fabrique» ne pourra que régénerer le code de base du plugin
16  *  avec les informations dont il dispose.
17  *
18 **/
19
20 if (!defined("_ECRIRE_INC_VERSION")) return;
21
22 $data = array (
23   'fabrique' => 
24   array (
25     'version' => 5,
26   ),
27   'paquet' => 
28   array (
29     'nom' => 'Souscription',
30     'slogan' => '',
31     'description' => 'Module de souscription pour Attac France et Basta!',
32     'prefixe' => 'souscription',
33     'version' => '1.0.0',
34     'auteur' => 'Olivier Tétard',
35     'auteur_lien' => 'http://olivier.miskin.fr',
36     'licence' => 'GNU/GPL',
37     'categorie' => 'communication',
38     'etat' => 'dev',
39     'compatibilite' => '[3.0.5;3.0.*]',
40     'documentation' => '',
41     'administrations' => 'on',
42     'schema' => '1.0.0',
43     'formulaire_config' => 'on',
44     'formulaire_config_titre' => 'Configuration des modules de souscription',
45     'fichiers' => 
46     array (
47       0 => 'autorisations',
48       1 => 'fonctions',
49       2 => 'options',
50       3 => 'pipelines',
51     ),
52     'inserer' => 
53     array (
54       'paquet' => '',
55       'administrations' => 
56       array (
57         'maj' => '',
58         'desinstallation' => '',
59         'fin' => '',
60       ),
61       'base' => 
62       array (
63         'tables' => 
64         array (
65           'fin' => '',
66         ),
67       ),
68     ),
69     'scripts' => 
70     array (
71       'pre_copie' => '',
72       'post_creation' => '',
73     ),
74     'exemples' => '',
75   ),
76   'objets' => 
77   array (
78     0 => 
79     array (
80       'nom' => 'Dons',
81       'nom_singulier' => 'Don',
82       'genre' => 'masculin',
83       'logo_variantes' => '',
84       'table' => 'spip_souscription_dons',
85       'cle_primaire' => 'id_souscription_don',
86       'cle_primaire_sql' => 'bigint(21) NOT NULL',
87       'table_type' => 'souscription_don',
88       'champs' => 
89       array (
90         0 => 
91         array (
92           'nom' => 'Courriel',
93           'champ' => 'courriel',
94           'sql' => 'text NOT NULL DEFAULT \'\'',
95           'caracteristiques' => 
96           array (
97             0 => 'editable',
98             1 => 'versionne',
99             2 => 'obligatoire',
100           ),
101           'recherche' => '',
102           'saisie' => 'input',
103           'explication' => '',
104           'saisie_options' => '',
105         ),
106         1 => 
107         array (
108           'nom' => 'Nom',
109           'champ' => 'nom',
110           'sql' => 'text NOT NULL DEFAULT \'\'',
111           'caracteristiques' => 
112           array (
113             0 => 'editable',
114             1 => 'versionne',
115           ),
116           'recherche' => '',
117           'saisie' => 'input',
118           'explication' => '',
119           'saisie_options' => '',
120         ),
121         2 => 
122         array (
123           'nom' => 'Prénom',
124           'champ' => 'prenom',
125           'sql' => 'text NOT NULL DEFAULT \'\'',
126           'caracteristiques' => 
127           array (
128             0 => 'editable',
129             1 => 'versionne',
130           ),
131           'recherche' => '',
132           'saisie' => 'input',
133           'explication' => '',
134           'saisie_options' => '',
135         ),
136         3 => 
137         array (
138           'nom' => 'Code postal',
139           'champ' => 'code_postal',
140           'sql' => 'text NOT NULL DEFAULT \'\'',
141           'caracteristiques' => 
142           array (
143             0 => 'editable',
144             1 => 'versionne',
145           ),
146           'recherche' => '',
147           'saisie' => 'input',
148           'explication' => '',
149           'saisie_options' => '',
150         ),
151         4 => 
152         array (
153           'nom' => 'Adresse',
154           'champ' => 'adresse',
155           'sql' => 'text NOT NULL DEFAULT \'\'',
156           'caracteristiques' => 
157           array (
158             0 => 'editable',
159             1 => 'versionne',
160           ),
161           'recherche' => '',
162           'saisie' => 'textarea',
163           'explication' => '',
164           'saisie_options' => '',
165         ),
166         5 => 
167         array (
168           'nom' => 'Ville',
169           'champ' => 'ville',
170           'sql' => 'text NOT NULL DEFAULT \'\'',
171           'caracteristiques' => 
172           array (
173             0 => 'editable',
174             1 => 'versionne',
175           ),
176           'recherche' => '',
177           'saisie' => 'input',
178           'explication' => '',
179           'saisie_options' => '',
180         ),
181         6 => 
182         array (
183           'nom' => 'Envoyer un reçu fiscal',
184           'champ' => 'recu_fiscal',
185           'sql' => 'int(1) NOT NULL DEFAULT 0',
186           'caracteristiques' => 
187           array (
188             0 => 'editable',
189             1 => 'versionne',
190           ),
191           'recherche' => '',
192           'saisie' => 'oui_non',
193           'explication' => '',
194           'saisie_options' => '',
195         ),
196         7 => 
197         array (
198           'nom' => 'Souhaite être informé',
199           'champ' => 'envoyer_info',
200           'sql' => 'int(2) NOT NULL DEFAULT 0',
201           'caracteristiques' => 
202           array (
203             0 => 'editable',
204             1 => 'versionne',
205           ),
206           'recherche' => '',
207           'saisie' => 'oui_non',
208           'explication' => 'Souhaite recevoir des informations publiques',
209           'saisie_options' => '',
210         ),
211         8 => 
212         array (
213           'nom' => 'Identifiant de la transaction',
214           'champ' => 'id_transaction',
215           'sql' => 'int(11) NOT NULL DEFAULT 0',
216           'caracteristiques' => 
217           array (
218             0 => 'editable',
219             1 => 'versionne',
220           ),
221           'recherche' => '',
222           'saisie' => '',
223           'explication' => '',
224           'saisie_options' => '',
225         ),
226       ),
227       'champ_titre' => 'nom',
228       'champ_date' => 'date_souscription',
229       'statut' => '',
230       'chaines' => 
231       array (
232         'titre_objets' => 'Dons',
233         'titre_objet' => 'Don',
234         'info_aucun_objet' => 'Aucun don',
235         'info_1_objet' => 'Un don',
236         'info_nb_objets' => '@nb@ dons',
237         'icone_creer_objet' => 'Créer un don',
238         'icone_modifier_objet' => 'Modifier ce don',
239         'titre_logo_objet' => 'Logo de ce don',
240         'titre_langue_objet' => 'Langue de ce don',
241         'titre_objets_rubrique' => 'Dons de la rubrique',
242         'info_objets_auteur' => 'Les dons de cet auteur',
243         'retirer_lien_objet' => 'Retirer ce don',
244         'retirer_tous_liens_objets' => 'Retirer tous les dons',
245         'ajouter_lien_objet' => 'Ajouter ce don',
246         'texte_ajouter_objet' => 'Ajouter un don',
247         'texte_creer_associer_objet' => 'Créer et associer un don',
248         'texte_changer_statut_objet' => 'Ce don est :',
249       ),
250       'table_liens' => 'on',
251       'roles' => '',
252       'auteurs_liens' => '',
253       'vue_auteurs_liens' => '',
254       'echafaudages' => 
255       array (
256         0 => 'prive/squelettes/contenu/objets.html',
257         1 => 'prive/objets/infos/objet.html',
258         2 => 'prive/squelettes/contenu/objet.html',
259       ),
260       'autorisations' => 
261       array (
262         'objet_creer' => 'toujours',
263         'objet_voir' => 'webmestre',
264         'objet_modifier' => 'webmestre',
265         'objet_supprimer' => 'webmestre',
266         'associerobjet' => 'webmestre',
267       ),
268       'boutons' => 
269       array (
270         0 => 'menu_edition',
271         1 => 'outils_rapides',
272       ),
273       'saisies' => 
274       array (
275         0 => 'objets',
276       ),
277     ),
278   ),
279   'images' => 
280   array (
281     'paquet' => 
282     array (
283       'logo' => 
284       array (
285         0 => 
286         array (
287           'extension' => '',
288           'contenu' => '',
289         ),
290       ),
291     ),
292     'objets' => 
293     array (
294       0 => 
295       array (
296       ),
297     ),
298   ),
299 );
300
301 ?>