wok rev 2836
dillo: Remove image and rename custom home page
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Apr 30 20:08:22 2009 +0200 (2009-04-30) |
parents | aee6cba53f3b |
children | 496049365d58 |
files | dillo-hg/receipt dillo-hg/stuff/dillo-index.html dillo-hg/stuff/dillo.css dillo-hg/stuff/dillorc dillo-hg/stuff/pics/slitaz-dillo.png dillo-hg/stuff/webhome/dillo.css dillo-hg/stuff/webhome/dillo.html |
line diff
1.1 --- a/dillo-hg/receipt Thu Apr 30 20:06:35 2009 +0200 1.2 +++ b/dillo-hg/receipt Thu Apr 30 20:08:22 2009 +0200 1.3 @@ -47,6 +47,8 @@ 1.4 cp -a stuff/pics $fs/usr/share/webhome 1.5 cp -a stuff/dillo.desktop $fs/usr/share/applications 1.6 cp -a stuff/dillo.png $fs/usr/share/pixmaps 1.7 + # Webhome 1.8 + cp -a stuff/webhome $fs/usr/share 1.9 chown -R root.root $fs 1.10 } 1.11
2.1 --- a/dillo-hg/stuff/dillo-index.html Thu Apr 30 20:06:35 2009 +0200 2.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 2.3 @@ -1,77 +0,0 @@ 2.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 2.5 - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2.6 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 2.7 -<head> 2.8 - <title>SliTaz Dillo - Web Homepage</title> 2.9 - <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> 2.10 - <meta name="author" content="Christophe Lincoln"/> 2.11 - <link rel="shortcut icon" href="favicon.ico" /> 2.12 - <link rel="stylesheet" type="text/css" href="dillo.css" /> 2.13 -</head> 2.14 -<body bgcolor="#ffffff"> 2.15 - 2.16 -<!-- Header and quick navigation --> 2.17 -<div id="header"> 2.18 -<div id="quicknav"> 2.19 - <a name="top"></a> 2.20 -</div> 2.21 -<h1 align="center"><font color="#3E1220">Browse the Web</font></h1> 2.22 -</div> 2.23 - 2.24 -<!-- Content. --> 2.25 -<div id="content"> 2.26 -<div class="content-right"></div> 2.27 - 2.28 -<div style="text-align: center; padding: 20px;"> 2.29 -<table> 2.30 - <!-- Search Wikipedia --> 2.31 - <tr> 2.32 - <th><strong>[ Wikipedia ]</strong></th> 2.33 - <td> 2.34 - <form action="http://www.wikipedia.org/search-redirect.php" method="get"> 2.35 - <input type="hidden" name="language" value="en" /> 2.36 - <input type="text" name="search" size="30" /> 2.37 - <input type="submit" name="go" value="Search" /> 2.38 - </form> 2.39 - </td> 2.40 - </tr> 2.41 - <!-- Search Google --> 2.42 - <tr> 2.43 - <th><strong>[ Google ]</strong></th> 2.44 - <td> 2.45 - <form method="get" action="http://www.google.com/search"> 2.46 - <input type="text" name="q" size="30" maxlength="255" value="" /> 2.47 - <input type="submit" value="Search" /> 2.48 - </form> 2.49 - </td> 2.50 - </tr> 2.51 -</table> 2.52 -</div> 2.53 - 2.54 -<!-- 10 Cloud tag are available. --> 2.55 -<div id="cloud"> 2.56 -<p> 2.57 - <a href="http://forum.slitaz.org/" class="tag5">SliTaz Forum</a> - 2.58 - <a href="http://www.dillo.org/" class="tag8">Dillo Website</a> - 2.59 - <a href="http://www.dillo.org/FAQ.html" class="tag6">Dillo FAQ</a> - 2.60 - <a href="http://pkgs.slitaz.org/" class="tag4">Packages</a> - 2.61 - <a href="http://www.slitaz.org/" class="tag7">SliTaz GNU/Linux</a> - 2.62 - <a href="http://www.dillo.org/dillo2-help.html" class="tag6">Dillo Manual</a> - 2.63 - <a href="http://www.slitaz.org/en/doc/handbook/liveusb.html" class="tag5">LiveUSB</a> - 2.64 - <a href="http://labs.slitaz.org/news" class="tag3">Labs News</a> - 2.65 - <a href="http://www.slitaz.org/en/get/flavors.html" class="tag6">LiveCD flavor</a> - 2.66 - <a href="http://boot.slitaz.org/" class="tag8">Web Boot</a> 2.67 -</p> 2.68 -</div> 2.69 - 2.70 -<div style="text-align: center; padding: 32px;"> 2.71 -<img 2.72 - src="pics/slitaz-dillo.png" 2.73 - style="width: 96px; height: 48px;" /> 2.74 -</div> 2.75 - 2.76 -<!-- End of content --> 2.77 -</div> 2.78 - 2.79 -</body> 2.80 -</html>
3.1 --- a/dillo-hg/stuff/dillo.css Thu Apr 30 20:06:35 2009 +0200 3.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 3.3 @@ -1,143 +0,0 @@ 3.4 -/* 3.5 - CSS style for SliTaz GNU/Linux *book. 3.6 - Pankso 2007 - www.slitaz.org 3.7 -*/ 3.8 - 3.9 -body { 3.10 - font: 13px sans-serif, vernada, arial; 3.11 - background: #222222; 3.12 - margin: 0; 3.13 - padding-bottom: 100%; 3.14 -} 3.15 - 3.16 -#header { 3.17 - background: #f0ba08; 3.18 - color: black; 3.19 - height: 50px; 3.20 - border-top: 1px solid black; 3.21 - border-bottom: 1px solid black; 3.22 -} 3.23 -#quicknav { 3.24 - margin-right: 6px; 3.25 - text-align: right; 3.26 - font-size: 12px; 3.27 - font-weight: bold; 3.28 - margin-right: 6px; 3.29 - } 3.30 - 3.31 -#quicknav a { 3.32 - background: inherit; 3.33 - color: white; 3.34 - text-decoration: none; 3.35 -} 3.36 - 3.37 -#quicknav a:hover { 3.38 - background: inherit; 3.39 - color: #222222; 3.40 -} 3.41 - 3.42 -/* content. */ 3.43 - 3.44 -#content { 3.45 - background: #ffffff; 3.46 - color: black; 3.47 - padding: 20px; 3.48 - margin: 20px 50px 0px 50px; 3.49 - width: auto; 3.50 - text-align: justify; 3.51 -} 3.52 - 3.53 -#content li { 3.54 - line-height: 1.5em; 3.55 - text-align: left; 3.56 -} 3.57 - 3.58 -/* Legal informations */ 3.59 - 3.60 -#copy { 3.61 - font-size: 11px ; 3.62 - text-align: center ; 3.63 - background: transparent; 3.64 - color: #ffffff; 3.65 - padding-top: 20px; 3.66 -} 3.67 - 3.68 -#copy a { 3.69 - background: inherit; 3.70 - color: #a8a8a8; 3.71 -} 3.72 - 3.73 -#copy a:hover { 3.74 - background: inherit; 3.75 - color: #EDEDED; 3.76 -} 3.77 - 3.78 -/* Clouds */ 3.79 - 3.80 -#cloud { 3.81 - padding: 10px 80px 10px 80px; 3.82 - line-height: 3em; 3.83 - text-align: center; 3.84 -} 3.85 -#cloud a { padding: 4px; color: #956411; } 3.86 -#cloud a.tag1 { font-size: 0.7em; font-weight: 100; } 3.87 -#cloud a.tag2 { font-size: 0.8em; font-weight: 200; } 3.88 -#cloud a.tag3 { font-size: 0.9em; font-weight: 300; } 3.89 -#cloud a.tag4 { font-size: 1.0em; font-weight: 400; } 3.90 -#cloud a.tag5 { font-size: 1.2em; font-weight: 500; } 3.91 -#cloud a.tag6 { font-size: 1.4em; font-weight: 600; } 3.92 -#cloud a.tag7 { font-size: 1.6em; font-weight: 700; } 3.93 -#cloud a.tag8 { font-size: 1.8em; font-weight: 800; } 3.94 -#cloud a.tag9 { font-size: 2.2em; font-weight: 900; } 3.95 -#cloud a.tag10 { font-size: 2.5em; font-weight: 900; } 3.96 - 3.97 -/* General HTML entities for content. */ 3.98 - 3.99 -h1 { 3.100 - margin: 0px 0px 0px 16px; 3.101 -} 3.102 - 3.103 -h2 { 3.104 - margin: 12px 0; 3.105 - color: #484B7C; 3.106 - background: white; 3.107 -} 3.108 - 3.109 -h3 { 3.110 - font-weight: bold; 3.111 - color: #6c0023; 3.112 - background: white; 3.113 -} 3.114 - 3.115 -a { 3.116 - text-decoration: underline; 3.117 -} 3.118 -a:hover { 3.119 - text-decoration: none; 3.120 -} 3.121 - 3.122 -pre { 3.123 - padding: 5px; 3.124 - color: black; 3.125 - background: #e1e0b0; 3.126 -} 3.127 -pre.script { 3.128 - padding: 10px; 3.129 - color: black; 3.130 - background: #e8e8e8; 3.131 - border: 1px inset #333333; 3.132 -} 3.133 - 3.134 -code { 3.135 - font-size: 12px; 3.136 - color: #669900; 3.137 - background: transparent; 3.138 -} 3.139 - 3.140 -li { 3.141 - line-height: 1.4em; 3.142 -} 3.143 - 3.144 -hr { 3.145 - border: 0pt none; 3.146 -}
4.1 --- a/dillo-hg/stuff/dillorc Thu Apr 30 20:06:35 2009 +0200 4.2 +++ b/dillo-hg/stuff/dillorc Thu Apr 30 20:08:22 2009 +0200 4.3 @@ -91,11 +91,11 @@ 4.4 # start_page="about:blank" 4.5 # start_page="http://www.dillo.org" 4.6 # start_page="file:/home/jcid/custom_page.html" 4.7 -start_page="file:/usr/share/webhome/dillo-index.html" 4.8 +start_page="file:/usr/share/webhome/dillo.html" 4.9 4.10 # Set the home location 4.11 # home="file:/home/jcid/HomePage/Home.html" 4.12 -home="file:/usr/share/webhome/dillo-index.html" 4.13 +home="file:/usr/share/webhome/dillo.html" 4.14 4.15 # Set the URL used by the web search dialog. 4.16 # "%s" is replaced with the search keywords separated by '+'.
5.1 Binary file dillo-hg/stuff/pics/slitaz-dillo.png has changed
6.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 6.2 +++ b/dillo-hg/stuff/webhome/dillo.css Thu Apr 30 20:08:22 2009 +0200 6.3 @@ -0,0 +1,143 @@ 6.4 +/* 6.5 + CSS style for SliTaz GNU/Linux *book. 6.6 + Pankso 2007 - www.slitaz.org 6.7 +*/ 6.8 + 6.9 +body { 6.10 + font: 13px sans-serif, vernada, arial; 6.11 + background: #222222; 6.12 + margin: 0; 6.13 + padding-bottom: 100%; 6.14 +} 6.15 + 6.16 +#header { 6.17 + background: #f0ba08; 6.18 + color: black; 6.19 + height: 50px; 6.20 + border-top: 1px solid black; 6.21 + border-bottom: 1px solid black; 6.22 +} 6.23 +#quicknav { 6.24 + margin-right: 6px; 6.25 + text-align: right; 6.26 + font-size: 12px; 6.27 + font-weight: bold; 6.28 + margin-right: 6px; 6.29 + } 6.30 + 6.31 +#quicknav a { 6.32 + background: inherit; 6.33 + color: white; 6.34 + text-decoration: none; 6.35 +} 6.36 + 6.37 +#quicknav a:hover { 6.38 + background: inherit; 6.39 + color: #222222; 6.40 +} 6.41 + 6.42 +/* content. */ 6.43 + 6.44 +#content { 6.45 + background: #ffffff; 6.46 + color: black; 6.47 + padding: 20px; 6.48 + margin: 20px 50px 0px 50px; 6.49 + width: auto; 6.50 + text-align: justify; 6.51 +} 6.52 + 6.53 +#content li { 6.54 + line-height: 1.5em; 6.55 + text-align: left; 6.56 +} 6.57 + 6.58 +/* Legal informations */ 6.59 + 6.60 +#copy { 6.61 + font-size: 11px ; 6.62 + text-align: center ; 6.63 + background: transparent; 6.64 + color: #ffffff; 6.65 + padding-top: 20px; 6.66 +} 6.67 + 6.68 +#copy a { 6.69 + background: inherit; 6.70 + color: #a8a8a8; 6.71 +} 6.72 + 6.73 +#copy a:hover { 6.74 + background: inherit; 6.75 + color: #EDEDED; 6.76 +} 6.77 + 6.78 +/* Clouds */ 6.79 + 6.80 +#cloud { 6.81 + padding: 10px 80px 40px 80px; 6.82 + line-height: 3em; 6.83 + text-align: center; 6.84 +} 6.85 +#cloud a { padding: 4px; color: #956411; } 6.86 +#cloud a.tag1 { font-size: 0.7em; font-weight: 100; } 6.87 +#cloud a.tag2 { font-size: 0.8em; font-weight: 200; } 6.88 +#cloud a.tag3 { font-size: 0.9em; font-weight: 300; } 6.89 +#cloud a.tag4 { font-size: 1.0em; font-weight: 400; } 6.90 +#cloud a.tag5 { font-size: 1.2em; font-weight: 500; } 6.91 +#cloud a.tag6 { font-size: 1.4em; font-weight: 600; } 6.92 +#cloud a.tag7 { font-size: 1.6em; font-weight: 700; } 6.93 +#cloud a.tag8 { font-size: 1.8em; font-weight: 800; } 6.94 +#cloud a.tag9 { font-size: 2.2em; font-weight: 900; } 6.95 +#cloud a.tag10 { font-size: 2.5em; font-weight: 900; } 6.96 + 6.97 +/* General HTML entities for content. */ 6.98 + 6.99 +h1 { 6.100 + margin: 0px 0px 0px 16px; 6.101 +} 6.102 + 6.103 +h2 { 6.104 + margin: 12px 0; 6.105 + color: #484B7C; 6.106 + background: white; 6.107 +} 6.108 + 6.109 +h3 { 6.110 + font-weight: bold; 6.111 + color: #6c0023; 6.112 + background: white; 6.113 +} 6.114 + 6.115 +a { 6.116 + text-decoration: underline; 6.117 +} 6.118 +a:hover { 6.119 + text-decoration: none; 6.120 +} 6.121 + 6.122 +pre { 6.123 + padding: 5px; 6.124 + color: black; 6.125 + background: #e1e0b0; 6.126 +} 6.127 +pre.script { 6.128 + padding: 10px; 6.129 + color: black; 6.130 + background: #e8e8e8; 6.131 + border: 1px inset #333333; 6.132 +} 6.133 + 6.134 +code { 6.135 + font-size: 12px; 6.136 + color: #669900; 6.137 + background: transparent; 6.138 +} 6.139 + 6.140 +li { 6.141 + line-height: 1.4em; 6.142 +} 6.143 + 6.144 +hr { 6.145 + border: 0pt none; 6.146 +}
7.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 7.2 +++ b/dillo-hg/stuff/webhome/dillo.html Thu Apr 30 20:08:22 2009 +0200 7.3 @@ -0,0 +1,71 @@ 7.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 7.5 + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 7.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 7.7 +<head> 7.8 + <title>SliTaz Dillo - Web Homepage</title> 7.9 + <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> 7.10 + <meta name="author" content="Christophe Lincoln"/> 7.11 + <link rel="shortcut icon" href="favicon.ico" /> 7.12 + <link rel="stylesheet" type="text/css" href="dillo.css" /> 7.13 +</head> 7.14 +<body bgcolor="#ffffff"> 7.15 + 7.16 +<!-- Header and quick navigation --> 7.17 +<div id="header"> 7.18 +<div id="quicknav"> 7.19 + <a name="top"></a> 7.20 +</div> 7.21 +<h1 align="center"><font color="#3E1220">Browse the Web</font></h1> 7.22 +</div> 7.23 + 7.24 +<!-- Content. --> 7.25 +<div id="content"> 7.26 +<div class="content-right"></div> 7.27 + 7.28 +<div style="text-align: center; padding: 20px;"> 7.29 +<table> 7.30 + <!-- Search Wikipedia --> 7.31 + <tr> 7.32 + <th><strong>[ Wikipedia ]</strong></th> 7.33 + <td> 7.34 + <form action="http://www.wikipedia.org/search-redirect.php" method="get"> 7.35 + <input type="hidden" name="language" value="en" /> 7.36 + <input type="text" name="search" size="30" /> 7.37 + <input type="submit" name="go" value="Search" /> 7.38 + </form> 7.39 + </td> 7.40 + </tr> 7.41 + <!-- Search Google --> 7.42 + <tr> 7.43 + <th><strong>[ Google ]</strong></th> 7.44 + <td> 7.45 + <form method="get" action="http://www.google.com/search"> 7.46 + <input type="text" name="q" size="30" maxlength="255" value="" /> 7.47 + <input type="submit" value="Search" /> 7.48 + </form> 7.49 + </td> 7.50 + </tr> 7.51 +</table> 7.52 +</div> 7.53 + 7.54 +<!-- 10 Cloud tag are available. --> 7.55 +<div id="cloud"> 7.56 +<p> 7.57 + <a href="http://forum.slitaz.org/" class="tag5">SliTaz Forum</a> - 7.58 + <a href="http://www.dillo.org/" class="tag8">Dillo Website</a> - 7.59 + <a href="http://www.dillo.org/FAQ.html" class="tag6">Dillo FAQ</a> - 7.60 + <a href="http://pkgs.slitaz.org/" class="tag4">Packages</a> - 7.61 + <a href="http://www.slitaz.org/" class="tag7">SliTaz GNU/Linux</a> - 7.62 + <a href="http://www.dillo.org/dillo2-help.html" class="tag6">Dillo Manual</a> - 7.63 + <a href="http://www.slitaz.org/en/doc/handbook/liveusb.html" class="tag5">LiveUSB</a> - 7.64 + <a href="http://labs.slitaz.org/news" class="tag3">Labs News</a> - 7.65 + <a href="http://www.slitaz.org/en/get/flavors.html" class="tag6">LiveCD flavor</a> - 7.66 + <a href="http://boot.slitaz.org/" class="tag8">Web Boot</a> 7.67 +</p> 7.68 +</div> 7.69 + 7.70 +<!-- End of content --> 7.71 +</div> 7.72 + 7.73 +</body> 7.74 +</html>