Mise à jour

* Aligné avec le commit f237beee15
* Ajout du graphique de fonctionnement du programme
* Ajout de "- PILG" dans le titre
This commit is contained in:
Geoffrey Frogeye 2014-05-03 20:04:27 +02:00
parent ace45137f9
commit 8a0fb4739e
6 changed files with 12 additions and 9 deletions

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html>
<head>
<title>Avancement</title>
<title>Avancement - PILG</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="css/contenu.css" />
<link rel="stylesheet" href="css/miseEnPage.css" />
@ -33,11 +33,12 @@
<p><em>Ordre donné à titre indicatif</em></p>
<ul><li>Fonction principale</li><li>Fonction d&#39;analyse de commande<ul><li>Analyse de la commande</li><li>Analyse des arguments</li><li>Correspondance commandes ↔ fonctions</li></ul></li><li>Objets <span class="todoEl todo_D">D</span><ul><li>Fenêtre <span class="todoEl todo_D">D</span><ul><li>SDL <span class="todoEl todo_C">C</span></li><li>BGI <span class="todoEl todo_A">A</span></li></ul></li><li>Pixel <span class="todoEl todo_C">C</span></li><li>Image <span class="todoEl todo_C">C</span></li></ul></li><li>Fonctions <span class="todoEl todo_D">D</span><ul><li>Gestion de fichier <span class="todoEl todo_D">D</span><ul><li>Créer</li><li>Ouvrir</li><li>Enregistrer</li><li>Importer</li></ul></li><li>Édition<ul><li>Copier tout</li><li>Couper tout</li><li>Coller tout</li><li>Annuler</li><li>Refaire</li></ul></li><li>Couleur <span class="todoEl todo_D">D</span><ul><li>Teinte <span class="todoEl todo_D">D</span></li><li>Saturation <span class="todoEl todo_D">D</span></li><li>Luminosité <span class="todoEl todo_D">D</span></li><li>Contraste <span class="todoEl todo_D">D</span></li></ul></li><li>Dessin <span class="todoEl todo_D">D</span><ul><li>Trait</li><li>Rectangle</li><li>Cercle</li><li>Disque</li></ul></li><li>Géométrie <span class="todoEl todo_D">D</span><ul><li>Zoom</li><li>Pivot</li><li>Redimensionner</li></ul></li><li>Conversion du mode <span class="todoEl todo_D">D</span><ul><li>Binaire</li><li>Niveaux de gris</li><li>Couleur</li></ul></li><li>Aide</li></ul></li><li>Documentation</li></ul>
<img src="chart.png" alt="Fonctionnement du programme" />
</article>
</section>
<footer>
<hr/>
Copyright 2014 Geoffrey et Lucas
Copyright 2014 Lucas et Geoffrey
</footer>
</body>
</html>

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html>
<head>
<title>Compilation</title>
<title>Compilation - PILG</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="css/contenu.css" />
<link rel="stylesheet" href="css/miseEnPage.css" />
@ -43,7 +43,7 @@
</section>
<footer>
<hr/>
Copyright 2014 Geoffrey et Lucas
Copyright 2014 Lucas et Geoffrey
</footer>
</body>
</html>

BIN
chart.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

View file

@ -101,7 +101,7 @@ function executer() {
.replace(/^#[ \wæâ€êÿûîœôäßëðüïö©éÉèÈçÇàÀ\.\-\']+\n/g, '')
.replace(/\n#[ \wæâ€êÿûîœôäßëðüïö©éÉèÈçÇàÀ\.\-\']+\n/g, '')
.replace(/-+\n\*Copyright[ \wæâ€êÿûîœôäßëðüïö©éÉèÈçÇàÀ\.\-\']+\*/g, ''))
.replace(/<strong>([DAC])<\/strong>/g, '<span class="todoEl todo_$1">$1</span>')
.replace(/<strong>([DAC])<\/strong>/g, '<span class="todoEl todo_$1">$1</span>') + '\n<img src="chart.png" alt="Fonctionnement du programme" />'
}, {
titre: 'Code source',
lien: 'https://github.com/GeoffreyFrogeye/PILG'

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html>
<head>
<title>%%TITRE%%</title>
<title>%%TITRE%% - PILG</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="css/contenu.css" />
<link rel="stylesheet" href="css/miseEnPage.css" />

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html>
<head>
<title>À propos</title>
<title>À propos - PILG</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="css/contenu.css" />
<link rel="stylesheet" href="css/miseEnPage.css" />
@ -32,13 +32,15 @@
<p>Ce programme est un éditeur basique d&#39;images <a href="http://fr.wikipedia.org/wiki/Portable_pixmap">PBM/PGM/PPM</a> sexécutant en ligne de commande.</p>
<p><em>Statut :</em> Prétotype</p>
<p><em>Version :</em> Prétotype</p>
<p><em>Status :</em> <a href="https://travis-ci.org/GeoffreyFrogeye/PILG"><img alt="Build Status" src="https://travis-ci.org/GeoffreyFrogeye/PILG.svg?branch=master"/></a></p>
<img src="screen.png" alt="Capture d'écran du code" />
</article>
</section>
<footer>
<hr/>
Copyright 2014 Geoffrey et Lucas
Copyright 2014 Lucas et Geoffrey
</footer>
</body>
</html>