From b645b62d2d52f9110ababc09638f72baf8b662a1 Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Tue, 1 Apr 2014 21:14:44 +0200 Subject: [PATCH 1/4] [CHANGE] From e-mergence.org to depotoi.re --- README.md | 2 +- composants/index.html | 2 +- style/black.css | 2 +- style/blue.css | 2 +- style/with_menu.css | 2 +- style/without_menu.css | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) 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/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%; From d284598b4c90f8cbb4cb26e5453ec0c1246e17df Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Tue, 8 Apr 2014 12:29:28 +0200 Subject: [PATCH 2/4] [IMP] Adapt to plan the 0.1.4 version --- GNUmakefile | 2 +- TACHES | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 51d2b64..930fc6f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -26,7 +26,7 @@ ## VARIABLES ## -VERSION=0.1.2-trunk +VERSION=0.1.3 ## CONFIG PAR DEFAUT include paconfigrc diff --git a/TACHES b/TACHES index 62615cf..ba85af1 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) From 83d2a73574c552ef99a595ab086e25b4543e581e Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Tue, 8 Apr 2014 12:33:22 +0200 Subject: [PATCH 3/4] [ADD] New trunk version --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 930fc6f..e082e75 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -26,7 +26,7 @@ ## VARIABLES ## -VERSION=0.1.3 +VERSION=0.1.3-trunk ## CONFIG PAR DEFAUT include paconfigrc From dcafe5c5b6539fbe2cab029dff97de68afefb006 Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Wed, 4 Jun 2014 13:07:34 +0200 Subject: [PATCH 4/4] [UP] Todo list --- TACHES | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TACHES b/TACHES index ba85af1..628b689 100644 --- a/TACHES +++ b/TACHES @@ -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