<style type="text/css">
<!--
li { line-height: 150%; }
+ body { font-family: sans-serif; }
-->
</style>
</head>
<body>
<a name="top"/>
- <h1 style="font-size: 145%">Welcome to <em style="font-size: 150%">wxWidgets</em>: a portable C++ and Python GUI toolkit</h1>
+ <h1 style="font-size: 145%">
+ Welcome to <em style="font-size: 150%">wxWidgets</em>: a portable C++ and Python GUI toolkit
+ </h1>
<center>
<img src="doxygen/images/main_wxlogo.png" alt="wxWidgets logo" />
</center>
<br/>
- <p>This page lets you access various resources for <a href="http://www.wxwidgets.org">wxWidgets</a> development. Enjoy!</p>
+ <p>This page lets you access various resources for
+ <a href="http://www.wxwidgets.org">wxWidgets</a> development. Enjoy!</p>
<br/>
- <center><font size="-1">[<a href="#install">Install</a>] [<a href="#doc">Documentation</a>] [<a href="#technotes">Technical Notes</a>] [<a href="#demos">Demos</a>]</font></center>
+ <center>
+ <font size="-1">[<a href="#install">Install</a>] [<a href="#doc">Documentation</a>]
+ [<a href="#technotes">Technical Notes</a>] [<a href="#demos">Demos</a>]</font>
+ </center>
<br/>
-
-
<!--
INSTALLATION AND RELEASE NOTES
-->
<table width="100%" border="0" cellpadding="3" cellspacing="0">
<tr>
<td bgcolor="#004080">
- <font size="+1" color="#FFFFFF"><b><a name="install">Installation and release notes</a></b></font>
+ <font size="+1" color="#FFFFFF">
+ <b><a name="install">Installation and release notes</a></b>
+ </font>
</td>
</tr>
</table>
- <p>Unless you installed a binary version of wxWidgets (e.g. under Linux using your distro's package manager),
- you will probably have to <strong>compile</strong> the wxWidgets library before you can start use it.</p>
- <p>Please read the platform-specific <tt>readme.txt</tt> and <tt>install.txt</tt> for how to do this:</p>
+ <p>Unless you installed a binary version of wxWidgets (e.g. under Linux using your distro's
+ package manager), you will probably have to <strong>compile</strong> the wxWidgets library
+ before you can start use it.</p>
+ <p>Please read the platform-specific <tt>readme.txt</tt> and <tt>install.txt</tt>
+ for how to do this:</p>
<ul>
<li>ReadMe:
<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>
-
+ </ul>
+
<!-- FIXME: FAQs are very out-of-date; should be moved in the wx docs or
to the website or to the wiki...
</li>
-->
- <!-- FIXME: todo lists are in the wiki now.... -->
- <li>ToDo: <a href="todo.txt"><b>General ToDo</b></a>, <a href="gtk/todo.txt">wxGTK</a>, <a href="motif/todo.txt">wxMotif</a>, <a href="mac/todo.txt">wxMac</a></li>
- </ul>
-
<!--
</tr>
</table>
- <p>The wxWidgets manual is available in various formats; the availability of the following formats depends on what you've downloaded from the <a href="http://www.wxwidgets.org">wxWidgets Web site</a>:</p>
+ <p>The wxWidgets manual is available in various formats; the availability of the following
+ formats depends on what you've downloaded from the
+ <a href="http://www.wxwidgets.org">wxWidgets Web site</a>:</p>
<ul>
<li><a href="doxygen/out/html/index.html">HTML</a></li>
<li><a href="doxygen/out/wx.pdf">Portable Document Format (PDF)</a></li>
</ul>
- <p>To use the manual in the <b>wxHTML Help</b> format (extension <tt>htb</tt>), you can use the <b>HelpView</b> application, compiling it from the <tt>utils/helpview</tt> folder in the wxWidgets distribution.</p>
-
-
+ <p>To use the manual in the <b>wxHTML Help</b> format (extension <tt>htb</tt>), you
+ can use the <b>HelpView</b> application, compiling it from the <tt>utils/helpview</tt>
+ folder in the wxWidgets distribution.</p>
+
+ <p>Also note that beyond the wxWidgets manual there are various other <strong>resources</strong> which can
+ help to learn wxWidgets programming:</p>
+
+ <ul>
+ <li><a href="http://www.wxwidgets.org">The wxWidgets website</a>: contains FAQs, tutorials,
+ info about the mailing lists, and in general everything related to the wxWidgets world
+ is linked here.</li>
+ <li><a href="http://wxforum.shadonet.com/">The wxWidgets forum</a>: provides a discussion board
+ about various wxWidgets topics (contains also <em>localized</em> forums)</li>
+ <li><a href="http://www.wxwidgets.org/wiki">The wxWidgets wiki</a>: a user-editable website
+ with lots of tutorials, links to external tools, resources, etc</li>
+ </ul>
<!--
</tr>
</table>
- <p>Technical notes contains informations useful only to wxWidgets developers for the maintainance of the project:</p>
+ <p>Technical notes contains informations useful only to wxWidgets developers for
+ the maintainance of the project:</p>
<ul>
<li><a href="tech/index.txt">Index of technical notes</a></li>
<li><a href="tech/">Technical notes</a></li>
-
- <!-- FIXME: should be either removed or integrated with doxy docs
- <li><a href="platform.htm">Platforms supported</a></font></li>
- <li><a href="i18n.htm">Languages supported by wxWidgets</a></font></li>
- -->
</ul>
+ <p>TODO list for wxWidgets:</p>
+ <ul>
+ <li><a href="http://www.wxwidgets.org/wiki/index.php/Development:_Todo_List">wxWiki TODO list</a></li>
+ <li><a href="doxygen/out/html/todo.html">Documentation TODO list</a></li>
+ </ul>
+
+
<!--
DEMOS