moved from dev to prod

This commit is contained in:
root
2022-11-14 10:05:42 +01:00
parent ac142715b0
commit 43d589aa9b
1364 changed files with 27705 additions and 6101 deletions

14
tools/netsurf/Choices Normal file
View File

@@ -0,0 +1,14 @@
accept_language:de-de
memory_cache_size:20971520
disc_cache_size:52428800
ca_bundle:/c/tools/netsurf/res/cabundle
ca_path:/c/tools/netsurf/res/certs
homepage_url:http://firebee.org
window_x:20
window_y:17
window_width:1000
window_height:953
core_select_menu:1
atari_transparency:0
atari_editor:/c/tools/qed/qed.app
downloads_path:/c/Downloads

9
tools/netsurf/cookies Normal file
View File

@@ -0,0 +1,9 @@
# NetSurf cookies file.
#
# Lines starting with a '#' are comments, blank lines are ignored.
#
# All lines prior to "Version: 102" are discarded.
#
# Version Domain Domain from Set-Cookie Path Path from Set-Cookie Secure HTTP-Only Expires Last used No destroy Name Value Value was quoted Scheme URL Comment
Version: 102
0 codeberg.org 0 / 1 1 1 1667039709 1666960437 0 _csrf cUJLE8vNw-UbzzI1GoazTHk7-R46MTY2Njk1MzMwOTA0MTk2ODQwNw 0 https https://codeberg.org/firebee

4
tools/netsurf/doc/bugs Normal file
View File

@@ -0,0 +1,4 @@
KNOWN BUGS
- "View Source" only works when the configured editor is already launched.
- Wrong redraw area when parts of the window move out of the screen area.

74
tools/netsurf/doc/faq.txt Normal file
View File

@@ -0,0 +1,74 @@
NETSURF ATARI FAQ
Date: 12.04.2012
01.) CAN NETSURF ALSO BE RUN WITHIN AN TOS ENVIRONMENT?
02.) I DON'T HAVE AN 15 BIT GRAPHICS CARD, HOW TO RUN NETSURF ANYWAY?
03.) WHEN I WANT TO RUN NETSURF IT SAYS: "SOCKET NOT CONNECTED".
04.) I'M GETTING "INSUFFICENT MEMORY" MESSAGES WHEN RUNNING NETSURF.
05.) SSL DOES NOT WORK - WHAT'S WRONG?
06.) I'M GETTING THE ERROR: "BASE STYLESHEET FAILED TO LOAD" - WHAT'S WRONG?
05.) A PAGE CRASHES - WHAT CAN I DO?
1.) Question:
CAN NETSURF ALSO BE RUN WITHIN AN TOS ENVIRONMENT?
Answer:
Yes NS can run on classic TOS. More or less.
It is intended to run within the FreeMint environment.
However there is no support for networking
right now. Networking support for FireTOS is maybe possible
in the future.
NS also has problems with Path conversions on all FileSystems
running under TOS. Try setting full paths within the Choices file.
2.) Question:
I DON'T HAVE AN 15 BIT GRAPHICS CARD, HOW TO RUN NETSURF ANYWAY?
Answer:
You need to trigger the config a bit.
enable the following Choices settings:
atari_font_driver:vdi
atari_transparency:0
suppress_images:1
This will run netsurf as a bloat textmode browser :)
3.) Question:
WHEN I WANT TO RUN NETSURF IT SAYS: "SOCKET NOT CONNECTED"
Answer:
Take a look at the system requirements! I statet NetSurf needs
the latest FreeMiNT 1.17 RELEASE. There was a bug within previous
Versions. Please update your kernel. OR install polipo proxy
provided as RPM within sparemint distribution. This is an
workaround, it should work out of the box. But if you want to
use the polipo disk-cache you should edit the config file.
4.) Question:
I'M GETTING "INSUFFICENT MEMORY" MESSAGES WHEN RUNNING NETSURF.
Answer:
Try to increase the TPA_INITIALMEM Configuration value within MINT.CNF
5.) Question:
SSL DOES NOT WORK - WHAT TO DO?
Answer:
Try to move the shipped cabundle.crt file to the path where NetSurf
looks for the SSL certificates (Displayed within statusbar and also
verbose log).
6.) Question:
I'M GETTING THE ERROR: "BASE STYLESHEET FAILED TO LOAD" - WHAT'S WRONG?
Answer:
NetSurf checks if the base stylesheet is modified. For that - it
requires that the system clock is returning reasonable valid values.
Make your your system clock is set. (Rember empty NVRAM....)
If that doesn't help - make sure the netsurf package was unpacked
completly and that all files can be read.

View File

@@ -0,0 +1,125 @@
NETSURF
-
NATIVE ATARI ALPHA
Version 2.9 (Release Version)
Ported by: m0n0
Release date: xx.xx.xx
Contact: ole@monochrom.net
WWW: http://netsurf-browser.org
Table of Contents:
------------------
0x01 - What is it?
0x02 - System Requirements
0x03 - Features
0x04 - Missing features
0x05 - Things to test
0x06 - Additional Notes
0x07 - Known bugs
0x08 - Technical information
What is it? A web browser!
--------------------------
NetSurf is a multi-platform web browser which is written with
portability and speed in mind.
This is the native Port for the FreeMiNT OS.
More info at project website: www.netsurf-browser.org
Minimum System Requirements:
----------------------------
- 32 MB RAM ( 48 MB recommended for demanding websites )
- 32 MHz ( 60 Mhz recommended )
- At least 15 Bit Graphics card.
- FreeMiNT 1.17.0 release kernel (Please look at FAQ to read
about TOS support) for full & correct network support.
Main Features:
--------------
- Very good HTML 4 & CSS 2.1 rendering
- HTTPS
- Freetype2 font rendering
Missing Features:
-----------------
This section describes Features that NetSurf-Core offers but which are not
handled by the GEM frontend currently.
- Grapical website history dialog
Installation Notes:
-------------------
Unpack the compressed archive that you downloaded,
change into the new directory and run ns.prg.
If something isn't working - run ns.prg within an console and
enable logging:
./ns.prg -v
that makes it possible, that you can identify the problem.
Additional Notes
----------------
If you would like to see the above mentioned features or
can't run NetSurf because you only have a 16 or 256 Color system
get in contact.
Please also check the FAQ document.
Want to have other software ported? Get in contact and make me rich >;-)
If you want to help with netsurf, contact me for further info
or visit the netsurf svn and add something usefull :)
This is "just an early" alpha release. I wanted to get things moving on
and I think it is good to show the Atari-Users what has been archived
so far. This release lacks some features and some of the code written
was just coded with an "I have to get this done quickly" attitude.
This is especially true for the drawin routines... It doesn't offer
offscreen bitmaps, which was one of my goals for a release. But
I dropped that in favor of an not-so-delayed release.
Known Bugs
----------
- "View Source" only works when the configured editor is already launched.
- Wrong redraw area when parts of the window move out of the screen area.
Technical info & outlook
------------------------
Greetings & Thanks
------------------
- AtFact for providing help with resource files & images
- The MiNT Mailing list, they all helped me a lot!
- The NetSurf Mailing list guys, especially the Amiga guys.
- The NetSurf developers that did a great job!
- Everyone that tested this Browser!
- Everyone that provides feedback!
- The forum.atari-home.de members for giving me much help
during setup of my atari!
----
M0N0 - 09.09.2011

View File

@@ -0,0 +1,18 @@
TODO's (no priority order) for NetSurf 3.1 - 4.0
- Optimize drawing of bitmaps on Low-Memory machines
- Restore the Palette when Windows get's the Focus
-> only needed for <= 256 colors
- Make drawing of tiled bitmaps optional ( they are slooow )
-> already optimized, still needed?
- Make context menu more stable (grab all available context data at popup display)
- Implement SystemColor Choices dialog
- Add at least one offscreen plotter implementation
- Fix utf8 to atari character conversion (legacy VDI text plotter
must be able to handle the text argument characters correctly)
- Add URL history when typing URL's into url textarea
- Have browser_window specific cursor, window specifc cursor
- When minimized (not iconyfied) NetSurf doesn't recognize that.
- Implement Tabs (up to 4 tab favicons when iconyfied)
- merge treeview and gui_window handling

18
tools/netsurf/hotlist Normal file
View File

@@ -0,0 +1,18 @@
<!DOCTYPE html PUBLIC "//W3C/DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>NetSurf hotlist</title>
</head>
<body>
<ul>
<h4>NetSurf</h4>
<ul>
<li><a href="https://www.netsurf-browser.org/">NetSurf homepage</a></li>
<li><a href="https://www.netsurf-browser.org/downloads/">Download the latest version</a></li>
<li><a href="https://www.netsurf-browser.org/documentation">Documentation</a></li>
<li><a href="https://www.netsurf-browser.org/contact">Contact the NetSurf developers</a></li>
</ul>
</ul>
</body>
</html>

BIN
tools/netsurf/nsv4e.app Normal file

Binary file not shown.

View File

@@ -0,0 +1,242 @@
/* From http://texturizer.net/firefox/adblock.html */
/* Block Ads v.2004-06-12 by Neil Jenkins
Portions of this ruleset are derived from the ad blocking css by Joe Francis at:
http://www.floppymoose.com/
Some code also contributed by Mike Hokenson:
http://www.gozer.org/mozilla/ad_blocking
*/
iframe[src*="/ad-"],
iframe[src*="/ad."],
iframe[src*="/ad/"],
iframe[src*="/ad_"],
iframe[src*="/adframe"],
iframe[src*="/ads"],
iframe[src*="/adv"],
iframe[src*="/adx"],
iframe[src*=".ad"],
iframe[src*="_Banner"],
iframe[src*="BET365"],
iframe[src*="/click"],
iframe[src*="?click"],
iframe[src*="googlesyndication"],
iframe[src*="promos"],
iframe[name="bsadframe"],
iframe[id="adFrame"],
iframe[id="splashFrame"],
img[src*="/ad-"],
img[src*="/ad."],
img[src*="/ad/"],
img[src*="/ad_"],
img[src*="/ads"],
img[src*="/adv"],
img[src*="/adx"],
img[src*=".ad"],
img[src*="_ad_"],
img[src*="/click"],
img[src*="?click"],
img[src*="Editorial_Promos"],
img[src*="/toms_skyscraper_"],
img[src$="images/logos/amazon_international.gif"],
img[src*="freshmeat.net/button.gif"],
img[src*="pic.geocities.com/images/"],
img[src*="i.imdb.com/Vpics/"],
img[src*="i.imdb.com/Photos/CMSIcons"],
img[src*="i.imdb.com/Icons/apix/"],
img[src*="i.imdb.com/Icons/kpix/"],
img[src*="i.imdb.com/apix/"],
img[src*="sportsbybrooks.com/farkbutton.gif"],
img[alt*="advert"],
img[alt*="Click Here To Visit Our Sponsor"],
img[alt*="Sponsored Links"],
img[name="fixedSpImg"],
a:link[href*="/ad-"] img,
a:link[href*="/ad."] img,
a:link[href*="/ad/"] img,
a:link[href*="/ad_"] img,
a:link[href*="/ads"] img,
a:link[href*="/adv"] img,
a:link[href*="/adx"] img,
a:link[href*=".ad"] img,
a:link[href*="/banner"] img,
a:link[href*="/click.cgi"] img,
a:link[href*="/clickcgi?"] img,
a:link[href*="/clickover"] img,
a:link[href*="/clickthr"] img,
a:link[href*="/click-"] img,
a:link[href*="=click"] img,
a:link[href*="?click"] img,
a:link[href*="/A="] img,
table table table[width="346"][height="280"],
table[class="metatable"],
table[id="RefAd"],
table[cellspacing="0"][width="160"][height="329"][bgcolor="#000000"],
table[cellpadding="5"][width="150"][style="border: 1px dashed rgb(221, 170, 170); background-color: rgb(236, 248, 255);"],
table[border="0"][height="600"][width="120"],
table[height="90"][cellspacing="0"][cellpadding="0"][width="728"][border="0"],
table[border="0"][cellpadding="3"][cellspacing="0"][height="40"][width="100%"],
table[border="0"][cellpadding="0"][cellspacing="4"][align="right"][width="20%"],
table[border="2"] td[valign="top"][bgcolor="#ffffff"] table[width="138"],
table[border="0"][cellpadding="1"][cellspacing="0"][width="626"][bgcolor="#6699cc"],
table[bordercolor="red"][height="225"][cellspacing="0"][cellpadding="0"][width="190"][bgcolor="white"][border="0"],
table[width="336"][border="0"][cellspacing="0"][cellpadding="0"][align="right"][style="margin-left: 10px; margin-bottom: 10px;"],
table[width="770"][border="0"] tr[valign="top"]
td[width="160"],
td[class="cnnNavAd"],
td[class="RHBarBody"],
td[class="sl-table"],
td[style="border-bottom: 1px solid rgb(204, 204, 204); padding: 7px 3px; background-color: rgb(255, 254, 249);"],
td span[class="aoltextad"],
form[name="frmLargeForm"],
form[action*="click_lx.cgi"],
form[action^="http://rd.yahoo.com/"],
form[action=""][name$="SoapCity"],
form[action=""][name^="728x90"],
form[action=""][name^="300x250"],
form[method="get"][action*="martindale"][name="MDH"],
embed[type="application/x-shockwave-flash"][src*="_Banner"],
embed[type="application/x-shockwave-flash"][src*="/ad"],
embed[type="application/x-shockwave-flash"][href*="/ad"],
embed[type="application/x-shockwave-flash"][src*=".ad"],
embed[type="application/x-shockwave-flash"][href*=".ad"],
embed[type="application/x-shockwave-flash"][src*="?click"],
embed[type="application/x-shockwave-flash"][href*="?click"],
embed[type="application/x-shockwave-flash"][src*="/click"],
embed[type="application/x-shockwave-flash"][href*="/click"],
embed[type="application/x-shockwave-flash"][href*="promos"],
embed[type="application/x-shockwave-flash"][href*="=click"],
embed[type="application/x-shockwave-flash"][href*="redirect"],
embed[type="application/x-shockwave-flash"][href*="/A="],
embed[type="application/x-shockwave-flash"][name*="advert"],
embed[type="application/x-shockwave-flash"][name*="banner"],
div[id="adstrip"],
div[id*="advert"],
div[id="dropin"],
div[id="dwindow"],
div[id="dcv_EchangeLay"],
div[id="mntl"],
div[id*="popup"],
div[id="quack"],
div[id="splashLayer"],
div[id*="sponsor"],
div[id="yschsec"],
div[class="ovt"],
div#contextualLinks,
div[style="border: 1px solid rgb(221, 221, 221); padding: 5px; background-color: rgb(255, 255, 255);"],
object[id="widgeth"],
*[class="ad"],
*[class*="eSext"],
*[name*="klipad"],
*[style*="/ads/"],
*[id*="popover_"],
*[src*="120x80"],
*[src*="?ad"],
*[src*="-ad-"],
*[src*="/adimage"],
*[src*="/adimg"],
*[src*="advert"],
*[src*="=click"],
*[src*="banners."],
*[src*="banner_ads"],
*[src*="/images/dinkus/more-arrow-lo.gif"],
*[src*="/javaImages/ec/"],
*[src*="/offer"],
*[src*="/puffboxes/"],
*[src*="/sponsors/"],
*[src*="_sponsor_"],
*[src*="/us.yimg.com/a/ya"],
*[src*=".adbutler.de"],
*[src*=".nedstatbasic.net"],
*[src*=".tradedoubler.com"],
*[src*=".travelocity./Sponsor_gifs/"],
*[src*="a.consumer.net"],
*[src*="bannermania.nom.pl"],
*[src*="cash4banner.com"],
*[src*="crazypopups.com"],
*[src*="hit-now.com"],
*[src*="hitbox.com"],
*[src*="img.thebugs.ws"],
*[src*="kinghost.com/ban/"],
*[src*="klipmart"],
*[src*="popupad.net/ats/"],
*[src*="public"][src*="ad"],
*[src*="/publicidad/"],
*[src*="qkimg.net"],
*[src*="qksrv.net"],
*[src*="rcm-images.amazon.com"],
*[src*="rcm.amazon.com"],
*[src*="salon.com/Creatives"],
*[src*="sexcounter."],
*[src*="sideads/"],
*[src*="statse.webtrendslive.com"],
*[href*="logging.to"],
*[href*="/referral/"],
*[href*="tryaol"],
*[href*="websponsors"],
*[src*="banman.asp"],
*[href*="banman.asp"],
*[src*="bannerman"],
*[href*="bannerman"],
*[src*="?banner"],
*[href*="?banner"],
*[src*="/banner/"],
*[href*="/banner/"],
*[src*="/jump/"],
*[href*="/jump/"],
*[src*="adfarm"],
*[href*="adfarm"],
*[src*="advertising.com"],
*[href*="advertising.com"],
*[src*="ar.atwola.com"],
*[href*="ar.atwola.com"],
*[src*="atdmt.com"],
*[href*="atdmt.com"],
*[src*="bluestreak.com"],
*[href*="bluestreak.com"],
*[src*="clickxchange.com"],
*[href*="clickxchange.com"],
*[src*="doubleclick"],
*[href*="doubleclick"],
*[src*="falkag.net"],
*[href*="falkag.net"],
*[src*="fastclick.com"],
*[href*="fastclick.com"],
*[src*="mediaplex"],
*[href*="mediaplex"],
*[src*="netdirect.nl"],
*[href*="netdirect.nl"],
*[src*="spinbox."],
*[href*="spinbox."],
*[src*="tradedoubler.com"],
*[href*="tradedoubler.com"],
*[src*="transfer.go"],
*[href*="transfer.go"],
*[src*=".tribalfusion"],
*[href*=".tribalfusion"],
*[src*="valueclick"],
*[href*="valueclick"],
*[src*="http://216.92.211.171/"],
*[href*="http://216.92.211.171/"],
*[src*="http://216.92.21.16/"],
*[href*="http://216.92.21.16/"] {
display: none /*!important*/;
}
img[src*=".advance"],
img[src*="/click_"],
img[src*="/cnn/images/clickability/"],
img[src*="/logo2.m"],
img[src$="/banners/com000.jpg"],
a:link[href*=".add"] img,
a:link[href*="admin"] img,
a:link[href*="adobe"] img,
a:link[href*=".adp"] img,
a:link[href*="/advance"] img,
a:link[href*="click.mp3"] img,
a:link[href*="/imgres?imgurl="] img,
a:link[href*=":head"] img,
a:link[href*="http://nettracker."] img,
embed[type="application/x-shockwave-flash"][src*="gallery"] {
display: inline /*!important*/;
}

