diff 06/std.xhtml @ 0:f82309a9465e

Initial commit.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Thu, 28 Jul 2011 22:57:08 +0200
parents
children b1bec4b5ccf3
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/06/std.xhtml
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
+	<head>
+		<title>STD format</title>
+	</head>
+	<body>
+		<h1>STD format</h1>
+		<p>All integers are little endian, all number are hex.</p>
+
+		<h2>Header</h2>
+		<pre>
+0 - 2 - 
+2 - 2 - 
+4 - 4 - Size of something
+8 - 2 - 
+a - 6 - Always zero
+10 - 80 - Name of the stage
+90 - 80 - Name of the first song
+110 - 80 - Name of the second song
+190 - 80 - A string of only a single whitespace
+210 - 80 - A string of only a single whitespace
+290 - 80 - path to the first song (as midi)
+310 - 80 - path to the second song (as midi)
+390 - 80 - A string of only a single whitespace
+410 - 80 - A string of only a single whitespace
+490 - ... - The real data</pre>
+
+		<h2>Data</h2>
+		<pre>
+0 - ... - ...
+</pre>
+	</body>
+</html>