Elliot's changes to the templates and adding all resources into a single place
[gnome.introspection-doc-generator] / docs / index.html
diff --git a/docs/index.html b/docs/index.html
new file mode 100755 (executable)
index 0000000..6a1062d
--- /dev/null
@@ -0,0 +1,36 @@
+-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
+-        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
++<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+ <head>
+       <meta http-equiv="content-type" content="text/html; charset=utf-8" />
+  <title>Seed Documentation</title>
+  <link rel="stylesheet" type="text/css" href="default.css" />
+  <link rel="stylesheet" type="text/css" href="library_gnome.css"></link>
+  <link media="print" rel="stylesheet" type="text/css" href="library_gnome_print.css"></link>
+ </head>
+ <body>
+<div id="page">
+
+       <div id="header">
+    <div id="header-wrap">
+      <h1>Un-official Seed Documentation</h1>
+    </div>
+       </div>
+
+  <for each="thisClass" in="data">
+    <div>
+       <h2 class="classTitle">{+ (new Link().toSymbol(thisClass)) +}</h2>
+    </div>
+  </for>
+</div>
+ </body>
+ </html>
+
+       
\ No newline at end of file