3347
tools/netsurf/res/cabundle Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -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 | About Credits</title>
<link rel="stylesheet" type="text/css" href="resource:internal.css">
<style>
div#DevList li {
float: left;
width: 18em; }
div#DevList ul {
overflow: hidden; }
</style>
</head>
<body class="ns-even-bg ns-even-fg ns-border">
<h1 class="ns-border">NetSurf Credits</h1>
<p>NetSurf was brought to you by the following people:</p>
<div id="DevList">
<h2 class="ns-border">Code</h2>
<ul>
<li>John-Mark Bell</li>
<li>Michael Drake</li>
<li>Rob Kendrick</li>
<li>Fran<EFBFBD>ois Revol</li>
<li>Vincent Sanders</li>
<li>Daniel Silverstone</li>
<li>Chris Young</li>
<li>Kevin Bagust</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>Sean Fox</li>
<li>Stephen Fryatt</li>
<li>Rik Griffin</li>
<li>Matthew Hambley</li>
<li>Rob Jackson</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>Darren Salt</li>
<li>James Shaw</li>
<li>Andrew Sidwell</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>
</ul>
<h2 class="ns-border">Documentation</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 class="ns-border">Graphics</h2>
<ul>
<li>Michael Drake</li>
<li>Andrew Duffell</li>
<li>John Duffell</li>
<li>Richard Hallas</li>
<li>Phil Mellor</li>
</ul>
<h2 class="ns-border">Translations</h2>
<ul>
<li>Sebastian Barthel</li>
<li>Bruno D'Arcangeli</li>
<li>Samir Hawamdeh</li>
<li>Gerard van Katwijk</li>
<li>J<EFBFBD>r<EFBFBD>me Mathevet</li>
<li>Simon Voortman</li>
</ul>
</div>
<div class="footer ns-even-fg-subtle">
<p class="ns-even-fg-faded ns-border">Copyright 2003&ndash;2020 The NetSurf Developers</p>
</div>
</body>
</html>

Binary file not shown.

View File

