Projet

Général

Profil

EnvoleBonnesPratiques » Historique » Version 63

Lionel Morin, 07/09/2012 13:43

1 21 Gérald Schwartzmann
h2. !http://dev-eole.ac-dijon.fr/attachments/download/9/puce.png! Environnement Libre Ouvert Evolutif - Envole
2 21 Gérald Schwartzmann
{{include(eole:menu)}}
3 1 Gérald Schwartzmann
4 1 Gérald Schwartzmann
h1. Les Bonnes Pratiques
5 22 Gérald Schwartzmann
6 22 Gérald Schwartzmann
{{include(ModeleEbauche)}}
7 6 Gérald Schwartzmann
8 7 Gérald Schwartzmann
h2. Documentations, sources et articles wiki
9 8 Gérald Schwartzmann
10 50 Gérald Schwartzmann
Voici les bonnes pratiques sur le nommage des applications EOLE : http://dev-eole.ac-dijon.fr/projects/documentations/wiki/DokielGuideBonnesPratiques
11 6 Gérald Schwartzmann
12 9 Gérald Schwartzmann
h2. Git
13 6 Gérald Schwartzmann
14 7 Gérald Schwartzmann
h3. Placement
15 1 Gérald Schwartzmann
16 11 Gérald Schwartzmann
Les applications de Envole sont des sous-projets de "Envole":http://dev-eole.ac-dijon.fr/projects/envole .
17 13 Gérald Schwartzmann
Dans le dépôt ils apparaissent les un à côté des autres (à plat).
18 1 Gérald Schwartzmann
19 13 Gérald Schwartzmann
h3. Les Bonnes Pratiques
20 1 Gérald Schwartzmann
21 50 Gérald Schwartzmann
Les Bonnes Pratiques de Git généralité et autres : http://dev-eole.ac-dijon.fr/projects/eole/wiki/GitBonnesPratiques
22 50 Gérald Schwartzmann
Recueil de commandes Git : http://dev-eole.ac-dijon.fr/projects/eole/wiki/RecueilGit
23 1 Gérald Schwartzmann
24 27 Gérald Schwartzmann
Lorsque le master existe il contient les sources de la première version du paquet.
25 27 Gérald Schwartzmann
Créer une nouvelle branche en vue d'ajouter des développements
26 27 Gérald Schwartzmann
27 27 Gérald Schwartzmann
<pre>
28 27 Gérald Schwartzmann
$ git checkout -b devel
29 27 Gérald Schwartzmann
$ git push --all
30 27 Gérald Schwartzmann
</pre>
31 27 Gérald Schwartzmann
32 32 Gérald Schwartzmann
h3. prompt sympa pour git
33 32 Gérald Schwartzmann
34 32 Gérald Schwartzmann
Ajouter les lignes suivantes à votre .bashrc pour un peu plus de confort
35 32 Gérald Schwartzmann
36 32 Gérald Schwartzmann
<pre>
37 32 Gérald Schwartzmann
toUpper() {
38 32 Gérald Schwartzmann
          echo $1 | tr "[:lower:]" "[:upper:]"
39 32 Gérald Schwartzmann
}
40 32 Gérald Schwartzmann
41 32 Gérald Schwartzmann
parse_git_branch() {
42 32 Gérald Schwartzmann
        branch=`git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/(\1)/'`
43 32 Gérald Schwartzmann
        if [ "$branch" != "" ];then
44 32 Gérald Schwartzmann
                label=`toUpper $branch`
45 32 Gérald Schwartzmann
        fi
46 32 Gérald Schwartzmann
        echo $label
47 32 Gérald Schwartzmann
}
48 32 Gérald Schwartzmann
</pre>
49 32 Gérald Schwartzmann
50 1 Gérald Schwartzmann
h3. Nommage
51 8 Gérald Schwartzmann
52 14 Gérald Schwartzmann
Le nom des sous-projets doivent être en minuscule
53 6 Gérald Schwartzmann
54 13 Gérald Schwartzmann
Exemple dans la liste des sous-projets : http://dev-eole.ac-dijon.fr/projects/envole
55 6 Gérald Schwartzmann
56 14 Gérald Schwartzmann
h3. Structure du Master
57 6 Gérald Schwartzmann
58 53 Lionel Morin
Puisque votre développement n'est pas la branche d'un projet déjà existant on réalise un master.
59 1 Gérald Schwartzmann
Pour cela il faut créer selon les besoins de votre application les fichiers et répertoires suivant :
60 53 Lionel Morin
* /src/
61 57 Lionel Morin
** appli-version/
62 57 Lionel Morin
** plugins-version/nom/
63 57 Lionel Morin
** lang-version/nom/
64 53 Lionel Morin
* /tmpl/
65 53 Lionel Morin
* /dicos/
66 53 Lionel Morin
* /pretemplate/
67 53 Lionel Morin
* /posttemplate/
68 53 Lionel Morin
* /postservice/
69 1 Gérald Schwartzmann
* /sql/
70 57 Lionel Morin
** gen/
71 57 Lionel Morin
** updates/
72 57 Lionel Morin
** conf/
73 57 Lionel Morin
*** gen/
74 57 Lionel Morin
*** updtates/
75 57 Lionel Morin
*** passwords/
76 1 Gérald Schwartzmann
* /sso/
77 62 Philippe Caseiro
** filtres/
78 63 Lionel Morin
** user_info/
79 53 Lionel Morin
* /ldap/
80 53 Lionel Morin
* Makefile
81 59 Philippe Caseiro
* eole.mk
82 59 Philippe Caseiro
* apps.mk
83 53 Lionel Morin
84 53 Lionel Morin
Commentaires :
85 55 Lionel Morin
* /src/ : répertoire des sources de l'application (version correspond à la version de l'appli)
86 53 Lionel Morin
* /src/appli-version/ : sources de l'application avec la possibilité de faire cohabiter plusieurs versions lors des mises à jour
87 55 Lionel Morin
* /src/plugins-version/ : dossier contenant les plugins externes et ceux développés en interne pour cette version
88 55 Lionel Morin
* /src/lang-version/ : dossier des traductions pour cette version
89 53 Lionel Morin
* /tmpl/ : répertoire des templates eole
90 53 Lionel Morin
* /dicos/ : dictionnaire eole (XX_appli.xml)
91 53 Lionel Morin
* /pretemplate/, /posttemplate/, /postservice/ : scripts shell ou python
92 53 Lionel Morin
* /sql/gen/ et /sql/updates : fichiers sql de création ou de mise à jour de la base
93 1 Gérald Schwartzmann
* /sql/conf/ : sous-répertoires de configuration
94 63 Lionel Morin
* /sso/filtres/ : filtres sso (appli.ini, appli_apps.ini)
95 63 Lionel Morin
* /sso/user_info/ : profil sso (profil_appli.py)
96 53 Lionel Morin
* /ldap/ : configuration du mot de passe ldap (appli.ini)
97 60 Philippe Caseiro
* attachment:Makefile : Fichier de règles de "compilation"
98 61 Philippe Caseiro
* attachment:eole.mk : Règles standard Eole pour la gestion des dictionnaires, templates, gestion des bases de données, mots de passe ... ! ne pas changer ce fichier
99 61 Philippe Caseiro
* attachment:apps.mk : Règles pour l'installation de l'application web.
100 59 Philippe Caseiro
101 59 Philippe Caseiro
Fichiers exemple : 
102 53 Lionel Morin
103 53 Lionel Morin
Les patchs sont gérés dans la branche de packaging.
104 6 Gérald Schwartzmann
105 14 Gérald Schwartzmann
Exemple : http://dev-eole.ac-dijon.fr/projects/dokuwiki/repository
106 6 Gérald Schwartzmann
107 7 Gérald Schwartzmann
h2. Les fichiers templates
108 8 Gérald Schwartzmann
109 49 Lionel Morin
Le nom d'un fichier templétisé ne doit pas porter le même nom qu'un autre pour cela il faut préfixer le nom du fichier avec le nom de l'application.
110 6 Gérald Schwartzmann
111 6 Gérald Schwartzmann
Exemple du fichier config.php qui est présent dans une bonne partie des applications :
112 6 Gérald Schwartzmann
113 6 Gérald Schwartzmann
taskfreak_config.php
114 6 Gérald Schwartzmann
115 7 Gérald Schwartzmann
h2. Dico
116 8 Gérald Schwartzmann
117 7 Gérald Schwartzmann
h3. Nommage
118 8 Gérald Schwartzmann
119 6 Gérald Schwartzmann
Les applications du socle
120 6 Gérald Schwartzmann
<pre>5x_nom_de_l_application.xml</pre>
121 6 Gérald Schwartzmann
Les applications supplémentaires au socle
122 6 Gérald Schwartzmann
<pre>6x_nom_de_l_application.xml</pre>
123 6 Gérald Schwartzmann
x étant supérieur à 0
124 6 Gérald Schwartzmann
125 7 Gérald Schwartzmann
h3. construction du fichier
126 8 Gérald Schwartzmann
127 58 Emmanuel GARETTE
L'activation/la désactivation des applications se fait dans la famille "Applications web". Il ne faut pas utiliser de séparateur.
128 58 Emmanuel GARETTE
129 15 Gérald Schwartzmann
{{include(ModeleFixme)}}
130 6 Gérald Schwartzmann
131 7 Gérald Schwartzmann
h2. Paquetage
132 8 Gérald Schwartzmann
133 24 Gérald Schwartzmann
h3. nommage du paquet
134 25 Gérald Schwartzmann
135 6 Gérald Schwartzmann
eole-nom_de_l_application
136 24 Gérald Schwartzmann
137 24 Gérald Schwartzmann
h3. fichiers postinst postrm
138 25 Gérald Schwartzmann
139 24 Gérald Schwartzmann
dans les fichiers postinst et postrm il faut utiliser des chemins absolus pour les commandes :
140 26 Gérald Schwartzmann
<pre>/bin/cp</pre>
141 6 Gérald Schwartzmann
142 7 Gérald Schwartzmann
h2. Apache
143 1 Gérald Schwartzmann
144 15 Gérald Schwartzmann
h3. nommage du fichier de conf dans sites-enabled
145 15 Gérald Schwartzmann
146 6 Gérald Schwartzmann
Un fichier de conf apache par application :
147 1 Gérald Schwartzmann
<pre>apache-nom_de_l_application.conf</pre>
148 15 Gérald Schwartzmann
149 15 Gérald Schwartzmann
h3. contenu du fichier de conf dans sites-enabled
150 15 Gérald Schwartzmann
151 19 Gérald Schwartzmann
Le chemin de l'application doit être son nom
152 19 Gérald Schwartzmann
153 16 Gérald Schwartzmann
Si un projet ne contient pas de .htaccess il faut ajouter la directive *AllowOverride None*.
154 16 Gérald Schwartzmann
Celle-ci permet de diminuer le délai d'attente en lui évitant de partir à la recherche de fichier .htaccess dans chaque répertoire qu'il visite.
155 16 Gérald Schwartzmann
156 18 Gérald Schwartzmann
Date d'expiration du cache proxy ou navigateur.
157 18 Gérald Schwartzmann
Régler correctement et finement le cache des clients permet d'éviter un grand nombre de requête.
158 18 Gérald Schwartzmann
En prévision de l'activation du *mod_expires* sur le serveur Apache, on peut ajouter la directive *ExpiresActive On* suivit de directive *ExpiresByType type "durée de vie dans le cache"*
159 18 Gérald Schwartzmann
160 18 Gérald Schwartzmann
<pre>
161 18 Gérald Schwartzmann
<IfModule mod_expires.c>
162 18 Gérald Schwartzmann
                ExpiresActive On
