wok-6.x rev 19713
Up: netsurf (3.6) - Getting better but not ready for default on slitaz!
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Feb 15 20:21:32 2017 +0100 (2017-02-15) |
parents | 36df580eeec3 |
children | 373f11838ade |
files | netsurf/receipt netsurf/stuff/netsurf.desktop netsurf/stuff/webhome/netsurf.html netsurf/stuff/webhome/style.css netsurf/stuff/welcome.css netsurf/stuff/welcome.html |
line diff
1.1 --- a/netsurf/receipt Wed Feb 15 17:57:05 2017 +0100 1.2 +++ b/netsurf/receipt Wed Feb 15 20:21:32 2017 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="netsurf" 1.7 -VERSION="3.3" 1.8 +VERSION="3.6" 1.9 CATEGORY="network" 1.10 SHORT_DESC="A simple, fast and light web browser using GTK." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -49,6 +49,7 @@ 1.13 rm -rf $fs/usr/share/netsurf/*.xpm 1.14 rm -rf $fs/usr/share/netsurf/license 1.15 # Webhome 1.16 - cp -a stuff/webhome $fs/usr/share 1.17 + cp -a $stuff/welcome.* $fs/usr/share/netsurf 1.18 + rm $fs/usr/share/netsurf/*/welcome.html 1.19 chown -R root.root $fs 1.20 }
2.1 --- a/netsurf/stuff/netsurf.desktop Wed Feb 15 17:57:05 2017 +0100 2.2 +++ b/netsurf/stuff/netsurf.desktop Wed Feb 15 20:21:32 2017 +0100 2.3 @@ -7,5 +7,5 @@ 2.4 Type=Application 2.5 Categories=Network; 2.6 MimeType=text/html;application/xhtml+xml; 2.7 -Exec=netsurf %u 2.8 +Exec=netsurf-gtk %u 2.9 Icon=netsurf
3.1 --- a/netsurf/stuff/webhome/netsurf.html Wed Feb 15 17:57:05 2017 +0100 3.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 3.3 @@ -1,76 +0,0 @@ 3.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 3.5 - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3.6 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 3.7 -<head> 3.8 - <title>SliTaz - Web Homepage</title> 3.9 - <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> 3.10 - <meta name="author" content="Christophe Lincoln"/> 3.11 - <link rel="shortcut icon" href="favicon.ico" /> 3.12 - <link rel="stylesheet" type="text/css" href="style.css" /> 3.13 -</head> 3.14 -<body> 3.15 - 3.16 -<!-- Header --> 3.17 -<div id="header"> 3.18 - <div id="logo"></div> 3.19 - <div id="network"> 3.20 - <a href="http://www.slitaz.org/">Website</a> 3.21 - <a href="http://scn.slitaz.org/">Community</a> 3.22 - <a href="http://doc.slitaz.org/">Doc</a> 3.23 - <a href="http://forum.slitaz.org/">Forum</a> 3.24 - <a href="http://labs.slitaz.org/issues">Bugs</a> 3.25 - <a href="http://hg.slitaz.org/">Hg</a> 3.26 - </div> 3.27 - <h1>SliTaz Web Home</h1> 3.28 -</div> 3.29 - 3.30 -<div id="block"></div> 3.31 - 3.32 -<!-- Content --> 3.33 -<div id="content"> 3.34 - 3.35 -<!-- Custom style for netsurf --> 3.36 -<style type="text/css"> 3.37 -#search { text-align: center; margin: 40px 0px; } 3.38 -input[type=submit] { 3.39 - border: 1px solid #b64b22; 3.40 - background-color: #b64b22; 3.41 - color: white; 3.42 - font-weight: bold; 3.43 - cursor: pointer; 3.44 - padding: 3px 10px; 3.45 - font-size: 15px; 3.46 - margin-left: -5px; 3.47 -} 3.48 -input[type=text] { 3.49 - border: 1px solid #333333; 3.50 - padding: 4px; 3.51 - height: 15px; 3.52 - width: 68%; 3.53 -} 3.54 -</style> 3.55 - 3.56 -<div id="search"> 3.57 - <form method="get" action="http://www.google.com/search"> 3.58 - <p> 3.59 - <input type="text" name="q" size="55" maxlength="255" /> 3.60 - <input type="submit" value="Google" style="height: 25px;" /> 3.61 - </p> 3.62 - </form> 3.63 -</div> 3.64 - 3.65 -<!-- SliTaz Social --> 3.66 -<div id="social"> 3.67 - SliTaz @ 3.68 - <a href="http://twitter.com/slitaz">Twitter</a> 3.69 - <a href="http://www.facebook.com/slitaz">Facebook</a> 3.70 - <a href="http://distrowatch.com/slitaz">Distrowatch</a> 3.71 - <a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a> 3.72 - <a href="http://flattr.com/profile/slitaz">Flattr</a> 3.73 -</div> 3.74 - 3.75 -<!-- End of content with round corner --> 3.76 -</div> 3.77 - 3.78 -</body> 3.79 -</html>
4.1 --- a/netsurf/stuff/webhome/style.css Wed Feb 15 17:57:05 2017 +0100 4.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 4.3 @@ -1,80 +0,0 @@ 4.4 -/* CSS style for SliTaz GNU/Linux generic xHTML files. */ 4.5 - 4.6 -html { min-height: 102%; } 4.7 - 4.8 -body { 4.9 - background: #ffffff; 4.10 - color: black; 4.11 - font: 13px sans-serif, vernada, arial; 4.12 - margin: 0; 4.13 - min-width: 640px; 4.14 -} 4.15 - 4.16 -a { text-decoration: underline; color: #215090; } 4.17 -a:hover { text-decoration: none; color: blue; } 4.18 -img { border: 0pt none; vertical-align: middle; } 4.19 -h2 { color: #444; } 4.20 -h3 { color: #666; font-size: 140%; } 4.21 - 4.22 -#header { 4.23 - height: 40px; 4.24 - background: #351a0a; 4.25 -} 4.26 - 4.27 -#header h1 { 4.28 - margin: 0; 4.29 - padding: 8px 0 0 8px; 4.30 - width: 250px; 4.31 - color: white; 4.32 - font-size: 20px; 4.33 - font-style: italic; 4.34 -} 4.35 - 4.36 -#header h1 a { 4.37 - color: white; 4.38 - text-decoration: none; 4.39 - font-size: 20px; 4.40 - font-style: italic; 4.41 -} 4.42 - 4.43 -#header h1 a:hover, #network a:hover { 4.44 - color: #d66018; 4.45 -} 4.46 - 4.47 -#network { 4.48 - float: right; 4.49 - padding: 12px 5px 0; 4.50 - font-size: 12px; 4.51 -} 4.52 - 4.53 -#network a { padding: 0 6px; } 4.54 - 4.55 -#network a { 4.56 - color: #fff; 4.57 - font-weight: bold; 4.58 - text-decoration: none; 4.59 -} 4.60 - 4.61 -#block { 4.62 - height: 8px; 4.63 - background: #d66018; 4.64 - padding: 0; 4.65 - border-bottom: 1px solid #f5f5f5; 4.66 -} 4.67 - 4.68 -#content { 4.69 - padding: 30px 80px; 4.70 - text-align: justify; 4.71 -} 4.72 - 4.73 -#social { text-align: center; color: #666; } 4.74 -#social a { color: #666; padding: 0 2px; } 4.75 - 4.76 -#footer { 4.77 - text-align: center; 4.78 - border-top: 1px solid #ddd; 4.79 - padding: 40px; 4.80 - color: #666; 4.81 -} 4.82 - 4.83 -#footer a { color: #666; padding: 0 2px; }
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 5.2 +++ b/netsurf/stuff/welcome.css Wed Feb 15 20:21:32 2017 +0100 5.3 @@ -0,0 +1,100 @@ 5.4 +/* CSS style for SliTaz GNU/Linux generic xHTML files. */ 5.5 + 5.6 +html { min-height: 102%; } 5.7 + 5.8 +body { 5.9 + background: #ffffff; 5.10 + color: black; 5.11 + font: 13px sans-serif, vernada, arial; 5.12 + margin: 0; 5.13 + min-width: 640px; 5.14 +} 5.15 + 5.16 +a { text-decoration: underline; color: #215090; } 5.17 +a:hover { text-decoration: none; color: blue; } 5.18 +img { border: 0pt none; vertical-align: middle; } 5.19 +h1 { margin: 0; padding: 8px; color: #fff; font-size: 20px; } 5.20 +h2 { color: #444; } 5.21 +h3 { color: #666; font-size: 140%; } 5.22 + 5.23 +/* Header */ 5.24 + 5.25 +#header { 5.26 + background: #222; 5.27 + height: 40px; 5.28 + border-bottom: 4px solid #afafaf; 5.29 +} 5.30 + 5.31 +#header h1 { 5.32 + margin: 0; 5.33 + padding: 8px 0 0 5px; 5.34 + width: 250px; 5.35 +} 5.36 + 5.37 +#header h1 a { 5.38 + color: white; 5.39 + text-decoration: none; 5.40 + font-size: 20px; 5.41 + font-style: italic; 5.42 +} 5.43 + 5.44 +#header h1 a:hover { 5.45 + color: #afafaf; 5.46 +} 5.47 + 5.48 +#header h1 a:hover, #network a:hover { 5.49 + color: #d66018; 5.50 +} 5.51 + 5.52 +/* Header links */ 5.53 + 5.54 +#network { 5.55 + float: right; 5.56 + padding: 14px 5px 0; 5.57 + font-size: 12px; 5.58 + margin-right: 5px; 5.59 +} 5.60 + 5.61 +#network a, #network span { 5.62 + padding: 0 4px; 5.63 + color: #fff; 5.64 + font-weight: bold; 5.65 + text-decoration: none; 5.66 +} 5.67 + 5.68 +#network a:hover, #user a:hover, #network span { color: #cfcfcf; } 5.69 + 5.70 +#content { 5.71 + padding: 30px 80px; 5.72 + text-align: justify; 5.73 +} 5.74 + 5.75 +#search { text-align: center; margin: 40px 0px; } 5.76 +input[type=submit] { 5.77 + border: 1px solid #000; 5.78 + background-color: #afafaf; 5.79 + color: white; 5.80 + font-weight: bold; 5.81 + cursor: pointer; 5.82 + padding: 3px 10px; 5.83 + font-size: 15px; 5.84 + margin-left: -5px; 5.85 +} 5.86 +input[type=text] { 5.87 + border: 1px solid #333333; 5.88 + padding: 4px; 5.89 + height: 15px; 5.90 + width: 68%; 5.91 +} 5.92 + 5.93 +#social { text-align: center; color: #666; } 5.94 +#social a { color: #666; padding: 0 2px; } 5.95 + 5.96 +#footer { 5.97 + text-align: center; 5.98 + border-top: 1px solid #ddd; 5.99 + padding: 40px; 5.100 + color: #666; 5.101 +} 5.102 + 5.103 +#footer a { color: #666; padding: 0 2px; }
6.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 6.2 +++ b/netsurf/stuff/welcome.html Wed Feb 15 20:21:32 2017 +0100 6.3 @@ -0,0 +1,53 @@ 6.4 +<!DOCTYPE html> 6.5 +<html xmlns="http://www.w3.org/1999/xhtml"> 6.6 +<head> 6.7 + <title>SliTaz - Web Homepage</title> 6.8 + <meta charset="utf-8" /> 6.9 + <meta name="author" content="Christophe Lincoln"/> 6.10 + <link rel="shortcut icon" href="default.ico" /> 6.11 + <link rel="stylesheet" type="text/css" href="welcome.css" /> 6.12 +</head> 6.13 +<body> 6.14 + 6.15 +<!-- Header --> 6.16 +<div id="header"> 6.17 + <div id="logo"></div> 6.18 + <div id="network"> 6.19 + <a href="http://www.slitaz.org/">Website</a> 6.20 + <a href="http://scn.slitaz.org/">Community</a> 6.21 + <a href="http://doc.slitaz.org/">Doc</a> 6.22 + <a href="http://forum.slitaz.org/">Forum</a> 6.23 + <a href="http://bugs.slitaz.org/">Bugs</a> 6.24 + <a href="http://hg.slitaz.org/">Hg</a> 6.25 + </div> 6.26 + <h1>SliTaz Web Home</h1> 6.27 +</div> 6.28 + 6.29 +<!-- Content --> 6.30 +<div id="content"> 6.31 + 6.32 +<div id="search"> 6.33 + <form method="get" action="http://duckduckgo.com/html"> 6.34 + <p> 6.35 + <input type="text" name="q" size="55" maxlength="255" /> 6.36 + <input type="hidden" name="t" value="slitaz" /> 6.37 + <input type="submit" value="Duckduckgo" style="height: 25px;" /> 6.38 + </p> 6.39 + </form> 6.40 +</div> 6.41 + 6.42 +<!-- SliTaz Social --> 6.43 +<div id="social"> 6.44 + SliTaz @ 6.45 + <a href="http://twitter.com/slitaz">Twitter</a> 6.46 + <a href="http://www.facebook.com/slitaz">Facebook</a> 6.47 + <a href="http://distrowatch.com/slitaz">Distrowatch</a> 6.48 + <a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a> 6.49 + <a href="http://flattr.com/profile/slitaz">Flattr</a> 6.50 +</div> 6.51 + 6.52 +<!-- End of content with round corner --> 6.53 +</div> 6.54 + 6.55 +</body> 6.56 +</html>