Update SVN references to git, mostly in docs.
This commit is contained in:
@@ -114,8 +114,7 @@ configurations but at least 1GB and possibly more is required.
|
||||
The download links can be found at http://www.wxwidgets.org. The primary
|
||||
download location is https://sourceforge.net/downloads/wxwindows/ and there is
|
||||
also an FTP mirror at ftp://ftp.wxwidgets.org/pub/. Additionally, the latest
|
||||
version can always be retrieved from our version control system using either
|
||||
Subversion (http://svn.wxwidgets.org/svn/wx/wxWidgets/) or Git
|
||||
version can always be retrieved from our version control system using Git
|
||||
(https://github.com/wxWidgets/wxWidgets).
|
||||
|
||||
wxWidgets documentation that you are reading is also available online at
|
||||
|
@@ -46,7 +46,7 @@ subdirectory of the library distribution. When a @c foobar sample is mentioned
|
||||
below, its sources can be found in @c samples/foobar directory of your
|
||||
wxWidgets tree. If you installed wxWidgets from a binary package, you might not
|
||||
have this directory. In this case, you may view the samples online at
|
||||
http://svn.wxwidgets.org/viewvc/wx/wxWidgets/trunk/samples/ but you need to
|
||||
https://github.com/wxWidgets/wxWidgets/tree/master/samples/ but you need to
|
||||
download the source distribution in order to be able to build them (highly
|
||||
recommended).
|
||||
|
||||
|
@@ -448,11 +448,10 @@ Here are the steps you should follow:
|
||||
|
||||
-# Get the latest version of the file <tt>locale/wxstd.pot</tt> from the
|
||||
wxWidgets source tree: if you're using
|
||||
<a href="http://www.wxwidgets.org/develop/svn.htm">Subversion</a>
|
||||
or the <a href="http://wxwindows.sourceforge.net/snapshots/">daily snapshots</a>
|
||||
you should already have it.
|
||||
Otherwise you can always retrieve it directly from the Subversion repository via the
|
||||
<a href="http://svn.wxwidgets.org/viewvc/wx/wxWidgets/trunk/locale/wxstd.pot?view=co">Web interface</a>.
|
||||
<a href="https://www.wxwidgets.org/develop/code-repository/">git</a>
|
||||
you should already have it. Otherwise you can always retrieve it directly
|
||||
from the git repository:
|
||||
<a href="https://raw.githubusercontent.com/wxWidgets/wxWidgets/master/locale/wxstd.pot">locale/wxstd.pot</a>.
|
||||
-# Rename it to <tt>XY.po</tt> where <tt>"XY"</tt> is the 2 letter
|
||||
<a href="http://www.loc.gov/standards/iso639-2/php/English_list.php">ISO 639-2 language code</a>
|
||||
for your language.
|
||||
|
Reference in New Issue
Block a user