summaryrefslogtreecommitdiff
path: root/downloads
diff options
context:
space:
mode:
Diffstat (limited to 'downloads')
-rw-r--r--downloads/source/index.en14
1 files changed, 7 insertions, 7 deletions
diff --git a/downloads/source/index.en b/downloads/source/index.en
index 179fe07..de5cb94 100644
--- a/downloads/source/index.en
+++ b/downloads/source/index.en
@@ -68,13 +68,13 @@
<h2>Development version source code</h2>
-<p>NetSurf's source code is stored in a Subversion (SVN) repository. <strong>The best way to obtain the latest source code is to check it out of SVN.</strong> To do so, run the following command:</p>
+<p>NetSurf's source code is stored in a Git repository. <strong>The best way to obtain the latest source code is to check it out of Git.</strong> To do so, run the following command:</p>
-<p><code>$ svn co svn://svn.netsurf-browser.org/trunk/netsurf</code></p>
+<p><code>$ git clone git://git.netsurf-browser.org/netsurf.git</code></p>
-<p>The latest source code can also be viewed via a <a href="http://source.netsurf-browser.org/trunk/netsurf">web interface</a>.</p>
+<p>The latest source code can also be viewed via a <a href="http://source.netsurf-browser.org/?p=netsurf.git">web interface</a>.</p>
-<p>Using Subversion, as described above, is the recommended way to obtain the source, however it is possible to download it from here.</p>
+<p>Using Git, as described above, is the recommended way to obtain the source, however it is possible to download it from here.</p>
<ul class="developmentbuilds">
<!--#include virtual="/downloads/development/source.inc"-->
@@ -85,16 +85,16 @@
<p>There are two versions of NetSurf: NetSurf for RISC OS and GTK NetSurf (often referred to as nsgtk).</p>
<h3>Unix-like platforms</h3>
-<p>Users of Unix-like platforms, including Linux, should follow the build instructions provided in the <a href="http://source.netsurf-browser.org/*checkout*/trunk/netsurf/Docs/BUILDING-GTK"><code>Docs/BUILDING-GTK</code></a> file. This can be found in the source tree or viewed via the SVN web interface.</p>
+<p>Users of Unix-like platforms, including Linux, should follow the build instructions provided in the <a href="http://source.netsurf-browser.org/?p=netsurf.git;a=blob_plain;f=Docs/BUILDING-GTK;hb=HEAD"><code>Docs/BUILDING-GTK</code></a> file. This can be found in the source tree or viewed via the Git web interface.</p>
<h3>RISC OS</h3>
<p>RISC OS users should consult the <a href="/documentation/robuild">build instructions</a> in the <a href="/documentation">documentation</a>.</p>
<h3>Haiku and BeOS</h3>
-<p>Users of BeOS-like platforms should follow the build instructions provided in the <a href="http://source.netsurf-browser.org/*checkout*/trunk/netsurf/Docs/BUILDING-BeOS"><code>Docs/BUILDING-BeOS</code></a> file. This can be found in the source tree or viewed via the SVN web interface.</p>
+<p>Users of BeOS-like platforms should follow the build instructions provided in the <a href="http://source.netsurf-browser.org/?p=netsurf.git;a=blob_plain;f=Docs/BUILDING-BeOS;hb=HEAD"><code>Docs/BUILDING-BeOS</code></a> file. This can be found in the source tree or viewed via the Git web interface.</p>
<h3>AmigaOS</h3>
-<p>Users of AmigaOS should follow the build instructions provided in the <a href="http://source.netsurf-browser.org/*checkout*/trunk/netsurf/Docs/BUILDING-AmigaOS"><code>Docs/BUILDING-AmigaOS</code></a> file. This can be found in the source tree or viewed via the SVN web interface.</p>
+<p>Users of AmigaOS should follow the build instructions provided in the <a href="http://source.netsurf-browser.org/?p=netsurf.git;a=blob_plain;f=Docs/BUILDING-AmigaOS;hb=HEAD"><code>Docs/BUILDING-AmigaOS</code></a> file. This can be found in the source tree or viewed via the Git web interface.</p>
<div class="footer">