summaryrefslogtreecommitdiff
path: root/resources/it/credits.html
diff options
context:
space:
mode:
Diffstat (limited to 'resources/it/credits.html')
-rw-r--r--resources/it/credits.html98
1 files changed, 98 insertions, 0 deletions
diff --git a/resources/it/credits.html b/resources/it/credits.html
new file mode 100644
index 000000000..cec1912a6
--- /dev/null
+++ b/resources/it/credits.html
@@ -0,0 +1,98 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+<title>NetSurf | Ringraziamenti</title>
+<link rel="stylesheet" type="text/css" href="resource:internal.css">
+<style type="text/css">
+div#DevList li {
+ float: left;
+ width: 18em; }
+div#DevList ul {
+ overflow: hidden; }
+</style>
+</head>
+
+<body>
+<p class="banner"><a href="http://www.netsurf-browser.org/"><img src="resource:netsurf.png" alt="NetSurf"></a></p>
+
+<h1>Ringraziamenti</h1>
+
+<p>NetSurf è stato sviluppato dalle seguenti persone:</p>
+
+<div id="DevList">
+
+<h2>Programmazione e codice sorgente</h2>
+<ul>
+<li>Kevin Bagust</li>
+<li>John-Mark Bell</li>
+<li>Mark Benjamin</li>
+<li>Adam Blokus</li>
+<li>Pawe&#x0142 Blokus</li>
+<li>James Bursa</li>
+<li>Stefaan Claes</li>
+<li>Calin Dobos</li>
+<li>Michael Drake</li>
+<li>Sean Fox</li>
+<li>Stephen Fryatt</li>
+<li>Rik Griffin</li>
+<li>Matthew Hambley</li>
+<li>Rob Jackson</li>
+<li>Rob Kendrick</li>
+<li>Jeffrey Lee</li>
+<li>Adrian Lees</li>
+<li>Michael Lester</li>
+<li>Ole Loots</li>
+<li>Phil Mellor</li>
+<li>Philip Pemberton</li>
+<li>François Revol</li>
+<li>Darren Salt</li>
+<li>Vincent Sanders</li>
+<li>James Shaw</li>
+<li>Andrew Sidwell</li>
+<li>Daniel Silverstone</li>
+<li>Andrew Timmins</li>
+<li>John Tytgat</li>
+<li>Sven Weidauer</li>
+<li>Chris Williams</li>
+<li>Richard Wilson</li>
+<li>Bo Yang</li>
+<li>Chris Young</li>
+</ul>
+
+<h2>Documentazione</h2>
+<ul>
+<li>John-Mark Bell</li>
+<li>James Bursa</li>
+<li>Michael Drake</li>
+<li>Rob Kendrick</li>
+<li>James Shaw</li>
+<li>Richard Wilson</li>
+</ul>
+
+<h2>Grafica e loghi</h2>
+<ul>
+<li>Michael Drake</li>
+<li>Andrew Duffell</li>
+<li>John Duffell</li>
+<li>Richard Hallas</li>
+<li>Phil Mellor</li>
+</ul>
+
+<h2>Traduttori</h2>
+<ul>
+<li>Sebastian Barthel</li>
+<li>Bruno D'Arcangeli</li>
+<li>Samir Hawamdeh</li>
+<li>Gerard van Katwijk</li>
+<li>Jérôme Mathevet</li>
+<li>Simon Voortman</li>
+</ul>
+
+</div>
+
+<div class="footer">
+<p><br>Copyright 2003&ndash;2017 The NetSurf Developers</p>
+</div>
+
+</body>
+</html>