summaryrefslogtreecommitdiff
path: root/downloads/source
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-01 13:18:47 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-01 13:18:47 +0100
commit5f5fa631013417dd4c9010e3b12084f3bd805895 (patch)
tree30956a49dffdb9382cb37dcec71c36a6feebacad /downloads/source
downloadnetsurf-website-5f5fa631013417dd4c9010e3b12084f3bd805895.tar.gz
netsurf-website-5f5fa631013417dd4c9010e3b12084f3bd805895.tar.bz2
Transfer current state of netsurfweb as a fresh line of history
Diffstat (limited to 'downloads/source')
-rw-r--r--downloads/source/index.en117
1 files changed, 117 insertions, 0 deletions
diff --git a/downloads/source/index.en b/downloads/source/index.en
new file mode 100644
index 0000000..21c1daa
--- /dev/null
+++ b/downloads/source/index.en
@@ -0,0 +1,117 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+ "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+<title>NetSurf | Source Code</title>
+<link rel="stylesheet" type="text/css" href="/netsurf.css">
+<link rel="icon" type="image/png" href="/webimages/favicon.png">
+</head>
+
+<body>
+<p class="banner"><a href="/"><img src="/netsurf.png" alt="NetSurf"></a></p>
+
+<div class="navigation">
+<div class="navsection">
+<ul>
+<li><a href="/about/">About NetSurf</a></li>
+<li><a href="/downloads/">Downloads</a>
+<ul>
+<li><a href="/downloads/source/">Source</a></li>
+<li><a href="/downloads/extras">Extras</a></li>
+</ul>
+</li>
+<li><a href="/documentation/">Documentation</a></li>
+<li><a href="/developers/">Development area</a></li>
+<li><a href="/webmasters/">Webmaster area</a></li>
+<li><a href="/contact/">Contact</a></li>
+</ul>
+</div>
+
+<div class="navsection">
+<ul class="languages">
+<!--<li><a href="index.de">Deutsch</a></li>-->
+<li>English</li>
+<!--<li><a href="index.fr">Français</a></li>-->
+<!--<li><a href="index.nl">Nederlands</a></li>-->
+</ul>
+</div>
+
+<div class="navsection">
+<ul class="sitelinks">
+<li><a href="http://wiki.netsurf-browser.org/">Development wiki</a></li>
+<li><a href="http://source.netsurf-browser.org/">SVN repository viewer</a></li>
+</ul>
+</div>
+
+</div>
+
+<div class="content">
+
+<p class="breadcrumbs"><a href="/">Home</a> » <a href="/downloads/">Downloads</a> » Source code</p>
+
+<h1>NetSurf Source Code</h1>
+
+<p>The source code for each release version of NetSurf is available.</p>
+
+<ul>
+<li><a href="/downloads/releases/netsurf-2.9-full-src.tar.gz">NetSurf 2.9 source code</a> (27 Mar 2012)</li>
+<li><a href="/downloads/releases/netsurf-2.8-full-src.tar.gz">NetSurf 2.8 source code</a> (21 Sep 2011)</li>
+<li><a href="/downloads/releases/netsurf-2.7-full-src.tar.gz">NetSurf 2.7 source code</a> (16 Apr 2011)</li>
+<li><a href="/downloads/releases/netsurf-2.6-src.tar.gz">NetSurf 2.6 source code</a> (21 Sep 2010)</li>
+<li><a href="/downloads/releases/netsurf-2.5-src.tar.gz">NetSurf 2.5 source code</a> (18 Apr 2010)</li>
+<li><a href="/downloads/releases/netsurf-2.1-src.tar.gz">NetSurf 2.1 source code</a> (23 May 2009)</li>
+<li><a href="/downloads/releases/netsurf-2.0-src.tar.gz">NetSurf 2.0 source code</a> (25 Apr 2009)</li>
+<li><a href="/downloads/releases/netsurf-1.2-src.tar.gz">NetSurf 1.2 source code</a> (22 Mar 2008)</li>
+<li><a href="/downloads/releases/netsurf-1.1-src.tar.gz">NetSurf 1.1 source code</a> (13 Aug 2007)</li>
+<li><a href="/downloads/releases/netsurf-1.0-src.tar.gz">NetSurf 1.0 source code</a> (17 May 2007)</li>
+</ul>
+
+<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><code>$ svn co svn://svn.netsurf-browser.org/trunk/netsurf</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>Using Subversion, 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"-->
+</ul>
+
+<h2 id="BuildInstructions">Build Instructions</h2>
+
+<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>
+
+<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>
+
+<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>
+
+
+<div class="footer">
+<p>Copyright 2003 - 2012 The NetSurf Developers</p>
+</div>
+
+</div>
+
+
+<form method="get" action="http://www.google.co.uk/search">
+<div class="searchbox">
+<input type="hidden" name="q" value="site:netsurf-browser.org">
+<input type="text" name="q" maxlength="255"><br>
+<input type="submit" value="Search" name="btnG">
+</div>
+</form>
+
+</body>
+</html>
+