[AJ] d'une bibliothèque d'images
- ajout d'un dossier img - ajout des éléments dans le makefile pour copier les images - ajout d'exemples pour vérifier le résultat - mise à jour des tâches
@ -79,8 +79,12 @@ test:
|
|||||||
$(if $(MENU), @test -f $(MENU) || exit)
|
$(if $(MENU), @test -f $(MENU) || exit)
|
||||||
$(if $(MENU), @$(PROG_ECHO) -e "\t\t-> activée", @$(PROG_ECHO) -e "\t\t-> désactivée")
|
$(if $(MENU), @$(PROG_ECHO) -e "\t\t-> activée", @$(PROG_ECHO) -e "\t\t-> désactivée")
|
||||||
$(if $(MENU), @test -f style/$(CSS_PATCH_AJOUT_MENU) || exit)
|
$(if $(MENU), @test -f style/$(CSS_PATCH_AJOUT_MENU) || exit)
|
||||||
|
@$(PROG_ECHO) -e "\t…création de la destination"
|
||||||
@test -d $(DESTINATION) || mkdir $(DESTINATION)
|
@test -d $(DESTINATION) || mkdir $(DESTINATION)
|
||||||
|
@$(PROG_ECHO) -e "\t…création du dossier image"
|
||||||
@test -d $(DESTINATION)/image || mkdir $(DESTINATION)/image
|
@test -d $(DESTINATION)/image || mkdir $(DESTINATION)/image
|
||||||
|
@$(PROG_ECHO) -e "\t…copie des fichiers images"
|
||||||
|
@cp -r img/* $(DESTINATION)/image
|
||||||
@$(PROG_ECHO) -e " …terminé."
|
@$(PROG_ECHO) -e " …terminé."
|
||||||
|
|
||||||
# création du fichier CSS
|
# création du fichier CSS
|
||||||
|
4
TACHES
@ -23,7 +23,8 @@ DESTDIR
|
|||||||
- changer les sed -i en "sed -e 's/chaine/autrechaine/g' > file.new && mv file.new file" (avec ou sans -e, c'est selon)
|
- changer les sed -i en "sed -e 's/chaine/autrechaine/g' > file.new && mv file.new file" (avec ou sans -e, c'est selon)
|
||||||
- changer les VAR= en VAR:=
|
- changer les VAR= en VAR:=
|
||||||
- Vérifier la présence des /, [ et ] dans les variables avant qu'elles soient mises dans un SED. Ceci à l'aide de ${var//a/b} pour modifier les chaînes A par B dans VAR.
|
- Vérifier la présence des /, [ et ] dans les variables avant qu'elles soient mises dans un SED. Ceci à l'aide de ${var//a/b} pour modifier les chaînes A par B dans VAR.
|
||||||
- ajouter des fichiers images au bon format et sous licence libre
|
- compléter l'adresse des images pour l'insertion dans le contenu
|
||||||
|
- vérifier l'existence de l'image avant de l'ajouter
|
||||||
|
|
||||||
FAITES :
|
FAITES :
|
||||||
---------
|
---------
|
||||||
@ -60,3 +61,4 @@ le cas
|
|||||||
- parcours_categ : normer les variables pour avoir categ_titre et element_titre plutôt que titre_categ et element_titre…
|
- parcours_categ : normer les variables pour avoir categ_titre et element_titre plutôt que titre_categ et element_titre…
|
||||||
- dans le makefile s'occuper de faire une section pour les catégories contenant
|
- dans le makefile s'occuper de faire une section pour les catégories contenant
|
||||||
des éléments
|
des éléments
|
||||||
|
- ajouter des fichiers images au bon format et sous licence libre
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Ceci est un commentaire
|
# Ceci est un commentaire
|
||||||
[[Catégorie 1]]Description de ma catégorie
|
[[Catégorie 1]]Description de ma catégorie
|
||||||
Vous êtes perdus ?##http://perdu.com##Se rendre sur le site perdu.com####Mon image##Description de mon image
|
Vous êtes perdus ?##http://perdu.com##Se rendre sur le site perdu.com##./image/apps/preferences-system-session-services.png##Mon image##Description de mon image
|
||||||
Autre élément##http://exalead.fr##Visiter Exalead####Autre image##Autre description
|
Exalead##http://exalead.fr##Visiter Exalead##./image/apps/preferences-web-browser-shortcuts.png##Autre image##Autre description
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# [[Nom de la catégorie]]Description
|
# [[Nom de la catégorie]]Description
|
||||||
[[Éducation]]Thème sur l'éducation
|
[[Éducation]]Thème sur l'éducation
|
||||||
# Titre du lien##Adresse web en HTTP##Description du lien##Nom du fichier image##Titre de l'image##Description de l'image
|
# Titre du lien##Adresse web en HTTP##Description du lien##Nom du fichier image##Titre de l'image##Description de l'image
|
||||||
Seeks##http://www.seeks-project.info/search.php/websearch-hp##Méta-moteur de recherche décentralisé######
|
Seeks##http://www.seeks-project.info/search.php/websearch-hp##Méta-moteur de recherche décentralisé##./image/apps/nepomuk.png##Seeks##Logo de Nepomuk
|
||||||
OOo4kids##http://wiki.ooo4kids.org/index.php/Main_Page/fr##Logiciel de bureautique libre pour les enfants de 7 à 12 ans######
|
OOo4kids##http://wiki.ooo4kids.org/index.php/Main_Page/fr##Logiciel de bureautique libre pour les enfants de 7 à 12 ans##./image/apps/okteta.png##Oketa##Logo d'Oketa
|
||||||
|
BIN
img/actions/address-book-new.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
img/actions/align-horizontal-bottom-out.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
img/actions/align-horizontal-center.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
img/actions/align-horizontal-left-out.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
img/actions/align-horizontal-left.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
img/actions/align-horizontal-right-out.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
img/actions/align-horizontal-right.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
img/actions/align-horizontal-top-out.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
img/actions/align-vertical-bottom.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
img/actions/align-vertical-center.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
img/actions/align-vertical-top.png
Normal file
After Width: | Height: | Size: 963 B |
BIN
img/actions/application-exit.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
img/actions/appointment-new.png
Normal file
After Width: | Height: | Size: 5.5 KiB |
BIN
img/actions/archive-extract.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
img/actions/archive-insert-directory.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
img/actions/archive-insert.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
img/actions/archive-remove.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
img/actions/arrow-down-double.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
img/actions/arrow-down.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
img/actions/arrow-left-double.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
img/actions/arrow-left.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
img/actions/arrow-right-double.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
img/actions/arrow-right.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
img/actions/arrow-up-double.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
img/actions/arrow-up.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
img/actions/bookmark-new-list.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
img/actions/bookmark-new.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
img/actions/bookmark-toolbar.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
img/actions/bookmarks-organize.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
img/actions/character-set.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
img/actions/chronometer.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
img/actions/code-block.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
img/actions/code-class.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
img/actions/code-context.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
img/actions/code-function.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
img/actions/code-typedef.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
img/actions/code-variable.png
Normal file
After Width: | Height: | Size: 707 B |
BIN
img/actions/color-picker-black.png
Normal file
After Width: | Height: | Size: 8.0 KiB |
BIN
img/actions/color-picker-grey.png
Normal file
After Width: | Height: | Size: 8.1 KiB |
BIN
img/actions/color-picker-white.png
Normal file
After Width: | Height: | Size: 7.8 KiB |
BIN
img/actions/color-picker.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
img/actions/configure-shortcuts.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
img/actions/configure-toolbars.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
img/actions/configure.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
img/actions/contact-new.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
img/actions/dashboard-show.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
img/actions/debug-execute-from-cursor.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
img/actions/debug-execute-to-cursor.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
img/actions/debug-run-cursor.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
img/actions/debug-step-instruction.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
img/actions/debug-step-into-instruction.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
img/actions/debug-step-into.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
img/actions/debug-step-out.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
img/actions/debug-step-over.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
img/actions/dialog-cancel.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
img/actions/dialog-close.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
img/actions/dialog-ok-apply.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
img/actions/dialog-ok.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
img/actions/document-close.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
img/actions/document-decrypt.png
Normal file
After Width: | Height: | Size: 8.3 KiB |
BIN
img/actions/document-edit-decrypt-verify.png
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
img/actions/document-edit-decrypt.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
img/actions/document-edit-encrypt.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
img/actions/document-edit-sign-encrypt.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
img/actions/document-edit-sign.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
img/actions/document-edit-verify.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
img/actions/document-edit.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
img/actions/document-encrypt.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
img/actions/document-encrypted.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
img/actions/document-export-table.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
img/actions/document-export.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
img/actions/document-import.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
img/actions/document-new.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
img/actions/document-open-folder.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
img/actions/document-open-recent.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
img/actions/document-open-remote.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
img/actions/document-open.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
img/actions/document-preview-archive.png
Normal file
After Width: | Height: | Size: 4.2 KiB |
BIN
img/actions/document-preview.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
img/actions/document-print-direct.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
img/actions/document-print-frame.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
img/actions/document-print-preview.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
img/actions/document-print.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
img/actions/document-properties.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
img/actions/document-revert.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
img/actions/document-save-all.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
img/actions/document-save-as.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
img/actions/document-save.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
img/actions/document-sign.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
img/actions/documentation.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
img/actions/download-later.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
img/actions/download.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
img/actions/draw-bezier-curves.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
img/actions/draw-brush.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
img/actions/draw-eraser.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
img/actions/draw-freehand.png
Normal file
After Width: | Height: | Size: 1.8 KiB |