summaryrefslogtreecommitdiff
path: root/downloads/source/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'downloads/source/index.html')
-rw-r--r--downloads/source/index.html113
1 files changed, 113 insertions, 0 deletions
diff --git a/downloads/source/index.html b/downloads/source/index.html
new file mode 100644
index 0000000..8519f1f
--- /dev/null
+++ b/downloads/source/index.html
@@ -0,0 +1,113 @@
+<!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/">Git repository viewer</a></li>
+<li><a href="http://ci.netsurf-browser.org/">Continuous Integration</a></li>
+<li><a href="http://bugs.netsurf-browser.org/">Bug report system</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="http://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-3.2.tar.gz">NetSurf 3.2 source code</a> (30 Aug 2014)</li>
+<li><a href="http://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-3.1.tar.gz">NetSurf 3.1 source code</a> (26 Apr 2014)</li>
+<li><a href="http://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-3.0-full-src.tar.gz">NetSurf 3.0 source code</a> (20 Apr 2013)</li>
+<li><a href="http://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-2.9-full-src.tar.gz">NetSurf 2.9 source code</a> (27 Mar 2012)</li>
+<li><a href="http://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-2.8-full-src.tar.gz">NetSurf 2.8 source code</a> (21 Sep 2011)</li>
+<li><a href="http://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-2.7-full-src.tar.gz">NetSurf 2.7 source code</a> (16 Apr 2011)</li>
+<li><a href="http://download.netsurf-browser.org/netsurf/releases/source/netsurf-2.6-src.tar.gz">NetSurf 2.6 source code</a> (21 Sep 2010)</li>
+<li><a href="http://download.netsurf-browser.org/netsurf/releases/source/netsurf-2.5-src.tar.gz">NetSurf 2.5 source code</a> (18 Apr 2010)</li>
+<li><a href="http://download.netsurf-browser.org/netsurf/releases/source/netsurf-2.1-src.tar.gz">NetSurf 2.1 source code</a> (23 May 2009)</li>
+<li><a href="http://download.netsurf-browser.org/netsurf/releases/source/netsurf-2.0-src.tar.gz">NetSurf 2.0 source code</a> (25 Apr 2009)</li>
+<li><a href="http://download.netsurf-browser.org/netsurf/releases/source/netsurf-1.2-src.tar.gz">NetSurf 1.2 source code</a> (22 Mar 2008)</li>
+<li><a href="http://download.netsurf-browser.org/netsurf/releases/source/netsurf-1.1-src.tar.gz">NetSurf 1.1 source code</a> (13 Aug 2007)</li>
+<li><a href="http://download.netsurf-browser.org/netsurf/releases/source/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 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>$ 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/netsurf.git/">web interface</a>.</p>
+
+<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/netsurf.git/plain/Docs/QUICK-START"><code>Docs/QUICK-START</code></a> file. This can be found in the source tree or viewed via the Git web interface.</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/netsurf.git/plain/Docs/BUILDING-BeOS"><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/netsurf.git/plain/Docs/BUILDING-AmigaOS"><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">
+<p>Copyright 2003 - 2014 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>
+