Merge branch 'master' of github.com:blankoworld/porteail
This commit is contained in:
		@@ -26,7 +26,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## VARIABLES ##
 | 
					## VARIABLES ##
 | 
				
			||||||
 | 
					
 | 
				
			||||||
VERSION=0.1.2-trunk
 | 
					VERSION=0.1.3-trunk
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## CONFIG PAR DEFAUT
 | 
					## CONFIG PAR DEFAUT
 | 
				
			||||||
include paconfigrc
 | 
					include paconfigrc
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -15,7 +15,7 @@ PorteAil est un jeu de mot entre *Porte*, *portail* et *Ail*.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
La page officielle du projet, mais également page d'exemple est disponible à 
 | 
					La page officielle du projet, mais également page d'exemple est disponible à 
 | 
				
			||||||
l'adresse suivante : 
 | 
					l'adresse suivante : 
 | 
				
			||||||
[http://porteail.e-mergence.org/](http://porteail.e-mergence.org/ "Se rendre sur le site officiel du projet PorteAil")
 | 
					[http://porteail.depotoi.re/](http://porteail.depotoi.re/ "Se rendre sur le site officiel du projet PorteAil")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Contact
 | 
					### Contact
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										5
									
								
								TACHES
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								TACHES
									
									
									
									
									
								
							@@ -9,7 +9,7 @@ margin: auto;
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
Mettre à width = auto. Si on veut 1 colonne, alors on met 11x1 + 1x1, si on veut deux colonne, alors on met 11x2 + 1x2, 3 colonnes font 11x3 + 1x3
 | 
					Mettre à width = auto. Si on veut 1 colonne, alors on met 11x1 + 1x1, si on veut deux colonne, alors on met 11x2 + 1x2, 3 colonnes font 11x3 + 1x3
 | 
				
			||||||
 | 
					
 | 
				
			||||||
>>> Pour la v0.1.3 : 
 | 
					>>> Pour la v0.1.4 : 
 | 
				
			||||||
- activer menu avec une variable du genre "MENU_ACTIVE = 1" (par exemple)
 | 
					- activer menu avec une variable du genre "MENU_ACTIVE = 1" (par exemple)
 | 
				
			||||||
- favicon.ico ?
 | 
					- favicon.ico ?
 | 
				
			||||||
- création du fichier configrc s'il n'existe pas (dans test)
 | 
					- création du fichier configrc s'il n'existe pas (dans test)
 | 
				
			||||||
@@ -133,7 +133,8 @@ des éléments
 | 
				
			|||||||
- ajouter les fichiers générés pour chaque section du makefile (ceci de manière intelligente… si possible !)
 | 
					- ajouter les fichiers générés pour chaque section du makefile (ceci de manière intelligente… si possible !)
 | 
				
			||||||
- Bug: si une URL possède plusieurs &
 | 
					- Bug: si une URL possède plusieurs &
 | 
				
			||||||
- HTML 5 avec header et footer
 | 
					- HTML 5 avec header et footer
 | 
				
			||||||
- Trouver une méthode plus fine pour trouver le nombre de catégories par fichier (autre qu'un grep par exemple)- Permettre d'ajouter des fichiers statiques (pour permettre par exemple de donner un lien vers une version d'un logiciel sur la page d'accueil)
 | 
					- Trouver une méthode plus fine pour trouver le nombre de catégories par fichier (autre qu'un grep par exemple)
 | 
				
			||||||
 | 
					- Permettre d'ajouter des fichiers statiques (pour permettre par exemple de donner un lien vers une version d'un logiciel sur la page d'accueil)
 | 
				
			||||||
- aside en NAV !!!
 | 
					- aside en NAV !!!
 | 
				
			||||||
- faire une section install dans le makefile permettant d'installer dans DESTDIR
 | 
					- faire une section install dans le makefile permettant d'installer dans DESTDIR
 | 
				
			||||||
- Transformer variables en anglais
 | 
					- Transformer variables en anglais
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -25,7 +25,7 @@ ${MENU}
 | 
				
			|||||||
<!-- Footer -->
 | 
					<!-- Footer -->
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  <footer>
 | 
					  <footer>
 | 
				
			||||||
  <p>${POWERED_BY} <a href="http://porteail.e-mergence.org/" title="${POWERED_BY_DESC}">PorteAil ${VERSION}</a></p>
 | 
					  <p>${POWERED_BY} <a href="http://porteail.depotoi.re/" title="${POWERED_BY_DESC}">PorteAil ${VERSION}</a></p>
 | 
				
			||||||
  </footer>
 | 
					  </footer>
 | 
				
			||||||
</body>
 | 
					</body>
 | 
				
			||||||
</html>
 | 
					</html>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -4,7 +4,7 @@ Version: 0.1
 | 
				
			|||||||
Author: Olivier DOSSMANN
 | 
					Author: Olivier DOSSMANN
 | 
				
			||||||
Author URI: http://olivier.dossmann.net
 | 
					Author URI: http://olivier.dossmann.net
 | 
				
			||||||
Project: PorteAil
 | 
					Project: PorteAil
 | 
				
			||||||
Project URI: http://porteail.e-mergence.org
 | 
					Project URI: http://porteail.depotoi.re
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
html, body {
 | 
					html, body {
 | 
				
			||||||
background-color: #ffffff;
 | 
					background-color: #ffffff;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -4,7 +4,7 @@ Version: 0.1
 | 
				
			|||||||
Author: Olivier DOSSMANN
 | 
					Author: Olivier DOSSMANN
 | 
				
			||||||
Author URI: http://olivier.dossmann.net
 | 
					Author URI: http://olivier.dossmann.net
 | 
				
			||||||
Project: PorteAil
 | 
					Project: PorteAil
 | 
				
			||||||
Project URI: http://porteail.e-mergence.org
 | 
					Project URI: http://porteail.depotoi.re
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
html, body {
 | 
					html, body {
 | 
				
			||||||
background-color: #e9ecf4;
 | 
					background-color: #e9ecf4;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -4,7 +4,7 @@ Version: 0.1
 | 
				
			|||||||
Author: Olivier DOSSMANN
 | 
					Author: Olivier DOSSMANN
 | 
				
			||||||
Author URI: http://olivier.dossmann.net
 | 
					Author URI: http://olivier.dossmann.net
 | 
				
			||||||
Project: PorteAil
 | 
					Project: PorteAil
 | 
				
			||||||
Project URI: http://porteail.e-mergence.org
 | 
					Project URI: http://porteail.depotoi.re
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
html, body {
 | 
					html, body {
 | 
				
			||||||
height: 100%;
 | 
					height: 100%;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -4,7 +4,7 @@ Version: 0.1
 | 
				
			|||||||
Author: Olivier DOSSMANN
 | 
					Author: Olivier DOSSMANN
 | 
				
			||||||
Author URI: http://olivier.dossmann.net
 | 
					Author URI: http://olivier.dossmann.net
 | 
				
			||||||
Project: PorteAil
 | 
					Project: PorteAil
 | 
				
			||||||
Project URI: http://porteail.e-mergence.org
 | 
					Project URI: http://porteail.depotoi.re
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
html, body {
 | 
					html, body {
 | 
				
			||||||
height: 100%;
 | 
					height: 100%;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user