[seed] Add the documentation index site to GIT



commit 6c97c7604e2608105d4a48e83afd452580068bbf
Author: Robert Carr <racarr svn gnome org>
Date:   Sun Apr 26 00:14:35 2009 -0400

    Add the documentation index site to GIT
---
 doc/index.html |   32 ++++++++++++++++++++++++++++++++
 1 files changed, 32 insertions(+), 0 deletions(-)

diff --git a/doc/index.html b/doc/index.html
new file mode 100644
index 0000000..2db8814
--- /dev/null
+++ b/doc/index.html
@@ -0,0 +1,32 @@
+<!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"; lang="en" xml:lang="en">
+<head>
+	<title>Seed Documentation</title>
+	<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
+	<link rel="stylesheet" href="style.css" type="text/css" charset="utf-8" />
+	<script type="text/javascript" src="sh.js"></script>
+    <script type="text/javascript" src="sh_js.js"></script>
+    <link type="text/css" rel="stylesheet" href="sh.css" />
+</head>
+<body onload="sh_highlightDocument();">
+<div id="header">Seed Documentation</div>
+<div id="subheader">v.0.5</div>
+<div class="section"><b>Tutorial</b></div>
+<p>
+There is a (very) introductory tutorial to Seed, covering the creation of a small GTK+ WebKit browser,  <a href="tutorial-standalone/tutorial.html">here</a>
+</p>
+<div class="section"><b>Mapping</b></div>
+<p>
+There is a document covering at a broad level, how things in a namespace are mapped to Seed when importing, <a href="mapping/mapping.html">here</a>
+<div class="section"><b>C API</b></div>
+<p>
+The C API is documented <a href="gtk-doc/index.html">here</a>
+</p>
+<div class="section"><b>Runtime</b></div>
+<p>
+Documentation on the Seed builtins and runtime is <a href="runtime.html">here</a>
+</p>
+
+</body>
+</html>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]