summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-07-03 16:57:57 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-07-03 16:57:57 +0100
commit7817aef8ccb674c6f79ab17da4f51b7f043c19b6 (patch)
treea82a417e28723724fdbbffaec5702e53a2beb45d
parent23c384aa07288dc86dce79125b749a7068edaf43 (diff)
downloadnetsurf-website-7817aef8ccb674c6f79ab17da4f51b7f043c19b6.tar.gz
netsurf-website-7817aef8ccb674c6f79ab17da4f51b7f043c19b6.tar.bz2
More SVN --> Git.
-rw-r--r--about/news.en2
-rw-r--r--developers/gsoc/2008ideas.en2
-rw-r--r--developers/gsoc/2009ideas.en2
-rw-r--r--developers/index.en6
-rw-r--r--documentation/develop.en4
-rw-r--r--documentation/index.en2
-rw-r--r--documentation/translations.en8
-rw-r--r--netsurf.css2
8 files changed, 13 insertions, 15 deletions
diff --git a/about/news.en b/about/news.en
index d162c93..c517031 100644
--- a/about/news.en
+++ b/about/news.en
@@ -102,7 +102,7 @@
<dd>Bumper development summary, including performance and page layout improvements, better text selection handling, vastly improved GTK front end, ports to new platforms and Google Summer of Code round-up.</dd>
<dt><a href="http://vlists.pepperfish.net/pipermail/netsurf-users-netsurf-browser.org/2008-August/007757.html">Now using Hubbub</a> <span>11 Aug 2008</span></dt>
<dd>NetSurf now uses <a href="/projects/hubbub/">Hubbub</a>, our new HTML parser which is compliant with the HTML5 specification. This fixes many issues and ensures we handle broken HTML in the same way as the other mainstream browsers.</dd>
-<dt><a href="http://source.netsurf-browser.org/trunk/netsurf/Docs/BUILDING-BeOS">BeOS port started</a> <span>03 Jun 2008</span></dt>
+<dt><a href="http://source.netsurf-browser.org/?p=netsurf.git;a=blob_plain;f=Docs/BUILDING-BeOS;hb=HEAD">BeOS port started</a> <span>03 Jun 2008</span></dt>
<dd>NetSurf is now running natively on the BeOS operating system. The early port is available from SVN.</dd>
<dt><a href="/developers/gsoc">GSoC projects selected</a> <span>22 Apr 2008</span></dt>
<dd>The student projects that will be carried out this summer have been announced. See our <a href="/developers/gsoc">GSoC page</a> for details.</dd>
diff --git a/developers/gsoc/2008ideas.en b/developers/gsoc/2008ideas.en
index f1524b3..3db35f1 100644
--- a/developers/gsoc/2008ideas.en
+++ b/developers/gsoc/2008ideas.en
@@ -60,7 +60,7 @@
<ul>
<li>Join our IRC channel <code>#netsurf</code> on <a href="http://freenode.net/">Freenode</a> and introduce yourself. Also, subscribe to the <a href="http://www.netsurf-browser.org/lists/netsurf-dev">developer mailing list</a>.</li>
<li>Have access to a computer with supported OS (RISC OS, Linux, FreeBSD, etc) or an OS relevant for the project you want to apply for (Windows, Mac OS).</li>
-<li>Get up to speed with <a href="http://subversion.tigris.org/">Subversion</a>, as we use this for source control, and get the NetSurf <a href="http://www.netsurf-browser.org/documentation/develop#Subversion">source code</a>.</li>
+<li>Get up to speed with <a href="http://wiki.netsurf-browser.org/Documentation/GettingCoding">Git</a>, as we use this for source control, and get the NetSurf <a href="http://www.netsurf-browser.org/documentation/develop#SourceControl">source code</a>.</li>
<li><a href="http://www.netsurf-browser.org/documentation/develop#Compiling">Build NetSurf</a> and enjoy using it. (Ask if you need help.)</li>
<li>Get familiarised with the source code &ndash; read the <a href="http://source.netsurf-browser.org/trunk/netsurf/Docs/">code documentation</a>.</li>
</ul>
diff --git a/developers/gsoc/2009ideas.en b/developers/gsoc/2009ideas.en
index 4458c39..1b53b95 100644
--- a/developers/gsoc/2009ideas.en
+++ b/developers/gsoc/2009ideas.en
@@ -58,7 +58,7 @@
<ul>
<li>Join our IRC channel <code>#netsurf</code> on <a href="http://freenode.net/">Freenode</a> and introduce yourself. Also, subscribe to the <a href="http://www.netsurf-browser.org/lists/netsurf-dev">developer mailing list</a>.</li>
<li>Have access to a computer with supported OS (RISC OS, Linux, FreeBSD, BeOS, AmigaOS etc) or an OS relevant for the project you want to apply for (Windows, Mac OS).</li>
-<li>Get up to speed with <a href="http://subversion.tigris.org/">Subversion</a>, as we use this for source control, and get the NetSurf <a href="http://www.netsurf-browser.org/documentation/develop#Subversion">source code</a>.</li>
+<li>Get up to speed with <a href="http://wiki.netsurf-browser.org/Documentation/GettingCoding">Git</a>, as we use this for source control, and get the NetSurf <a href="http://www.netsurf-browser.org/documentation/develop#SourceControl">source code</a>.</li>
<li><a href="http://www.netsurf-browser.org/documentation/develop#Compiling">Build NetSurf</a> and enjoy using it. (Ask if you need help.)</li>
<li>Get familiarised with the source code &ndash; read the <a href="http://source.netsurf-browser.org/trunk/netsurf/Docs/">code documentation</a>.</li>
<li>Consider submitting a patch to fix an issue on our <a href="http://sourceforge.net/tracker/?func=browse&group_id=51719&atid=464312">bug tracker</a> or <a href="http://sourceforge.net/tracker/?func=browse&amp;group_id=51719&atid=464315">feature request tracker</a></li>
diff --git a/developers/index.en b/developers/index.en
index a87913a..dd773e8 100644
--- a/developers/index.en
+++ b/developers/index.en
@@ -109,11 +109,11 @@
<h2>Getting NetSurf source code</h2>
-<p>The source is kept in a Subversion repository. To check the latest source out use the command provided in the <a href="/documentation/develop#Subversion">developer documentation</a>.</p>
+<p>The source is kept in a Git repository. To check the latest source out use the command provided in the <a href="/documentation/develop#SourceControl">developer documentation</a>.</p>
-<p>Instructions for <a href="http://source.netsurf-browser.org/*checkout*/trunk/netsurf/Docs/BUILDING-GTK">building the GTK version</a> will be checked out with the source code. A guide to <a href="/documentation/robuild">building NetSurf on RISC OS</a> can be found in the documentation section of the web site.</p>
+<p>Instructions for <a href="http://source.netsurf-browser.org/?p=netsurf.git;a=blob_plain;f=Docs/BUILDING-GTK;hb=HEAD">building the GTK version</a> will be checked out with the source code. A guide to <a href="/documentation/robuild">building NetSurf on RISC OS</a> can be found in the documentation section of the web site.</p>
-<p>It is also possible to browse the source online via the <a href="http://source.netsurf-browser.org/trunk/netsurf/">web interface</a>.</p>
+<p>It is also possible to browse the source online via the <a href="http://source.netsurf-browser.org/?p=netsurf.git">web interface</a>.</p>
<h2>Recent changes</h2>
diff --git a/documentation/develop.en b/documentation/develop.en
index c227bfa..f1de2e1 100644
--- a/documentation/develop.en
+++ b/documentation/develop.en
@@ -80,7 +80,7 @@
<h2 id="Compiling">Compiling</h2>
-<p>The recommended compiler is GCC. A guide to <a href="robuild">building NetSurf on RISC OS</a> is available, as are instructions for <a href="http://source.netsurf-browser.org/*checkout*/trunk/netsurf/Docs/BUILDING-GTK">building the GTK version</a>. NetSurf can also be cross-compiled for RISC OS using <a href="http://gccsdk.riscos.info/">GCCSDK</a>.</p>
+<p>The recommended compiler is GCC. A guide to <a href="robuild">building NetSurf on RISC OS</a> is available, as are instructions for <a href="http://source.netsurf-browser.org/?p=netsurf.git;a=blob_plain;f=Docs/BUILDING-GTK;hb=HEAD">building the GTK version</a>. NetSurf can also be cross-compiled for RISC OS using <a href="http://gccsdk.riscos.info/">GCCSDK</a>.</p>
<p>The <a href="http://www.netsurf-browser.org/downloads/riscos/testbuilds">autobuilder</a> compiles NetSurf every 15 minutes if changes have been checked into our Git repository.</p>
@@ -88,7 +88,7 @@
<h3>Dependencies</h3>
-<p>NetSurf requires a number of additional libraries to build. Consult the documents in the <code>Docs/</code> directory of NetSurf's source tree for more info.</p>
+<p>NetSurf requires a number of additional libraries to build. Consult the documents in the <a href="http://source.netsurf-browser.org/?p=netsurf.git;a=tree;f=Docs;hb=HEAD">Docs</a> directory of NetSurf's source tree for more info.</p>
<h2 id="SourceDocumentation">Source documentation</h2>
diff --git a/documentation/index.en b/documentation/index.en
index 35a627d..b45779e 100644
--- a/documentation/index.en
+++ b/documentation/index.en
@@ -175,7 +175,7 @@
<ul class="docsections">
<li><strong><a href="develop">Developer Information</a></strong>
<ul>
-<li><a href="develop#Subversion">Source control</a></li>
+<li><a href="develop#SourceControl">Source control</a></li>
<li><a href="develop#Compiling">Compiling</a></li>
<li><a href="develop#SourceDocumentation">Source documentation</a></li>
<li><a href="develop#Communication">Communication</a></li>
diff --git a/documentation/translations.en b/documentation/translations.en
index 2c2f553..8860397 100644
--- a/documentation/translations.en
+++ b/documentation/translations.en
@@ -83,11 +83,9 @@
<p>The documentation is part of the web site and it is copied into the NetSurf application by the autobuilder. The autobuilder automatically makes a few changes to links in the documentation, to ensure they work off line. It is important that it is the web site version of the documentation is translated.</p>
-<p>The simplest way to get the latest files is to use Subversion, as follows:</p>
+<p>The simplest way to get the latest files is to use Git, as follows:</p>
-<p><code>*<strong>svn checkout svn://svn.netsurf-browser.org/trunk/netsurf/!NetSurf</strong></code><br><code>*<strong>svn checkout svn://svn.netsurf-browser.org/trunk/netsurfweb</strong></code></p>
-
-<p>The <a href="http://www.cp15.org/versioncontrol/">Subversion client</a> must first have been seen by the filer.</p>
+<p><code>$ <strong>git clone git://git.netsurf-browser.org/netsurf.git</strong></code><br><code>$ <strong>git clone git://git.netsurf-browser.org/netsurf-website.git</strong></code></p>
<p>The important files are</p>
@@ -114,7 +112,7 @@
<h2 id="FileSubmission">File submission</h2>
-<p>Please send any translated files to Michael &lt;<a href="mailto:tlsa@netsurf-browser.org">tlsa@netsurf-browser.org</a>&gt;.</p>
+<p>Please send any translated files to the <a href="/contact/">development mailing list</a>.</p>
<div class="footer">
diff --git a/netsurf.css b/netsurf.css
index 72b4597..96a4dbd 100644
--- a/netsurf.css
+++ b/netsurf.css
@@ -685,7 +685,7 @@ p.award a img {
font-weight: bold; }
/*
- * Recent SVN Activity
+ * Recent Source Control System Activity
*/
.changelog p {