comparison index.xhtml @ 1:b1bec4b5ccf3

Add anm and pbg3 file formats, and improve the std one.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Tue, 02 Aug 2011 14:18:01 +0200
parents f82309a9465e
children bd0f1253691d
comparison
equal deleted inserted replaced
0:f82309a9465e 1:b1bec4b5ccf3
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE html> 2 <!DOCTYPE html>
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr"> 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4 <head> 4 <head>
5 <title>Touhou</title> 5 <title>Touhou</title>
6 </head> 6 </head>
7 <body> 7 <body>
8 <h1>Touhou</h1> 8 <h1>Touhou</h1>
9 <h2>Embodiment of Scarlet Devil</h2> 9 <h2>Embodiment of Scarlet Devil</h2>
10 <h3>Formats</h3> 10 <h3>Formats</h3>
11 <ul> 11 <ul>
12 <li><a href="06/pbg3.xhtml">PBG3</a> (dat archives)</li>
12 <li><a href="06/std.xhtml">STD</a> (stages)</li> 13 <li><a href="06/std.xhtml">STD</a> (stages)</li>
13 </ul> 14 </ul>
14 <h3>Opcodes</h3> 15 <h3>Opcodes</h3>
15 <ul> 16 <ul>
16 <li><a href="06/std.xhtml">STD</a> (stages)</li> 17 <li><a href="06/anm.xml">STD</a> (stages)</li>
17 <li><a href="06/ecl.xml">ECL</a> (enemy comportement)</li> 18 <li><a href="06/ecl.xml">ECL</a> (enemy comportement)</li>
18 <li><a href="06/msg.xml">MSG</a> (dialogs)</li> 19 <li><a href="06/msg.xml">MSG</a> (dialogs)</li>
19 </ul> 20 </ul>
20 21
21 <h2>Mountain of Faith</h2> 22 <h2>Mountain of Faith</h2>
22 <ul> 23 <ul>
23 <li><a href="10/ecl.xml">ECL</a> (<a href="http://code.google.com/p/thtk/wiki/Ecl10Reference">original</a>)</li> 24 <li><a href="10/ecl.xml">ECL</a> (<a href="//code.google.com/p/thtk/wiki/Ecl10Reference">original</a>)</li>
24 </ul> 25 </ul>
25 26
26 <h2>Subterranean Animism</h2> 27 <h2>Subterranean Animism</h2>
27 <ul> 28 <ul>
28 <li><a href="http://code.google.com/p/thtk/wiki/Ecl11Reference">ECL</a></li> 29 <li><a href="//code.google.com/p/thtk/wiki/Ecl11Reference">ECL</a></li>
29 </ul> 30 </ul>
31
32 <p>The sources are <a href="//hg.linkmauve.fr/touhou-doc">here</a></p>
30 </body> 33 </body>
31 </html> 34 </html>