1 | <plugin> |
---|
2 | <nom>ABCalendrier</nom> |
---|
3 | <slogan> |
---|
4 | <multi> |
---|
5 | [it]Mini Calendario Articoli e Brevi |
---|
6 | [fr]Mini-Calendrier pour Articles et Brèves |
---|
7 | [en]Mini Calendar for Articles and News |
---|
8 | </multi> |
---|
9 | </slogan> |
---|
10 | <auteur>mmmxvvv@tiscali.it</auteur> |
---|
11 | <licence>GNU/GPL - (c) 2007 - 2009</licence> |
---|
12 | <version>0.73.1</version> |
---|
13 | <etat>test</etat> |
---|
14 | <description> |
---|
15 | <multi> |
---|
16 | [it] |
---|
17 | Questo plugin nasce dall'esigenza di avere un calendario simile al [minicalendrier pour eva->http://eva-web.edres74.net/spip.php?article35], in cui poter inserire oltre agli articoli anche le brevi. |
---|
18 | Utilizza un campo {evento} aggiunto alle brevi. |
---|
19 | Il codice è stato riscritto utilizzando le #BALISE per il codice, piuttosto che un modelle che utilizzava includeva il PHP. Inoltre è stata implementata la localizzazione con i file multilingua e usando i relativi file di spip |
---|
20 | Inoltre è stato aggiunto il supporto a più eventi nella stessa giornata |
---|
21 | <hr/> |
---|
22 | {{{Istallazione:}}} attivare il plugin, |
---|
23 | creare la parola chiave {mini-calendrier} |
---|
24 | <hr/> |
---|
25 | {{{Uso:}}} |
---|
26 | Per aggiungere un articolo al calendario, aggiungere la parola chiave mini-calendrier e inserire la data evento come data di redazione anteriore (da attivare dal pannello di configurazione) |
---|
27 | Per aggiungere una breve al calendario, aggiungere la parola chiave mini-calendrier, salvare, e inserire la data evento |
---|
28 | Inserire il segnaposto #ABCALENDRIER nei modelli. è possinile anche scrivere #ABCALENDRIER{7} per limitare la lista di eventi visualizzati sotto il calendario a 7. |
---|
29 | <hr/> |
---|
30 | to do: |
---|
31 | nomi al campo e alle funzioni adeguate |
---|
32 | <hr/> |
---|
33 | {{{Ringraziamenti}}} |
---|
34 | Ringraziamenti agli autori [minicalendrier pour eva->http://eva-web.edres74.net/spip.php?article35] Olivier Gautier e a tutti coloro che contribuiscono a arricchire la documentazione sullo sviluppo dei plugin. |
---|
35 | [en] |
---|
36 | This plugin is inspired at [minicalendrier pour eva->http://eva-web.edres74.net/spip.php?article35], but allows inserting both news and articles in the calendar. |
---|
37 | A new field {evento} is added to table spip_breves in the DB. |
---|
38 | Code as been rewritten to use spip tags #BALISE, so it's not needed to include php in the model file; multilanguage support added; |
---|
39 | Is now possible to add more events in the same day |
---|
40 | <hr/> |
---|
41 | {{{Installation:}}} activate plugin as usual; create the key-word {mini-calendrier} |
---|
42 | <hr/> |
---|
43 | {{{Usage:}}} |
---|
44 | To add an article to calendar set the keyword mini-calendrier and use "Date of earlier publishing" as event date |
---|
45 | (be sure to activete it in the configuration panel) |
---|
46 | To add a news to calendar save it, set the keyword mini-calendrier and then set the event date |
---|
47 | Insert the tag #ABCALENDRIER in your models. You can also write #ABCALENDRIER{7} to limit the list of events to 7 or the number you want. |
---|
48 | <hr/> |
---|
49 | {{{Thanks}}} |
---|
50 | I want to thanks authors of [minicalendrier pour eva->http://eva-web.edres74.net/spip.php?article35] Olivier Gautier and all people contributing plugin developing documentation |
---|
51 | [fr] |
---|
52 | Ce plugin est inspiré du [minicalendrier pour eva->http://eva-web.edres74.net/spip.php?article35], mais il permet d'insérer dans le calendrier à la fois les articles et les brèves. |
---|
53 | Un nouveau champ {evento} est ajouté à la table spip_breves dans la base de données. |
---|
54 | Le code a été ré-écrit pour utiliser le tags #BALISE de spip, ce qui évite d'insérer du php dans les squelettes ; la compatibilité multilingue a été ajoutée. |
---|
55 | Il est maintenant possible d'ajouter plus d'évènements sur le même jour. |
---|
56 | <hr/> |
---|
57 | {{{Installation:}}} Activez le plugin de manière classique. Créez un mot-clé {mini-calendrier} |
---|
58 | <hr/> |
---|
59 | {{{Utilisation:}}} |
---|
60 | Pour ajouter un article au calendrier, ajoutez le mot-clé mini-calendrier et utilisez la date de rédaction antérieure comme date d'évènement (assurez-vous de l'avoir activée dans le panneau de configuration) |
---|
61 | Pour ajouter une brèves dans le calendrier, validez la brève puis ajoutez le mot-clé mini-calendrier et paramétrez la date de l'évènement. |
---|
62 | Insérez le tag #ABCALENDRIER dans les squelettes. Il est possible d'écrire #ABCALENDRIER{7} pour limiter la liste d'évènements visualisés sous le calendrier à 7. |
---|
63 | <hr/> |
---|
64 | {{{Merci}}} |
---|
65 | Je remercie les auteurs du [minicalendrier pour Eva->http://eva-web.edres74.net/spip.php?article35], Olivier Gautier et tous ceux qui ont contribué au développement de la documentation du plugin. Enfin un remerciement spécial à [Tropicaloo->http://www.spip-contrib.net/Tropicaloo] pour les traductions |
---|
66 | </multi> |
---|
67 | </description> |
---|
68 | <lien>http://www.spip-contrib.net/Plugin-ABCalendrier,2686</lien> |
---|
69 | <pipeline> |
---|
70 | <nom>insert_head</nom> |
---|
71 | <inclure>abcal_pipelines.php</inclure> |
---|
72 | </pipeline> |
---|
73 | <pipeline> |
---|
74 | <nom>affiche_milieu</nom> |
---|
75 | <inclure>abcal_pipelines.php</inclure> |
---|
76 | </pipeline> |
---|
77 | <pipeline> |
---|
78 | <nom>body_prive</nom> |
---|
79 | <inclure>abcal_pipelines.php</inclure> |
---|
80 | </pipeline> |
---|
81 | |
---|
82 | <prefix>abcalendrier</prefix> |
---|
83 | <fonctions>mes_fonctions_abcalendrier.php</fonctions><options> |
---|
84 | mes_options_abcalendrier.php</options> |
---|
85 | |
---|
86 | <install>base/abcalendrier_upgrade.php</install> |
---|
87 | <necessite id="SPIP" version="[1.9.0;2.0.99]"/> |
---|
88 | <categorie>date</categorie> |
---|
89 | </plugin> |
---|