@@ -0,0 +1,65 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Welcome to NetSurf</title>
<style type="text/css">html,body{margin:0;padding:0;}body{color:#000;background:#fff;font-family:sans-serif;margin:0 auto;}a:link{text-decoration:underline;color:#00f;}a:visited{text-decoration:underline;color:#60a;}a:hover{text-decoration:none;}a:active{text-decoration:underline;color:#f00;}.banner{margin:0;padding:0;background:#94adff;text-align:left;}.banner img{border:none;color:#000;height:86px;width:308px;display:block;}.onlycontent{margin:0 1em;}.nslinks{display:table;width:100%;margin:0;border-spacing:0;padding:0;background:#ccd8ff;font-size:94%;}.nslinks li{display:table-cell;text-align:center;padding:0.2em 0.3em 0.3em;vertical-align:middle;}.nslinks li+li{border-left:2px solid #b1c3ff;}.version{padding:0;margin:1.2em auto 0;width:90%;color:#444;font-size:160%;}.intro{width: 90%;margin:1em auto;color:#666;}.websearch{margin:1.5em auto;padding:1.2em 0.3em;background:#d8e2ff;border:2px solid #c5d3ff;width:80%;text-align:center;}input[type=text]{border:2px solid #b6c7ff;background:#f9faff;color:#000;margin:2px;}input[type=submit]{border:2px outset #cedaff;color:#000;background:#cedaff;margin:2px;}.links{display:table;width:80%;margin:0 auto 3em;font-size:94%;}.links ul{display:table-cell;padding-left:2.5em;}.links ul+ul{padding-left:1em;}.footer{font-style:italic;color:#666;text-align:right;}.footer p{margin-top:1.5em;padding-top:0.4em;border-top:2px solid #94adff;}</style>
</head>
<body>
<h1 class="banner"><a href="https://www.netsurf-browser.org/"><img src="about:logo" alt="NetSurf"></a></h1>
<ul class="nslinks">
<li><a href="https://www.netsurf-browser.org/">NetSurf Website</a></li>
<li><a href="https://www.netsurf-browser.org/documentation/">Dokumentation</a></li>
<li><a href="https://www.netsurf-browser.org/downloads/">Download neustes NetSurf</a></li>
<li><a href="https://www.netsurf-browser.org/contact/">Kontakt zu den Entwicklern</a></li>
</ul>
<div class="onlycontent">
<h2 class="version">Willkommen zu NetSurf</h2>
<p class="intro">NetSurf ist ein kleiner, schneller Opensource Webbrowser. Wir sind st&auml;ndig daran interessiert, unseren Browser zu verbessern. Bitte kontaktieren Sie uns, wenn Sie irgend welche Probleme bemerken.<br>
Danke, dass Sie sich f&uuml;r NetSurf entschieden haben!</p>
<form method="get" action="https://www.google.de/search">
<div class="websearch">
<input type="text" name="q" size="42" maxlength="255">
<input type="submit" value="Google-Suche" name="btnG">
</div>
</form>
<div class="links">
<ul>
<li><a href="https://news.bbc.co.uk/">BBC News</a></li>
<li><a href="https://www.reuters.com/news">Reuters</a></li>
<li><a href="https://www.cnn.com/">CNN</a></li>
</ul>
<ul>
<li><a href="https://slashdot.org/">Slashdot</a></li>
<li><a href="https://arstechnica.com/">Ars Technica</a></li>
<li><a href="https://www.theregister.co.uk/">The Register</a></li>
<li><a href="https://www.w3.org/">W3C</a></li>
</ul>
<ul>
<li><a href="https://de.wikipedia.org/">Wikipedia</a></li>
<li><a href="https://www.google.de/">Google</a></li>
<li><a href="https://de.yahoo.com/">Yahoo!</a></li>
<li><a href="https://www.imdb.com/">IMDB</a></li>
</ul>
<ul>
<li><a href="https://www.iconbar.com/">The Icon Bar</a></li>
<li><a href="https://www.riscosopen.org/">ROOL</a></li>
<li><a href="https://www.riscos.info/">riscos.info</a></li>
</ul>
</div>
<div class="footer">
<p>NetSurf ist lizensiert unter der GNU Public Licence Version 2</p>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,154 @@
/*
* This file is part of NetSurf, http://netsurf-browser.org/
*/
/* Elements ordered as in the HTML 4.01 specification. */
html { display: block; }
head { display: none; }
body { display: block; margin: 8px; line-height: 1.33; }
div { display: block; }
h1 { display: block; font-size: 2em; font-weight: bold; margin: .67em 0; }
h2 { display: block; font-size: 1.5em; font-weight: bold; margin: .69em 0; }
h3 { display: block; font-size: 1.17em; font-weight: bold; margin: .83em 0; }
h4 { display: block; font-weight: bold; margin: 1.12em 0; }
h5 { display: block; font-size: .83em; font-weight: bold; margin: 1.5em 0; }
h6 { display: block; font-size: .75em; font-weight: bold; margin: 1.67em 0; }
address { display: block; font-style: italic; }
em { font-style: italic; }
strong { font-weight: bold; }
dfn { font-style: italic; text-decoration: underline; }
code { font-family: monospace; }
samp { font-family: monospace; }
kbd { font-family: monospace; font-weight: bold; }
var { font-style: italic; }
cite { font-style: italic; }
abbr { font-variant: small-caps; }
acronym { font-variant: small-caps; }
blockquote { display: block; margin: 1.12em 40px;}
q { font-style: italic; }
sub { vertical-align: sub; font-size: .83em; }
sup { vertical-align: super; font-size: .83em; }
p { display: block; margin: 1.12em 0; }
br[clear=left] { clear: left; }
br[clear=right] { clear: right; }
br[clear=all] { clear: both; }
pre { display: block; font-family: monospace; white-space: pre; margin-bottom: 1em; }
ins { color: green; text-decoration: underline; }
del { color: red; text-decoration: line-through; }
ul { display: block; padding-left: 40px; margin: 1.12em 0;
list-style-type: disc; }
ol { display: block; padding-left: 40px; margin: 1.12em 0;
list-style-type: decimal; }
li { display: list-item; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }
ol ul, ul ol, ul ul, ol ol { margin-top: 0; margin-bottom: 0; }
dl { display: block; padding-left: 1.5em; margin: 1em; }
dt { display: block; font-weight: bold; }
dd { display: block; padding-left: 1em; margin-bottom: 0.3em; }
dir { display: block; padding-left: 1.5em; margin: 1.12em 0; }
menu { display: block; padding-left: 1.5em; margin: 1.12em 0; }
table { display: table; border-spacing: 2px; }
table[border], table[border] td, table[border] tr { border-color: grey; }
caption { display: table-caption; }
thead { display: table-header-group; vertical-align: middle; }
tfoot { display: table-footer-group; vertical-align: middle; }
tbody { display: table-row-group; vertical-align: middle; }
colgroup { display: table-column-group; }
col { display: table-column; }
table > tr { vertical-align: middle; }
tr { display: table-row; vertical-align: inherit; }
td, th { display: table-cell; vertical-align: inherit; padding: 1px; }
th { font-weight: bold; text-align: center; }
a:link { color: #00f; text-decoration: underline; }
a:visited { color: #609; }
img { color: #888; }
center { display: block; }
tt { font-family: monospace; }
i { font-style: italic; }
b { font-weight: bold; }
big { font-size: 1.17em; }
small { font-size: .83em; }
strike, s { text-decoration: line-through; }
u { text-decoration: underline; }
hr { display: block; margin: 0.5em auto; border: 1px inset #888; }
hr[noshade] { border-style: solid; }
noframes { display: none; }
iframe { width: 19em; height: 10em; }
form { display: block; }
input, button { background-color: #fff; color: #000; text-align: left;
font-family: sans-serif; width: auto; height: auto; overflow: hidden;
border: 1px solid #444; padding: 2px 3px; line-height: 1.33;
margin: 1px; box-sizing: border-box; }
input[disabled] { background-color: #ddd; color: #333; }
input[type=button], input[type=reset], input[type=submit], button {
background-color: #d9d9d9; color: #000; text-align: center;
border: 2px outset #d9d9d9; padding: 1px 0.5em; }
input[type=image] { background-color: transparent; color: #000;
border: none; padding: 0 2px; box-sizing: content-box; }
input[type=checkbox], input[type=radio] { background-color: transparent;
border: none; padding: 0 0.1em; }
input[type=file] { background-color: #d9d9d9; color: #000; font-style: italic;
border: 2px inset #d9d9d9; padding: 1px 2px; }
input[align=left] { float: left; }
input[align=right] { float: right; }
select { background-color: #d9d9d9; color: #000; text-align: left;
font-family: sans-serif; width: auto; height: auto; overflow: hidden;
border: medium inset #d9d9d9; padding: 1px 3px 1px 2px;
white-space: nowrap; margin: 1px; }
select:after { content: "\25bc"; border-left: 2px ridge #d9d9d9; }
textarea { background-color: #fff; color: #000; text-align: left;
font-family: monospace; width: auto; height: auto; overflow: scroll;
margin: 1px; border: 1px solid #333; padding: 1px 3px; }
textarea[disabled] { background-color: #ddd; color: #333; }
fieldset { display: block; border: thin solid #888; margin: 1.12em 0; }
noembed, script, style, title { display: none; }
/* HTML5 elements */
article, aside, figcaption, figure, footer, header, main, nav, section {
display: block;
}
mark {
background: yellow;
color: black;
}

Binary file not shown.

View File

@@ -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 | About Credits</title>
<link rel="stylesheet" type="text/css" href="resource:internal.css">
<style>
div#DevList li {
float: left;
width: 18em; }
div#DevList ul {
overflow: hidden; }
</style>
</head>
<body class="ns-even-bg ns-even-fg ns-border">
<h1 class="ns-border">NetSurf Credits</h1>
<p>NetSurf was brought to you by the following people:</p>
<div id="DevList">
<h2 class="ns-border">Code</h2>
<ul>
<li>John-Mark Bell</li>
<li>Michael Drake</li>
<li>Rob Kendrick</li>
<li>Fran<EFBFBD>ois Revol</li>
<li>Vincent Sanders</li>
<li>Daniel Silverstone</li>
<li>Chris Young</li>
<li>Kevin Bagust</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>Sean Fox</li>
<li>Stephen Fryatt</li>
<li>Rik Griffin</li>
<li>Matthew Hambley</li>
<li>Rob Jackson</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>Darren Salt</li>
<li>James Shaw</li>
<li>Andrew Sidwell</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>
</ul>
<h2 class="ns-border">Documentation</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 class="ns-border">Graphics</h2>
<ul>
<li>Michael Drake</li>
<li>Andrew Duffell</li>
<li>John Duffell</li>
<li>Richard Hallas</li>
<li>Phil Mellor</li>
</ul>
<h2 class="ns-border">Translations</h2>
<ul>
<li>Sebastian Barthel</li>
<li>Bruno D'Arcangeli</li>
<li>Samir Hawamdeh</li>
<li>Gerard van Katwijk</li>
<li>J<EFBFBD>r<EFBFBD>me Mathevet</li>
<li>Simon Voortman</li>
</ul>
</div>
<div class="footer ns-even-fg-subtle">
<p class="ns-even-fg-faded ns-border">Copyright 2003&ndash;2020 The NetSurf Developers</p>
</div>
</body>
</html>

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,64 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Welcome to NetSurf</title>
<style type="text/css">html,body{margin:0;padding:0;}body{color:#000;background:#fff;font-family:sans-serif;margin:0 auto;}a:link{text-decoration:underline;color:#00f;}a:visited{text-decoration:underline;color:#60a;}a:hover{text-decoration:none;}a:active{text-decoration:underline;color:#f00;}.banner{margin:0;padding:0;background:#94adff;text-align:left;}.banner img{border:none;color:#000;height:86px;width:308px;display:block;}.onlycontent{margin:0 1em;}.nslinks{display:table;width:100%;margin:0;border-spacing:0;padding:0;background:#ccd8ff;font-size:94%;}.nslinks li{display:table-cell;text-align:center;padding:0.2em 0.3em 0.3em;vertical-align:middle;}.nslinks li+li{border-left:2px solid #b1c3ff;}.version{padding:0;margin:1.2em auto 0;width:90%;color:#444;font-size:160%;}.intro{width: 90%;margin:1em auto;color:#666;}.websearch{margin:1.5em auto;padding:1.2em 0.3em;background:#d8e2ff;border:2px solid #c5d3ff;width:80%;text-align:center;}input[type=text]{border:2px solid #b6c7ff;background:#f9faff;color:#000;margin:2px;}input[type=submit]{border:2px outset #cedaff;color:#000;background:#cedaff;margin:2px;}.links{display:table;width:80%;margin:0 auto 3em;font-size:94%;}.links ul{display:table-cell;padding-left:2.5em;}.links ul+ul{padding-left:1em;}.footer{font-style:italic;color:#666;text-align:right;}.footer p{margin-top:1.5em;padding-top:0.4em;border-top:2px solid #94adff;}</style>
</head>
<body>
<h1 class="banner"><a href="https://www.netsurf-browser.org/"><img src="about:logo" alt="NetSurf"></a></h1>
<ul class="nslinks">
<li><a href="https://www.netsurf-browser.org/">NetSurf web&nbsp;site</a></li>
<li><a href="https://www.netsurf-browser.org/documentation/">Documentation</a></li>
<li><a href="https://www.netsurf-browser.org/downloads/">Download latest NetSurf</a></li>
<li><a href="https://www.netsurf-browser.org/contact/">Contact the developers</a></li>
</ul>
<div class="onlycontent">
<h2 class="version">Welcome to NetSurf</h2>
<p class="intro">NetSurf is a small, fast open source web browser. We are always keen to improve our browser, so get in touch if you run into any problems. Thanks for choosing NetSurf!</p>
<form method="get" action="https://www.google.co.uk/search">
<div class="websearch">
<input type="text" name="q" size="42" maxlength="255">
<input type="submit" value="Google Search" name="btnG">
</div>
</form>
<div class="links">
<ul>
<li><a href="https://news.bbc.co.uk/">BBC News</a></li>
<li><a href="https://www.reuters.com/news">Reuters</a></li>
<li><a href="https://www.cnn.com/">CNN</a></li>
</ul>
<ul>
<li><a href="https://slashdot.org/">Slashdot</a></li>
<li><a href="https://arstechnica.com/">Ars Technica</a></li>
<li><a href="https://www.theregister.co.uk/">The Register</a></li>
<li><a href="https://www.w3.org/">W3C</a></li>
</ul>
<ul>
<li><a href="https://en.wikipedia.org/wiki/Main_Page">Wikipedia</a></li>
<li><a href="https://google.co.uk/">Google</a></li>
<li><a href="https://yahoo.co.uk/">Yahoo!</a></li>
<li><a href="https://www.imdb.com/">IMDB</a></li>
</ul>
<ul>
<li><a href="https://www.iconbar.com/">The Icon Bar</a></li>
<li><a href="https://www.riscosopen.org/">ROOL</a></li>
<li><a href="https://www.riscos.info/">riscos.info</a></li>
</ul>
</div>
<div class="footer">
<p>NetSurf is licensed under the GNU Public Licence version 2</p>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,124 @@
Bitstream Vera Fonts Copyright
The fonts have a generous copyright, allowing derivative works (as
long as "Bitstream" or "Vera" are not in the names), and full
redistribution (so long as they are not *sold* by themselves). They
can be be bundled, redistributed and sold with any software.
The fonts are distributed under the following copyright:
Copyright
=========
Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream
Vera is a trademark of Bitstream, Inc.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the fonts accompanying this license ("Fonts") and associated
documentation files (the "Font Software"), to reproduce and distribute
the Font Software, including without limitation the rights to use,
copy, merge, publish, distribute, and/or sell copies of the Font
Software, and to permit persons to whom the Font Software is furnished
to do so, subject to the following conditions:
The above copyright and trademark notices and this permission notice
shall be included in all copies of one or more of the Font Software
typefaces.
The Font Software may be modified, altered, or added to, and in
particular the designs of glyphs or characters in the Fonts may be
modified and additional glyphs or characters may be added to the
Fonts, only if the fonts are renamed to names not containing either
the words "Bitstream" or the word "Vera".
This License becomes null and void to the extent applicable to Fonts
or Font Software that has been modified and is distributed under the
"Bitstream Vera" names.
The Font Software may be sold as part of a larger software package but
no copy of one or more of the Font Software typefaces may be sold by
itself.
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL
BITSTREAM OR THE GNOME FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL,
OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT
SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
Except as contained in this notice, the names of Gnome, the Gnome
Foundation, and Bitstream Inc., shall not be used in advertising or
otherwise to promote the sale, use or other dealings in this Font
Software without prior written authorization from the Gnome Foundation
or Bitstream Inc., respectively. For further information, contact:
fonts at gnome dot org.
Copyright FAQ
=============
1. I don't understand the resale restriction... What gives?
Bitstream is giving away these fonts, but wishes to ensure its
competitors can't just drop the fonts as is into a font sale system
and sell them as is. It seems fair that if Bitstream can't make money
from the Bitstream Vera fonts, their competitors should not be able to
do so either. You can sell the fonts as part of any software package,
however.
2. I want to package these fonts separately for distribution and
sale as part of a larger software package or system. Can I do so?
Yes. A RPM or Debian package is a "larger software package" to begin
with, and you aren't selling them independently by themselves.
See 1. above.
3. Are derivative works allowed?
Yes!
4. Can I change or add to the font(s)?
Yes, but you must change the name(s) of the font(s).
5. Under what terms are derivative works allowed?
You must change the name(s) of the fonts. This is to ensure the
quality of the fonts, both to protect Bitstream and Gnome. We want to
ensure that if an application has opened a font specifically of these
names, it gets what it expects (though of course, using fontconfig,
substitutions could still could have occurred during font
opening). You must include the Bitstream copyright. Additional
copyrights can be added, as per copyright law. Happy Font Hacking!
6. If I have improvements for Bitstream Vera, is it possible they might get
adopted in future versions?
Yes. The contract between the Gnome Foundation and Bitstream has
provisions for working with Bitstream to ensure quality additions to
the Bitstream Vera font family. Please contact us if you have such
additions. Note, that in general, we will want such additions for the
entire family, not just a single font, and that you'll have to keep
both Gnome and Jim Lyles, Vera's designer, happy! To make sense to add
glyphs to the font, they must be stylistically in keeping with Vera's
design. Vera cannot become a "ransom note" font. Jim Lyles will be
providing a document describing the design elements used in Vera, as a
guide and aid for people interested in contributing to Vera.
7. I want to sell a software package that uses these fonts: Can I do so?
Sure. Bundle the fonts with your software and sell your software
with the fonts. That is the intent of the copyright.
8. If applications have built the names "Bitstream Vera" into them,
can I override this somehow to use fonts of my choosing?
This depends on exact details of the software. Most open source
systems and software (e.g., Gnome, KDE, etc.) are now converting to
use fontconfig (see www.fontconfig.org) to handle font configuration,
selection and substitution; it has provisions for overriding font
names and subsituting alternatives. An example is provided by the
supplied local.conf file, which chooses the family Bitstream Vera for
"sans", "serif" and "monospace". Other software (e.g., the XFree86
core server) has other mechanisms for font substitution.

View File

@@ -0,0 +1,11 @@
Contained herin is the Bitstream Vera font family.
The Copyright information is found in the COPYRIGHT.TXT file (along
with being incoporated into the fonts themselves).
The releases notes are found in the file "RELEASENOTES.TXT".
We hope you enjoy Vera!
Bitstream, Inc.
The Gnome Project

View File

@@ -0,0 +1,162 @@
Bitstream Vera Fonts - April 16, 2003
=====================================
The version number of these fonts is 1.10 to distinguish them from the
beta test fonts.
Note that the Vera copyright is incorporated in the fonts themselves.
The License field in the fonts contains the copyright license as it
appears below. The TrueType copyright field is not large enough to
contain the full license, so the license is incorporated (as you might
think if you thought about it) into the license field, which
unfortunately can be obscure to find. (In pfaedit, see: Element->Font
Info->TTFNames->License).
Our apologies for it taking longer to complete the fonts than planned.
Beta testers requested a tighter line spacing (less leading) and Jim
Lyles redesigned Vera's accents to bring its line spacing to more
typical of other fonts. This took additional time and effort. Our
thanks to Jim for this effort above and beyond the call of duty.
There are four monospace and sans faces (normal, oblique, bold, bold
oblique) and two serif faces (normal and bold). Fontconfig/Xft2 (see
www.fontconfig.org) can artificially oblique the serif faces for you:
this loses hinting and distorts the faces slightly, but is visibly
different than normal and bold, and reasonably pleasing.
On systems with fontconfig 2.0 or 2.1 installed, making your sans,
serif and monospace fonts default to these fonts is very easy. Just
drop the file local.conf into your /etc/fonts directory. This will
make the Bitstream fonts your default fonts for all applications using
fontconfig (if sans, serif, or monospace names are used, as they often
are as default values in many desktops). The XML in local.conf may
need modification to enable subpixel decimation, if appropriate,
however, the commented out phrase does so for XFree86 4.3, in the case
that the server does not have sufficient information to identify the
use of a flat panel. Fontconfig 2.2 adds Vera to the list of font
families and will, by default use it as the default sans, serif and
monospace fonts.
During the testing of the final Vera fonts, we learned that screen
fonts in general are only typically hinted to work correctly at
integer pixel sizes. Vera is coded internally for integer sizes only.
We need to investigate further to see if there are commonly used fonts
that are hinted to be rounded but are not rounded to integer sizes due
to oversights in their coding.
Most fonts work best at 8 pixels and below if anti-aliased only, as
the amount of work required to hint well at smaller and smaller sizes
becomes astronomical. GASP tables are typically used to control
whether hinting is used or not, but Freetype/Xft does not currently
support GASP tables (which are present in Vera).
To mitigate this problem, both for Vera and other fonts, there will be
(very shortly) a new fontconfig 2.2 release that will, by default not
apply hints if the size is below 8 pixels. if you should have a font
that in fact has been hinted more agressively, you can use fontconfig
to note this exception. We believe this should improve many hinted
fonts in addition to Vera, though implemeting GASP support is likely
the right long term solution.
Font rendering in Gnome or KDE is the combination of algorithms in
Xft2 and Freetype, along with hinting in the fonts themselves. It is
vital to have sufficient information to disentangle problems that you
may observe.
Note that having your font rendering system set up correctly is vital
to proper judgement of problems of the fonts:
* Freetype may or may not be configured to in ways that may
implement execution of possibly patented (in some parts of the world)
TrueType hinting algorithms, particularly at small sizes. Best
results are obtained while using these algorithms.
* The freetype autohinter (used when the possibly patented
algorithms are not used) continues to improve with each release. If
you are using the autohinter, please ensure you are using an up to
date version of freetype before reporting problems.
* Please identify what version of freetype you are using in any
bug reports, and how your freetype is configured.
* Make sure you are not using the freetype version included in
XFree86 4.3, as it has bugs that significantly degrade most fonts,
including Vera. if you build XFree86 4.3 from source yourself, you may
have installed this broken version without intending it (as I
did). Vera was verified with the recently released Freetype 2.1.4. On
many systems, 'ldd" can be used to see which freetype shared library
is actually being used.
* Xft/X Render does not (yet) implement gamma correction. This
causes significant problems rendering white text on a black background
(causing partial pixels to be insufficiently shaded) if the gamma of
your monitor has not been compensated for, and minor problems with
black text on a while background. The program "xgamma" can be used to
set a gamma correction value in the X server's color pallette. Most
monitors have a gamma near 2.
* Note that the Vera family uses minimal delta hinting. Your
results on other systems when not used anti-aliased may not be
entirely satisfying. We are primarily interested in reports of
problems on open source systems implementing Xft2/fontconfig/freetype
(which implements antialiasing and hinting adjustements, and
sophisticated subpixel decimation on flatpanels). Also, the
algorithms used by Xft2 adjust the hints to integer widths and the
results are crisper on open source systems than on Windows or
MacIntosh.
* Your fontconfig may (probably does) predate the release of
fontconfig 2.2, and you may see artifacts not present when the font is
used at very small sizes with hinting enabled. "vc-list -V" can be
used to see what version you have installed.
We believe and hope that these fonts will resolve the problems
reported during beta test. The largest change is the reduction of
leading (interline spacing), which had annoyed a number of people, and
reduced Vera's utility for some applcations. The Vera monospace font
should also now make '0' and 'O' and '1' and 'l' more clearly
distinguishable.
The version of these fonts is version 1.10. Fontconfig should be
choosing the new version of the fonts if both the released fonts and
beta test fonts are installed (though please discard them: they have
names of form tt20[1-12]gn.ttf). Note that older versions of
fontconfig sometimes did not rebuild their cache correctly when new
fonts are installed: please upgrade to fontconfig 2.2. "fc-cache -f"
can be used to force rebuilding fontconfig's cache files.
If you note problems, please send them to fonts at gnome dot org, with
exactly which face and size and unicode point you observe the problem
at. The xfd utility from XFree86 CVS may be useful for this (e.g. "xfd
-fa sans"). A possibly more useful program to examine fonts at a
variety of sizes is the "waterfall" program found in Keith Packard's
CVS.
$ cvs -d :pserver:anoncvs@keithp.com:/local/src/CVS login
Logging in to :pserver:anoncvs@keithp.com:2401/local/src/CVS
CVS password: <hit return>
$ cvs -d :pserver:anoncvs@keithp.com:/local/src/CVS co waterfall
$ cd waterfall
$ xmkmf -a
$ make
# make install
# make install.man
Again, please make sure you are running an up-to-date freetype, and
that you are only examining integer sizes.
Reporting Problems
==================
Please send problem reports to fonts at gnome org, with the following
information:
1. Version of Freetype, Xft2 and fontconfig
2. Whether TT hinting is being used, or the autohinter
3. Application being used
4. Character/Unicode code point that has problems (if applicable)
5. Version of which operating system
6. Please include a screenshot, when possible.
Please check the fonts list archives before reporting problems to cut
down on duplication.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 527 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 799 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 456 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 330 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 552 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 767 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 672 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 428 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 781 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 682 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 284 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 598 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 336 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 356 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 610 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 B

View File

@@ -0,0 +1,80 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.0"
width="1190.000000pt"
height="1280.000000pt"
viewBox="0 0 1190.000000 1280.000000"
preserveAspectRatio="xMidYMid meet"
id="svg8"
sodipodi:docname="padlock-insecure.svg"
inkscape:version="0.92.4 (5da689c313, 2019-01-14)">
<defs
id="defs12" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2560"
inkscape:window-height="1416"
id="namedview10"
showgrid="false"
inkscape:zoom="0.39111844"
inkscape:cx="-663.2803"
inkscape:cy="1243.2619"
inkscape:window-x="0"
inkscape:window-y="24"
inkscape:window-maximized="0"
inkscape:current-layer="svg8" />
<metadata
id="metadata2">
Created by potrace 1.15, written by Peter Selinger 2001-2017
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
transform="translate(0.000000,1280.000000) scale(0.100000,-0.100000)"
fill="#000000"
stroke="none"
id="g6">
<path
d="M5610 11999 c-1096 -88 -1924 -626 -2375 -1544 -80 -162 -155 -347 -155 -380 0 -8 -4 -15 -8 -15 -4 0 -8 -8 -9 -17 -1 -19 -6 -38 -16 -63 -17 -47 -78 -287 -91 -360 -3 -19 -8 -46 -11 -59 -2 -14 -7 -47 -10 -74 -3 -28 -8 -53 -10 -56 -8 -13 -24 -189 -28 -313 -1 -27 -5 -48 -10 -48 -4 0 -3 -9 3 -20 8 -14 8 -20 0 -20 -7 0 -8 -6 -1 -19 6 -10 8 -21 5 -24 -3 -3 -5 -392 -4 -865 l1 -860 -26 -20 c-14 -11 -69 -30 -123 -43 -159 -36 -266 -74 -364 -128 -109 -60 -149 -91 -240 -183 -206 -208 -334 -560 -353 -968 -5 -99 -4 -3022 1 -3125 8 -175 28 -319 46 -343 7 -8 7 -12 -1 -12 -7 0 -9 -5 -4 -13 4 -6 8 -16 9 -22 1 -5 11 -34 23 -62 11 -29 17 -53 13 -53 -4 0 -2 -4 3 -8 10 -7 37 -61 37 -72 0 -3 6 -12 14 -21 8 -9 12 -18 9 -21 -3 -3 6 -17 20 -32 13 -14 25 -29 25 -31 0 -14 84 -117 122 -150 24 -21 34 -32 23 -24 -18 13 -19 13 -6 -3 7 -10 17 -18 22 -18 5 0 17 -8 27 -17 39 -37 67 -57 121 -86 175 -94 267 -121 521 -153 111 -13 461 -15 3121 -14 3106 0 3123 0 3314 39 221 45 397 134 531 270 161 162 238 342 269 626 12 107 15 407 15 1696 0 862 -2 1573 -4 1580 -3 8 -7 63 -10 122 -4 60 -8 112 -10 116 -3 4 -7 27 -10 51 -17 143 -76 342 -137 463 -30 57 -107 176 -138 211 -62 69 -159 160 -174 164 -13 3 -37 30 -38 44 0 7 -4 4 -8 -7 -8 -19 -8 -19 -15 3 -5 14 -13 21 -21 18 -8 -3 -19 2 -25 10 -7 8 -19 14 -26 14 -8 0 -14 5 -14 10 0 6 -7 10 -15 10 -8 0 -15 5 -15 10 0 6 -9 10 -20 10 -11 0 -20 5 -20 11 0 5 -4 7 -10 4 -5 -3 -10 -1 -10 5 0 6 -4 8 -10 5 -5 -3 -10 -2 -10 4 0 5 -8 8 -17 6 -10 -1 -30 4 -45 11 -15 8 -31 13 -35 13 -4 -1 -16 1 -25 4 -46 18 -54 20 -69 23 -9 2 -27 8 -40 13 -13 5 -27 8 -30 7 -4 0 -17 8 -30 19 -14 13 -20 14 -15 5 4 -8 -4 -2 -18 13 l-26 28 0 847 c-1 466 -3 883 -5 927 -7 117 -14 206 -19 240 -3 24 -26 169 -40 255 -21 125 -30 170 -36 170 -4 0 -6 10 -5 23 1 12 -1 27 -5 32 -5 6 -11 24 -13 40 -9 46 -14 68 -25 96 -6 15 -8 29 -6 32 3 3 -2 22 -10 42 -9 21 -16 47 -16 59 0 16 -2 18 -9 7 -7 -10 -11 -1 -16 32 -4 26 -12 47 -17 47 -6 0 -8 9 -5 20 3 11 1 20 -4 20 -5 0 -9 7 -9 15 0 8 -4 15 -10 15 -5 0 -6 7 -3 17 5 11 3 14 -6 8 -10 -6 -11 -2 -6 15 5 17 4 21 -5 15 -8 -5 -11 -4 -6 3 7 11 -28 93 -96 227 -22 44 -55 107 -71 140 -17 33 -34 62 -38 65 -3 3 -16 25 -29 49 -12 24 -26 49 -31 55 -30 36 -84 113 -105 149 -13 23 -24 38 -24 34 0 -4 -6 -2 -14 5 -8 7 -12 16 -9 20 2 4 -7 19 -21 33 -15 14 -26 31 -26 37 0 6 -3 8 -7 5 -3 -4 -13 2 -20 13 -8 11 -19 18 -24 15 -5 -4 -9 2 -9 12 0 11 -20 39 -45 63 -24 24 -42 47 -39 52 3 4 -4 8 -15 8 -11 0 -22 9 -26 20 -3 11 -13 20 -21 20 -8 0 -14 7 -14 15 0 8 -7 15 -16 15 -8 0 -12 5 -9 10 3 6 -1 10 -9 10 -9 0 -16 5 -16 11 0 5 -3 8 -7 6 -5 -3 -14 1 -21 9 -7 8 -9 14 -5 14 4 1 -4 8 -19 16 -16 8 -28 19 -28 24 0 6 -7 10 -15 10 -8 0 -15 5 -15 10 0 6 -5 10 -10 10 -6 0 -21 11 -34 25 -13 14 -26 25 -30 25 -7 0 -67 41 -76 51 -3 3 -19 13 -37 22 -17 9 -37 22 -45 29 -18 17 -59 42 -143 85 -38 19 -73 40 -76 45 -3 5 -9 9 -12 9 -4 0 -26 8 -49 18 -374 158 -665 229 -1072 261 -150 12 -504 11 -656 -1z m475 -1214 c103 -10 140 -15 240 -31 90 -15 283 -67 314 -85 17 -9 74 -31 79 -30 10 4 273 -148 292 -170 3 -3 23 -18 44 -35 22 -16 49 -38 60 -49 12 -11 35 -31 51 -43 17 -13 23 -21 15 -17 -8 4 -1 -6 16 -22 27 -24 98 -107 157 -184 10 -13 27 -40 38 -59 11 -19 28 -48 39 -65 19 -30 73 -126 75 -135 1 -3 10 -23 20 -45 10 -22 18 -43 17 -47 -1 -5 2 -8 6 -8 5 0 9 -6 10 -12 2 -29 29 -88 37 -81 4 5 5 3 1 -4 -4 -7 7 -50 23 -97 16 -46 27 -87 24 -90 -3 -3 0 -12 7 -21 7 -9 10 -18 7 -22 -4 -3 -2 -12 4 -20 9 -10 8 -13 -2 -13 -9 -1 -8 -5 5 -15 11 -8 15 -15 8 -15 -8 0 -9 -7 -1 -27 6 -16 12 -37 14 -48 8 -49 27 -203 29 -230 0 -16 5 -33 11 -37 7 -5 6 -8 0 -8 -6 0 -11 -9 -11 -20 0 -11 4 -20 9 -20 5 0 4 -6 -2 -14 -9 -11 -9 -15 1 -20 10 -5 10 -7 1 -12 -19 -8 -16 -24 5 -24 10 0 13 -3 6 -8 -16 -10 -18 -222 -3 -222 8 0 9 -4 0 -13 -8 -10 -12 -215 -13 -707 l-3 -694 -34 -20 c-34 -20 -56 -20 -1717 -24 -1216 -3 -1683 -1 -1688 7 -4 6 -22 11 -40 11 -69 0 -65 -59 -66 905 -1 479 -1 872 0 875 1 3 3 32 5 65 4 65 10 117 26 210 6 33 12 71 13 85 2 14 6 32 10 41 4 9 8 27 10 41 1 13 5 28 8 33 3 6 9 28 13 50 8 42 47 159 71 212 8 17 14 34 14 39 0 33 188 356 247 424 36 42 197 200 239 235 110 93 398 240 507 259 7 1 28 7 47 14 58 19 273 52 382 58 57 4 104 7 105 8 4 3 156 -3 218 -9z"
id="path4" />
</g>
<rect
id="rect14"
width="1321.9366"
height="329.28085"
x="-502.36847"
y="728.58783"
style="stroke-width:1.05677092;fill:#ffffff"
ry="46.090546"
transform="matrix(0.7710634,-0.63675838,0.53742864,0.84330923,0,0)" />
<rect
transform="matrix(0.7710634,-0.63675838,0.53742864,0.84330923,0,0)"
ry="35.784081"
style="fill:#ff0000;stroke-width:0.82046276"
y="771.86188"
x="-367.09418"
height="255.64925"
width="1026.3339"
id="rect16" />
</svg>

After

Width:  |  Height:  |  Size: 6.3 KiB

View File

@@ -0,0 +1,172 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="19.683775cm"
height="19.707985cm"
viewBox="842.6016 303.4219 2789.8313 2793.2508"
version="1.0"
id="svg43"
sodipodi:docname="page-info-internal.svg"
inkscape:version="0.92.4 (5da689c313, 2019-01-14)">
<metadata
id="metadata49">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs47">
<filter
style="color-interpolation-filters:sRGB"
inkscape:label="Greyscale"
id="filter3860">
<feColorMatrix
values="0.26 0.72 -0.04 0 0 0.26 0.72 -0.04 0 0 0.26 0.72 -0.04 0 0 0 0 0 1 0 "
id="feColorMatrix3858"
result="fbSourceGraphic" />
<feColorMatrix
result="fbSourceGraphicAlpha"
in="fbSourceGraphic"
values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
id="feColorMatrix3862" />
<feColorMatrix
id="feColorMatrix3864"
values="0.26 0.72 -0.04 0 0 0.26 0.72 -0.04 0 0 0.26 0.72 -0.04 0 0 0 0 0 1 0 "
in="fbSourceGraphic" />
</filter>
</defs>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1354"
inkscape:window-height="678"
id="namedview45"
showgrid="false"
inkscape:zoom="0.73408106"
inkscape:cx="218.20267"
inkscape:cy="428.1062"
inkscape:window-x="0"
inkscape:window-y="28"
inkscape:window-maximized="0"
inkscape:current-layer="svg43" />
<desc
id="desc2">
Exported by the ArtWorks SVGExport module.
Source document: ADFS::Pan.$.Public.Michael.NetSurf.SVN.trunk.art.logo.emblem.NetSurf
</desc>
<g
transform="matrix(1,0,0,-1,188.36093,3206.6654)"
stroke-miterlimit="16"
id="g41"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:16;filter:url(#filter3860)">
<g
id="g39">
<defs
id="defs9">
<radialGradient
id="_Fill0"
gradientUnits="userSpaceOnUse"
cx="1431.0469"
cy="2198.4453"
r="2142.9219"
spreadMethod="pad">
<stop
offset="0"
stop-color="#b8f5ff"
id="stop4" />
<stop
offset="1"
stop-color="#0097ff"
id="stop6" />
</radialGradient>
</defs>
<path
d="m 886.7266,1509.0156 c 0,641.4688 519.8593,1161.461 1161.4453,1161.461 641.6953,0 1161.5859,-519.9922 1161.5859,-1161.461 0,-641.4218 -519.8906,-1161.4687 -1161.4375,-1161.4687 -641.7344,0 -1161.5937,520.0469 -1161.5937,1161.4687 z"
id="path11"
inkscape:connector-curvature="0"
style="fill:url(#_Fill0);stroke:#000000;stroke-width:88.35160065" />
<path
d="m 2819.9219,1695.4375 -72.9375,202.0234 166.6172,100.2891 -194.5235,91.3906 46.8438,188.6016 -202.0235,-72.9453 -100.3203,166.6797 -91.3593,-194.5782 -188.625,46.8125 72.9687,-202 -166.6719,-100.3437 194.625,-91.3281 -46.8906,-188.6016 202.0234,72.9141 100.2969,-166.6485 91.3828,194.5703 z"
id="path13"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
<path
d="m 1527.625,2475.9219 -52.9297,-201.7656 -88.4531,17.6875 60.1328,219.4531 z"
id="path15"
inkscape:connector-curvature="0"
style="fill:#000000" />
<path
d="m 1432.1094,2069.1016 -17.6797,-205.211 -81.2266,3.4219 17.711,215.8203 z"
id="path17"
inkscape:connector-curvature="0"
style="fill:#000000" />
<path
d="m 1414.4297,1651.625 31.9453,-201.5781 -88.4062,-17.711 -24.7657,215.5547 z"
id="path19"
inkscape:connector-curvature="0"
style="fill:#000000" />
<path
d="m 1495.8047,1244.8594 81.4062,-184.0235 -77.7812,-35.3203 -84.8438,197.7735 z"
id="path21"
inkscape:connector-curvature="0"
style="fill:#000000" />
<path
d="m 1676.3594,873.3906 120.164,-162.8437 -70.7656,-56.5313 -123.6484,176.5547 z"
id="path23"
inkscape:connector-curvature="0"
style="fill:#000000" />
<path
d="m 1927.3594,540.7344 152.2031,-155.5703 -84.8437,-42.4063 -130.836,144.5078 z"
id="path25"
inkscape:connector-curvature="0"
style="fill:#000000" />
<path
d="m 1018.2656,1046.625 176.8907,-74.1953 -21.1329,-74.3203 -152.1484,46 z"
id="path27"
inkscape:connector-curvature="0"
style="fill:#000000" />
<path
d="m 1396.7891,929.9219 212.2343,-14.1328 -3.4375,-88.4063 -219.3437,21.2656 z"
id="path29"
inkscape:connector-curvature="0"
style="fill:#000000" />
<path
d="m 1817.8203,912.2109 208.6563,21.2657 10.6093,-84.8282 -215.7968,-21.2656 z"
id="path31"
inkscape:connector-curvature="0"
style="fill:#000000" />
<path
d="m 2231.6641,965.0859 201.6328,49.7657 24.75,-84.9297 -208.6719,-49.4844 z"
id="path33"
inkscape:connector-curvature="0"
style="fill:#000000" />
<path
d="m 2635.0625,1081.7656 187.3438,85.25 35.4062,-74.3593 -190.9531,-92.0391 z"
id="path35"
inkscape:connector-curvature="0"
style="fill:#000000" />
<path
d="m 2992.4063,1279.6094 141.3593,142.0625 77.8203,-49.586 -162.7812,-159.2031 z"
id="path37"
inkscape:connector-curvature="0"
style="fill:#000000" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.1 KiB

View File

@@ -0,0 +1,73 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="108mm"
height="108mm"
viewBox="0 0 108 108"
version="1.1"
id="svg8"
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
sodipodi:docname="page-info-local.svg">
<defs
id="defs2" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.35"
inkscape:cx="-29.077615"
inkscape:cy="563.77953"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1366"
inkscape:window-height="683"
inkscape:window-x="0"
inkscape:window-y="28"
inkscape:window-maximized="1" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(1,-190)">
<circle
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:8;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path10"
cx="53"
cy="244"
r="50" />
<g
aria-label="i"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:102.01290894px;line-height:125%;font-family:'Noto Serif';-inkscape-font-specification:'Noto Serif Bold';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.53131729px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="text4522">
<path
d="m 53.612077,218.90481 q -3.672465,0 -6.222787,-1.73422 -2.44831,-1.83623 -2.44831,-5.61071 0,-3.87649 2.44831,-5.61071 2.550322,-1.73422 6.222787,-1.73422 3.570452,0 6.120775,1.73422 2.652335,1.73422 2.652335,5.61071 0,3.77448 -2.652335,5.61071 -2.550323,1.73422 -6.120775,1.73422 z m -15.709988,63.86008 v -5.40668 h 1.224155 q 1.530194,0 3.1624,-0.40805 1.73422,-0.51007 2.856362,-1.93825 1.224154,-1.42818 1.224154,-4.28454 v -31.01192 q 0,-2.75435 -1.224154,-4.08052 -1.224155,-1.32617 -2.958375,-1.73422 -1.632206,-0.40805 -3.060387,-0.40805 h -1.224155 v -5.40669 h 23.973034 v 42.6414 q 0,2.85636 1.122142,4.28454 1.224155,1.42818 2.958374,1.93825 1.734219,0.40805 3.1624,0.40805 h 1.224155 v 5.40668 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:102.01290894px;font-family:'Noto Serif';-inkscape-font-specification:'Noto Serif Bold';stroke-width:0.53131729px"
id="path4524"
inkscape:connector-curvature="0" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@@ -0,0 +1,69 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
width="1190.000000pt" height="1280.000000pt" viewBox="0 0 1190.000000 1280.000000"
preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.15, written by Peter Selinger 2001-2017
</metadata>
<g transform="translate(0.000000,1280.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M5610 11999 c-1096 -88 -1924 -626 -2375 -1544 -80 -162 -155 -347
-155 -380 0 -8 -4 -15 -8 -15 -4 0 -8 -8 -9 -17 -1 -19 -6 -38 -16 -63 -17
-47 -78 -287 -91 -360 -3 -19 -8 -46 -11 -59 -2 -14 -7 -47 -10 -74 -3 -28 -8
-53 -10 -56 -8 -13 -24 -189 -28 -313 -1 -27 -5 -48 -10 -48 -4 0 -3 -9 3 -20
8 -14 8 -20 0 -20 -7 0 -8 -6 -1 -19 6 -10 8 -21 5 -24 -3 -3 -5 -392 -4 -865
l1 -860 -26 -20 c-14 -11 -69 -30 -123 -43 -159 -36 -266 -74 -364 -128 -109
-60 -149 -91 -240 -183 -206 -208 -334 -560 -353 -968 -5 -99 -4 -3022 1
-3125 8 -175 28 -319 46 -343 7 -8 7 -12 -1 -12 -7 0 -9 -5 -4 -13 4 -6 8 -16
9 -22 1 -5 11 -34 23 -62 11 -29 17 -53 13 -53 -4 0 -2 -4 3 -8 10 -7 37 -61
37 -72 0 -3 6 -12 14 -21 8 -9 12 -18 9 -21 -3 -3 6 -17 20 -32 13 -14 25 -29
25 -31 0 -14 84 -117 122 -150 24 -21 34 -32 23 -24 -18 13 -19 13 -6 -3 7
-10 17 -18 22 -18 5 0 17 -8 27 -17 39 -37 67 -57 121 -86 175 -94 267 -121
521 -153 111 -13 461 -15 3121 -14 3106 0 3123 0 3314 39 221 45 397 134 531
270 161 162 238 342 269 626 12 107 15 407 15 1696 0 862 -2 1573 -4 1580 -3
8 -7 63 -10 122 -4 60 -8 112 -10 116 -3 4 -7 27 -10 51 -17 143 -76 342 -137
463 -30 57 -107 176 -138 211 -62 69 -159 160 -174 164 -13 3 -37 30 -38 44 0
7 -4 4 -8 -7 -8 -19 -8 -19 -15 3 -5 14 -13 21 -21 18 -8 -3 -19 2 -25 10 -7
8 -19 14 -26 14 -8 0 -14 5 -14 10 0 6 -7 10 -15 10 -8 0 -15 5 -15 10 0 6 -9
10 -20 10 -11 0 -20 5 -20 11 0 5 -4 7 -10 4 -5 -3 -10 -1 -10 5 0 6 -4 8 -10
5 -5 -3 -10 -2 -10 4 0 5 -8 8 -17 6 -10 -1 -30 4 -45 11 -15 8 -31 13 -35 13
-4 -1 -16 1 -25 4 -46 18 -54 20 -69 23 -9 2 -27 8 -40 13 -13 5 -27 8 -30 7
-4 0 -17 8 -30 19 -14 13 -20 14 -15 5 4 -8 -4 -2 -18 13 l-26 28 0 847 c-1
466 -3 883 -5 927 -7 117 -14 206 -19 240 -3 24 -26 169 -40 255 -21 125 -30
170 -36 170 -4 0 -6 10 -5 23 1 12 -1 27 -5 32 -5 6 -11 24 -13 40 -9 46 -14
68 -25 96 -6 15 -8 29 -6 32 3 3 -2 22 -10 42 -9 21 -16 47 -16 59 0 16 -2 18
-9 7 -7 -10 -11 -1 -16 32 -4 26 -12 47 -17 47 -6 0 -8 9 -5 20 3 11 1 20 -4
20 -5 0 -9 7 -9 15 0 8 -4 15 -10 15 -5 0 -6 7 -3 17 5 11 3 14 -6 8 -10 -6
-11 -2 -6 15 5 17 4 21 -5 15 -8 -5 -11 -4 -6 3 7 11 -28 93 -96 227 -22 44
-55 107 -71 140 -17 33 -34 62 -38 65 -3 3 -16 25 -29 49 -12 24 -26 49 -31
55 -30 36 -84 113 -105 149 -13 23 -24 38 -24 34 0 -4 -6 -2 -14 5 -8 7 -12
16 -9 20 2 4 -7 19 -21 33 -15 14 -26 31 -26 37 0 6 -3 8 -7 5 -3 -4 -13 2
-20 13 -8 11 -19 18 -24 15 -5 -4 -9 2 -9 12 0 11 -20 39 -45 63 -24 24 -42
47 -39 52 3 4 -4 8 -15 8 -11 0 -22 9 -26 20 -3 11 -13 20 -21 20 -8 0 -14 7
-14 15 0 8 -7 15 -16 15 -8 0 -12 5 -9 10 3 6 -1 10 -9 10 -9 0 -16 5 -16 11
0 5 -3 8 -7 6 -5 -3 -14 1 -21 9 -7 8 -9 14 -5 14 4 1 -4 8 -19 16 -16 8 -28
19 -28 24 0 6 -7 10 -15 10 -8 0 -15 5 -15 10 0 6 -5 10 -10 10 -6 0 -21 11
-34 25 -13 14 -26 25 -30 25 -7 0 -67 41 -76 51 -3 3 -19 13 -37 22 -17 9 -37
22 -45 29 -18 17 -59 42 -143 85 -38 19 -73 40 -76 45 -3 5 -9 9 -12 9 -4 0
-26 8 -49 18 -374 158 -665 229 -1072 261 -150 12 -504 11 -656 -1z m475
-1214 c103 -10 140 -15 240 -31 90 -15 283 -67 314 -85 17 -9 74 -31 79 -30
10 4 273 -148 292 -170 3 -3 23 -18 44 -35 22 -16 49 -38 60 -49 12 -11 35
-31 51 -43 17 -13 23 -21 15 -17 -8 4 -1 -6 16 -22 27 -24 98 -107 157 -184
10 -13 27 -40 38 -59 11 -19 28 -48 39 -65 19 -30 73 -126 75 -135 1 -3 10
-23 20 -45 10 -22 18 -43 17 -47 -1 -5 2 -8 6 -8 5 0 9 -6 10 -12 2 -29 29
-88 37 -81 4 5 5 3 1 -4 -4 -7 7 -50 23 -97 16 -46 27 -87 24 -90 -3 -3 0 -12
7 -21 7 -9 10 -18 7 -22 -4 -3 -2 -12 4 -20 9 -10 8 -13 -2 -13 -9 -1 -8 -5 5
-15 11 -8 15 -15 8 -15 -8 0 -9 -7 -1 -27 6 -16 12 -37 14 -48 8 -49 27 -203
29 -230 0 -16 5 -33 11 -37 7 -5 6 -8 0 -8 -6 0 -11 -9 -11 -20 0 -11 4 -20 9
-20 5 0 4 -6 -2 -14 -9 -11 -9 -15 1 -20 10 -5 10 -7 1 -12 -19 -8 -16 -24 5
-24 10 0 13 -3 6 -8 -16 -10 -18 -222 -3 -222 8 0 9 -4 0 -13 -8 -10 -12 -215
-13 -707 l-3 -694 -34 -20 c-34 -20 -56 -20 -1717 -24 -1216 -3 -1683 -1
-1688 7 -4 6 -22 11 -40 11 -69 0 -65 -59 -66 905 -1 479 -1 872 0 875 1 3 3
32 5 65 4 65 10 117 26 210 6 33 12 71 13 85 2 14 6 32 10 41 4 9 8 27 10 41
1 13 5 28 8 33 3 6 9 28 13 50 8 42 47 159 71 212 8 17 14 34 14 39 0 33 188
356 247 424 36 42 197 200 239 235 110 93 398 240 507 259 7 1 28 7 47 14 58
19 273 52 382 58 57 4 104 7 105 8 4 3 156 -3 218 -9z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

@@ -0,0 +1,93 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.0"
width="1190.000000pt"
height="1280.000000pt"
viewBox="0 0 1190.000000 1280.000000"
preserveAspectRatio="xMidYMid meet"
id="svg8"
sodipodi:docname="padlock-warning.svg"
inkscape:version="0.92.4 (5da689c313, 2019-01-14)">
<defs
id="defs12">
<linearGradient
y1="45.47"
x2="0"
y2="-.599"
id="0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.31117,0,0,1.30239,737.39,159.91)">
<stop
id="stop33"
stop-color="#ffc515" />
<stop
id="stop35"
stop-color="#ffd55b"
offset="1" />
</linearGradient>
</defs>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2560"
inkscape:window-height="1416"
id="namedview10"
showgrid="false"
inkscape:zoom="0.13828125"
inkscape:cx="807.79661"
inkscape:cy="853.33333"
inkscape:window-x="0"
inkscape:window-y="24"
inkscape:window-maximized="0"
inkscape:current-layer="svg8" />
<metadata
id="metadata2">
Created by potrace 1.15, written by Peter Selinger 2001-2017
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
transform="translate(0.000000,1280.000000) scale(0.100000,-0.100000)"
fill="#000000"
stroke="none"
id="g6">
<path
d="M5610 11999 c-1096 -88 -1924 -626 -2375 -1544 -80 -162 -155 -347 -155 -380 0 -8 -4 -15 -8 -15 -4 0 -8 -8 -9 -17 -1 -19 -6 -38 -16 -63 -17 -47 -78 -287 -91 -360 -3 -19 -8 -46 -11 -59 -2 -14 -7 -47 -10 -74 -3 -28 -8 -53 -10 -56 -8 -13 -24 -189 -28 -313 -1 -27 -5 -48 -10 -48 -4 0 -3 -9 3 -20 8 -14 8 -20 0 -20 -7 0 -8 -6 -1 -19 6 -10 8 -21 5 -24 -3 -3 -5 -392 -4 -865 l1 -860 -26 -20 c-14 -11 -69 -30 -123 -43 -159 -36 -266 -74 -364 -128 -109 -60 -149 -91 -240 -183 -206 -208 -334 -560 -353 -968 -5 -99 -4 -3022 1 -3125 8 -175 28 -319 46 -343 7 -8 7 -12 -1 -12 -7 0 -9 -5 -4 -13 4 -6 8 -16 9 -22 1 -5 11 -34 23 -62 11 -29 17 -53 13 -53 -4 0 -2 -4 3 -8 10 -7 37 -61 37 -72 0 -3 6 -12 14 -21 8 -9 12 -18 9 -21 -3 -3 6 -17 20 -32 13 -14 25 -29 25 -31 0 -14 84 -117 122 -150 24 -21 34 -32 23 -24 -18 13 -19 13 -6 -3 7 -10 17 -18 22 -18 5 0 17 -8 27 -17 39 -37 67 -57 121 -86 175 -94 267 -121 521 -153 111 -13 461 -15 3121 -14 3106 0 3123 0 3314 39 221 45 397 134 531 270 161 162 238 342 269 626 12 107 15 407 15 1696 0 862 -2 1573 -4 1580 -3 8 -7 63 -10 122 -4 60 -8 112 -10 116 -3 4 -7 27 -10 51 -17 143 -76 342 -137 463 -30 57 -107 176 -138 211 -62 69 -159 160 -174 164 -13 3 -37 30 -38 44 0 7 -4 4 -8 -7 -8 -19 -8 -19 -15 3 -5 14 -13 21 -21 18 -8 -3 -19 2 -25 10 -7 8 -19 14 -26 14 -8 0 -14 5 -14 10 0 6 -7 10 -15 10 -8 0 -15 5 -15 10 0 6 -9 10 -20 10 -11 0 -20 5 -20 11 0 5 -4 7 -10 4 -5 -3 -10 -1 -10 5 0 6 -4 8 -10 5 -5 -3 -10 -2 -10 4 0 5 -8 8 -17 6 -10 -1 -30 4 -45 11 -15 8 -31 13 -35 13 -4 -1 -16 1 -25 4 -46 18 -54 20 -69 23 -9 2 -27 8 -40 13 -13 5 -27 8 -30 7 -4 0 -17 8 -30 19 -14 13 -20 14 -15 5 4 -8 -4 -2 -18 13 l-26 28 0 847 c-1 466 -3 883 -5 927 -7 117 -14 206 -19 240 -3 24 -26 169 -40 255 -21 125 -30 170 -36 170 -4 0 -6 10 -5 23 1 12 -1 27 -5 32 -5 6 -11 24 -13 40 -9 46 -14 68 -25 96 -6 15 -8 29 -6 32 3 3 -2 22 -10 42 -9 21 -16 47 -16 59 0 16 -2 18 -9 7 -7 -10 -11 -1 -16 32 -4 26 -12 47 -17 47 -6 0 -8 9 -5 20 3 11 1 20 -4 20 -5 0 -9 7 -9 15 0 8 -4 15 -10 15 -5 0 -6 7 -3 17 5 11 3 14 -6 8 -10 -6 -11 -2 -6 15 5 17 4 21 -5 15 -8 -5 -11 -4 -6 3 7 11 -28 93 -96 227 -22 44 -55 107 -71 140 -17 33 -34 62 -38 65 -3 3 -16 25 -29 49 -12 24 -26 49 -31 55 -30 36 -84 113 -105 149 -13 23 -24 38 -24 34 0 -4 -6 -2 -14 5 -8 7 -12 16 -9 20 2 4 -7 19 -21 33 -15 14 -26 31 -26 37 0 6 -3 8 -7 5 -3 -4 -13 2 -20 13 -8 11 -19 18 -24 15 -5 -4 -9 2 -9 12 0 11 -20 39 -45 63 -24 24 -42 47 -39 52 3 4 -4 8 -15 8 -11 0 -22 9 -26 20 -3 11 -13 20 -21 20 -8 0 -14 7 -14 15 0 8 -7 15 -16 15 -8 0 -12 5 -9 10 3 6 -1 10 -9 10 -9 0 -16 5 -16 11 0 5 -3 8 -7 6 -5 -3 -14 1 -21 9 -7 8 -9 14 -5 14 4 1 -4 8 -19 16 -16 8 -28 19 -28 24 0 6 -7 10 -15 10 -8 0 -15 5 -15 10 0 6 -5 10 -10 10 -6 0 -21 11 -34 25 -13 14 -26 25 -30 25 -7 0 -67 41 -76 51 -3 3 -19 13 -37 22 -17 9 -37 22 -45 29 -18 17 -59 42 -143 85 -38 19 -73 40 -76 45 -3 5 -9 9 -12 9 -4 0 -26 8 -49 18 -374 158 -665 229 -1072 261 -150 12 -504 11 -656 -1z m475 -1214 c103 -10 140 -15 240 -31 90 -15 283 -67 314 -85 17 -9 74 -31 79 -30 10 4 273 -148 292 -170 3 -3 23 -18 44 -35 22 -16 49 -38 60 -49 12 -11 35 -31 51 -43 17 -13 23 -21 15 -17 -8 4 -1 -6 16 -22 27 -24 98 -107 157 -184 10 -13 27 -40 38 -59 11 -19 28 -48 39 -65 19 -30 73 -126 75 -135 1 -3 10 -23 20 -45 10 -22 18 -43 17 -47 -1 -5 2 -8 6 -8 5 0 9 -6 10 -12 2 -29 29 -88 37 -81 4 5 5 3 1 -4 -4 -7 7 -50 23 -97 16 -46 27 -87 24 -90 -3 -3 0 -12 7 -21 7 -9 10 -18 7 -22 -4 -3 -2 -12 4 -20 9 -10 8 -13 -2 -13 -9 -1 -8 -5 5 -15 11 -8 15 -15 8 -15 -8 0 -9 -7 -1 -27 6 -16 12 -37 14 -48 8 -49 27 -203 29 -230 0 -16 5 -33 11 -37 7 -5 6 -8 0 -8 -6 0 -11 -9 -11 -20 0 -11 4 -20 9 -20 5 0 4 -6 -2 -14 -9 -11 -9 -15 1 -20 10 -5 10 -7 1 -12 -19 -8 -16 -24 5 -24 10 0 13 -3 6 -8 -16 -10 -18 -222 -3 -222 8 0 9 -4 0 -13 -8 -10 -12 -215 -13 -707 l-3 -694 -34 -20 c-34 -20 -56 -20 -1717 -24 -1216 -3 -1683 -1 -1688 7 -4 6 -22 11 -40 11 -69 0 -65 -59 -66 905 -1 479 -1 872 0 875 1 3 3 32 5 65 4 65 10 117 26 210 6 33 12 71 13 85 2 14 6 32 10 41 4 9 8 27 10 41 1 13 5 28 8 33 3 6 9 28 13 50 8 42 47 159 71 212 8 17 14 34 14 39 0 33 188 356 247 424 36 42 197 200 239 235 110 93 398 240 507 259 7 1 28 7 47 14 58 19 273 52 382 58 57 4 104 7 105 8 4 3 156 -3 218 -9z"
id="path4" />
</g>
<g
id="g44"
transform="matrix(14.340787,0,0,14.340787,-10339.937,-1906.3913)">
<path
id="path40"
d="m 797.94,212.01 -25.607,-48 c -0.736,-1.333 -2.068,-2.074 -3.551,-2.074 -1.483,0 -2.822,0.889 -3.569,2.222 l -25.417,48 c -0.598,1.185 -0.605,2.815 0.132,4 0.737,1.185 1.921,1.778 3.404,1.778 h 51.02 c 1.483,0 2.821,-0.741 3.42,-1.926 0.747,-1.185 0.753,-2.667 0.165,-4"
inkscape:connector-curvature="0"
style="fill:url(#0)" />
<path
id="path42"
transform="matrix(1.05196,0,0,1.05196,796.53,161.87)"
d="m -26.309,18.07 c -1.18,0 -2.135,0.968 -2.135,2.129 v 12.82 c 0,1.176 0.948,2.129 2.135,2.129 1.183,0 2.135,-0.968 2.135,-2.129 v -12.82 c 0,-1.176 -0.946,-2.129 -2.135,-2.129 z m 0,21.348 c -1.18,0 -2.135,0.954 -2.135,2.135 0,1.18 0.954,2.135 2.135,2.135 1.181,0 2.135,-0.954 2.135,-2.135 0,-1.18 -0.952,-2.135 -2.135,-2.135 z"
inkscape:connector-curvature="0"
style="fill:#000000;fill-opacity:0.75;stroke:#40330d" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 536 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 303 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

View File

@@ -0,0 +1,391 @@
@import url("about:nscolours.css");
html, body {
margin: 0;
padding: 0; }
html {
padding: 2em;
}
body {
font-family: sans-serif;
font-size: 94%;
margin: 0 auto;
position: relative;
border-width: 2px;
border-style: solid; }
h1, h2, h3, h4, h5, h6, h7, p, ul, dl, ol, table {
margin-left: 5mm;
margin-right: 5mm; }
h1 {
font-size: 200%;
font-weight: bold;
padding: 5mm;
margin: 0;
border-bottom-width: 2px;
border-bottom-style: solid; }
h2 {
font-size: 160%;
padding-top: 5mm;
border-top-width: 1px;
border-top-style: solid; }
h1+h2 {
border-top: none;
}
h3 {
font-size: 140%;
font-weight: bold; }
h4 {
font-size: 120%;
font-weight: bold; }
h5 {
font-size: 120%;
font-style: italic; }
h1, h2, h3 {
clear: both; }
dl {
padding: 0; }
dt {
padding: 0;
font-weight: bold;
margin-bottom: 0.3em; }
dd {
padding: 0;
margin-left: 5mm;
margin-bottom: 1em; }
dd > ul {
margin-top: 0;
margin-left: 0.5em;
padding-left: 0;
margin-bottom: 1em; }
.footer {
clear: both;
font-style: italic;
text-align: right; }
.footer p {
margin-top: 1.5em;
padding-top: 0.4em;
border-top-width: 2px;
border-top-style: solid; }
input.default-action {
color: white;
background: rgb(0, 96, 223);
border-color: rgb(0, 96, 223);
}
/*
* Directory Listing Style
*/
body#dirlist {
padding-bottom: 2em; }
body#dirlist p {
padding: 2px 5mm;
margin: 0; }
body#dirlist div {
display: table;
width: 94%;
margin: 5mm auto 2em auto;
padding: 0; }
body#dirlist strong {
display: table-row;
margin: 0;
padding: 0;
font-size: 120%;
}
body#dirlist a {
display: table-row;
margin: 0;
padding: 0; }
body#dirlist span {
display: table-cell;
vertical-align: middle; }
body#dirlist a > span {
padding-top: 0.1em; }
body#dirlist em > span {
padding-bottom: 1px; }
body#dirlist a + a>span {
border-top-width: 1px;
border-top-style: solid; }
body#dirlist a {
background-position: 4px 50%;
background-repeat: no-repeat;
}
body#dirlist a.dir {
background-image: url("resource:icons/directory.png"); }
body#dirlist a.file {
background-image: url("resource:icons/content.png"); }
body#dirlist span.name {
padding-left: 27px;
min-height: 20px;}
body#dirlist a.dir > span.name {
font-weight: bold; }
body#dirlist a.dir > span.type {
font-weight: bold; }
body#dirlist span.size {
text-align: right;
padding-right: 0.3em; }
body#dirlist span.size + span.size {
text-align: left;
padding-right: 0; }
/*
* certificate display style
*/
body#certificate table.info {
width: 90%;
margin: 1.2em auto 0;
}
body#certificate table.info th {
width: 14em;
vertical-align: top;
text-align: right;
font-weight: bold;
font-family: sans-serif;
padding-right: 1em;
}
body#certificate table.info td.data {
font-family: monospace;
font-size: 90%;
}
/*
* configuration listing style
*/
body#configlist table.config {
border-spacing: 0;
font-size: 85%;
margin: 1.3em 0;
width: 100%;
box-sizing: border-box }
body#configlist table.config tr:first-child th {
text-align: left;
font-weight: bold;
font-family: sans-serif; }
body#configlist table.config tr th {
text-align: left;
font-weight: normal;
font-family: monospace; }
body#configlist table.config tr+tr th,
body#configlist table.config tr+tr td {
border-top-width: 1px;
border-top-style: solid;
}
body#configlist table.config td, body#configlist table.config th {
padding-left: 1em; }
body#configlist table.config tr *:nth-child(3) {
padding-left: 3em; }
body#configlist table.config tr *:nth-child(4) {
padding-left: 3em;
font-family: monospace;
padding-right: 1em; }
body#configlist .null-content {
font-style: italic; }
/*
* about:imagecache
*/
p.imagecachelist {
border-spacing: 0px;
margin-top: 1.2em;
margin-bottom: 1.2em;
display: table;
}
p.imagecachelist strong, p.imagecachelist a {
display: table-row;
}
p.imagecachelist span {
padding: 2px 0.5em;
display: table-cell;
}
p.imagecachelist a+a span {
border-top-width: 1px;
border-top-style: solid;
}
/*
* authentication query styling
*/
body#authentication {
max-width: 45em;
}
body#authentication form {
/* Just to center the form on the page */
margin: 0 auto;
/* To see the outline of the form */
padding: 1em;
}
body#authentication table {
box-sizing: border-box;
width: 100%;
margin: 1.5em auto;
}
body#authentication label {
/* To make sure that all labels have the same size and are properly aligned */
display: inline-block;
text-align: right;
}
body#authentication table th {
text-align: right;
}
body#authentication table td {
text-align: left;
}
body#authentication table input {
/* To give the same size to all text fields */
width: 20em;
box-sizing: border-box;
margin-right: 10%;
/* To harmonize the look & feel of text field border */
border: 1px solid #999;
}
body#authentication div#buttons {
text-align: right;
margin-right: 1em;
}
body#authentication div#buttons input#login {
margin-right: 1em;
}
/*
* privacy query styling
*/
body#privacy {
max-width: 45em;
}
body#privacy form {
/* Just to center the form on the page */
margin: 0 auto;
/* To see the outline of the form */
padding: 1em;
}
body#privacy form div + div {
margin-top: 1em;
}
body#privacy div#buttons {
text-align: right;
margin-right: 1em;
}
body#privacy div#buttons input#back {
margin-right: 1em;
}
/*
* timeout query styling
*/
body#timeout {
max-width: 45em;
}
body#timeout form {
/* Just to center the form on the page */
margin: 0 auto;
/* To see the outline of the form */
padding: 1em;
}
body#timeout form div + div {
margin-top: 1em;
}
body#timeout div#buttons {
text-align: right;
margin-right: 1em;
}
body#timeout div#buttons input#back {
margin-right: 1em;
}
/*
* fetch error query styling
*/
body#fetcherror {
max-width: 45em;
}
body#fetcherror form {
/* Just to center the form on the page */
margin: 0 auto;
/* To see the outline of the form */
padding: 1em;
}
body#fetcherror form div + div {
margin-top: 1em;
}
body#fetcherror div#buttons {
text-align: right;
margin-right: 1em;
}
body#fetcherror div#buttons input#back {
margin-right: 1em;
}

