Lancement de la documentation
authorMaxime Chupin (escudo) <chupin@fougeriens.org>
Sun, 13 Nov 2016 12:28:44 +0000 (13:28 +0100)
committerMaxime Chupin (escudo) <chupin@fougeriens.org>
Sun, 13 Nov 2016 12:28:44 +0000 (13:28 +0100)
doc/Makefile [new file with mode: 0644]
doc/index.xml [new file with mode: 0644]
doc/page-html.tmpl [new file with mode: 0644]
doc/page.html [new file with mode: 0644]
doc/page.md [new file with mode: 0644]

diff --git a/doc/Makefile b/doc/Makefile
new file mode 100644 (file)
index 0000000..1656d52
--- /dev/null
@@ -0,0 +1,7 @@
+TXT = $(wildcard *.md)
+HTM = $(patsubst %.md,%.html,$(TXT))
+TEX = $(patsubst %.text,%.tex,$(TXT))
+
+html: $(HTM)
+$(HTM) : %.html : %.md
+       pandoc -s --ascii --toc --template page-html.tmpl --email-obfuscation=references -f markdown -t html $< > $@
diff --git a/doc/index.xml b/doc/index.xml
new file mode 100644 (file)
index 0000000..1717411
--- /dev/null
@@ -0,0 +1,5 @@
+<page encoding="UTF-8" date="11 août 2011">
+  <titre>Documentation du projet SVGAnimation</titre>
+  <contenu f="page.html"/>
+  <auteur>Syracuse</auteur>
+</page>
diff --git a/doc/page-html.tmpl b/doc/page-html.tmpl
new file mode 100644 (file)
index 0000000..288cc6e
--- /dev/null
@@ -0,0 +1,12 @@
+<div>
+$body$
+</div>
+$if(toc)$
+<div id="TDM" class="tdm">
+<div style="text-align:center">
+  <a href="javascript:tdmgauche();">&larr;</a>&nbsp;<b>Sections</b>&nbsp;<a href="javascript:tdmdroite();">&rarr;</a>
+</div>
+ $toc$
+</div>
+$endif$
+<div style="clear:both"></div>
\ No newline at end of file
diff --git a/doc/page.html b/doc/page.html
new file mode 100644 (file)
index 0000000..a52dd06
--- /dev/null
@@ -0,0 +1,30 @@
+<div>
+<h1 id="documentation-du-projet-svganimation">Documentation du projet SVGAnimation</h1>
+<p><strong>Participants :</strong> Chupin Maxime, Sarlat Jean-Michel.</p>
+<p><strong>Interface du d&#233;p&#244;t Git :</strong> <a href="http://melusine.eu.org/syracuse/G/git/?p=svganimation.git;a=summary" class="uri">http://melusine.eu.org/syracuse/G/git/?p=svganimation.git;a=summary</a></p>
+<p>L'objectif est de d&#233;velopper, en particulier, du code Javascript afin de pr&#233;senter des animations de fichiers SVG produits, en particulier, par MetaPost. Ce d&#233;veloppement n'&#233;tant pas tout &#224; fait pr&#233;d&#233;termin&#233;, il sera constitu&#233; &#224; partir de l'exploration de diff&#233;rents sc&#233;narios de pr&#233;sentation de ces animations et des modes de construction des fichiers SVG.</p>
+<h2 id="installation">Installation</h2>
+<h2 id="lobjet-animation">L'objet <code>Animation</code></h2>
+<h3 id="les-param&#232;tres">Les param&#232;tres</h3>
+<h2 id="les-players">Les <em>players</em></h2>
+<h3 id="svgplayerone.js"><code>SVGPlayerOne.js</code></h3>
+<h3 id="svgplayerbuttons.js"><code>SVGPlayerButtons.js</code></h3>
+</div>
+<div id="TDM" class="tdm">
+<div style="text-align:center">
+  <a href="javascript:tdmgauche();">&larr;</a>&nbsp;<b>Sections</b>&nbsp;<a href="javascript:tdmdroite();">&rarr;</a>
+</div>
+ <ul>
+ <li><a href="#documentation-du-projet-svganimation">Documentation du projet SVGAnimation</a><ul>
+ <li><a href="#installation">Installation</a></li>
+ <li><a href="#lobjet-animation">L'objet <code>Animation</code></a><ul>
+ <li><a href="#les-param&#232;tres">Les param&#232;tres</a></li>
+ </ul></li>
+ <li><a href="#les-players">Les <em>players</em></a><ul>
+ <li><a href="#svgplayerone.js"><code>SVGPlayerOne.js</code></a></li>
+ <li><a href="#svgplayerbuttons.js"><code>SVGPlayerButtons.js</code></a></li>
+ </ul></li>
+ </ul></li>
+ </ul>
+</div>
+<div style="clear:both"></div>
\ No newline at end of file
diff --git a/doc/page.md b/doc/page.md
new file mode 100644 (file)
index 0000000..0458ea1
--- /dev/null
@@ -0,0 +1,28 @@
+# Documentation du projet SVGAnimation
+
+**Participants :** Chupin Maxime, Sarlat Jean-Michel.
+
+**Interface du dépôt Git :** <http://melusine.eu.org/syracuse/G/git/?p=svganimation.git;a=summary>
+
+L'objectif est de développer, en particulier, du code Javascript afin de
+présenter des animations de fichiers SVG produits, en particulier, par
+MetaPost. Ce développement n'étant pas tout à fait prédéterminé, il sera
+constitué à partir de l'exploration de différents scénarios de
+présentation de ces animations et des modes de construction des fichiers
+SVG.
+
+## Installation
+
+## L'objet `Animation`
+
+### Les paramètres
+
+## Les *players*
+
+### `SVGPlayerOne.js`
+
+### `SVGPlayerButtons.js`
+
+
+
+

Licence Creative Commons Les fichiers de Syracuse sont mis à disposition (sauf mention contraire) selon les termes de la
Licence Creative Commons Attribution - Pas d’Utilisation Commerciale - Partage dans les Mêmes Conditions 4.0 International.