163 18 Gérald Schwartzmann
                ExpiresByType text/html "access plus 1 day"
164 18 Gérald Schwartzmann
</IfModule>
165 18 Gérald Schwartzmann
</pre>
166 18 Gérald Schwartzmann
167 18 Gérald Schwartzmann
Exemple complet d'un fichier de configuration d'une application :
168 16 Gérald Schwartzmann
169 16 Gérald Schwartzmann
<pre>
170 16 Gérald Schwartzmann
# Envole Infos
171 16 Gérald Schwartzmann
# Equipe EOLE
172 16 Gérald Schwartzmann
Alias /envole-infos /var/www/html/envole-infos
173 16 Gérald Schwartzmann
<Directory "/var/www/html/envole-infos">
174 17 Gérald Schwartzmann
        AllowOverride None
175 16 Gérald Schwartzmann
        AddDefaultCharset UTF-8
176 16 Gérald Schwartzmann
        DirectoryIndex index.php
177 16 Gérald Schwartzmann
        Order Allow,Deny
178 16 Gérald Schwartzmann
        Allow from All
179 16 Gérald Schwartzmann
        <IfModule mod_expires.c>
180 16 Gérald Schwartzmann
                ExpiresActive On
181 16 Gérald Schwartzmann
                ExpiresByType text/html "access plus 1 day"
