Updated links and mailing list addresses.

This commit is contained in:
Bryan Petty
2015-10-30 20:06:09 -06:00
parent d61b52a60e
commit 0b2263c25d
38 changed files with 261 additions and 294 deletions

View File

@@ -4,7 +4,7 @@ About
wxWidgets is a free and open source cross-platform C++ framework wxWidgets is a free and open source cross-platform C++ framework
for writing advanced GUI applications using native controls. for writing advanced GUI applications using native controls.
![wxWidgets Logo](http://www.wxwidgets.org/assets/img/header-logo.png) ![wxWidgets Logo](https://www.wxwidgets.org/assets/img/header-logo.png)
wxWidgets allows you to write native-looking GUI applications for wxWidgets allows you to write native-looking GUI applications for
@@ -13,7 +13,7 @@ the differences in the non-GUI aspects between them. It is free
for the use in both open source and commercial applications, comes for the use in both open source and commercial applications, comes
with the full, easy to read and modify, source and extensive with the full, easy to read and modify, source and extensive
documentation and a collection of more than a hundred examples. documentation and a collection of more than a hundred examples.
You can learn more about wxWidgets at http://www.wxwidgets.org/ You can learn more about wxWidgets at https://www.wxwidgets.org/
and read its documentation online at http://docs.wxwidgets.org/ and read its documentation online at http://docs.wxwidgets.org/
@@ -48,10 +48,11 @@ Further information
If you are looking for support, you can get it from If you are looking for support, you can get it from
- wx-users [mailing list](http://www.wxwidgets.org/support/mailing-lists/) - [Mailing Lists](https://www.wxwidgets.org/support/mailing-lists/)
- wxForum at http://forums.wxwidgets.org/ - [Discussion Forums][https://forums.wxwidgets.org/]
- #wxwidgets IRC channel - [#wxwidgets IRC channel][https://www.wxwidgets.org/support/irc/]
- http://stackoverflow.com/ if you tag your question with "wxwidgets" - Stack Overflow (tag your questions with @c wxwidgets):
https://stackoverflow.com/questions/tagged/wxwidgets
- Please report bugs at http://trac.wxwidgets.org/newticket - Please report bugs at http://trac.wxwidgets.org/newticket
We would also gladly welcome [your contributions](CONTRIBUTING.md). We would also gladly welcome [your contributions](CONTRIBUTING.md).

View File

@@ -27,7 +27,7 @@ dnl
dnl --------------------------------------------------------------------------- dnl ---------------------------------------------------------------------------
dnl Lots of compiler & linker detection code contained here was taken from dnl Lots of compiler & linker detection code contained here was taken from
dnl wxWidgets configure.in script (see http://www.wxwidgets.org) dnl wxWidgets configure.in script (see https://www.wxwidgets.org)
dnl --------------------------------------------------------------------------- dnl ---------------------------------------------------------------------------

View File

@@ -261,6 +261,7 @@ This concludes our basic tutorial of the cross-platform Bakefile build system
management tool. From here, please be sure to take a good look at the Bakefile management tool. From here, please be sure to take a good look at the Bakefile
documentation to see what else it is capable of. Please post questions to the documentation to see what else it is capable of. Please post questions to the
bakefile-devel@lists.sourceforge.net list, or if you have questions specific bakefile-devel@lists.sourceforge.net list, or if you have questions specific
to the wx template Bakefile, send an email to wx-users@lists.wxwidgets.org. to the wx template Bakefile, send an email to the wxWidgets users mailing list:
https://www.wxwidgets.org/support/mailing-lists/
Enjoy using Bakefile! Enjoy using Bakefile!

View File

@@ -12,7 +12,7 @@
column in the waterfall display. column in the waterfall display.
For full documentation see: For full documentation see:
http://www.wxwidgets.org/wiki/index.php/Development:_Buildbot https://wiki.wxwidgets.org/Development:_Buildbot
--> -->
<bot xmlns:xi="http://www.w3.org/2001/XInclude"> <bot xmlns:xi="http://www.w3.org/2001/XInclude">

View File

@@ -10,7 +10,7 @@
This allows the logs from builds done elsewhere to be included in the This allows the logs from builds done elsewhere to be included in the
buildbot results, see: buildbot results, see:
http://www.wxwidgets.org/wiki/index.php/Development:_Buildbot#Sending_in_Logs_from_Builds_Done_Elsewhere https://wiki.wxwidgets.org/Development:_Buildbot#Sending_in_Logs_from_Builds_Done_Elsewhere
--> -->
<bot xmlns:xi="http://www.w3.org/2001/XInclude"> <bot xmlns:xi="http://www.w3.org/2001/XInclude">

View File

@@ -25,9 +25,9 @@
AppName=wxWidgets AppName=wxWidgets
AppVerName=wxWidgets {#WX_VERSION} AppVerName=wxWidgets {#WX_VERSION}
AppPublisher=wxWidgets AppPublisher=wxWidgets
AppPublisherURL=http://www.wxwidgets.org AppPublisherURL=https://www.wxwidgets.org
AppSupportURL=http://www.wxwidgets.org AppSupportURL=https://www.wxwidgets.org
AppUpdatesURL=http://www.wxwidgets.org AppUpdatesURL=https://www.wxwidgets.org
DefaultDirName={sd}\wxWidgets-{#WX_VERSION} DefaultDirName={sd}\wxWidgets-{#WX_VERSION}
DefaultGroupName=wxWidgets {#WX_VERSION} DefaultGroupName=wxWidgets {#WX_VERSION}
UsePreviousAppDir=no UsePreviousAppDir=no
@@ -47,7 +47,7 @@ SolidCompression=yes
Source: "{#WXW_DIR}\*"; DestDir: "{app}"; Excludes: "cocoa,dfb,gtk,gtk1,motif,osx,wxWindows.xcod*,x11,distrib"; Flags: ignoreversion recursesubdirs createallsubdirs Source: "{#WXW_DIR}\*"; DestDir: "{app}"; Excludes: "cocoa,dfb,gtk,gtk1,motif,osx,wxWindows.xcod*,x11,distrib"; Flags: ignoreversion recursesubdirs createallsubdirs
[INI] [INI]
Filename: "{app}\wx.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.wxwidgets.org" Filename: "{app}\wx.url"; Section: "InternetShortcut"; Key: "URL"; String: "https://www.wxwidgets.org"
[Icons] [Icons]
Name: "{group}\{cm:ProgramOnTheWeb,wxWidgets}"; Filename: "{app}\wx.url" Name: "{group}\{cm:ProgramOnTheWeb,wxWidgets}"; Filename: "{app}\wx.url"

17
configure vendored
View File

@@ -2,7 +2,7 @@
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for wxWidgets 3.1.0. # Generated by GNU Autoconf 2.69 for wxWidgets 3.1.0.
# #
# Report bugs to <wx-dev@lists.wxwidgets.org>. # Report bugs to <wx-dev@googlegroups.com>.
# #
# #
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -267,7 +267,7 @@ fi
$as_echo "$0: be upgraded to zsh 4.3.4 or later." $as_echo "$0: be upgraded to zsh 4.3.4 or later."
else else
$as_echo "$0: Please tell bug-autoconf@gnu.org and $as_echo "$0: Please tell bug-autoconf@gnu.org and
$0: wx-dev@lists.wxwidgets.org about your system, including $0: wx-dev@googlegroups.com about your system, including
$0: any error possibly output before this message. Then $0: any error possibly output before this message. Then
$0: install a modern shell, or manually run the script $0: install a modern shell, or manually run the script
$0: under such a shell if you do have one." $0: under such a shell if you do have one."
@@ -582,7 +582,7 @@ PACKAGE_NAME='wxWidgets'
PACKAGE_TARNAME='wxwidgets' PACKAGE_TARNAME='wxwidgets'
PACKAGE_VERSION='3.1.0' PACKAGE_VERSION='3.1.0'
PACKAGE_STRING='wxWidgets 3.1.0' PACKAGE_STRING='wxWidgets 3.1.0'
PACKAGE_BUGREPORT='wx-dev@lists.wxwidgets.org' PACKAGE_BUGREPORT='wx-dev@googlegroups.com'
PACKAGE_URL='' PACKAGE_URL=''
ac_unique_file="wx-config.in" ac_unique_file="wx-config.in"
@@ -2401,7 +2401,7 @@ Some influential environment variables:
Use these variables to override the choices made by `configure' or to help Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations. it to find libraries and programs with nonstandard names/locations.
Report bugs to <wx-dev@lists.wxwidgets.org>. Report bugs to <wx-dev@googlegroups.com>.
_ACEOF _ACEOF
ac_status=$? ac_status=$?
fi fi
@@ -3132,7 +3132,7 @@ $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
( $as_echo "## ----------------------------------------- ## ( $as_echo "## ----------------------------------------- ##
## Report this to wx-dev@lists.wxwidgets.org ## ## Report this to wx-dev@googlegroups.com ##
## ----------------------------------------- ##" ## ----------------------------------------- ##"
) | sed "s/^/$as_me: WARNING: /" >&2 ) | sed "s/^/$as_me: WARNING: /" >&2
;; ;;
@@ -4034,8 +4034,8 @@ case "${host}" in
*) *)
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** System type ${host} is unknown, assuming generic Unix and continuing nevertheless." >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** System type ${host} is unknown, assuming generic Unix and continuing nevertheless." >&5
$as_echo "$as_me: WARNING: *** System type ${host} is unknown, assuming generic Unix and continuing nevertheless." >&2;} $as_echo "$as_me: WARNING: *** System type ${host} is unknown, assuming generic Unix and continuing nevertheless." >&2;}
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** Please report the build results to wx-dev@lists.wxwidgets.org." >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** Please report the build results to wx-dev@googlegroups.com." >&5
$as_echo "$as_me: WARNING: *** Please report the build results to wx-dev@lists.wxwidgets.org." >&2;} $as_echo "$as_me: WARNING: *** Please report the build results to wx-dev@googlegroups.com." >&2;}
DEFAULT_DEFAULT_wxUSE_X11=1 DEFAULT_DEFAULT_wxUSE_X11=1
DEFAULT_wxUSE_SHARED=no DEFAULT_wxUSE_SHARED=no
@@ -40966,7 +40966,7 @@ $config_headers
Configuration commands: Configuration commands:
$config_commands $config_commands
Report bugs to <wx-dev@lists.wxwidgets.org>." Report bugs to <wx-dev@googlegroups.com>."
_ACEOF _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
@@ -41903,4 +41903,3 @@ echo " libmspack ${wxUSE_LIBMSPAC
echo " sdl ${wxUSE_LIBSDL}" echo " sdl ${wxUSE_LIBSDL}"
echo "" echo ""

View File

@@ -14,7 +14,7 @@ dnl ---------------------------------------------------------------------------
dnl initialization dnl initialization
dnl --------------------------------------------------------------------------- dnl ---------------------------------------------------------------------------
AC_INIT([wxWidgets], [3.1.0], [wx-dev@lists.wxwidgets.org]) AC_INIT([wxWidgets], [3.1.0], [wx-dev@googlegroups.com])
dnl the file passed to AC_CONFIG_SRCDIR should be specific to our package dnl the file passed to AC_CONFIG_SRCDIR should be specific to our package
AC_CONFIG_SRCDIR([wx-config.in]) AC_CONFIG_SRCDIR([wx-config.in])
@@ -299,7 +299,7 @@ case "${host}" in
*) *)
AC_MSG_WARN([*** System type ${host} is unknown, assuming generic Unix and continuing nevertheless.]) AC_MSG_WARN([*** System type ${host} is unknown, assuming generic Unix and continuing nevertheless.])
AC_MSG_WARN([*** Please report the build results to wx-dev@lists.wxwidgets.org.]) AC_MSG_WARN([*** Please report the build results to wx-dev@googlegroups.com.])
DEFAULT_DEFAULT_wxUSE_X11=1 DEFAULT_DEFAULT_wxUSE_X11=1
DEFAULT_wxUSE_SHARED=no DEFAULT_wxUSE_SHARED=no

View File

@@ -26,7 +26,7 @@ ShortName: wxgtk
Maintainer: Francesco Montorsi <frm@users.sourceforge.net> Maintainer: Francesco Montorsi <frm@users.sourceforge.net>
Packager: Francesco Montorsi <frm@users.sourceforge.net> Packager: Francesco Montorsi <frm@users.sourceforge.net>
Summary: Library for cross-platform GUI programming (gtk2-unicode-release port) Summary: Library for cross-platform GUI programming (gtk2-unicode-release port)
URL: http://www.wxwidgets.org/ URL: https://www.wxwidgets.org/
Licence: wxWindows licence Licence: wxWindows licence
SoftwareVersion: @PACKAGE_VERSION@ SoftwareVersion: @PACKAGE_VERSION@
PackageVersion: 1 PackageVersion: 1

View File

@@ -114,11 +114,8 @@ documentation instead.
Support for wxBase is available from the same places as for wxWidgets itself, Support for wxBase is available from the same places as for wxWidgets itself,
namely: namely:
* Usenet newsgroup comp.soft-sys.wxwindows * Website: https://www.wxwidgets.org/
* Mailing Lists: https://www.wxwidgets.org/support/mailing-lists/
* Mailing lists: see http://lists.wxwidgets.org/ for more information
* WWW page: http://www.wxwidgets.org/
Hope you will find wxBase useful! Hope you will find wxBase useful!

View File

@@ -98,17 +98,17 @@ Create http://docs.wxwidgets.org/x.y.z/ (ask Bryan to do it if not done yet).
## Announcement ## Announcement
Update http://www.wxwidgets.org, usually a news item is enough but something Update https://www.wxwidgets.org, usually a news item is enough but something
more can be called for for major releases. more can be called for for major releases.
Post `docs/publicity/announce.txt` at least to wx-announce@googlegroups.com and Post `docs/publicity/announce.txt` at least to wx-announce@googlegroups.com and
to wx-users for the important releases. to wx-users for the important releases.
Submit a link to http://www.reddit.com/r/programming Submit a link to https://www.reddit.com/r/programming
Submit to http://isocpp.org/blog/suggest Submit to https://isocpp.org/blog/suggest
For major releases, submit the announcement to http://slashdot.org/submission For major releases, submit the announcement to https://slashdot.org/submission
Modify the links at downloads/index.html to point to the new release. Also Modify the links at downloads/index.html to point to the new release. Also
update the release date on this page. update the release date on this page.

View File

@@ -83,6 +83,6 @@ Bug reports
----------- -----------
Please send bug reports with a description of your environment, Please send bug reports with a description of your environment,
compiler and the error message(s) to the wxwin-developers mailing list at: compiler and the error message(s) to the developers mailing list at:
wx-dev@lists.wxwidgets.org https://www.wxwidgets.org/support/mailing-lists/

View File

@@ -25,7 +25,7 @@ $extrastylesheet
<tr> <tr>
<!--BEGIN PROJECT_LOGO--> <!--BEGIN PROJECT_LOGO-->
<td id="projectlogo"> <td id="projectlogo">
<a href="http://www.wxwidgets.org/" target="_new"> <a href="https://www.wxwidgets.org/" target="_new">
<img alt="wxWidgets" src="$relpath$$projectlogo"/> <img alt="wxWidgets" src="$relpath$$projectlogo"/>
</a> </a>
</td> </td>

View File

@@ -26,7 +26,7 @@ in 2013. Currently wxWidgets is developed and maintained by Julian Smart, Vadim
Zeitlin, Stefan Csomor, Robert Roebling, Vaclav Slavik and many others. Zeitlin, Stefan Csomor, Robert Roebling, Vaclav Slavik and many others.
More information about wxWidgets is available on its web site at More information about wxWidgets is available on its web site at
http://www.wxwidgets.org. https://www.wxwidgets.org.
@@ -111,21 +111,21 @@ configurations but at least 1GB and possibly more is required.
@section page_introduction_where Where to get wxWidgets and support for it @section page_introduction_where Where to get wxWidgets and support for it
The download links can be found at http://www.wxwidgets.org. The primary The download links can be found at https://www.wxwidgets.org. The primary
download location is https://sourceforge.net/downloads/wxwindows/ and there is download location is https://github.com/wxWidgets/wxWidgets/releases/latest.
also an FTP mirror at ftp://ftp.wxwidgets.org/pub/. Additionally, the latest Additionally, the latest version can always be retrieved from our version
version can always be retrieved from our version control system using Git control system using Git (https://github.com/wxWidgets/wxWidgets).
(https://github.com/wxWidgets/wxWidgets).
wxWidgets documentation that you are reading is also available online at wxWidgets documentation that you are reading is also available online at
http://docs.wxwidgets.org/trunk/ and please also visit our wiki at http://docs.wxwidgets.org/trunk/ and please also visit our wiki at
http://wiki.wxwidgets.org/ for user-contributed contents. https://wiki.wxwidgets.org/ for user-contributed contents.
And if you have any questions, you can join wxWidgets community using And if you have any questions, you can join wxWidgets community using
- Web-based <a href="http://forums.wxwidgets.org/">wxForum</a>. - Web-based <a href="https://forums.wxwidgets.org/">wxForum</a>
- <a href="http://www.wxwidgets.org/support/maillst2.htm">Mailing lists</a>. - <a href="https://www.wxwidgets.org/support/mailing-lists/">Mailing lists</a>
- @c #wxwidgets IRC channel. - <a href="https://www.wxwidgets.org/support/irc/">#wxwidgets IRC Channel</a>
- Or asking questions with @c wxwidgets tag on http://stackoverflow.com/ - Or asking questions with @c wxwidgets tag on Stack Overflow:
https://stackoverflow.com/questions/tagged/wxwidgets
*/ */

View File

@@ -467,8 +467,8 @@ Here are the steps you should follow:
and it will be added to the next wxWidgets release or snapshot. and it will be added to the next wxWidgets release or snapshot.
In addition, please consider subscribing to the very low volume In addition, please consider subscribing to the very low volume
<a href="http://lists.wxwidgets.org/mailman/listinfo/wx-translators"> <a href="https://www.wxwidgets.org/support/mailing-lists/">
wxWidgets translators</a> mailing list on which the news especially important wxWidgets translators mailing list</a> on which the news especially important
for the translators are announced. for the translators are announced.
Thank you in advance for your help! Thank you in advance for your help!

View File

@@ -16,11 +16,12 @@ are available to the users in the @c utils hierarchy (even if some of them are
explicitly conceived for wxWidgets maintainance and will probably be of explicitly conceived for wxWidgets maintainance and will probably be of
little use to others). little use to others).
Please note that these utilities do represent only the utilities developed Please note that these utilities only represent the utilities developed and
and maintained by the wxWidgets team. maintained by the wxWidgets team. There are lots of other user-contributed and
There are lots of other user-contributed and user-maintained packages; user-maintained packages such as:
see the wxWidgets download page: http://www.wxwidgets.org/downloads
or directly http://wxcode.sourceforge.net or http://www.wxcommunity.com/ . @li http://wxcode.sourceforge.net
@li https://forums.wxwidgets.org/viewforum.php?f=20
@@ -87,4 +88,3 @@ See @ref overview_xrc for more info.
You can find it under @c utils/wxrc. You can find it under @c utils/wxrc.
*/ */

View File

@@ -42,7 +42,8 @@ Locations (aka filenames aka addresses) are constructed from four parts:
@li @b protocol - handler can recognize if it is able to open a @li @b protocol - handler can recognize if it is able to open a
file by checking its protocol. Examples are "http", "file" or "ftp". file by checking its protocol. Examples are "http", "file" or "ftp".
@li <b>right location</b> - is the name of file within the protocol. @li <b>right location</b> - is the name of file within the protocol.
In "http://www.wxwidgets.org/index.html" the right location is "//www.wxwidgets.org/index.html". In "https://www.wxwidgets.org/index.html" the right location is
"//www.wxwidgets.org/index.html".
@li @b anchor - an anchor is optional and is usually not present. @li @b anchor - an anchor is optional and is usually not present.
In "index.htm#chapter2" the anchor is "chapter2". In "index.htm#chapter2" the anchor is "chapter2".
@li <b>left location</b> - this is usually an empty string. @li <b>left location</b> - this is usually an empty string.

View File

@@ -453,6 +453,6 @@ probably the best source is the wxPython-users mail list. You can view the
archive or subscribe by going to http://wxpython.org/maillist.php archive or subscribe by going to http://wxpython.org/maillist.php
Or you can send mail directly to the list using this address: Or you can send mail directly to the list using this address:
wxpython-users@lists.wxwidgets.org wxpython-users@googlegroups.com
*/ */

View File

@@ -26,7 +26,7 @@ More info about the wxWidgets project (including all the
other ports and version of wxWidgets) can be found at the other ports and version of wxWidgets) can be found at the
main wxWidgets homepage at: main wxWidgets homepage at:
http://www.wxwidgets.org/ https://www.wxwidgets.org/
Information on how to install can be found in the file Information on how to install can be found in the file
INSTALL.txt, but if you cannot wait, this should work on INSTALL.txt, but if you cannot wait, this should work on
@@ -60,8 +60,7 @@ WAS REPORTED. I know this has no effect, but I tried...
Please send problems concerning installation, feature requests, Please send problems concerning installation, feature requests,
bug reports or comments to the wxWidgets users list. These can bug reports or comments to the wxWidgets users list. These can
be found at http://www.wxwidgets.org and more specifically at be found at https://www.wxwidgets.org/support/mailing-lists/
http://lists.wxwidgets.org.
wxWidgets doesn't come with any guarantee whatsoever. It wxWidgets doesn't come with any guarantee whatsoever. It
might crash your harddisk or destroy your monitor. It doesn't might crash your harddisk or destroy your monitor. It doesn't
@@ -70,4 +69,3 @@ claim to be suitable for any special or general purpose.
Regards, Regards,
Robert Roebling Robert Roebling

View File

@@ -93,7 +93,7 @@
<p>The wxWidgets manual is available in various formats; the availability of <p>The wxWidgets manual is available in various formats; the availability of
the following formats depends on what you've downloaded from the the following formats depends on what you've downloaded from the
<a href="http://www.wxwidgets.org">wxWidgets website</a>:</p> <a href="https://www.wxwidgets.org">wxWidgets website</a>:</p>
<ul> <ul>
<li><a href="doxygen/out/html/index.html">HTML</a></li> <li><a href="doxygen/out/html/index.html">HTML</a></li>
@@ -113,13 +113,13 @@
programming:</p> programming:</p>
<ul> <ul>
<li><a href="http://www.wxwidgets.org">The wxWidgets website</a>: Contains <li><a href="https://www.wxwidgets.org">The wxWidgets website</a>: Contains
FAQs, tutorials, info about the mailing lists, and in general FAQs, tutorials, info about the mailing lists, and in general
everything related to the wxWidgets world is linked here.</li> everything related to the wxWidgets world is linked here.</li>
<li><a href="http://forums.wxwidgets.org/">The wxWidgets forum</a>: <li><a href="https://forums.wxwidgets.org/">The wxWidgets forum</a>:
Provides a discussion board about various wxWidgets topics (contains Provides a discussion board about various wxWidgets topics (contains
also <em>localized</em> forums).</li> also <em>localized</em> forums).</li>
<li><a href="http://wiki.wxwidgets.org/">The wxWiki</a>: A user-editable <li><a href="https://wiki.wxwidgets.org/">The wxWiki</a>: A user-editable
website with lots of tutorials, links to external tools, resources, website with lots of tutorials, links to external tools, resources,
etc.</li> etc.</li>
</ul> </ul>
@@ -138,7 +138,7 @@
<p>Todo List for wxWidgets:</p> <p>Todo List for wxWidgets:</p>
<ul> <ul>
<li><a href="http://wiki.wxwidgets.org/Development:_Todo_List">wxWiki Todo List</a></li> <li><a href="https://wiki.wxwidgets.org/Development:_Todo_List">wxWiki Todo List</a></li>
<li><a href="doxygen/out/html/todo.html">Documentation Todo List</a></li> <li><a href="doxygen/out/html/todo.html">Documentation Todo List</a></li>
</ul> </ul>

View File

@@ -37,7 +37,7 @@ First steps
Using configure is the only way to build the library. If it doesn't Using configure is the only way to build the library. If it doesn't
work for you for whatever reason, please report it (together with detailed work for you for whatever reason, please report it (together with detailed
information about your platform and the (relevant part of) contents of information about your platform and the (relevant part of) contents of
config.log file) to wx-dev@lists.wxwidgets.org. config.log file).
COMPILING USING CONFIGURE COMPILING USING CONFIGURE
@@ -134,7 +134,7 @@ your make use GNU make instead.
If you have general problems with installation, see the wxWidgets website at If you have general problems with installation, see the wxWidgets website at
http://www.wxwidgets.org/ https://www.wxwidgets.org/
for newest information. If you still don't have any success, please send a bug for newest information. If you still don't have any success, please send a bug
report to one of our mailing lists (see my homepage) INCLUDING A DESCRIPTION OF report to one of our mailing lists (see my homepage) INCLUDING A DESCRIPTION OF
@@ -151,7 +151,7 @@ most of the Motif API without the licence restrictions of Motif.
You can get the newest version of the Lesstif from the lesstif homepage at: You can get the newest version of the Lesstif from the lesstif homepage at:
http://www.lesstif.org/ http://lesstif.sourceforge.net/
* Additional libraries * Additional libraries
---------------------- ----------------------
@@ -535,9 +535,8 @@ Bug reports
----------- -----------
Please send bug reports with a description of your environment, Please send bug reports with a description of your environment,
compiler and the error message(s) to the wxwin-developers mailing list at: compiler and the error message(s) to the developers mailing list at:
wx-dev@lists.wxwidgets.org https://www.wxwidgets.org/support/mailing-lists/
Julian Smart, Robert Roebling and Vadim Zeitlin, November 1999. Julian Smart, Robert Roebling and Vadim Zeitlin, November 1999.

View File

@@ -6,7 +6,7 @@ You have downloaded the Motif port of the wxWidgets GUI library.
More information about the wxWidgets project as a whole More information about the wxWidgets project as a whole
can be found at: can be found at:
http://www.wxwidgets.org/ https://www.wxwidgets.org/
Information on how to install can be found in the file Information on how to install can be found in the file
install.txt, but if you cannot wait, this should work on install.txt, but if you cannot wait, this should work on
@@ -47,4 +47,3 @@ suitable for any special or general purpose.
Regards, Regards,
The wxWidgets team The wxWidgets team

View File

@@ -386,8 +386,7 @@ UNICODE=0
(ditto). (ditto).
WXUNIV=1 WXUNIV=1
Build wxUniversal instead of native wxMSW (see Build wxUniversal instead of native wxMSW
http://www.wxwidgets.org/wxuniv.htm for more information).
MONOLITHIC=1 MONOLITHIC=1
Starting with version 2.5.1, wxWidgets has the ability to be built as Starting with version 2.5.1, wxWidgets has the ability to be built as

View File

@@ -2,7 +2,7 @@ Welcome to wxWidgets/Mac
More Information is available from the wxWidgets project home page at More Information is available from the wxWidgets project home page at
http://www.wxwidgets.org https://www.wxwidgets.org
For more information, please see install.txt, todo.txt, and the For more information, please see install.txt, todo.txt, and the
manuals. manuals.
@@ -21,4 +21,3 @@ claim to be suitable for any special or general purpose.
Regards, Regards,
Stefan Csomor Stefan Csomor

View File

@@ -10,7 +10,7 @@ More info about the wxWidgets project (including all the
other ports and version of wxWidgets) can be found at the other ports and version of wxWidgets) can be found at the
main wxWidgets homepage at: main wxWidgets homepage at:
http://www.wxwidgets.org/ https://www.wxwidgets.org/
Information on how to install can be found in the file Information on how to install can be found in the file
INSTALL.txt, but if you cannot wait, this should work on INSTALL.txt, but if you cannot wait, this should work on
@@ -39,8 +39,7 @@ WAS REPORTED. I know this has no effect, but I tried...
Please send problems concerning installation, feature requests, Please send problems concerning installation, feature requests,
bug reports or comments to the wxWidgets users list. These can bug reports or comments to the wxWidgets users list. These can
be found at http://www.wxwidgets.org and more specifically at be found at https://www.wxwidgets.org/support/mailing-lists/
http://lists.wxwidgets.org.
wxWidgets doesn't come with any guarantee whatsoever. It wxWidgets doesn't come with any guarantee whatsoever. It
might crash your harddisk or destroy your monitor. It doesn't might crash your harddisk or destroy your monitor. It doesn't
@@ -49,4 +48,3 @@ claim to be suitable for any special or general purpose.
Regards, Regards,
The wxWidgets Team The wxWidgets Team

View File

@@ -5,7 +5,6 @@ Welcome to the latest development release of wxWidgets, a free and
open source cross-platform C++ framework for writing advanced GUI open source cross-platform C++ framework for writing advanced GUI
applications using native controls. applications using native controls.
wxWidgets allows you to write native-looking GUI applications for wxWidgets allows you to write native-looking GUI applications for
all the major desktop platforms and also helps with abstracting all the major desktop platforms and also helps with abstracting
the differences in the non-GUI aspects between them. It is free the differences in the non-GUI aspects between them. It is free
@@ -14,27 +13,21 @@ with the full, easy to read and modify, source and extensive
documentation and a collection of more than a hundred examples. documentation and a collection of more than a hundred examples.
You can learn more about wxWidgets at You can learn more about wxWidgets at
http://www.wxwidgets.org/ https://www.wxwidgets.org/
and read its documentation online at and read its documentation online at
http://docs.wxwidgets.org/3.1.0/ http://docs.wxwidgets.org/3.1.0/
wxWidgets sources and binaries for the selected platforms are wxWidgets sources and binaries for the selected platforms are
available for download from available for download from
https://sourceforge.net/projects/wxwindows/files/3.1.0/ https://github.com/wxWidgets/wxWidgets/releases/tag/v3.1.0/
or
ftp://ftp.wxwidgets.org/pub/3.1.0/
Please see the "Files" section below for the description of various Please see the "Files" section below for the description of various
files available at these locations. files available at these locations.
Changes in this release Changes in this release
----------------------- -----------------------
@@ -167,11 +160,12 @@ Further information
If you are looking for support, you can get it from If you are looking for support, you can get it from
- wxForum at http://forums.wxwidgets.org/ - Mailing Lists: https://www.wxwidgets.org/support/mailing-lists/
- wx-users mailing list (http://www.wxwidgets.org/support/mailing-lists/) - Discussion Forums: https://forums.wxwidgets.org/
- #wxwidgets IRC channel - #wxwidgets IRC Channel: https://www.wxwidgets.org/support/irc/
- http://stackoverflow.com/ if you tag your question with "wxwidgets" - Stack Overflow (tag your questions with "wxwidgets"):
https://stackoverflow.com/questions/tagged/wxwidgets
- Please report bugs at http://trac.wxwidgets.org/newticket
Have fun! Have fun!

View File

@@ -11,11 +11,7 @@ Tom Ryan!
--------------- ---------------
wxUniversal is a port of wxWidgets which implements the various GUI controls wxUniversal is a port of wxWidgets which implements the various GUI controls
by drawing them itself (using low level wxWidgets classes). Please see by drawing them itself (using low level wxWidgets classes).
http://www.wxwidgets.org/wxuniv.htm
for more details about it.
The advantage of wxUniversal is that you have precise control over the The advantage of wxUniversal is that you have precise control over the
controls' appearance (it is not always possible to change all aspects of the controls' appearance (it is not always possible to change all aspects of the
@@ -127,12 +123,8 @@ documentation instead.
Support for wxUniversal is available from the same places as for wxWidgets Support for wxUniversal is available from the same places as for wxWidgets
itself, namely: itself, namely:
* Usenet newsgroup comp.soft-sys.wxwindows * Website: https://www.wxwidgets.org/
* Mailing Lists: https://www.wxwidgets.org/support/mailing-lists/
* Mailing lists: see http://lists.wxwindows.org/ for more information
* WWW page: http://www.wxwidgets.org/
Hope you find wxUniversal useful! Hope you find wxUniversal useful!
@@ -141,4 +133,3 @@ itself, namely:
This file is accurate for the version 2.3.4 of wxUniversal. It was last This file is accurate for the version 2.3.4 of wxUniversal. It was last
modified on Apr 15, 2002. modified on Apr 15, 2002.

View File

@@ -32,7 +32,7 @@ First steps
Using configure is the recommended way to build the library. If it doesn't Using configure is the recommended way to build the library. If it doesn't
work for you for whatever reason, please report it (together with detailed work for you for whatever reason, please report it (together with detailed
information about your platform and the (relevant part of) contents of information about your platform and the (relevant part of) contents of
config.log file) to wx-dev@lists.wxwidgets.org. config.log file).
COMPILING USING CONFIGURE COMPILING USING CONFIGURE
========================= =========================
@@ -127,7 +127,7 @@ your make use GNU make instead.
If you have general problems with installation, see the wxWidgets website at If you have general problems with installation, see the wxWidgets website at
http://www.wxwidgets.org/ https://www.wxwidgets.org/
for newest information. If you still don't have any success, please send a bug for newest information. If you still don't have any success, please send a bug
report to one of our mailing lists (see my homepage) INCLUDING A DESCRIPTION OF report to one of our mailing lists (see my homepage) INCLUDING A DESCRIPTION OF
@@ -518,8 +518,6 @@ Bug reports
----------- -----------
Please send bug reports with a description of your environment, Please send bug reports with a description of your environment,
compiler and the error message(s) to the wxwin-developers mailing list at: compiler and the error message(s) to the developers mailing list at:
wx-dev@lists.wxwidgets.org
https://www.wxwidgets.org/support/mailing-lists/

View File

@@ -9,7 +9,7 @@ intention is to have it run on NanoX as well as desktop X11.
More information about the wxWidgets project as a whole More information about the wxWidgets project as a whole
can be found at: can be found at:
http://www.wxwidgets.org https://www.wxwidgets.org
Information on how to install can be found in the file Information on how to install can be found in the file
install.txt, but if you cannot wait, this should work on install.txt, but if you cannot wait, this should work on
@@ -67,4 +67,3 @@ Some remaining issues:
Regards, Regards,
The wxWidgets team The wxWidgets team

View File

@@ -1261,7 +1261,7 @@ typedef wxUint32 wxDword;
#else #else
/* /*
This should never happen for the current architectures but if you're This should never happen for the current architectures but if you're
using one where it does, please contact wx-dev@lists.wxwidgets.org. using one where it does, please contact wx-dev@googlegroups.com.
*/ */
#error "Pointers can't be stored inside integer types." #error "Pointers can't be stored inside integer types."
#endif #endif

View File

@@ -45,12 +45,12 @@
#warning "Your compiler does not appear to support 64 bit "\ #warning "Your compiler does not appear to support 64 bit "\
"integers, using emulation class instead.\n" \ "integers, using emulation class instead.\n" \
"Please report your compiler version to " \ "Please report your compiler version to " \
"wx-dev@lists.wxwidgets.org!" "wx-dev@googlegroups.com!"
#else #else
#pragma warning "Your compiler does not appear to support 64 bit "\ #pragma warning "Your compiler does not appear to support 64 bit "\
"integers, using emulation class instead.\n" \ "integers, using emulation class instead.\n" \
"Please report your compiler version to " \ "Please report your compiler version to " \
"wx-dev@lists.wxwidgets.org!" "wx-dev@googlegroups.com!"
#endif #endif
#define wxUSE_LONGLONG_WX 1 #define wxUSE_LONGLONG_WX 1

View File

@@ -122,7 +122,7 @@
#define HAVE_LOCALE_T 1 #define HAVE_LOCALE_T 1
#define wxHAS_KQUEUE 1 #define wxHAS_KQUEUE 1
#define PACKAGE_BUGREPORT "wx-dev@lists.wxwidgets.org" #define PACKAGE_BUGREPORT "wx-dev@googlegroups.com"
#define PACKAGE_NAME "wxWidgets" #define PACKAGE_NAME "wxWidgets"
#define PACKAGE_STRING "wxWidgets 3.1.0" #define PACKAGE_STRING "wxWidgets 3.1.0"
#define PACKAGE_TARNAME "wxwidgets" #define PACKAGE_TARNAME "wxwidgets"

View File

@@ -226,7 +226,7 @@ public:
The only real tricky part is that you need to make sure the file in compiled in, The only real tricky part is that you need to make sure the file in compiled in,
which if there are just backends in there will not happen and you may need to which if there are just backends in there will not happen and you may need to
use a force link hack (see http://www.wxwidgets.org/wiki/index.php/RTTI). use a force link hack (see https://wiki.wxwidgets.org/RTTI).
This is a rather simple example of how to create a backend in the This is a rather simple example of how to create a backend in the
wxActiveXContainer documentation. wxActiveXContainer documentation.

View File

@@ -5,7 +5,7 @@ msgstr ""
"POT-Creation-Date: 2015-05-23 22:46+0400\n" "POT-Creation-Date: 2015-05-23 22:46+0400\n"
"PO-Revision-Date: 2015-07-09 11:22+0200\n" "PO-Revision-Date: 2015-07-09 11:22+0200\n"
"Last-Translator: bovirus <@bovirus@gmail.com>\n" "Last-Translator: bovirus <@bovirus@gmail.com>\n"
"Language-Team: wxWidgets translators <wx-translators@lists.wxwidgets.org>\n" "Language-Team: wxWidgets translators <wx-translators@googlegroups.com>\n"
"Language: it\n" "Language: it\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"

View File

@@ -7,7 +7,7 @@ msgstr ""
"POT-Creation-Date: 2006-10-29 14:59+0100\n" "POT-Creation-Date: 2006-10-29 14:59+0100\n"
"PO-Revision-Date: 2005-08-12 14:23:42+0100\n" "PO-Revision-Date: 2005-08-12 14:23:42+0100\n"
"Last-Translator: Mike Wetherell <mike.wetherell@ntlworld.com>\n" "Last-Translator: Mike Wetherell <mike.wetherell@ntlworld.com>\n"
"Language-Team: wxWidgets translators <wx-translators@lists.wxwidgets.org>\n" "Language-Team: wxWidgets translators <wx-translators@googlegroups.com>\n"
"Language: it\n" "Language: it\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"

View File

@@ -9,7 +9,7 @@ msgstr ""
"POT-Creation-Date: 2009-02-08 16:16+0100\n" "POT-Creation-Date: 2009-02-08 16:16+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Francesco Montorsi <f18m_cpp217828@yahoo.it>\n" "Last-Translator: Francesco Montorsi <f18m_cpp217828@yahoo.it>\n"
"Language-Team: wxWidgets translators <wx-translators@lists.wxwidgets.org>\n" "Language-Team: wxWidgets translators <wx-translators@googlegroups.com>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"

View File

@@ -93,11 +93,5 @@ A. For Unix, you should be able to get the source distribution of any GNU mirror
Q. What's i18n? Q. What's i18n?
A. Count the number of letters in the word "internationalization". A. Count the number of letters in the word "internationalization".
Q. Where to send comments, Q. Where to send comments, or additional translations?
additional translations, A. wxWidgets mailing list <wx-dev@googlegroups.com>.
flames,
money?
A. To Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>,
wxWidgets list <wx-dev@lists.wxwidgets.org>,
/dev/null (platform-dependent),
wxWidgets dev team Swiss bank account.

View File

@@ -4,11 +4,11 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: wxWidgets 2.6 internat sample\n" "Project-Id-Version: wxWidgets 2.6 internat sample\n"
"Report-Msgid-Bugs-To: wxDevelopers <wx-dev@lists.wxwidgets.org>\n" "Report-Msgid-Bugs-To: wxDevelopers <wx-dev@googlegroups.com>\n"
"POT-Creation-Date: 2005-06-02 13:21+0200\n" "POT-Creation-Date: 2005-06-02 13:21+0200\n"
"PO-Revision-Date: 2005-06-02 13:45+0200\n" "PO-Revision-Date: 2005-06-02 13:45+0200\n"
"Last-Translator: Jonas Rydberg <jonas@arbor.se>\n" "Last-Translator: Jonas Rydberg <jonas@arbor.se>\n"
"Language-Team: wxWidgets translators <wx-translators@lists.wxwidgets.org>\n" "Language-Team: wxWidgets translators <wx-translators@googlegroups.com>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"