From: Maxime Chupin (escudo) Date: Sun, 13 Nov 2016 12:28:44 +0000 (+0100) Subject: Lancement de la documentation X-Git-Url: https://melusine.eu.org/syracuse/G/git/?p=svganimation.git;a=commitdiff_plain;h=4ddec4d5cf689da463ac50c8766eae99d5fe5612 Lancement de la documentation --- diff --git a/doc/Makefile b/doc/Makefile new file mode 100644 index 0000000..1656d52 --- /dev/null +++ b/doc/Makefile @@ -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 index 0000000..1717411 --- /dev/null +++ b/doc/index.xml @@ -0,0 +1,5 @@ + + Documentation du projet SVGAnimation + + Syracuse + diff --git a/doc/page-html.tmpl b/doc/page-html.tmpl new file mode 100644 index 0000000..288cc6e --- /dev/null +++ b/doc/page-html.tmpl @@ -0,0 +1,12 @@ +
+$body$ +
+$if(toc)$ +
+
+  Sections  +
+ $toc$ +
+$endif$ +
\ No newline at end of file diff --git a/doc/page.html b/doc/page.html new file mode 100644 index 0000000..a52dd06 --- /dev/null +++ b/doc/page.html @@ -0,0 +1,30 @@ +
+

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

+
+
+
+  Sections  +
+ +
+
\ No newline at end of file diff --git a/doc/page.md b/doc/page.md new file mode 100644 index 0000000..0458ea1 --- /dev/null +++ b/doc/page.md @@ -0,0 +1,28 @@ +# Documentation du projet SVGAnimation + +**Participants :** Chupin Maxime, Sarlat Jean-Michel. + +**Interface du dépôt Git :** + +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` + + + +