flavors rev 26

core: Midori is the default web browser
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 06 17:39:45 2010 +0100 (2010-03-06)
parents b7fd8a61a8b4
children a816b3d1a725
files core/packages.list core/rootfs/etc/lxpanel/default/panels/panel core/rootfs/etc/slitaz/applications.conf core/rootfs/usr/share/webhome/netsurf.html
line diff
     1.1 --- a/core/packages.list	Mon Feb 22 19:08:20 2010 +0100
     1.2 +++ b/core/packages.list	Sat Mar 06 17:39:45 2010 +0100
     1.3 @@ -129,8 +129,6 @@
     1.4  ntfs-3g
     1.5  ntfsprogs
     1.6  web-applications
     1.7 -libgsf
     1.8 -netsurf
     1.9  viewnior
    1.10  sudoku-savant
    1.11  desktop-file-utils
    1.12 @@ -148,3 +146,5 @@
    1.13  beaver
    1.14  lua
    1.15  epdfview
    1.16 +libwebkit
    1.17 +midori
     2.1 --- a/core/rootfs/etc/lxpanel/default/panels/panel	Mon Feb 22 19:08:20 2010 +0100
     2.2 +++ b/core/rootfs/etc/lxpanel/default/panels/panel	Sat Mar 06 17:39:45 2010 +0100
     2.3 @@ -64,7 +64,7 @@
     2.4              id=xterm.desktop
     2.5          }
     2.6          Button {
     2.7 -            id=netsurf.desktop
     2.8 +            id=midori.desktop
     2.9          }
    2.10      }
    2.11  }
     3.1 --- a/core/rootfs/etc/slitaz/applications.conf	Mon Feb 22 19:08:20 2010 +0100
     3.2 +++ b/core/rootfs/etc/slitaz/applications.conf	Sat Mar 06 17:39:45 2010 +0100
     3.3 @@ -6,7 +6,7 @@
     3.4  FILE_MANAGER="pcmanfm"
     3.5  
     3.6  # Web browser.
     3.7 -BROWSER="netsurf"
     3.8 +BROWSER="midori"
     3.9  
    3.10  # Text editor.
    3.11  EDITOR="leafpad"
     4.1 --- a/core/rootfs/usr/share/webhome/netsurf.html	Mon Feb 22 19:08:20 2010 +0100
     4.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.3 @@ -1,66 +0,0 @@
     4.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     4.5 -    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     4.6 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     4.7 -<head>
     4.8 -    <title>SliTaz - Web Homepage</title>
     4.9 -    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    4.10 -    <meta name="author" content="Christophe Lincoln"/>
    4.11 -    <link rel="shortcut icon" href="favicon.ico" />
    4.12 -    <link rel="stylesheet" type="text/css" href="netsurf.css" />
    4.13 -</head>
    4.14 -<body>
    4.15 -
    4.16 -<!-- Header -->
    4.17 -<div id="header">
    4.18 -<h1>Browse the Web</h1>
    4.19 -</div>
    4.20 -
    4.21 -<!-- Content -->
    4.22 -<div id="content">
    4.23 -
    4.24 -<div style="text-align: center; margin-top: 40px;">
    4.25 -<table>
    4.26 -	<!-- Search Wikipedia -->
    4.27 -	<tr>
    4.28 -		<th><strong>[ Wikipedia ]</strong></th>
    4.29 -		<td>
    4.30 -			<form action="http://www.wikipedia.org/search-redirect.php" method="get">
    4.31 -				<input type="hidden" name="language" value="en" />
    4.32 -				<input type="text" name="search" size="30" />
    4.33 -				<input type="submit" name="go" value="Search" />
    4.34 -			</form>
    4.35 -		</td>
    4.36 -	</tr>
    4.37 -	<!-- Search Google -->
    4.38 -	<tr>
    4.39 -		<th><strong>[ Google ]</strong></th>
    4.40 -		<td>
    4.41 -			<form method="get" action="http://www.google.com/search">
    4.42 -				<input type="text" name="q" size="30" maxlength="255" value="" />
    4.43 -				<input type="submit" value="Search" />
    4.44 -			</form>
    4.45 -		</td>
    4.46 -	</tr>
    4.47 -</table>
    4.48 -</div>
    4.49 -
    4.50 -<!-- Shortcuts -->
    4.51 -<div style="text-align: center; margin-top: 30px;">
    4.52 -	SliTaz :
    4.53 -	<a href="http://www.slitaz.org/">Website</a> |
    4.54 -	<a href="http://doc.slitaz.org/">Documentation</a> |
    4.55 -	<a href="http://forum.slitaz.org/">Forum</a> |
    4.56 -	<a href="http://pkgs.slitaz.org/">Packages</a> |
    4.57 -	<a href="http://labs.slitaz.org/">Labs</a>
    4.58 -</div>
    4.59 -<div style="text-align: center; margin-top: 20px;">
    4.60 -	NetSurf :
    4.61 -	<a href="http://www.netsurf-browser.org/">Website</a> |
    4.62 -	<a href="http://www.netsurf-browser.org/documentation/">Documentation</a>
    4.63 -</div>
    4.64 -
    4.65 -<!-- End of content with round corner -->
    4.66 -</div>
    4.67 -
    4.68 -</body>
    4.69 -</html>