slitaz-doc rev 38
Modified CSS style and improve default doc with a getting started guide
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Dec 30 14:19:48 2009 +0100 (2009-12-30) |
parents | 720f2f4b9e9e |
children | ed8447557455 |
files | slitaz/book.css slitaz/images/css/content-tl.png slitaz/images/css/content-tr.png slitaz/images/css/footer-bl.png slitaz/images/css/footer-br.png slitaz/index.en.html |
line diff
1.1 --- a/slitaz/book.css Tue Dec 29 11:33:25 2009 +0100 1.2 +++ b/slitaz/book.css Wed Dec 30 14:19:48 2009 +0100 1.3 @@ -3,37 +3,47 @@ 1.4 Pankso 2007 - www.slitaz.org 1.5 */ 1.6 1.7 +html { 1.8 + height: 102%; 1.9 +} 1.10 + 1.11 body { 1.12 font: 13px sans-serif, vernada, arial; 1.13 - background: #222222; 1.14 + background: #ffffff; 1.15 margin: 0; 1.16 - padding-bottom: 100%; 1.17 } 1.18 1.19 #header { 1.20 - background: #BFB06B url(images/css/header.png) repeat-x top; 1.21 + background: #f0ba08 url(images/css/header.png) repeat-x top; 1.22 color: black; 1.23 height: 50px; 1.24 border-top: 1px solid black; 1.25 border-bottom: 1px solid black; 1.26 } 1.27 + 1.28 +#header h1 { 1.29 + padding: 10px; 1.30 +} 1.31 + 1.32 #quicknav { 1.33 - margin-right: 6px; 1.34 text-align: right; 1.35 font-size: 12px; 1.36 - } 1.37 -#quicknav { 1.38 - margin-right: 6px; 1.39 + color: #666666; 1.40 + background-color: #eaeaea; 1.41 + padding: 4px 2px; 1.42 + font-weight: bold; 1.43 } 1.44 1.45 #quicknav a { 1.46 + color: #0F314E; 1.47 background: inherit; 1.48 - color: white; 1.49 + text-decoration: none; 1.50 + padding: 0px 2px; 1.51 } 1.52 1.53 #quicknav a:hover { 1.54 - background: inherit; 1.55 - color: #EDEDED; 1.56 + color: #DF8F06; 1.57 + text-decoration: none; 1.58 } 1.59 1.60 /* content. */ 1.61 @@ -42,7 +52,7 @@ 1.62 background: white url(images/css/content-tl.png) no-repeat top left; 1.63 color: black; 1.64 padding: 20px; 1.65 - margin: 30px 50px 0px 50px; 1.66 + margin: 0px 50px 0px 50px; 1.67 width: auto; 1.68 text-align: justify; 1.69 } 1.70 @@ -56,25 +66,22 @@ 1.71 1.72 #footer { 1.73 font-size: 11px; 1.74 - font-weight: bold; 1.75 - background: #eaeaea url(images/css/footer-bl.png) no-repeat bottom left; 1.76 color: black; 1.77 height: 20px; 1.78 - padding: 6px 0px 0px 10px; 1.79 - margin: 0px 50px 0px 50px; 1.80 + padding: 0px 0px 0px 10px; 1.81 + margin: 0px; 1.82 width: auto; 1.83 text-align: center ; 1.84 } 1.85 1.86 #footer a { 1.87 - text-decoration: none; 1.88 - background: #eaeaea; 1.89 - color: #3E1220; 1.90 + background: #ffffff; 1.91 + color: #0F314E; 1.92 } 1.93 1.94 #footer a:hover { 1.95 - background: #eaeaea; 1.96 - color: #DF8F06; 1.97 + background: #ffffff; 1.98 + color: blue; 1.99 } 1.100 1.101 /* Legal informations */ 1.102 @@ -84,7 +91,7 @@ 1.103 text-align: center ; 1.104 background: transparent; 1.105 color: #a8a8a8; 1.106 - padding-top: 20px; 1.107 + padding-top: 10px; 1.108 } 1.109 1.110 #copy a { 1.111 @@ -94,7 +101,7 @@ 1.112 1.113 #copy a:hover { 1.114 background: inherit; 1.115 - color: #EDEDED; 1.116 + color: blue; 1.117 } 1.118 1.119 /* Clouds */
2.1 Binary file slitaz/images/css/content-tl.png has changed
3.1 Binary file slitaz/images/css/content-tr.png has changed
4.1 Binary file slitaz/images/css/footer-bl.png has changed
5.1 Binary file slitaz/images/css/footer-br.png has changed
6.1 --- a/slitaz/index.en.html Tue Dec 29 11:33:25 2009 +0100 6.2 +++ b/slitaz/index.en.html Wed Dec 30 14:19:48 2009 +0100 6.3 @@ -6,7 +6,7 @@ 6.4 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> 6.5 <meta name="description" content="slitaz doc system releases notes information cooking" /> 6.6 <meta name="expires" content="never" /> 6.7 - <meta name="modified" content="2009-04-16 10:30:00" /> 6.8 + <meta name="modified" content="2009-12-29 12:10:00" /> 6.9 <meta name="publisher" content="www.slitaz.org" /> 6.10 <meta name="author" content="Christophe Lincoln"/> 6.11 <link rel="shortcut icon" href="favicon.ico" /> 6.12 @@ -16,13 +16,16 @@ 6.13 6.14 <!-- Header and quick navigation --> 6.15 <div id="header"> 6.16 -<div align="right" id="quicknav"> 6.17 <a name="top"></a> 6.18 - <a href="http://www.slitaz.org/">www.slitaz.org</a> | 6.19 - <a href="http://forum.slitaz.org/">forum.slitaz.org</a> | 6.20 - <a href="http://labs.slitaz.org/">labs.slitaz.org</a> 6.21 + <h1><font color="#3E1220">SliTaz - System doc</font></h1> 6.22 </div> 6.23 -<h1><font color="#3E1220">SliTaz - System doc</font></h1> 6.24 + 6.25 +<div id="quicknav"> 6.26 + SliTaz: 6.27 + <a href="http://www.slitaz.org/">Website</a> 6.28 + <a href="http://forum.slitaz.org/">Forum</a> 6.29 + <a href="http://wiki.slitaz.org/">Wiki</a> 6.30 + <a href="http://labs.slitaz.org/">Labs</a> 6.31 </div> 6.32 6.33 <!-- Content. --> 6.34 @@ -35,7 +38,8 @@ 6.35 The Cooking version doesn't provide Release Notes, any changes are announced 6.36 on the web site and the <a href="http://labs.slitaz.org/">Labs</a> provide 6.37 fresh news about the project's activity. Like the stable version, you will 6.38 -find documentation on the web site and support on the community forum. 6.39 +find <a href="http://www.slitaz.org/en/doc/">documentation</a> on the web 6.40 +site and support on the community <a href="http://forum.slitaz.org/">forum</a>. 6.41 </p> 6.42 6.43 <!-- 6.44 @@ -52,50 +56,105 @@ 6.45 </p> 6.46 --> 6.47 6.48 -<a name="cloud"></a> 6.49 -<!-- 10 Cloud tag are available. --> 6.50 -<div id="cloud"> 6.51 +<h2><font color="#DF8F06">Getting started</font></h2> 6.52 + 6.53 +<a name="network"></a> 6.54 +<h3>Network connection</h3> 6.55 <p> 6.56 - <a href="http://forum.slitaz.org/" class="tag6">Support</a> 6.57 - <a href="http://www.slitaz.org/en/doc/handbook/livecd.html" class="tag9">LiveCD</a> 6.58 - <a href="http://www.slitaz.org/en/doc/" class="tag3">Documentation</a> 6.59 - <a href="http://www.slitaz.org/en/" class="tag7">SliTaz GNU/Linux</a> 6.60 - <a href="http://www.slitaz.org/en/about/" class="tag4">About</a> 6.61 - <a href="http://labs.slitaz.org/" class="tag6">Laboratories</a> 6.62 - <a href="http://www.slitaz.org/en/doc/handbook/" class="tag6">Handbook</a> 6.63 - <a href="http://www.slitaz.org/en/doc/handbook/network-config.html" class="tag4">Wifi</a> 6.64 - <a href="http://www.slitaz.org/en/doc/handbook/packages.html" class="tag6">Package management</a> 6.65 - <a href="http://www.slitaz.org/en/doc/handbook/liveusb.html" class="tag8">LiveUSB</a> 6.66 - <a href="http://www.slitaz.org/en/devel/" class="tag5">Development</a> 6.67 - <a href="http://www.slitaz.org/en/doc/handbook/enlightenment.html" class="tag3">e17</a> 6.68 - <a href="http://www.slitaz.org/en/packages/" class="tag6">Packages</a> 6.69 - <a href="http://wiki.slitaz.org/" class="tag6">Wiki</a> 6.70 - <a href="http://www.slitaz.org/en/doc/cookbook/" class="tag3">Cookbook</a> 6.71 - <a href="http://labs.slitaz.org/news" class="tag6">Labs News</a> 6.72 - <a href="http://www.slitaz.org/en/doc/handbook/security.html" class="tag5">Security</a> 6.73 - <a href="http://www.slitaz.org/en/doc/handbook/openbox.html" class="tag7">Openbox</a> 6.74 - <a href="http://www.slitaz.org/en/mailing-list.html" class="tag5">Mailing list</a> 6.75 - <a href="http://www.slitaz.org/en/artwork/" class="tag4">Artwork</a> 6.76 - <a href="http://www.slitaz.org/en/get/flavors.html" class="tag6">LiveCD flavor</a> 6.77 - <a href="http://boot.slitaz.org/" class="tag8">Web Boot</a> 6.78 +Click on the "Network Status Monitor" then "Configure" and the network 6.79 +manager (netbox) should come up. You can go to the "DHCP" tab and click 6.80 +"Start", and Slitaz will send a DHCP request to the local router. You may 6.81 +also setup static IP, PPPoE, PPP, VPN and more through their respective tabs. 6.82 +To configure a wireless connection you can use SliTaz wifibox by clicking 6.83 +"Wireless Manager" in the Network Manager or from the "System Tools" menu 6.84 +then "Wireless networks connections". 6.85 </p> 6.86 -</div> 6.87 +<p> 6.88 +Detailed information can be find in the Handbook: 6.89 +<a href="http://www.slitaz.org/en/doc/handbook/network-config.html" 6.90 + >Network configuration</a> 6.91 +</p> 6.92 6.93 +<a name="apps"></a> 6.94 +<h3>Applications</h3> 6.95 +<p> 6.96 +To have a list of graphical applications you can use the SliTaz menu button 6.97 +at the bottom left of the screen. To have a list of command line tools, you 6.98 +can open a termnal an double press on the tabulation button. And to have 6.99 +a list of all installed packages you can use the package manager user interface 6.100 +from the panel icon or from the "System Tools" menu. To install some new packages 6.101 +you must have a network connection, a DVD of packages or a USB storage device with 6.102 +downloaded packages from an other machine. 6.103 +</p> 6.104 + 6.105 +<a name="office"></a> 6.106 +<h3>Office suite</h3> 6.107 +<p> 6.108 +SliTaz packages database provide some light weight applications to make office 6.109 +work, all these package are easily installable in a few click trought the packages 6.110 +manager. SliTaz also provide a simple way to install the famous and powerfull 6.111 +OpenOffice suite, just search OpenOffice in the package manager, double click 6.112 +on: get-OpenOffice3 and install the script with the <code>Auto exec</code> option 6.113 +enable. 6.114 +</p> 6.115 +<p> 6.116 +To have a light office suite: Abiword as Word processor, Gnumeric as 6.117 +Spreadsheet and Homebank for Bank Accounting. 6.118 +</p> 6.119 + 6.120 +<a name="info"></a> 6.121 +<h3>System information</h3> 6.122 +<p> 6.123 +You can get information on your system by clicking on "System information" 6.124 +in the System Tools menu, then clicking "Summary". Clicking on the other 6.125 +options on the side brings you more information, and doing the benchmarks 6.126 +give you an idea on how fast your computer is. To have a list an control 6.127 +of all curent process you can use the "Task Manager". 6.128 +</p> 6.129 + 6.130 +<a name="root"></a> 6.131 +<h3>Becoming Root</h3> 6.132 +<p> 6.133 +By default, Slitaz doesn't have its desktop running as root administrator, 6.134 +and it asks for a root password (default <code>root</code>) for any dangerous work. 6.135 +Therefore, it is safer and more secure. To become root in an xterm, simply 6.136 +type <code>su</code>, and enter the root password. 6.137 +</p> 6.138 + 6.139 +<a name="root"></a> 6.140 +<h3>Installation</h3> 6.141 +<p> 6.142 +SliTaz can be installed to hard disk or on a USN mass storage device using the 6.143 +"SliTaz Installer" from "System Tools" menu, the installer make a full HD install. 6.144 +SliTaz dont work in memory (RAM) anymore like in Live or Frugal mode and 6.145 +everything is persistant. 6.146 +</p> 6.147 +<p> 6.148 +To generate a LiveUSB system you can use "Tazusb LiveUSB Tool" from "System Tools" 6.149 +or <code>tazusb</code> from the command line. More information can be found on SliTaz 6.150 +Handbook: <a href="http://www.slitaz.org/en/doc/handbook/liveusb.html" 6.151 + >LiveUSB media</a> 6.152 +</p> 6.153 <!-- End of content --> 6.154 </div> 6.155 6.156 <!-- Footer. --> 6.157 <div id="footer"> 6.158 <div class="footer-right"></div> 6.159 - <a href="#top">Top of the page</a> 6.160 + <a href="#top">Top of the page</a> - Languages: 6.161 + <a href="index.de.html">de</a> | 6.162 + <a href="index.en.html">en</a> | 6.163 + <a href="index.fr.html">fr</a> | 6.164 + <a href="index.hu.html">hu</a> | 6.165 + <a href="index.pt.html">pt</a> | 6.166 </div> 6.167 6.168 <div id="copy"> 6.169 - Copyright © 2009 <a href="http://www.slitaz.org/">SliTaz</a> - 6.170 + Copyright © 2010 <a href="http://www.slitaz.org/">SliTaz</a> - 6.171 <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br /> 6.172 - Documentation publiées sous 6.173 + Documentation uder 6.174 <a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a> 6.175 - et codée en <a href="http://validator.w3.org/">xHTML 1.0 valide</a>. 6.176 + and valid <a href="http://validator.w3.org/">xHTML 1.0</a>. 6.177 </div> 6.178 6.179 </body>