diff --git a/GNUmakefile b/GNUmakefile index 51d2b64..e082e75 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -26,7 +26,7 @@ ## VARIABLES ## -VERSION=0.1.2-trunk +VERSION=0.1.3-trunk ## CONFIG PAR DEFAUT include paconfigrc diff --git a/README.md b/README.md index cab3b80..94606c4 100644 --- a/README.md +++ b/README.md @@ -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 à 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 diff --git a/TACHES b/TACHES index 62615cf..628b689 100644 --- a/TACHES +++ b/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 ->>> Pour la v0.1.3 : +>>> Pour la v0.1.4 : - activer menu avec une variable du genre "MENU_ACTIVE = 1" (par exemple) - favicon.ico ? - 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 !) - Bug: si une URL possède plusieurs & - 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 !!! - faire une section install dans le makefile permettant d'installer dans DESTDIR - Transformer variables en anglais diff --git a/composants/index.html b/composants/index.html index f9eae8a..4dc80a0 100644 --- a/composants/index.html +++ b/composants/index.html @@ -25,7 +25,7 @@ ${MENU} diff --git a/style/black.css b/style/black.css index 1bfb268..adb8af8 100644 --- a/style/black.css +++ b/style/black.css @@ -4,7 +4,7 @@ Version: 0.1 Author: Olivier DOSSMANN Author URI: http://olivier.dossmann.net Project: PorteAil -Project URI: http://porteail.e-mergence.org +Project URI: http://porteail.depotoi.re */ html, body { background-color: #ffffff; diff --git a/style/blue.css b/style/blue.css index d9a35aa..c35f7ab 100644 --- a/style/blue.css +++ b/style/blue.css @@ -4,7 +4,7 @@ Version: 0.1 Author: Olivier DOSSMANN Author URI: http://olivier.dossmann.net Project: PorteAil -Project URI: http://porteail.e-mergence.org +Project URI: http://porteail.depotoi.re */ html, body { background-color: #e9ecf4; diff --git a/style/with_menu.css b/style/with_menu.css index 2c8cf6f..7368d34 100644 --- a/style/with_menu.css +++ b/style/with_menu.css @@ -4,7 +4,7 @@ Version: 0.1 Author: Olivier DOSSMANN Author URI: http://olivier.dossmann.net Project: PorteAil -Project URI: http://porteail.e-mergence.org +Project URI: http://porteail.depotoi.re */ html, body { height: 100%; diff --git a/style/without_menu.css b/style/without_menu.css index 4428b9c..79d0fc2 100644 --- a/style/without_menu.css +++ b/style/without_menu.css @@ -4,7 +4,7 @@ Version: 0.1 Author: Olivier DOSSMANN Author URI: http://olivier.dossmann.net Project: PorteAil -Project URI: http://porteail.e-mergence.org +Project URI: http://porteail.depotoi.re */ html, body { height: 100%;