summaryrefslogtreecommitdiff
path: root/resources/it
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2020-04-07 21:26:08 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2020-04-07 21:32:28 +0100
commitc4a18c2fddb2b640ae0d554c5444e9bffa3d256f (patch)
treece3149ee472a0aa3794526ef98bcdd7950767ead /resources/it
parent15342b5f5bc741565a848fbc0abb351dd8dd02a5 (diff)
downloadnetsurf-c4a18c2fddb2b640ae0d554c5444e9bffa3d256f.tar.gz
netsurf-c4a18c2fddb2b640ae0d554c5444e9bffa3d256f.tar.bz2
Resources: Update presentation to use nscolour.
Diffstat (limited to 'resources/it')
-rw-r--r--resources/it/credits.html15
-rw-r--r--resources/it/licence.html78
2 files changed, 45 insertions, 48 deletions
diff --git a/resources/it/credits.html b/resources/it/credits.html
index 93d2eb091..b68c61fbb 100644
--- a/resources/it/credits.html
+++ b/resources/it/credits.html
@@ -12,16 +12,15 @@ div#DevList ul {
</style>
</head>
-<body>
-<p class="banner"><a href="http://www.netsurf-browser.org/"><img src="resource:netsurf.png" alt="NetSurf"></a></p>
+<body class="ns-even-bg ns-even-fg ns-border">
-<h1>Ringraziamenti</h1>
+<h1 class="ns-border">Ringraziamenti</h1>
<p>NetSurf è stato sviluppato dalle seguenti persone:</p>
<div id="DevList">
-<h2>Programmazione e codice sorgente</h2>
+<h2 class="ns-border">Programmazione e codice sorgente</h2>
<ul>
<li>Kevin Bagust</li>
<li>John-Mark Bell</li>
@@ -59,7 +58,7 @@ div#DevList ul {
<li>Chris Young</li>
</ul>
-<h2>Documentazione</h2>
+<h2 class="ns-border">Documentazione</h2>
<ul>
<li>John-Mark Bell</li>
<li>James Bursa</li>
@@ -69,7 +68,7 @@ div#DevList ul {
<li>Richard Wilson</li>
</ul>
-<h2>Grafica e loghi</h2>
+<h2 class="ns-border">Grafica e loghi</h2>
<ul>
<li>Michael Drake</li>
<li>Andrew Duffell</li>
@@ -78,7 +77,7 @@ div#DevList ul {
<li>Phil Mellor</li>
</ul>
-<h2>Traduttori</h2>
+<h2 class="ns-border">Traduttori</h2>
<ul>
<li>Sebastian Barthel</li>
<li>Bruno D'Arcangeli</li>
@@ -91,7 +90,7 @@ div#DevList ul {
</div>
<div class="footer">
-<p><br>Copyright 2003&ndash;2019 The NetSurf Developers</p>
+<p class="ns-even-fg-faded ns-border">Copyright 2003&ndash;2019 The NetSurf Developers</p>
</div>
</body>
diff --git a/resources/it/licence.html b/resources/it/licence.html
index dbf93d7e4..3c3760245 100644
--- a/resources/it/licence.html
+++ b/resources/it/licence.html
@@ -5,23 +5,22 @@
<link rel="stylesheet" type="text/css" href="resource:internal.css">
<style type="text/css">
div.licence {
- background: #ddd;
white-space: pre;
font-family: monospace;
- border: solid 1px black;
+ border-width: 1px;
+ border-style: solid;
margin: 10mm;
padding: 1em 0.5em;
}
dl.components > dt {
- border-bottom: dotted 2px #94adff;
+ border-bottom-width: 1px;
+ border-bottom-style: solid;
}
dl.components > dt > a {
text-decoration: none;
}
dl.components > dd > span {
display: table-cell;
-}
-dl.components > dd > span {
width: 100%;
}
dl.components > dd > span + span {
@@ -30,10 +29,9 @@ dl.components > dd > span + span {
</style>
</head>
-<body>
-<p class="banner"><a href="http://www.netsurf-browser.org/"><img src="resource:netsurf.png" alt="NetSurf"></a></p>
+<body class="ns-even-bg ns-even-fg ns-border">
-<h1>Licenza d'uso</h1>
+<h1 class="ns-border">Licenza d'uso</h1>
<p style="text-align: justify">Il codice sorgente di NetSurf, la sua documentazione, nonchè i file delle traduzioni e le definizioni UI sono rilasciati liberamente secondo i termini della Licenza Pubblica Generica GNU cosi com'è pubblicata dalla Free Software Foundation nella versione 2.0 o successiva, inoltre, come eccezione particolare è possibile collegare il codice sorgente di NetSurf a quello della libreria OpenSSL oppure distribuirli insieme usando una versione modificata della libreria stessa avente però la medesima licenza d'uso.</p>
@@ -41,7 +39,7 @@ dl.components > dd > span + span {
<p style="text-align: justify">Nel caso si desideri modificare il programma è possibile estendere questa eccezione anche alla versione del codice sorgente modificato, tuttavia non è obbligatorio farlo e se non lo si desidera è possibile cancellare questa eccezione dalla propria versione.</p>
-<h2>Licenza d'uso dei vari componenti</h2>
+<h2 class="ns-border">Licenza d'uso dei vari componenti</h2>
<p>Tutte le risorse ArtWork di NetSurf sono rilasciate secondo i termini della licenza MIT.</p>
@@ -50,73 +48,73 @@ dl.components > dd > span + span {
<h3>Componenti del progetto NetSurf</h3>
<dl class="components">
-<dt><a href="http://www.netsurf-browser.org/">NetSurf</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/">NetSurf</a></dt>
<dd>
<span>&copy; 2002&ndash;2018 The NetSurf Developers</span>
<span><a href="#gplv2">GPLv2</a></span>
</dd>
-<dt><a href="http://www.netsurf-browser.org/projects/libcss/">LibCSS</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/projects/libcss/">LibCSS</a></dt>
<dd>
<span>&copy; 2007&ndash;2018 John-Mark Bell</span>
<span><a href="#mit">MIT</a></span>
</dd>
-<dt><a href="http://www.netsurf-browser.org/projects/hubbub/">Hubbub</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/projects/hubbub/">Hubbub</a></dt>
<dd>
<span>&copy; 2007&ndash;2017 John-Mark Bell<br>&copy; 2008&ndash;2009 Andrew Sidwell</span>
<span><a href="#mit">MIT</a></span>
</dd>
-<dt><a href="http://www.netsurf-browser.org/projects/libparserutils/">LibParserUtils</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/projects/libparserutils/">LibParserUtils</a></dt>
<dd>
<span>&copy; 2007&ndash;2017 John-Mark Bell</span>
<span><a href="#mit">MIT</a></span>
</dd>
-<dt><a href="http://www.netsurf-browser.org/projects/librosprite/">LibROSprite</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/projects/librosprite/">LibROSprite</a></dt>
<dd>
<span>&copy; 2008 James Shaw</span>
<span><a href="#mit">MIT</a></span>
</dd>
-<dt><a href="http://www.netsurf-browser.org/projects/libpencil">Libpencil</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/projects/libpencil">Libpencil</a></dt>
<dd>
<span>&copy; 2005&ndash;2006 James Bursa</span>
<span><a href="#mit">MIT</a></span>
</dd>
-<dt><a href="http://www.netsurf-browser.org/projects/rufl">RUfl</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/projects/rufl">RUfl</a></dt>
<dd>
<span>&copy; 2005&ndash;2009 James Bursa</span>
<span><a href="#mit">MIT</a></span>
</dd>
-<dt><a href="http://www.netsurf-browser.org/projects/libsvgtiny">Libsvgtiny</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/projects/libsvgtiny">Libsvgtiny</a></dt>
<dd>
<span>&copy; 2008&ndash;2009 James Bursa</span>
<span><a href="#mit">MIT</a></span>
</dd>
-<dt><a href="http://www.netsurf-browser.org/projects/libnsbmp/">Libnsbmp</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/projects/libnsbmp/">Libnsbmp</a></dt>
<dd>
<span>&copy; 2006 Richard Wilson<br>&copy; 2008 Sean Fox</span>
<span><a href="#mit">MIT</a></span>
</dd>
-<dt><a href="http://www.netsurf-browser.org/projects/libnsfb/">Libnsfb</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/projects/libnsfb/">Libnsfb</a></dt>
<dd>
<span>&copy; 2009&ndash;2017 Vincent Sanders<br>&copy; 2009&ndash;2017 Michael Drake</span>
<span><a href="#mit">MIT</a></span>
</dd>
-<dt><a href="http://www.netsurf-browser.org/projects/libnsgif/">Libnsgif</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/projects/libnsgif/">Libnsgif</a></dt>
<dd>
<span>&copy; 2004 Richard Wilson<br>&copy; 2008 Sean Fox</span>
<span><a href="#mit">MIT</a></span>
</dd>
-<dt><a href="http://www.netsurf-browser.org/projects/libwapcaplet">LibWapcaplet</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/projects/libwapcaplet">LibWapcaplet</a></dt>
<dd>
<span>&copy; 2009&ndash;2017 NetSurf Browser Project, Daniel Silverstone</span>
<span><a href="#mit">MIT</a></span>
@@ -126,49 +124,49 @@ dl.components > dd > span + span {
<h3>Componenti di terze parti</h3>
<dl class="components">
-<dt><a href="http://curl.haxx.se/">cURL</a></dt>
+<dt class="ns-border"><a href="http://curl.haxx.se/">cURL</a></dt>
<dd>
<span>&copy; 1996&ndash;2010 Daniel Stenberg</span>
<span><a href="#mit">MIT</a></span>
</dd>
-<dt><a href="http://libharu.org/">Haru PDF</a></dt>
+<dt class="ns-border"><a href="http://libharu.org/">Haru PDF</a></dt>
<dd>
<span>&copy; 2000&ndash;2008 Takeshi Kanno</span>
<span><a href="#zlib">ZLib</a></span>
</dd>
-<dt><a href="http://www.ijg.org">libjpeg</a></dt>
+<dt class="ns-border"><a href="http://www.ijg.org">libjpeg</a></dt>
<dd>
<span>&copy; 1991&ndash;2010 Thomas G. Lane, Guido Vollbeding</span>
<span><a href="#ijg">IJG</a></span>
</dd>
-<dt><a href="http://www.littlecms.com/">liblcms</a></dt>
+<dt class="ns-border"><a href="http://www.littlecms.com/">liblcms</a></dt>
<dd>
<span>&copy; 1998&ndash;2007 Marti Maria Saguer</span>
<span><a href="#mit">MIT</a></span>
</dd>
-q<dt><a href="http://ro-oslib.sourceforge.net/">OSLib</a></dt>
+q<dt class="ns-border"><a href="http://ro-oslib.sourceforge.net/">OSLib</a></dt>
<dd>
<span>&copy; 1994&ndash;1998 Jonathan Coxhead and contributors</span>
<span><a href="#oslib">OSLib</a></span>
</dd>
-<dt><a href="http://www.openssl.org/">OpenSSL</a></dt>
+<dt class="ns-border"><a href="http://www.openssl.org/">OpenSSL</a></dt>
<dd>
<span>&copy; 1995&ndash;1998 Eric A. Young, Tim J. Hudson<br>&copy; 1998&ndash;2010 The OpenSSL Project</span>
<span><a href="#openssl">OpenSSL</a></span>
</dd>
-<dt><a href="http://www.libpng.org">libpng</a></dt>
+<dt class="ns-border"><a href="http://www.libpng.org">libpng</a></dt>
<dd>
<span>&copy; 2004&ndash;2010 Glenn Randers-Pehrson</span>
<span><a href="#png">PNG</a></span>
</dd>
-<dt><a href="http://www.riscos.info/websvn/listing.php?repname=gccsdk&path=%2Ftrunk%2Fgcc4%2Frecipe%2Ffiles%2Fgcc%2Flibunixlib%2F&#a9586e56e500c7fdfb58279167b82472d">UnixLib</a></dt>
+<dt class="ns-border"><a href="http://www.riscos.info/websvn/listing.php?repname=gccsdk&path=%2Ftrunk%2Fgcc4%2Frecipe%2Ffiles%2Fgcc%2Flibunixlib%2F&#a9586e56e500c7fdfb58279167b82472d">UnixLib</a></dt>
<dd>
<span>&copy; 1995&ndash;1999 Simon Callan, Nick Burrett, Nicholas Clark and
Peter Burwood<br>&copy; 1999&ndash;2009 Nick Burrett, John Tytgat, Peter Naulls,
@@ -177,20 +175,20 @@ Graham Shaw, James Bursa and John-Mark Bell.</span>
<span><a href="#unixlib">UnixLib</a></span>
</dd>
-<dt><a href="http://zlib.net/">ZLib</a></dt>
+<dt class="ns-border"><a href="http://zlib.net/">ZLib</a></dt>
<dd>
<span>&copy; 1995&ndash;2010 Jean-loup Gailly and Mark Adler</span>
<span><a href="#zlib">ZLib</a></span>
</dd>
</dl>
-<h2>Testi delle licenze</h2>
+<h2 class="ns-border">Testi delle licenze</h2>
<p style="text-align: justify">Ove possibile le forme generiche dei vari testi delle licenze sono visualizzate qui. Alcuni componenti possono variare leggermente la licenza d'uso, tuttavia nei casi in cui abbiamo apportato delle modifiche il nostro sforzo è stato quello di rispettare il più fedelmente possibile (ed in accordo ad essa) la licenza originale, in questo caso le piccole variazioni alla licenza sono elencate qui, eventuali altre variazioni minori come ad esempio gli spazi bianchi non sono considerati.</p>
<a name="gplv2" />
<h3>GNU General Public Licence, Versione 2</h3>
-<div class="licence"> GNU GENERAL PUBLIC LICENSE
+<div class="licence ns-border ns-odd-bg"> GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
@@ -533,7 +531,7 @@ Public License instead of this License.
<a name="mit" />
<h3>Licenza MIT/X</h3>
-<div class="licence">Permission is hereby granted, free of charge, to any person obtaining a copy
+<div class="licence ns-border ns-odd-bg">Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
@@ -554,7 +552,7 @@ THE SOFTWARE.
<a name="zlib" />
<h3>Licenza ZLib</h3>
-<div class="licence"> This software is provided 'as-is', without any express or implied
+<div class="licence ns-border ns-odd-bg"> This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
@@ -573,7 +571,7 @@ THE SOFTWARE.
<a name="ijg" />
<h3>Licenza IJG</h3>
-<div class="licence">The authors make NO WARRANTY or representation, either express or implied,
+<div class="licence ns-border ns-odd-bg">The authors make NO WARRANTY or representation, either express or implied,
with respect to this software, its quality, accuracy, merchantability, or
fitness for a particular purpose. This software is provided "AS IS", and you,
its user, assume the entire risk as to its quality and accuracy.
@@ -627,7 +625,7 @@ but is also freely distributable.
<a name="oslib" />
<h3>Licenza OSLib</h3>
-<div class="licence">The copyright holder has granted a small relaxation of the
+<div class="licence ns-border ns-odd-bg">The copyright holder has granted a small relaxation of the
conditions of the GNU Public Licence, in that OSLib is itself
free software, but applications linked to it need not be.
This means that any changes to OSLib itself (the contents of
@@ -887,7 +885,7 @@ That's all there is to it!
<a name="openssl" />
<h3>Licenza OpenSSL</h3>
-<div class="licence"> The OpenSSL toolkit stays under a dual license, i.e. both the conditions of
+<div class="licence ns-border ns-odd-bg"> The OpenSSL toolkit stays under a dual license, i.e. both the conditions of
the OpenSSL License and the original SSLeay license apply to the toolkit.
See below for the actual license texts. Actually both licenses are BSD-style
Open Source licenses. In case of any license issues related to OpenSSL
@@ -1013,7 +1011,7 @@ That's all there is to it!
<a name="png" />
<h3>Licenza PNG</h3>
-<div class="licence"> * This code is released under the libpng license.
+<div class="licence ns-border ns-odd-bg"> * This code is released under the libpng license.
*
* libpng versions 1.2.6, August 15, 2004, through 1.4.1, February 25, 2010, are
* Copyright (c) 2004, 2006-2010 Glenn Randers-Pehrson, and are
@@ -1103,7 +1101,7 @@ That's all there is to it!
<a name="unixlib" />
<h3>Licenza UnixLib</h3>
-<div class="licence">In January 2005, permission was obtained from all relevant contributors
+<div class="licence ns-border ns-odd-bg">In January 2005, permission was obtained from all relevant contributors
by Peter Naulls to license all past and present contributions to UnixLib
(where possible) under the revised BSD license. The license is included
in the next section and is applicable to all code in UnixLib that does not
@@ -1853,7 +1851,7 @@ PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
</div>
<div class="footer">
-<p>Copyright 2003&ndash;2019 The NetSurf Developers</p>
+<p class="ns-even-fg-faded ns-border">Copyright 2003&ndash;2019 The NetSurf Developers</p>
</div>
</body>