# HG changeset patch # User Christophe Lincoln # Date 1487186492 -3600 # Node ID 37c8a99e2b2c58034bc018eeaeb05745288b920d # Parent 36df580eeec38798b173b02d5adbff2f93994744 Up: netsurf (3.6) - Getting better but not ready for default on slitaz! diff -r 36df580eeec3 -r 37c8a99e2b2c netsurf/receipt --- a/netsurf/receipt Wed Feb 15 17:57:05 2017 +0100 +++ b/netsurf/receipt Wed Feb 15 20:21:32 2017 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="netsurf" -VERSION="3.3" +VERSION="3.6" CATEGORY="network" SHORT_DESC="A simple, fast and light web browser using GTK." MAINTAINER="pankso@slitaz.org" @@ -49,6 +49,7 @@ rm -rf $fs/usr/share/netsurf/*.xpm rm -rf $fs/usr/share/netsurf/license # Webhome - cp -a stuff/webhome $fs/usr/share + cp -a $stuff/welcome.* $fs/usr/share/netsurf + rm $fs/usr/share/netsurf/*/welcome.html chown -R root.root $fs } diff -r 36df580eeec3 -r 37c8a99e2b2c netsurf/stuff/netsurf.desktop --- a/netsurf/stuff/netsurf.desktop Wed Feb 15 17:57:05 2017 +0100 +++ b/netsurf/stuff/netsurf.desktop Wed Feb 15 20:21:32 2017 +0100 @@ -7,5 +7,5 @@ Type=Application Categories=Network; MimeType=text/html;application/xhtml+xml; -Exec=netsurf %u +Exec=netsurf-gtk %u Icon=netsurf diff -r 36df580eeec3 -r 37c8a99e2b2c netsurf/stuff/webhome/netsurf.html --- a/netsurf/stuff/webhome/netsurf.html Wed Feb 15 17:57:05 2017 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,76 +0,0 @@ - - - - SliTaz - Web Homepage - - - - - - - - - - -
- - -
- - - - - - - -
- SliTaz @ - Twitter - Facebook - Distrowatch - Wikipedia - Flattr -
- - -
- - - diff -r 36df580eeec3 -r 37c8a99e2b2c netsurf/stuff/webhome/style.css --- a/netsurf/stuff/webhome/style.css Wed Feb 15 17:57:05 2017 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,80 +0,0 @@ -/* CSS style for SliTaz GNU/Linux generic xHTML files. */ - -html { min-height: 102%; } - -body { - background: #ffffff; - color: black; - font: 13px sans-serif, vernada, arial; - margin: 0; - min-width: 640px; -} - -a { text-decoration: underline; color: #215090; } -a:hover { text-decoration: none; color: blue; } -img { border: 0pt none; vertical-align: middle; } -h2 { color: #444; } -h3 { color: #666; font-size: 140%; } - -#header { - height: 40px; - background: #351a0a; -} - -#header h1 { - margin: 0; - padding: 8px 0 0 8px; - width: 250px; - color: white; - font-size: 20px; - font-style: italic; -} - -#header h1 a { - color: white; - text-decoration: none; - font-size: 20px; - font-style: italic; -} - -#header h1 a:hover, #network a:hover { - color: #d66018; -} - -#network { - float: right; - padding: 12px 5px 0; - font-size: 12px; -} - -#network a { padding: 0 6px; } - -#network a { - color: #fff; - font-weight: bold; - text-decoration: none; -} - -#block { - height: 8px; - background: #d66018; - padding: 0; - border-bottom: 1px solid #f5f5f5; -} - -#content { - padding: 30px 80px; - text-align: justify; -} - -#social { text-align: center; color: #666; } -#social a { color: #666; padding: 0 2px; } - -#footer { - text-align: center; - border-top: 1px solid #ddd; - padding: 40px; - color: #666; -} - -#footer a { color: #666; padding: 0 2px; } diff -r 36df580eeec3 -r 37c8a99e2b2c netsurf/stuff/welcome.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/netsurf/stuff/welcome.css Wed Feb 15 20:21:32 2017 +0100 @@ -0,0 +1,100 @@ +/* CSS style for SliTaz GNU/Linux generic xHTML files. */ + +html { min-height: 102%; } + +body { + background: #ffffff; + color: black; + font: 13px sans-serif, vernada, arial; + margin: 0; + min-width: 640px; +} + +a { text-decoration: underline; color: #215090; } +a:hover { text-decoration: none; color: blue; } +img { border: 0pt none; vertical-align: middle; } +h1 { margin: 0; padding: 8px; color: #fff; font-size: 20px; } +h2 { color: #444; } +h3 { color: #666; font-size: 140%; } + +/* Header */ + +#header { + background: #222; + height: 40px; + border-bottom: 4px solid #afafaf; +} + +#header h1 { + margin: 0; + padding: 8px 0 0 5px; + width: 250px; +} + +#header h1 a { + color: white; + text-decoration: none; + font-size: 20px; + font-style: italic; +} + +#header h1 a:hover { + color: #afafaf; +} + +#header h1 a:hover, #network a:hover { + color: #d66018; +} + +/* Header links */ + +#network { + float: right; + padding: 14px 5px 0; + font-size: 12px; + margin-right: 5px; +} + +#network a, #network span { + padding: 0 4px; + color: #fff; + font-weight: bold; + text-decoration: none; +} + +#network a:hover, #user a:hover, #network span { color: #cfcfcf; } + +#content { + padding: 30px 80px; + text-align: justify; +} + +#search { text-align: center; margin: 40px 0px; } +input[type=submit] { + border: 1px solid #000; + background-color: #afafaf; + color: white; + font-weight: bold; + cursor: pointer; + padding: 3px 10px; + font-size: 15px; + margin-left: -5px; +} +input[type=text] { + border: 1px solid #333333; + padding: 4px; + height: 15px; + width: 68%; +} + +#social { text-align: center; color: #666; } +#social a { color: #666; padding: 0 2px; } + +#footer { + text-align: center; + border-top: 1px solid #ddd; + padding: 40px; + color: #666; +} + +#footer a { color: #666; padding: 0 2px; } diff -r 36df580eeec3 -r 37c8a99e2b2c netsurf/stuff/welcome.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/netsurf/stuff/welcome.html Wed Feb 15 20:21:32 2017 +0100 @@ -0,0 +1,53 @@ + + + + SliTaz - Web Homepage + + + + + + + + + + + +
+ + + + +
+ SliTaz @ + Twitter + Facebook + Distrowatch + Wikipedia + Flattr +
+ + +
+ + +