Rationalised a few more docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1294 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
15
docs/bugs.txt
Normal file
15
docs/bugs.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
wxWindows Buglist
|
||||
-----------------
|
||||
|
||||
wxGTK:
|
||||
------
|
||||
|
||||
wxMSW:
|
||||
------
|
||||
|
||||
wxMotif:
|
||||
--------
|
||||
|
||||
General:
|
||||
--------
|
||||
|
@@ -31,20 +31,22 @@ 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>,
|
||||
<li>ReadMe: <a href="../readme.txt"><b>General ReadMe</b></a>,
|
||||
<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>,
|
||||
<li><a href="../changes.txt"><b>Change log</b></a>
|
||||
<li><a href="../bugs.txt"><b>Buglist</b></a>
|
||||
<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>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="../msw/todo.txt">wxMSW</a>
|
||||
<li>List of <a href="../symbols.txt">preprocessor symbols</a> used in wxWindows
|
||||
|
7
docs/motif/readme.txt
Normal file
7
docs/motif/readme.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
wxMotif ReadMe
|
||||
--------------
|
||||
|
||||
This file is currently under construction.
|
||||
|
||||
For further details of the Motif port, please see changes.txt and
|
||||
todo.txt.
|
@@ -2,7 +2,18 @@ wxWindows 2.0
|
||||
-------------
|
||||
|
||||
Welcome to wxWindows 2.0, a sophisticated cross-platform C++
|
||||
framework for writing GUI applications.
|
||||
framework for writing advanced GUI applications using (where
|
||||
possible) the native controls.
|
||||
|
||||
In addition to common and advanced GUI facilities such as frames, scrolling
|
||||
windows, toolbars, tree controls, icons, device contexts,
|
||||
printing, splitter windows and so on, there are wrappers for common
|
||||
file operations and facilities for writing TCP/IP applications.
|
||||
Where certain features are not available on a platform, such as MDI and
|
||||
tree controls on Unix, they are emulated.
|
||||
|
||||
A detailed 700-page reference manual is supplied in HTML, PDF and
|
||||
Windows Help form.
|
||||
|
||||
Platforms supported
|
||||
-------------------
|
||||
@@ -44,7 +55,7 @@ in the individual directories:
|
||||
docs/gtk
|
||||
docs/motif
|
||||
|
||||
License information
|
||||
Licence information
|
||||
-------------------
|
||||
|
||||
For licensing information, please see the files:
|
||||
@@ -55,4 +66,48 @@ For licensing information, please see the files:
|
||||
docs/gpl.txt
|
||||
docs/lgpl.txt
|
||||
|
||||
Although this may seem complex, it is there to allow authors of
|
||||
proprietary/commercial applications to use wxWindows in
|
||||
addition to those writing GPL'ed applications. In summary,
|
||||
the licence is L-GPL plus a clause allowing unrestricted
|
||||
distribution of application binaries. To answer a FAQ, you
|
||||
don't have to distribute any source if you wish to write
|
||||
commercial applications using wxWindows.
|
||||
|
||||
Documentation
|
||||
-------------
|
||||
|
||||
See docs/changes.txt for a history of changes to wxWindows 2.0.
|
||||
See docs/html/index.htm for an HTML index of the major documents.
|
||||
|
||||
The Windows help files are located in docs/winhelp.
|
||||
The PDF help files are located in docs/pdf.
|
||||
|
||||
Further information
|
||||
-------------------
|
||||
|
||||
The wxWindows Web site is located at:
|
||||
|
||||
http://wxwin.home.ml.org
|
||||
|
||||
The wxGTK Web site (with further wxGTK-specific fiels and
|
||||
information) is located at:
|
||||
|
||||
http://www.freiburg.linux.de/~wxxt
|
||||
|
||||
The main wxWindows ftp site is at:
|
||||
|
||||
ftp://www.remstar.com/pub/wxwin
|
||||
|
||||
A wxWindows CD-ROM with the latest distribution plus an HTML
|
||||
front-end and hundreds of MB of compilers, utilities and other
|
||||
material may be ordered from the CD-ROM page:
|
||||
|
||||
http://wxwin.home.ml.org/cdrom
|
||||
|
||||
or contact Julian Smart <julian.smart@ukonline.co.uk>.
|
||||
|
||||
Good luck!
|
||||
|
||||
The wxWindows Team, January 1999
|
||||
|
||||
|
11
docs/todo.txt
Normal file
11
docs/todo.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
General ToDo
|
||||
------------
|
||||
|
||||
- Write this ToDo list :-)
|
||||
|
||||
Please see also:
|
||||
|
||||
docs/gtk/todo.txt
|
||||
docs/motif/todo.txt
|
||||
docs/msw/todo.txt
|
||||
|
Reference in New Issue
Block a user