182 16 Gérald Schwartzmann
                ExpiresByType text/xml "access plus 1 day"
183 16 Gérald Schwartzmann
                ExpiresByType image/gif "access plus 1 week"
184 16 Gérald Schwartzmann
                ExpiresByType image/jpg "access plus 1 week"
185 16 Gérald Schwartzmann
                ExpiresByType image/png "access plus 1 week"
186 16 Gérald Schwartzmann
                ExpiresByType video/quicktime "access plus 1 month"
187 16 Gérald Schwartzmann
                ExpiresByType audio/mpeg "access plus 1 month"
188 16 Gérald Schwartzmann
                ExpiresByType application/pdf "access plus 1 month"
189 16 Gérald Schwartzmann
                ExpiresByType application/ps "access plus 1 month"
190 16 Gérald Schwartzmann
                ExpiresByType text/css "access plus 1 day"
191 16 Gérald Schwartzmann
                ExpiresByType application/x-shockwave-flash "access plus 1 day"
192 16 Gérald Schwartzmann
                ExpiresByType text/js "access plus 1 week"
193 16 Gérald Schwartzmann
                ExpiresByType text/javascript "access plus 1 week"
194 16 Gérald Schwartzmann
                ExpiresByType application/x-javascript "access plus 1 week"
195 16 Gérald Schwartzmann
                ExpiresByType image/x-icon "access plus 1 day"
