]> git.saurik.com Git - wxWidgets.git/commitdiff
Added an index for the HTML files
authorJulian Smart <julian@anthemion.co.uk>
Thu, 17 Dec 1998 22:39:43 +0000 (22:39 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 17 Dec 1998 22:39:43 +0000 (22:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1232 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/html/index.htm [new file with mode: 0644]
docs/html/logo.gif [new file with mode: 0644]

diff --git a/docs/html/index.htm b/docs/html/index.htm
new file mode 100644 (file)
index 0000000..e20772b
--- /dev/null
@@ -0,0 +1,77 @@
+<HTML>
+
+<HEAD>
+<TITLE>wxWindows Documentation</TITLE>
+
+</HEAD>
+
+<BODY BGCOLOR="#FFFFFF" TEXT=#000000 LINK=#FF0000 VLINK=#000000>
+
+<font face="Arial, Lucida Sans, Helvetica">
+
+<a name="top"></a>
+
+<table width=100% border=4 cellpadding=5 cellspacing=0>
+<tr>
+<td bgcolor="#660000">
+<font size=+1 face="Arial, Lucida Sans, Helvetica" color="#FFFFFF">
+<IMG src="logo.gif" align=right>
+<!-- wxWindows Documentation -->
+</font>
+</td>
+</tr>
+</table>
+
+<P>
+
+Welcome to wxWindows 2.0, the premiere cross-platform C++ framework. This is an index of
+the plain text and HTML documentation. Documentation is also available in Acrobat (PDF) and Windows Help,
+from the <a href="http://wxwin.home.ml.org">wxWindows Web site</a>.<P>
+
+<h3>Installation and release notes</h3>
+
+<ul>
+<li>Licence: <a href="../preamble.txt">Preamble</a>,
+<a href="../licence.txt">Licence</a>,
+<a href="../licendoc.txt">Documentation Licence</a>,
+<a href="../lgpl.txt">L-GPL</a>,
+<a href="../gpl.txt">GPL</a>
+<li>ReadMe: <a href="../gtk/readme.txt">wxGTK</a>,
+<a href="../motif/readme.txt">wxMotif</a>,
+<a href="../msw/readme.txt">wxMSW</a>
+<li>Installation: <a href="../gtk/install.txt">wxGTK</a>,
+<a href="../motif/install.txt">wxMotif</a>,
+<a href="../msw/install.txt">wxMSW</a>
+<li>Change logs: <a href="../motif/changes.txt">wxMotif</a>,
+<a href="../msw/changes.txt">wxMSW</a>
+<li>ToDo: <a href="../gtk/todo.txt">wxGTK</a>,
+<a href="../motif/todo.txt">wxMotif</a>,
+<a href="../msw/todo.txt">wxMSW</a>
+<li>List of <a href="../symbols.txt">preprocessor symbols</a> used in wxWindows
+</ul>
+
+<h3>wxWindows manuals</h3>
+
+<ul>
+<li><a href="wx/wx.htm">Reference Manual</a>
+<li><a href="porting/port.htm">Porting Guide</a> (wxWindows 1.xx to 2.0)
+<li><a href="dialoged/dlged.htm">Dialog Editor</a>
+<li><a href="wxprop/prop.htm">Property Classes</a>
+<li><a href="wxtree/tree.htm">wxTreeLayout</a>
+<li><a href="odbc/odbc.htm">Remstar ODBC Classes</a>
+</ul>
+
+<h3>Third-party tools</h3>
+
+<ul>
+<li><a href="gettext/gettext.htm">gettext manual</a>
+<li><a href="gettext/xgettext.htm">xgettext manual</a>
+<li><a href="gettext/msgfmt.htm">msgfmt manual</a>
+</ul>
+
+</font>
+
+</BODY>
+
+</HTML>
+
diff --git a/docs/html/logo.gif b/docs/html/logo.gif
new file mode 100644 (file)
index 0000000..62b41f0
Binary files /dev/null and b/docs/html/logo.gif differ