diff 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
line wrap: on
line diff
--- a/index.xhtml
+++ b/index.xhtml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!DOCTYPE html>
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
 	<head>
 		<title>Touhou</title>
 	</head>
@@ -9,23 +9,26 @@
 		<h2>Embodiment of Scarlet Devil</h2>
 		<h3>Formats</h3>
 		<ul>
+			<li><a href="06/pbg3.xhtml">PBG3</a> (dat archives)</li>
 			<li><a href="06/std.xhtml">STD</a> (stages)</li>
 		</ul>
 		<h3>Opcodes</h3>
 		<ul>
-			<li><a href="06/std.xhtml">STD</a> (stages)</li>
+			<li><a href="06/anm.xml">STD</a> (stages)</li>
 			<li><a href="06/ecl.xml">ECL</a> (enemy comportement)</li>
 			<li><a href="06/msg.xml">MSG</a> (dialogs)</li>
 		</ul>
 
 		<h2>Mountain of Faith</h2>
 		<ul>
-			<li><a href="10/ecl.xml">ECL</a> (<a href="http://code.google.com/p/thtk/wiki/Ecl10Reference">original</a>)</li>
+			<li><a href="10/ecl.xml">ECL</a> (<a href="//code.google.com/p/thtk/wiki/Ecl10Reference">original</a>)</li>
 		</ul>
 
 		<h2>Subterranean Animism</h2>
 		<ul>
-			<li><a href="http://code.google.com/p/thtk/wiki/Ecl11Reference">ECL</a></li>
+			<li><a href="//code.google.com/p/thtk/wiki/Ecl11Reference">ECL</a></li>
 		</ul>
+
+		<p>The sources are <a href="//hg.linkmauve.fr/touhou-doc">here</a></p>
 	</body>
 </html>