remove references to tex2rtf; it's not part of wxWidgets anymore
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56496 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -117,9 +117,6 @@ here are some of the benefits:
|
|||||||
@li Network support via a family of socket and protocol classes.
|
@li Network support via a family of socket and protocol classes.
|
||||||
@li Support for platform independent image processing.
|
@li Support for platform independent image processing.
|
||||||
@li Built-in support for many file formats (BMP, PNG, JPEG, GIF, XPM, PNM, PCX).
|
@li Built-in support for many file formats (BMP, PNG, JPEG, GIF, XPM, PNM, PCX).
|
||||||
@li Includes Tex2RTF, to allow you to produce your own documentation
|
|
||||||
in Windows Help, HTML and Word RTF formats.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@section page_introduction_requirements wxWidgets requirements
|
@section page_introduction_requirements wxWidgets requirements
|
||||||
|
@@ -59,10 +59,6 @@ passed @b string. See the example:
|
|||||||
"/body/hmtl");
|
"/body/hmtl");
|
||||||
@endcode
|
@endcode
|
||||||
|
|
||||||
@subsection overview_html_quickstart_disphelp Displaying Help
|
|
||||||
|
|
||||||
See wxHtmlHelpController.
|
|
||||||
|
|
||||||
@subsection overview_html_quickstart_settingup Setting up wxHtmlWindow
|
@subsection overview_html_quickstart_settingup Setting up wxHtmlWindow
|
||||||
|
|
||||||
Because wxHtmlWindow is derived from ::wxScrolledWindow and not from
|
Because wxHtmlWindow is derived from ::wxScrolledWindow and not from
|
||||||
@@ -122,17 +118,15 @@ printing into two columns.)
|
|||||||
|
|
||||||
@section overview_html_helpformats Help Files Format
|
@section overview_html_helpformats Help Files Format
|
||||||
|
|
||||||
wxHTML library uses a reduced version of MS HTML Workshop format.
|
wxHTML library can be used to show an help manual to the user; in fact, it supports
|
||||||
Tex2RTF can produce these files when generating HTML, if you set
|
natively (through wxHtmlHelpController) a reduced version of MS HTML Workshop format.
|
||||||
@b htmlWorkshopFiles to @true in your tex2rtf.ini file.
|
|
||||||
(See wxHtmlHelpController for help controller description.)
|
|
||||||
|
|
||||||
A @b book consists of three files: the header file, the contents file
|
A @b book consists of three files: the header file, the contents file
|
||||||
and the index file.
|
and the index file.
|
||||||
|
|
||||||
You can make a regular zip archive of these files, plus the HTML and any
|
You can make a regular zip archive of these files, plus the HTML and any
|
||||||
image files, for wxHTML (or helpview) to read; and the @c .zip file can
|
image files, for wxHTML (or helpview) to read; and the @c ".zip" file can
|
||||||
optionally be renamed to @c .htb.
|
optionally be renamed to @c ".htb".
|
||||||
|
|
||||||
@subsection overview_html_helpformats_hhp Header file (.hhp)
|
@subsection overview_html_helpformats_hhp Header file (.hhp)
|
||||||
|
|
||||||
@@ -147,9 +141,9 @@ Default topic=default page to be displayed.htm
|
|||||||
@endcode
|
@endcode
|
||||||
|
|
||||||
All filenames (including the Default topic) are relative to the
|
All filenames (including the Default topic) are relative to the
|
||||||
location of the @c .hhp file.
|
location of the @c ".hhp" file.
|
||||||
|
|
||||||
@note For localization, in addition the @c .hhp file may contain the line
|
@note For localization, in addition the @c ".hhp" file may contain the line
|
||||||
@code
|
@code
|
||||||
Charset=rfc_charset
|
Charset=rfc_charset
|
||||||
@endcode
|
@endcode
|
||||||
@@ -182,7 +176,7 @@ It contains exactly one list (@c <ul>....@c </ul> statement):
|
|||||||
|
|
||||||
You can modify value attributes of param tags.
|
You can modify value attributes of param tags.
|
||||||
The <em>topic name</em> is name of chapter/topic as is displayed in
|
The <em>topic name</em> is name of chapter/topic as is displayed in
|
||||||
contents, <em>filename.htm</em> is the HTML page name (relative to the @c .hhp file)
|
contents, <em>filename.htm</em> is the HTML page name (relative to the @c ".hhp" file)
|
||||||
and <em>numeric_id</em> is optional - it is used only when you use wxHtmlHelpController::Display(int).
|
and <em>numeric_id</em> is optional - it is used only when you use wxHtmlHelpController::Display(int).
|
||||||
|
|
||||||
Items in the list may be nested - one @c <li> statement may contain a @c <ul> sub-statement:
|
Items in the list may be nested - one @c <li> statement may contain a @c <ul> sub-statement:
|
||||||
@@ -213,7 +207,7 @@ Items in the list may be nested - one @c <li> statement may contain a @c &
|
|||||||
|
|
||||||
@subsection overview_html_helpformats_hhk Index file (.hhk)
|
@subsection overview_html_helpformats_hhk Index file (.hhk)
|
||||||
|
|
||||||
Index files have same format as contents file except that ID params are ignored
|
Index files have same format as contents files except that ID params are ignored
|
||||||
and sublists are @b not allowed.
|
and sublists are @b not allowed.
|
||||||
|
|
||||||
|
|
||||||
|
@@ -36,11 +36,9 @@ The setup program contains the following:
|
|||||||
- All common, generic and MSW-specific wxWidgets source;
|
- All common, generic and MSW-specific wxWidgets source;
|
||||||
- samples and demos;
|
- samples and demos;
|
||||||
- documentation in MS HTML Help format;
|
- documentation in MS HTML Help format;
|
||||||
- makefiles for most Windows compilers, plus CodeWarrior,
|
- makefiles for most Windows compilers, plus CodeWarrior
|
||||||
BC++ and VC++ IDE files;
|
and VC++ IDE files;
|
||||||
- JPEG library source;
|
- JPEG, TIFF, PNG, ZLIB, wxSTC, REGEX, EXPAT library sources.
|
||||||
- TIFF library source;
|
|
||||||
- Object Graphics Library, Tex2RTF, wxSTC, etc.
|
|
||||||
|
|
||||||
Alternatively, you may unarchive the .zip form by hand:
|
Alternatively, you may unarchive the .zip form by hand:
|
||||||
wxMSW-x.y.z.zip where x.y.z is the version number.
|
wxMSW-x.y.z.zip where x.y.z is the version number.
|
||||||
|
@@ -24,21 +24,11 @@ unzip the subdirectories as well. You will need:
|
|||||||
- samples;
|
- samples;
|
||||||
- documentation in HTML Help format;
|
- documentation in HTML Help format;
|
||||||
- makefiles for VisualAge V3.0 (possibly for EMX and Watcom C++);
|
- makefiles for VisualAge V3.0 (possibly for EMX and Watcom C++);
|
||||||
- HTML library source;
|
- JPEG, TIFF, PNG, ZLIB, wxSTC, REGEX, EXPAT library sources.
|
||||||
- JPEG library source;
|
|
||||||
- TIFF library source;
|
|
||||||
- PNG library source;
|
|
||||||
- ZLIB library source;
|
|
||||||
|
|
||||||
All but the documentation is included in wxOS2-2.8.0.zip, documentation
|
All but the documentation is included in wxOS2-2.8.0.zip, documentation
|
||||||
must be downloaded separately from the wxWidgets Web site.
|
must be downloaded separately from the wxWidgets Web site.
|
||||||
|
|
||||||
Other add-on packages are available from the wxWidgets Web site, such as:
|
|
||||||
|
|
||||||
- mmedia.zip. Audio, CD, video access for Windows and Linux.
|
|
||||||
- ogl3.zip. Object Graphics Library: build network diagrams, CASE tools etc.
|
|
||||||
- tex2rtf3.zip. Tex2RTF: create Windows Help, HTML, and Word RTF files from
|
|
||||||
the same document source.
|
|
||||||
|
|
||||||
General installation notes
|
General installation notes
|
||||||
--------------------------
|
--------------------------
|
||||||
@@ -231,4 +221,4 @@ ports are --with-gtk (wxGTK), --with-motif (wxMotif), --with-x11 (wxX11),
|
|||||||
and --disable-gui (wxBase). Note that contrary to the native, PM based
|
and --disable-gui (wxBase). Note that contrary to the native, PM based
|
||||||
OS/2 port, all of those ports work slightly better with POSIX/2's cExt
|
OS/2 port, all of those ports work slightly better with POSIX/2's cExt
|
||||||
library. If include and library path include the suitable paths, -lcExt
|
library. If include and library path include the suitable paths, -lcExt
|
||||||
is automatically appended to the linker flags by the configure script.
|
is automatically appended to the linker flags by the configure script.
|
||||||
|
Reference in New Issue
Block a user