From fce0e8f7cdd4c2a5beee4bd42db03d786d99a146 Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Sun, 30 Mar 2008 00:55:17 +0000 Subject: [PATCH] updated the index page: 1) removed sample list: it duplicated (and was out-of-date) the doxygen samples page; 2) removed tex2rtf and odbc references; 3) merged with html/index.htm so that the entire 'html' folder can be removed; temporarily commented-out the FAQ (need to decide how to handle them) and the platforms/i18n pages (need to decide how to handle them) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/index.htm | 193 +++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 170 insertions(+), 23 deletions(-) diff --git a/docs/index.htm b/docs/index.htm index 11d57a6766..49d516efe3 100644 --- a/docs/index.htm +++ b/docs/index.htm @@ -1,37 +1,184 @@ - + + - -Welcome to wxWidgets + - + - + + wxWidgets Documentation + + - + + - +

Welcome to wxWidgets: a portable C++ and Python GUI toolkit

- - - - -
- -Welcome to wxWidgets - -
+
+ wxWidgets logo +
+
-

+

This page lets you access various resources for wxWidgets development. Enjoy!

-Welcome to wxWidgets, the premiere cross-platform GUI C++ framework.

+
+

[Install] [Documentation] [Technical Notes] [Demos]
+
-Please click on docs/html/index.htm to view the main document index.

-Have fun!

- - - + + + + + +
+ Installation and release notes +
+ +

Unless you installed a binary version of wxWidgets (e.g. under Linux using your distro's package manager), + you will probably have to compile the wxWidgets library before you can start use it.

+

Please read the platform-specific readme.txt and install.txt for how to do this:

+ + + + + + + + + + + +
+ Documentation +
+ +

The wxWidgets manual is available in various formats; the availability of the following formats depends on what you've downloaded from the wxWidgets Web site:

+ + + +

To use the manual in the wxHTML Help format (extension htb), you can use the HelpView application, compiling it from the utils/helpview folder in the wxWidgets distribution.

+ + + + + + + + + + +
+ Technical notes +
+ +

Technical notes contains informations useful only to wxWidgets developers for the maintainance of the project:

+ + + + + + + + + + + +
+ Demos +
+ +

The following are fully-fledged applications which demonstrate some features of wxWidgets + (for a list of the 70+ samples please look at the manual):

+ + + + + + + -- 2.50.0