Binary file not shown.

View File

@@ -0,0 +1,97 @@
<!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 class="ns-even-bg ns-even-fg ns-border">
<h1 class="ns-border">Ringraziamenti</h1>
<p>NetSurf <20> stato sviluppato dalle seguenti persone:</p>
<div id="DevList">
<h2 class="ns-border">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<EFBFBD>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 class="ns-border">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 class="ns-border">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 class="ns-border">Traduttori</h2>
<ul>
<li>Sebastian Barthel</li>
<li>Bruno D'Arcangeli</li>
<li>Samir Hawamdeh</li>
<li>Gerard van Katwijk</li>
<li>J<EFBFBD>r<EFBFBD>me Mathevet</li>
<li>Simon Voortman</li>
</ul>
</div>
<div class="footer ns-even-fg-subtle">
<p class="ns-even-fg-faded ns-border">Copyright 2003&ndash;2020 The NetSurf Developers</p>
</div>
</body>
</html>

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,64 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Benvenuti su NetSurf</title>
<style type="text/css">html,body{margin:0;padding:0;}body{color:#000;background:#fff;font-family:sans-serif;margin:0 auto;}a:link{text-decoration:underline;color:#00f;}a:visited{text-decoration:underline;color:#60a;}a:hover{text-decoration:none;}a:active{text-decoration:underline;color:#f00;}.banner{margin:0;padding:0;background:#94adff;text-align:left;}.banner img{border:none;color:#000;height:86px;width:308px;display:block;}.onlycontent{margin:0 1em;}.nslinks{display:table;width:100%;margin:0;border-spacing:0;padding:0;background:#ccd8ff;font-size:94%;}.nslinks li{display:table-cell;text-align:center;padding:0.2em 0.3em 0.3em;vertical-align:middle;}.nslinks li+li{border-left:2px solid #b1c3ff;}.version{padding:0;margin:1.2em auto 0;width:90%;color:#444;font-size:160%;}.intro{width: 90%;margin:1em auto;color:#666;}.websearch{margin:1.5em auto;padding:1.2em 0.3em;background:#d8e2ff;border:2px solid #c5d3ff;width:80%;text-align:center;}input[type=text]{border:2px solid #b6c7ff;background:#f9faff;color:#000;margin:2px;}input[type=submit]{border:2px outset #cedaff;color:#000;background:#cedaff;margin:2px;}.links{display:table;width:80%;margin:0 auto 3em;font-size:94%;}.links ul{display:table-cell;padding-left:2.5em;}.links ul+ul{padding-left:1em;}.footer{font-style:italic;color:#666;text-align:right;}.footer p{margin-top:1.5em;padding-top:0.4em;border-top:2px solid #94adff;}</style>
</head>
<body>
<h1 class="banner"><a href="https://www.netsurf-browser.org/"><img src="about:logo" alt="NetSurf"></a></h1>
<ul class="nslinks">
<li><a href="https://www.netsurf-browser.org/">Pagina principale</a></li>
<li><a href="https://www.netsurf-browser.org/documentation/">Documentazione</a></li>
<li><a href="https://www.netsurf-browser.org/downloads/">Scarica NetSurf</a></li>
<li><a href="https://www.netsurf-browser.org/contact/">Contatta gli sviluppatori</a></li>
</ul>
<div class="onlycontent">
<h2 class="version">Benvenuti su NetSurf</h2>
<p class="intro">NetSurf <20> la nostra idea di browser, per questo abbiamo scelto di renderlo veloce e sicuro ed ogni giorno lavoriamo per renderlo migliore, se hai qualche suggerimento o semplicemente hai bisogno di aiuto contattaci!<br><br> Grazie per aver scelto NetSurf!</p>
<form method="get" action="https://www.google.it/search">
<div class="websearch">
<input type="text" name="q" size="42" maxlength="255">
<input type="submit" value="Ricerca Google" name="btnG">
</div>
</form>
<div class="links">
<ul>
<li><a href="https://news.bbc.co.uk/">BBC News</a></li>
<li><a href="https://www.reuters.com/news">Reuters</a></li>
<li><a href="https://www.cnn.com/">CNN</a></li>
</ul>
<ul>
<li><a href="https://slashdot.org/">Slashdot</a></li>
<li><a href="https://arstechnica.com/">Ars Technica</a></li>
<li><a href="https://www.theregister.co.uk/">The Register</a></li>
<li><a href="https://www.w3.org/">W3C</a></li>
</ul>
<ul>
<li><a href="https://en.wikipedia.org/wiki/Main_Page">Wikipedia</a></li>
<li><a href="https://google.it/">Google</a></li>
<li><a href="https://yahoo.co.uk/">Yahoo!</a></li>
<li><a href="https://www.imdb.com/">IMDB</a></li>
</ul>
<ul>
<li><a href="https://www.iconbar.com/">The Icon Bar</a></li>
<li><a href="https://www.riscosopen.org/">ROOL</a></li>
<li><a href="https://www.riscos.info/">riscos.info</a></li>
</ul>
</div>
<div class="footer">
<p>NetSurf <20> rilasciato liberamente secondo i termini della Licenza Pubblica Generica GNU 2.0</p>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,65 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>NetSurfへようこそ</title>
<style type="text/css">html,body{margin:0;padding:0;}body{color:#000;background:#fff;font-family:sans-serif;margin:0 auto;}a:link{text-decoration:underline;color:#00f;}a:visited{text-decoration:underline;color:#60a;}a:hover{text-decoration:none;}a:active{text-decoration:underline;color:#f00;}.banner{margin:0;padding:0;background:#94adff;text-align:left;}.banner img{border:none;color:#000;height:86px;width:308px;display:block;}.onlycontent{margin:0 1em;}.nslinks{display:table;width:100%;margin:0;border-spacing:0;padding:0;background:#ccd8ff;font-size:94%;}.nslinks li{display:table-cell;text-align:center;padding:0.2em 0.3em 0.3em;vertical-align:middle;}.nslinks li+li{border-left:2px solid #b1c3ff;}.version{padding:0;margin:1.2em auto 0;width:90%;color:#444;font-size:160%;}.intro{width: 90%;margin:1em auto;color:#666;}.websearch{margin:1.5em auto;padding:1.2em 0.3em;background:#d8e2ff;border:2px solid #c5d3ff;width:80%;text-align:center;}input[type=text]{border:2px solid #b6c7ff;background:#f9faff;color:#000;margin:2px;}input[type=submit]{border:2px outset #cedaff;color:#000;background:#cedaff;margin:2px;}.links{display:table;width:80%;margin:0 auto 3em;font-size:94%;}.links ul{display:table-cell;padding-left:2.5em;}.links ul+ul{padding-left:1em;}.footer{font-style:italic;color:#666;text-align:right;}.footer p{margin-top:1.5em;padding-top:0.4em;border-top:2px solid #94adff;}</style>
</head>
<body>
<h1 class="banner"><a href="https://www.netsurf-browser.org/"><img src="about:logo" alt="NetSurf"></a></h1>
<ul class="nslinks">
<li><a href="https://www.netsurf-browser.org/">NetSurfウェブサイト</a></li>
<li><a href="https://www.netsurf-browser.org/documentation/">ドキュメンテーション</a></li>
<li><a href="https://www.netsurf-browser.org/downloads/">最新のNetSurfをダウンロード</a></li>
<li><a href="https://www.netsurf-browser.org/contact/">開発者とコンタクト</a></li>
</ul>
<div class="onlycontent">
<h2 class="version">NetSurfへようこそ</h2>
<p class="intro">NetSurfは小さくて速いオープンソースのウェブブラウザです。私たちはいつもこのブラウザを改良する気満々ですから、どんな問題でも声をかけてください。NetSurfを選んでくれてありがとう</p>
<form method="get" action="https://www.google.co.jp/search">
<div class="websearch">
<input type="text" name="q" size="42" maxlength="255">
<input type="submit" value="Google検索" name="btnG">
</div>
</form>
<div class="links">
<ul>
<li><a href="https://news.bbc.co.uk/">BBC News</a></li>
<li><a href="https://www.reuters.com/news">Reuters</a></li>
<li><a href="https://www.cnn.com/">CNN</a></li>
</ul>
<ul>
<li><a href="https://slashdot.jp/">Slashdot</a></li>
<li><a href="https://arstechnica.com/">Ars Technica</a></li>
<li><a href="https://www.theregister.co.uk/">The Register</a></li>
<li><a href="https://www.w3.org/">W3C</a></li>
</ul>
<ul>
<li><a href="https://ja.wikipedia.org/wiki/Main_Page">Wikipedia</a></li>
<li><a href="https://google.co.jp/">Google</a></li>
<li><a href="https://yahoo.co.jp/">Yahoo!</a></li>
<li><a href="https://www.imdb.com/">IMDB</a></li>
</ul>
<ul>
<li><a href="https://www.iconbar.com/">The Icon Bar</a></li>
<li><a href="https://www.riscosopen.org/">ROOL</a></li>
<li><a href="https://www.riscos.info/">riscos.info</a></li>
</ul>
</div>
<div class="footer">
<p>NetSurfはGNU Public Licence version 2でライセンシングされます。</p>
</div>
</div>
</body>
</html>

261
tools/netsurf/res/languages Normal file
View File

@@ -0,0 +1,261 @@
aa
ab
ae
af
ak
am
an
ar
ar-ae
ar-bh
ar-dz
ar-eg
ar-iq
ar-jo
ar-kw
ar-lb
ar-ly
ar-ma
ar-om
ar-qa
ar-sa
ar-sy
ar-tn
ar-ye
as
ast
av
az
ba
be
bg
bh
bi
bm
bn
bo
br
bs
ca
ce
ch
co
cr
cs
cu
cv
cy
da
de
de-at
de-ch
de-de
de-li
de-lu
dv
dz
ee
el
en
en-au
en-bz
en-ca
en-gb
en-ie
en-jm
en-nz
en-ph
en-tt
en-us
en-za
en-zw
eo
es
es-ar
es-bo
es-cl
es-co
es-cr
es-do
es-ec
es-es
es-gt
es-hn
es-mx
es-ni
es-pa
es-pe
es-pr
es-py
es-sv
es-uy
es-ve
et
eu
fa
fa-ir
ff
fi
fj
fo
fr
fr-be
fr-ca
fr-ch
fr-fr
fr-lu
fr-mc
fur
fy
ga
gd
gl
gn
gu
gv
ha
he
hi
ho
hsb
hr
ht
hu
hy
hz
ia
id
ie
ig
ii
ik
io
is
it
it-ch
iu
ja
jv
ka
kg
ki
kk
kl
km
kn
ko
ko-kp
ko-kr
kok
kr
ks
ku
kv
kw
ky
la
lb
lg
li
ln
lo
lt
lu
lv
mg
mh
mi
mk
mk-mk
ml
mn
mo
mr
ms
mt
my
na
nb
nd
ne
ng
nl
nl-be
nn
no
nr
nso
nv
ny
oc
oj
om
or
os
pa
pa-in
pa-pk
pi
pl
ps
pt
pt-br
qu
rm
rn
ro
ro-mo
ru
ru-mo
sa
sc
sd
sg
si
sk
sl
so
sq
sr
ss
st
su
sv
sv-fi
sv-se
sw
ta
te
tg
th
ti
tig
tk
tl
tlh
tn
to
tr
ts
tt
tw
ty
ug
uk
ur
uz
ve
vi
vo
wa
wo
xh
yi
yo
za
zh
zh-cn
zh-hk
zh-sg
zh-tw
zu

File diff suppressed because it is too large Load Diff

BIN
tools/netsurf/res/messages Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,102 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>NetSurf | Bijdragen</title>
<link rel="stylesheet" type="text/css" href="resource:internal.css">
<style>
div#DevList li {
float: left;
width: 18em; }
div#DevList ul {
overflow: hidden; }
</style>
</head>
<body class="ns-even-bg ns-even-fg ns-border">
<h1 class="ns-border">NetSurf-bijdragen</h1>
<p>NetSurf kwam tot stand door bijdragen van de volgende personen:</p>
<div id="DevList">
<h2 class="ns-border">Code</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<EFBFBD>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 class="ns-border">Documentatie</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 class="ns-border">Afbeeldingen</h2>
<ul>
<li>Michael Drake</li>
<li>Andrew Duffell</li>
<li>John Duffell</li>
<li>Richard Hallas</li>
<li>Phil Mellor</li>
</ul>
<h2 class="ns-border">Vertalingen</h2>
<ul>
<li>Sebastian Barthel</li>
<li>Bruno D'Arcangeli</li>
<li>Samir Hawamdeh</li>
<li>J<EFBFBD>r<EFBFBD>me Mathevet</li>
</ul>
<h4><b>Nederlandse vertaling</b></h4>
<ul>
<li>Gerard van Katwijk</li>
<li>Dick Tanis</li>
<li>Simon Voortman</li>
</ul>
</div>
<div class="footer ns-even-fg-subtle">
<p class="ns-border">Auteursrecht 2003&ndash;2020 De NetSurf-ontwikkelaars</p>
</div>
</body>
</html>

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,74 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Welkom bij NetSurf</title>
<style type="text/css">html,body{margin:0;padding:0;}body{color:#000;background:#fff;font-family:sans-serif;margin:0 auto;}a:link{text-decoration:underline;color:#00f;}a:visited{text-decoration:underline;color:#60a;}a:hover{text-decoration:none;}a:active{text-decoration:underline;color:#f00;}.banner{margin:0;padding:0;background:#94adff;text-align:left;}.banner img{border:none;color:#000;height:86px;width:308px;display:block;}.onlycontent{margin:0 1em;}.nslinks{display:table;width:100%;margin:0;border-spacing:0;padding:0;background:#ccd8ff;font-size:88%;}.nslinks li{display:table-cell;text-align:center;padding:0.2em 0.3em 0.3em;vertical-align:middle;}.nslinks li+li{border-left:2px solid #b1c3ff;}.version{padding:0;margin:1.2em auto 0;width:90%;color:#444;font-size:160%;}.intro{width: 90%;margin:1em auto;color:#666;}.websearch{margin:1.5em auto;padding:1.2em 0.3em;background:#d8e2ff;border:2px solid #c5d3ff;width:80%;text-align:center;}input[type=text]{border:2px solid #b6c7ff;background:#f9faff;color:#000;margin:2px;}input[type=submit]{border:2px outset #cedaff;color:#000;background:#cedaff;margin:2px;}.links{display:table;width:80%;margin:0 auto 3em;font-size:94%;}.links p{display:table-cell;}.links ul{padding-left:0.8em;margin-top:-1em;}.links ul+ul{padding-left:1em;}.footer{font-style:italic;color:#666;text-align:right;}.footer p{margin-top:1.5em;padding-top:0.4em;border-top:2px solid #94adff;}</style>
</head>
<body>
<h1 class="banner"><a href="https://www.netsurf-browser.org/"><img src="about:logo" alt="NetSurf"></a></h1>
<ul class="nslinks">
<li><a href="https://www.netsurf-browser.org/"><strong>NetSurf-website</strong> </a> (Engels)</li>
<li><a href="https://www.netsurf-browser.org/documentation/">Engelstalige documentatie</a></li>
<li>Nieuwste <a href="https://www.netsurf-browser.org/downloads/"><strong>NetSurf-versie</strong></a> ophalen</li>
<li>Schrijf de <a href="https://www.netsurf-browser.org/contact/"><strong>ontwikkelaars</strong> </a> (Engels)</li>
<li>Schrijf de <a href="mailto:g.vankatwijk@freeler.nl">vertalers</a>
</ul>
<div class="onlycontent">
<h2 class="version">Welkom bij NetSurf</h2>
<p class="intro">NetSurf is een kleine, snelle webbrowser met open broncode. Wij willen altijd onze browser nog beter maken. Neem dus contact op met de ontwikkelaars (in het Engels!) of met de vertalers (gewoon in het Nederlands) mocht je verbeteringsvoorstellen hebben en/of problemen ervaren. Bedankt dat je voor NetSurf hebt gekozen.</p>
<form method="get" action="https://www.ixquick.nl/do/search/">
<div class="websearch">
<input type="text" name="q" size="42" maxlength="255">
<input type="submit" value="Zoeken" name="btnG">
</div>
</form>
<div class="links">
<p><h3>Nieuws</h3>
<ul>
<li><a href="https://nos.nl/nieuws/">NOS nieuws</a></li>
<li><a href="https://teletekst-data.nos.nl/webplus?p=100">NOS teletekst</a></li>
<li><a href="https://www.nu.nl">NU.nl</a></li>
<li><a href="https://news.bbc.co.uk/">BBC news</a></li>
<li><a href="https://www.cnn.com/">CNN</a></li>
</ul></p>
<p><h3>RISC OS</h3>
<ul>
<li><a href="https://www.bigbenclub.nl/">Big Ben Club</a></li>
<li><a href="https://www.iconbar.com/">Icon Bar</a></li>
<li><a href="http://riscos.be">RISCOS.be</a>
<li><a href="https://www.riscos.info/">riscos.info</a></li>
<li><a href="https://www.riscosopen.org/">ROOL</a></li>
</ul></p>
<p><h3>Techniek</h3>
<ul>
<li><a href="https://arstechnica.com/">Ars Technica</a></li>
<li><a href="https://slashdot.org/">Slashdot</a></li>
<li><a href="https://www.theregister.co.uk/">The Register</a></li>
<li><a href="https://tweakers.net">Tweakers</a></li>
<li><a href="https://www.w3.org/">W3C</a></li>
</ul></p>
<p><h3>Zoeken</h3>
<ul>
<li><a href="https://google.nl/">Google</a></li>
<li><a href="https://www.imdb.com/">IMDB</a></li>
<li><a href="https://nl.wikipedia.org/wiki/Main_Page">Wikipedia</a></li>
</ul></p>
</div>
<div class="footer">
<p>NetSurf is beschikbaar overeenkomstig GNU Public Licentie, versie 2</p>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,14 @@
/* Quirks mode stylesheet for NetSurf */
/**
* Netscape/IE 4 compatibility.
*
* See https://developer.mozilla.org/en/Fixing_Table_Inheritance_in_Quirks_Mode
*/
table {
/* Reset font properties (except family) */
font-size: medium;
font-style: normal;
font-variant: normal;
font-weight: normal;
}

19
tools/netsurf/res/search Normal file
View File

@@ -0,0 +1,19 @@
Google|www.google.com|https://www.google.com/search?q=%s|https://www.google.com/favicon.ico|
Yahoo|search.yahoo.com|https://search.yahoo.com/search?p=%s|https://www.yahoo.com/favicon.ico|
Bing|www.bing.com|https://www.bing.com/search?q=%s|https://www.bing.com/favicon.ico|
Business.com|www.business.com|https://www.business.com/search/rslt_default.asp?query=%s|https://www.business.com/favicon.ico|
Omgili|www.omgili.com|https://www.omgili.com/AAAAA/%s.html|https://omgili.com/public/images/favicon.ico|
BBC News|search.bbc.co.uk|https://search.bbc.co.uk/search?q=%s&tab=ns|https://www.bbc.co.uk/favicon.ico|
Ubuntu Packages|packages.ubuntu.com|https://packages.ubuntu.com/search?keywords=%s|https://packages.ubuntu.com/favicon.ico|
Creative Commons|creativecommons.org|https://creativecommons.org/?s=%s|https://creativecommons.org/favicon.ico|fixme:favicon does not work as it is served as x-icon and is a png
Ask.com|www.ask.com|https://www.ask.com/web?q=%s|https://sp.uk.ask.com/sh/i/a14/favicon/favicon.ico|fixme:favicon is served as text/plain
Dictionary.com|dictionary.reference.com|https://dictionary.reference.com/browse/%s?jss=0|https://dictionary.reference.com/favicon.ico|
Youtube|www.youtube.com|https://www.youtube.com/results?search_query=%s|https://www.youtube.com/favicon.ico|
AOL|search.aol.com|https://search.aol.com/aol/search?query=%s|https://www.aol.com/favicon.ico|
Baidu|www.baidu.com|https://www.baidu.com/s?wd=%s|https://www.baidu.com/favicon.ico|
Amazon|www.amazon.com|https://www.amazon.com/s/ref=nb_ss_gw?field-keywords=%s|https://www.amazon.com/favicon.ico|
Ebay|shop.ebay.com|https://shop.ebay.com/items/%s|https://www.ebay.com/favicon.ico|
IMDB|www.imdb.com|https://www.imdb.com/find?q=%s|https://www.imdb.com/favicon.ico|
ESPN|search.espn.go.com|https://search.espn.go.com/%s/|https://www.espn.go.com/favicon.ico|
Wikipedia|en.wikipedia.org|https://en.wikipedia.org/w/index.php?title=Special%%3ASearch&search=%s|https://en.wikipedia.org/favicon.ico|
DuckDuckGo|www.duckduckgo.com|https://www.duckduckgo.com/html/?q=%s|https://www.duckduckgo.com/favicon.ico|fixme:Their ico upsets the current implementation

View File

@@ -0,0 +1,64 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Welcome to NetSurf</title>
<style type="text/css">html,body{margin:0;padding:0;}body{color:#000;background:#fff;font-family:sans-serif;margin:0 auto;}a:link{text-decoration:underline;color:#00f;}a:visited{text-decoration:underline;color:#60a;}a:hover{text-decoration:none;}a:active{text-decoration:underline;color:#f00;}.banner{margin:0;padding:0;background:#94adff;text-align:left;}.banner img{border:none;color:#000;height:86px;width:308px;display:block;}.onlycontent{margin:0 1em;}.nslinks{display:table;width:100%;margin:0;border-spacing:0;padding:0;background:#ccd8ff;font-size:94%;}.nslinks li{display:table-cell;text-align:center;padding:0.2em 0.3em 0.3em;vertical-align:middle;}.nslinks li+li{border-left:2px solid #b1c3ff;}.version{padding:0;margin:1.2em auto 0;width:90%;color:#444;font-size:160%;}.intro{width: 90%;margin:1em auto;color:#666;}.websearch{margin:1.5em auto;padding:1.2em 0.3em;background:#d8e2ff;border:2px solid #c5d3ff;width:80%;text-align:center;}input[type=text]{border:2px solid #b6c7ff;background:#f9faff;color:#000;margin:2px;}input[type=submit]{border:2px outset #cedaff;color:#000;background:#cedaff;margin:2px;}.links{display:table;width:80%;margin:0 auto 3em;font-size:94%;}.links ul{display:table-cell;padding-left:2.5em;}.links ul+ul{padding-left:1em;}.footer{font-style:italic;color:#666;text-align:right;}.footer p{margin-top:1.5em;padding-top:0.4em;border-top:2px solid #94adff;}</style>
</head>
<body>
<h1 class="banner"><a href="https://www.netsurf-browser.org/"><img src="about:logo" alt="NetSurf"></a></h1>
<ul class="nslinks">
<li><a href="https://www.netsurf-browser.org/">NetSurf web&nbsp;site</a></li>
<li><a href="https://www.netsurf-browser.org/documentation/">Documentation</a></li>
<li><a href="https://www.netsurf-browser.org/downloads/">Download latest NetSurf</a></li>
<li><a href="https://www.netsurf-browser.org/contact/">Contact the developers</a></li>
</ul>
<div class="onlycontent">
<h2 class="version">Welcome to NetSurf</h2>
<p class="intro">NetSurf is a small, fast open source web browser. We are always keen to improve our browser, so get in touch if you run into any problems. Thanks for choosing NetSurf!</p>
<form method="get" action="https://www.google.co.uk/search">
<div class="websearch">
<input type="text" name="q" size="42" maxlength="255">
<input type="submit" value="Google Search" name="btnG">
</div>
</form>
<div class="links">
<ul>
<li><a href="https://news.bbc.co.uk/">BBC News</a></li>
<li><a href="https://www.reuters.com/news">Reuters</a></li>
<li><a href="https://www.cnn.com/">CNN</a></li>
</ul>
<ul>
<li><a href="https://slashdot.org/">Slashdot</a></li>
<li><a href="https://arstechnica.com/">Ars Technica</a></li>
<li><a href="https://www.theregister.co.uk/">The Register</a></li>
<li><a href="https://www.w3.org/">W3C</a></li>
</ul>
<ul>
<li><a href="https://en.wikipedia.org/wiki/Main_Page">Wikipedia</a></li>
<li><a href="https://google.co.uk/">Google</a></li>
<li><a href="https://yahoo.co.uk/">Yahoo!</a></li>
<li><a href="https://www.imdb.com/">IMDB</a></li>
</ul>
<ul>
<li><a href="https://www.iconbar.com/">The Icon Bar</a></li>
<li><a href="https://www.riscosopen.org/">ROOL</a></li>
<li><a href="https://www.riscos.info/">riscos.info</a></li>
</ul>
</div>
<div class="footer">
<p>NetSurf is licensed under the GNU Public Licence version 2</p>
</div>
</div>
</body>
</html>

63
tools/netsurf/url.db Normal file
View File

@@ -0,0 +1,63 @@
107
codeberg.org 1 1730032473
1
https
/firebee
1
1666960479
1
firebee - Codeberg.org
firebee.org 0 0
2
http
/
1
1666960203
1
firebee.org
http
/fb-bin/support?lng=DE
1
1666960218
1
firebee.org
www.netsurf-browser.org 0 0
4
https
/
0
0
0
https
/contact
0
0
0
https
/documentation
0
0
0
https
/downloads/
0
0
0