196 16 Gérald Schwartzmann
        </IfModule>
197 16 Gérald Schwartzmann
</Directory>
198 16 Gérald Schwartzmann
</pre>
199 15 Gérald Schwartzmann
200 48 Lionel Morin
h2. répertoire debian (empaquetage)
201 47 Gérald Schwartzmann
202 47 Gérald Schwartzmann
h3. le changelog
203 47 Gérald Schwartzmann
204 47 Gérald Schwartzmann
<pre>
205 47 Gérald Schwartzmann
eole-envole-tools (1.0-eole1) eole-2.2-dev; urgency=low
206 47 Gérald Schwartzmann
207 47 Gérald Schwartzmann
  * Initial release
208 47 Gérald Schwartzmann
209 47 Gérald Schwartzmann
 -- Equipe Eole <eole@ac-dijon.fr>  Fri, 20 May 2011 09:25:40 +0200
210 47 Gérald Schwartzmann
</pre>
211 47 Gérald Schwartzmann
212 47 Gérald Schwartzmann
La date s'obtient avec la commande date -R
213 47 Gérald Schwartzmann
214 15 Gérald Schwartzmann
h3. les droits dans /var/www/html/
215 6 Gérald Schwartzmann
216 23 Gaston TJEBBES
Application des droits minimaux sur les répertoires:
217 1 Gérald Schwartzmann
218 23 Gaston TJEBBES
<pre>
219 23 Gaston TJEBBES
# Définition du propriétaire du répertoire
220 23 Gaston TJEBBES
/bin/chown -R root:www-data /var/www/html/votre_appli<br />
221 23 Gaston TJEBBES
# Définition des droits minimaux pour les répertoires (ont besoin d'être exécutables)
222 23 Gaston TJEBBES
/bin/chmod -R 750 /var/www/html/votre_appli<br />
223 23 Gaston TJEBBES
# Définition des droits minimaux pour les fichiers
224 23 Gaston TJEBBES
/usr/bin/find /var/www/html/votre_appli -type f -exec /bin/chmod ugo-x {} \;
225 23 Gaston TJEBBES
</pre>
226 23 Gaston TJEBBES
227 49 Lionel Morin
Pour des raisons de sécurité seuls les fichiers nécessitant d'être modifiés par l'application sont éditables par l'utilisateur avec lequel est lancé apache à savoir www-data.
228 23 Gaston TJEBBES
<pre>
229 23 Gaston TJEBBES
/bin/chmod 770 /var/www/html/votre_appli/datas
230 23 Gaston TJEBBES
/bin/chmod 660 /var/www/html/votre_appli/datas/*.*
231 23 Gaston TJEBBES
</pre>
232 6 Gérald Schwartzmann
233 7 Gérald Schwartzmann
h2. Base de données
234 8 Gérald Schwartzmann
235 6 Gérald Schwartzmann
<pre>scribe-nom_de_l_application.sql</pre>
236 6 Gérald Schwartzmann
237 29 Gérald Schwartzmann
Si la bdd nécessite une templétisation il est préférable de découper la bdd en deux fichiers MySql.
238 29 Gérald Schwartzmann
L'un avec la partie à templétiser et l'autre avec le reste.
239 29 Gérald Schwartzmann
Cette découpe fait gagner un temps considérable lors du reconfigure.
240 7 Gérald Schwartzmann
241 28 Gérald Schwartzmann
h2. Stockage des données
242 6 Gérald Schwartzmann
243 46 Gérald Schwartzmann
FIXME : méthode obsolète -> méthode bacula
244 46 Gérald Schwartzmann
245 29 Gérald Schwartzmann
Exemple de Dokuwiki
246 28 Gérald Schwartzmann
Pour être prise en charge par la sauvegarde Bacula les données des applications sont stockées dans :
247 28 Gérald Schwartzmann
<pre>
248 28 Gérald Schwartzmann
/home/www-data/var/www/html/nom_de_l'application
249 28 Gérald Schwartzmann
</pre>
250 46 Gérald Schwartzmann
251 46 Gérald Schwartzmann
h2. CASsifier une application
252 46 Gérald Schwartzmann
253 46 Gérald Schwartzmann
Se référer à la documentation suivante :
254 46 Gérald Schwartzmann
http://dev-eole.ac-dijon.fr/projects/eole-php5-cas/wiki
255 27 Gérald Schwartzmann
256 27 Gérald Schwartzmann
h2. Commandes systèmes
257 27 Gérald Schwartzmann
258 35 Gérald Schwartzmann
h3. Patch
259 35 Gérald Schwartzmann
260 27 Gérald Schwartzmann
==Création d'un patch==
261 43 Gaston TJEBBES
<pre>diff -uNr toto/ toto.new/ > patch/toto.patch</pre>
262 42 Gaston TJEBBES
263 43 Gaston TJEBBES
NB : Utilisez des chemins relatifs
264 27 Gérald Schwartzmann
265 27 Gérald Schwartzmann
==Application d'un patch==
266 27 Gérald Schwartzmann
<pre>patch -d /home/username/travail -p0 < toto.patch</pre>
267 27 Gérald Schwartzmann
268 36 Gérald Schwartzmann
[[patchAvance|Patch avancé]]
269 35 Gérald Schwartzmann
270 39 Gérald Schwartzmann
h3. Mot de passe
271 1 Gérald Schwartzmann
272 40 Gérald Schwartzmann
Changer les mots de passe PhpMyAdmin (mode interactif)
273 39 Gérald Schwartzmann
<pre>/usr/share/eole/mysql_pwd.py</pre>
274 1 Gérald Schwartzmann
275 1 Gérald Schwartzmann
Changer le mot de passe root de PhpMyAdmin
276 39 Gérald Schwartzmann
<pre>
277 40 Gérald Schwartzmann
/usr/share/eole/mysql_pwd.py monMotDePass
278 39 Gérald Schwartzmann
</pre>
279 39 Gérald Schwartzmann
280 39 Gérald Schwartzmann
Remettre un mot de passe aléatoire
281 39 Gérald Schwartzmann
<pre>
282 39 Gérald Schwartzmann
/usr/share/eole/mysql_pwd.py `/usr/bin/pwgen -1`
283 39 Gérald Schwartzmann
</pre>
284 35 Gérald Schwartzmann
285 44 Gérald Schwartzmann
h3. Debugger
286 44 Gérald Schwartzmann
287 44 Gérald Schwartzmann
Usage :
288 44 Gérald Schwartzmann
<pre>
289 44 Gérald Schwartzmann
include('envolePHP/logger.php');
290 44 Gérald Schwartzmann
$monlogger = new Logger("/var/log/monfichier.log");
291 44 Gérald Schwartzmann
$monlogger->debug('msg');
292 44 Gérald Schwartzmann
$monlogger->error('erreur');
293 44 Gérald Schwartzmann
</pre>
294 44 Gérald Schwartzmann
295 51 Lionel Morin
h2. Intégration au bureau Posh
296 51 Lionel Morin
297 51 Lionel Morin
Voici la marche à suivre pour que votre nouvelle application apparaisse automatiquement dans les items de bureau de Posh.
298 51 Lionel Morin
299 51 Lionel Morin
Dans le paquet eole-posh, mettre l’icône (32x32) de la nouvelle application dans :
300 51 Lionel Morin
<pre>
301 51 Lionel Morin
plugins/plugin_desktop/icones
302 51 Lionel Morin
</pre>
303 51 Lionel Morin
Puis ajouter l'item de bureau dans le fichier :
304 51 Lionel Morin
<pre>
305 51 Lionel Morin
eole/tmpls/poshprofile-update.sql
306 51 Lionel Morin
</pre>
307 51 Lionel Morin
Exemple :
308 51 Lionel Morin
<pre>
309 51 Lionel Morin
-- piwigo (Galerie de photos)
310 51 Lionel Morin
%if %%is_defined('activer_piwigo') and %%activer_piwigo == 'oui'
311 51 Lionel Morin
CALL InsertDesktopItem('piwigo', 'Galerie<br />de photos', '/piwigo', '%%alias_envole/includes/plugins/plugin_desktop/icones/piwigo.png');
312 51 Lionel Morin
%end if
313 51 Lionel Morin
314 51 Lionel Morin
</pre>
315 51 Lionel Morin
316 35 Gérald Schwartzmann
h2. Logiciels
317 35 Gérald Schwartzmann
318 38 Gérald Schwartzmann
h3. Firebug
319 38 Gérald Schwartzmann
320 35 Gérald Schwartzmann
Très pratique dans la conception de page web.
321 1 Gérald Schwartzmann
Console permettant le debbugage Javascript et Css :
322 38 Gérald Schwartzmann
https://addons.mozilla.org/firefox/1843/
323 31 Gérald Schwartzmann
324 33 Gérald Schwartzmann
h2. Batterie de tests
325 33 Gérald Schwartzmann
326 33 Gérald Schwartzmann
h3. Tester la compilation du paquet (postinst, Makefile, ...)
327 33 Gérald Schwartzmann
328 33 Gérald Schwartzmann
Il est possible de tester la compilation de votre paquet sur une machine perso :
329 33 Gérald Schwartzmann
exporter vos sources :
330 33 Gérald Schwartzmann
<pre>
331 33 Gérald Schwartzmann
git archive nomDeBranche | tar -x -C /somewhere/else
332 33 Gérald Schwartzmann
</pre>
333 41 Gérald Schwartzmann
Se rendre dans le répertoire des sources et compiler sans signer (-uc -us)
334 33 Gérald Schwartzmann
<pre>
335 41 Gérald Schwartzmann
fakeroot dpkg-buildpackage -uc -us
336 33 Gérald Schwartzmann
</pre>
337 33 Gérald Schwartzmann
Le paquet est disponible dans le répertoire parent.
338 33 Gérald Schwartzmann
339 33 Gérald Schwartzmann
h3. Tester le paquet
340 34 Gérald Schwartzmann
341 33 Gérald Schwartzmann
Le nouveau paquet doit être testé en fresh install et en update (cas de figure où l'application est en production).
342 33 Gérald Schwartzmann
343 33 Gérald Schwartzmann
h3. Test de l'application
344 34 Gérald Schwartzmann
345 49 Lionel Morin
L'application doit être testée avec tous les types de comptes utilisateurs.
346 33 Gérald Schwartzmann
347 33 Gérald Schwartzmann
h2. Documentation
348 33 Gérald Schwartzmann
349 33 Gérald Schwartzmann
h3. Première mouture
350 33 Gérald Schwartzmann
351 33 Gérald Schwartzmann
Il faut documenter une application avant son passage en candidat.
352 49 Lionel Morin
Ouvrez une page wiki et y mettre les changements majeurs concernant
353 33 Gérald Schwartzmann
l'installation, les rôles, les consignes diverses ...
354 49 Lionel Morin
Ses informations doivent permettre de faciliter la vie du testeur.
355 33 Gérald Schwartzmann
356 33 Gérald Schwartzmann
h3. Finalisation
357 33 Gérald Schwartzmann
358 33 Gérald Schwartzmann
L'utilisateur doit trouver la doc à jour au moment où il en a besoin.
359 33 Gérald Schwartzmann
Aussi votre documentation doit être faite avant la sortie du paquet en stable.
360 33 Gérald Schwartzmann
Si vous n'avez pas accès au logiciel pour élaborer la doc, posez un signalement dans "Documentations" en mettant le lien vers la page wiki.
361 33 Gérald Schwartzmann
362 31 Gérald Schwartzmann
h2. Fioritures
363 31 Gérald Schwartzmann
364 31 Gérald Schwartzmann
Les couleurs pour uniformiser les applications.
365 31 Gérald Schwartzmann
jaune pâle max #fff999
366 31 Gérald Schwartzmann
jaune pâle mini #ffffcc
367 31 Gérald Schwartzmann
jaune orangé logo Eole #ffcc29
368 31 Gérald Schwartzmann
mauve logo Eole #57537e
369 45 Benoit Vila
370 45 Benoit Vila
h2. Divers
371 45 Benoit Vila
372 45 Benoit Vila
Logiciel de packaging Epack : http://test-eoleng.ac-dijon.fr/eoleng/eole-2.2-security/all/eolepack_2.2-eole37_all.deb