# HG changeset patch # User Christophe Lincoln <pankso@slitaz.org> # Date 1241114902 -7200 # Node ID 23c5897a0eb4e960badd6e40542944e5cbc84ca8 # Parent aee6cba53f3b759f4e86e0b05d52598d43e1453e dillo: Remove image and rename custom home page diff -r aee6cba53f3b -r 23c5897a0eb4 dillo-hg/receipt --- a/dillo-hg/receipt Thu Apr 30 20:06:35 2009 +0200 +++ b/dillo-hg/receipt Thu Apr 30 20:08:22 2009 +0200 @@ -47,6 +47,8 @@ cp -a stuff/pics $fs/usr/share/webhome cp -a stuff/dillo.desktop $fs/usr/share/applications cp -a stuff/dillo.png $fs/usr/share/pixmaps + # Webhome + cp -a stuff/webhome $fs/usr/share chown -R root.root $fs } diff -r aee6cba53f3b -r 23c5897a0eb4 dillo-hg/stuff/dillo-index.html --- a/dillo-hg/stuff/dillo-index.html Thu Apr 30 20:06:35 2009 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,77 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> -<head> - <title>SliTaz Dillo - Web Homepage</title> - <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> - <meta name="author" content="Christophe Lincoln"/> - <link rel="shortcut icon" href="favicon.ico" /> - <link rel="stylesheet" type="text/css" href="dillo.css" /> -</head> -<body bgcolor="#ffffff"> - -<!-- Header and quick navigation --> -<div id="header"> -<div id="quicknav"> - <a name="top"></a> -</div> -<h1 align="center"><font color="#3E1220">Browse the Web</font></h1> -</div> - -<!-- Content. --> -<div id="content"> -<div class="content-right"></div> - -<div style="text-align: center; padding: 20px;"> -<table> - <!-- Search Wikipedia --> - <tr> - <th><strong>[ Wikipedia ]</strong></th> - <td> - <form action="http://www.wikipedia.org/search-redirect.php" method="get"> - <input type="hidden" name="language" value="en" /> - <input type="text" name="search" size="30" /> - <input type="submit" name="go" value="Search" /> - </form> - </td> - </tr> - <!-- Search Google --> - <tr> - <th><strong>[ Google ]</strong></th> - <td> - <form method="get" action="http://www.google.com/search"> - <input type="text" name="q" size="30" maxlength="255" value="" /> - <input type="submit" value="Search" /> - </form> - </td> - </tr> -</table> -</div> - -<!-- 10 Cloud tag are available. --> -<div id="cloud"> -<p> - <a href="http://forum.slitaz.org/" class="tag5">SliTaz Forum</a> - - <a href="http://www.dillo.org/" class="tag8">Dillo Website</a> - - <a href="http://www.dillo.org/FAQ.html" class="tag6">Dillo FAQ</a> - - <a href="http://pkgs.slitaz.org/" class="tag4">Packages</a> - - <a href="http://www.slitaz.org/" class="tag7">SliTaz GNU/Linux</a> - - <a href="http://www.dillo.org/dillo2-help.html" class="tag6">Dillo Manual</a> - - <a href="http://www.slitaz.org/en/doc/handbook/liveusb.html" class="tag5">LiveUSB</a> - - <a href="http://labs.slitaz.org/news" class="tag3">Labs News</a> - - <a href="http://www.slitaz.org/en/get/flavors.html" class="tag6">LiveCD flavor</a> - - <a href="http://boot.slitaz.org/" class="tag8">Web Boot</a> -</p> -</div> - -<div style="text-align: center; padding: 32px;"> -<img - src="pics/slitaz-dillo.png" - style="width: 96px; height: 48px;" /> -</div> - -<!-- End of content --> -</div> - -</body> -</html> diff -r aee6cba53f3b -r 23c5897a0eb4 dillo-hg/stuff/dillo.css --- a/dillo-hg/stuff/dillo.css Thu Apr 30 20:06:35 2009 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,143 +0,0 @@ -/* - CSS style for SliTaz GNU/Linux *book. - Pankso 2007 - www.slitaz.org -*/ - -body { - font: 13px sans-serif, vernada, arial; - background: #222222; - margin: 0; - padding-bottom: 100%; -} - -#header { - background: #f0ba08; - color: black; - height: 50px; - border-top: 1px solid black; - border-bottom: 1px solid black; -} -#quicknav { - margin-right: 6px; - text-align: right; - font-size: 12px; - font-weight: bold; - margin-right: 6px; - } - -#quicknav a { - background: inherit; - color: white; - text-decoration: none; -} - -#quicknav a:hover { - background: inherit; - color: #222222; -} - -/* content. */ - -#content { - background: #ffffff; - color: black; - padding: 20px; - margin: 20px 50px 0px 50px; - width: auto; - text-align: justify; -} - -#content li { - line-height: 1.5em; - text-align: left; -} - -/* Legal informations */ - -#copy { - font-size: 11px ; - text-align: center ; - background: transparent; - color: #ffffff; - padding-top: 20px; -} - -#copy a { - background: inherit; - color: #a8a8a8; -} - -#copy a:hover { - background: inherit; - color: #EDEDED; -} - -/* Clouds */ - -#cloud { - padding: 10px 80px 10px 80px; - line-height: 3em; - text-align: center; -} -#cloud a { padding: 4px; color: #956411; } -#cloud a.tag1 { font-size: 0.7em; font-weight: 100; } -#cloud a.tag2 { font-size: 0.8em; font-weight: 200; } -#cloud a.tag3 { font-size: 0.9em; font-weight: 300; } -#cloud a.tag4 { font-size: 1.0em; font-weight: 400; } -#cloud a.tag5 { font-size: 1.2em; font-weight: 500; } -#cloud a.tag6 { font-size: 1.4em; font-weight: 600; } -#cloud a.tag7 { font-size: 1.6em; font-weight: 700; } -#cloud a.tag8 { font-size: 1.8em; font-weight: 800; } -#cloud a.tag9 { font-size: 2.2em; font-weight: 900; } -#cloud a.tag10 { font-size: 2.5em; font-weight: 900; } - -/* General HTML entities for content. */ - -h1 { - margin: 0px 0px 0px 16px; -} - -h2 { - margin: 12px 0; - color: #484B7C; - background: white; -} - -h3 { - font-weight: bold; - color: #6c0023; - background: white; -} - -a { - text-decoration: underline; -} -a:hover { - text-decoration: none; -} - -pre { - padding: 5px; - color: black; - background: #e1e0b0; -} -pre.script { - padding: 10px; - color: black; - background: #e8e8e8; - border: 1px inset #333333; -} - -code { - font-size: 12px; - color: #669900; - background: transparent; -} - -li { - line-height: 1.4em; -} - -hr { - border: 0pt none; -} diff -r aee6cba53f3b -r 23c5897a0eb4 dillo-hg/stuff/dillorc --- a/dillo-hg/stuff/dillorc Thu Apr 30 20:06:35 2009 +0200 +++ b/dillo-hg/stuff/dillorc Thu Apr 30 20:08:22 2009 +0200 @@ -91,11 +91,11 @@ # start_page="about:blank" # start_page="http://www.dillo.org" # start_page="file:/home/jcid/custom_page.html" -start_page="file:/usr/share/webhome/dillo-index.html" +start_page="file:/usr/share/webhome/dillo.html" # Set the home location # home="file:/home/jcid/HomePage/Home.html" -home="file:/usr/share/webhome/dillo-index.html" +home="file:/usr/share/webhome/dillo.html" # Set the URL used by the web search dialog. # "%s" is replaced with the search keywords separated by '+'. diff -r aee6cba53f3b -r 23c5897a0eb4 dillo-hg/stuff/pics/slitaz-dillo.png Binary file dillo-hg/stuff/pics/slitaz-dillo.png has changed diff -r aee6cba53f3b -r 23c5897a0eb4 dillo-hg/stuff/webhome/dillo.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dillo-hg/stuff/webhome/dillo.css Thu Apr 30 20:08:22 2009 +0200 @@ -0,0 +1,143 @@ +/* + CSS style for SliTaz GNU/Linux *book. + Pankso 2007 - www.slitaz.org +*/ + +body { + font: 13px sans-serif, vernada, arial; + background: #222222; + margin: 0; + padding-bottom: 100%; +} + +#header { + background: #f0ba08; + color: black; + height: 50px; + border-top: 1px solid black; + border-bottom: 1px solid black; +} +#quicknav { + margin-right: 6px; + text-align: right; + font-size: 12px; + font-weight: bold; + margin-right: 6px; + } + +#quicknav a { + background: inherit; + color: white; + text-decoration: none; +} + +#quicknav a:hover { + background: inherit; + color: #222222; +} + +/* content. */ + +#content { + background: #ffffff; + color: black; + padding: 20px; + margin: 20px 50px 0px 50px; + width: auto; + text-align: justify; +} + +#content li { + line-height: 1.5em; + text-align: left; +} + +/* Legal informations */ + +#copy { + font-size: 11px ; + text-align: center ; + background: transparent; + color: #ffffff; + padding-top: 20px; +} + +#copy a { + background: inherit; + color: #a8a8a8; +} + +#copy a:hover { + background: inherit; + color: #EDEDED; +} + +/* Clouds */ + +#cloud { + padding: 10px 80px 40px 80px; + line-height: 3em; + text-align: center; +} +#cloud a { padding: 4px; color: #956411; } +#cloud a.tag1 { font-size: 0.7em; font-weight: 100; } +#cloud a.tag2 { font-size: 0.8em; font-weight: 200; } +#cloud a.tag3 { font-size: 0.9em; font-weight: 300; } +#cloud a.tag4 { font-size: 1.0em; font-weight: 400; } +#cloud a.tag5 { font-size: 1.2em; font-weight: 500; } +#cloud a.tag6 { font-size: 1.4em; font-weight: 600; } +#cloud a.tag7 { font-size: 1.6em; font-weight: 700; } +#cloud a.tag8 { font-size: 1.8em; font-weight: 800; } +#cloud a.tag9 { font-size: 2.2em; font-weight: 900; } +#cloud a.tag10 { font-size: 2.5em; font-weight: 900; } + +/* General HTML entities for content. */ + +h1 { + margin: 0px 0px 0px 16px; +} + +h2 { + margin: 12px 0; + color: #484B7C; + background: white; +} + +h3 { + font-weight: bold; + color: #6c0023; + background: white; +} + +a { + text-decoration: underline; +} +a:hover { + text-decoration: none; +} + +pre { + padding: 5px; + color: black; + background: #e1e0b0; +} +pre.script { + padding: 10px; + color: black; + background: #e8e8e8; + border: 1px inset #333333; +} + +code { + font-size: 12px; + color: #669900; + background: transparent; +} + +li { + line-height: 1.4em; +} + +hr { + border: 0pt none; +} diff -r aee6cba53f3b -r 23c5897a0eb4 dillo-hg/stuff/webhome/dillo.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dillo-hg/stuff/webhome/dillo.html Thu Apr 30 20:08:22 2009 +0200 @@ -0,0 +1,71 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head> + <title>SliTaz Dillo - Web Homepage</title> + <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> + <meta name="author" content="Christophe Lincoln"/> + <link rel="shortcut icon" href="favicon.ico" /> + <link rel="stylesheet" type="text/css" href="dillo.css" /> +</head> +<body bgcolor="#ffffff"> + +<!-- Header and quick navigation --> +<div id="header"> +<div id="quicknav"> + <a name="top"></a> +</div> +<h1 align="center"><font color="#3E1220">Browse the Web</font></h1> +</div> + +<!-- Content. --> +<div id="content"> +<div class="content-right"></div> + +<div style="text-align: center; padding: 20px;"> +<table> + <!-- Search Wikipedia --> + <tr> + <th><strong>[ Wikipedia ]</strong></th> + <td> + <form action="http://www.wikipedia.org/search-redirect.php" method="get"> + <input type="hidden" name="language" value="en" /> + <input type="text" name="search" size="30" /> + <input type="submit" name="go" value="Search" /> + </form> + </td> + </tr> + <!-- Search Google --> + <tr> + <th><strong>[ Google ]</strong></th> + <td> + <form method="get" action="http://www.google.com/search"> + <input type="text" name="q" size="30" maxlength="255" value="" /> + <input type="submit" value="Search" /> + </form> + </td> + </tr> +</table> +</div> + +<!-- 10 Cloud tag are available. --> +<div id="cloud"> +<p> + <a href="http://forum.slitaz.org/" class="tag5">SliTaz Forum</a> - + <a href="http://www.dillo.org/" class="tag8">Dillo Website</a> - + <a href="http://www.dillo.org/FAQ.html" class="tag6">Dillo FAQ</a> - + <a href="http://pkgs.slitaz.org/" class="tag4">Packages</a> - + <a href="http://www.slitaz.org/" class="tag7">SliTaz GNU/Linux</a> - + <a href="http://www.dillo.org/dillo2-help.html" class="tag6">Dillo Manual</a> - + <a href="http://www.slitaz.org/en/doc/handbook/liveusb.html" class="tag5">LiveUSB</a> - + <a href="http://labs.slitaz.org/news" class="tag3">Labs News</a> - + <a href="http://www.slitaz.org/en/get/flavors.html" class="tag6">LiveCD flavor</a> - + <a href="http://boot.slitaz.org/" class="tag8">Web Boot</a> +</p> +</div> + +<!-- End of content --> +</div> + +</body> +</html>