tazweb rev 39

Add some more info about personal page
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 15 05:03:31 2011 +0200 (2011-04-15)
parents f8ecd3ad885b
children 1ec6daf29541
files data/bookmarks.html doc/tazweb.en.html
line diff
     1.1 --- a/data/bookmarks.html	Fri Apr 15 04:45:26 2011 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,57 +0,0 @@
     1.4 -<!DOCTYPE html>
     1.5 -<html xmlns="http://www.w3.org/1999/xhtml">
     1.6 -<head>
     1.7 -	<title>My Bookmarks</title>
     1.8 -	<meta charset="utf-8" />
     1.9 -	<style type="text/css">
    1.10 -	body { font: 88% sans-serif, vernada, arial; margin: 0; }
    1.11 -	#header { background: #351a0a; height: 40px; border-bottom: 8px solid #d66018; }
    1.12 -	#content { margin: 40px 80px; text-align: justify; }
    1.13 -	h1 { margin: 0; padding: 8px; color: #fff; font-size: 20px; }
    1.14 -	h2 { color: #444; } h3 { color: #666; font-size: 140%; }
    1.15 -	ul { list-style-type: square; line-height: 140%; }
    1.16 -	a { color: #215090; } a:hover { text-decoration: none; color: blue; }
    1.17 -	</style>
    1.18 -</head>
    1.19 -<body>
    1.20 -
    1.21 -<div id="header">
    1.22 -	<h1>My Bookmarks</h1>
    1.23 -</div>
    1.24 -
    1.25 -<!-- Start content -->
    1.26 -<div id="content">
    1.27 -
    1.28 -<!--
    1.29 -	Welcome to your TazWeb Bookmarks page a pure xHTML 5 file with some
    1.30 -	CSS for the design, you can customize it as you want. To add a section
    1.31 -	title you can use <h2></h2> elements or sub-section with <h3></h3>
    1.32 -
    1.33 -	Here is an example of a bookmark entry, copy and past it somewhere
    1.34 -	between an <ul></ul> element to add a entry in the list.
    1.35 -	
    1.36 -	<li><a href="URL">NAME</a></li>
    1.37 --->
    1.38 -
    1.39 -<h2>SliTaz Network</h2>
    1.40 -<ul>
    1.41 -	<li><a href="http://www.slitaz.org/">Website</a></li>
    1.42 -	<li><a href="http://scn.slitaz.org/">Community</a></li>
    1.43 -	<li><a href="http://forum.slitaz.org/">Forum</a></li>
    1.44 -	<li><a href="http://doc.slitaz.org/">Documentation</a></li>
    1.45 -	<li><a href="http://bugs.slitaz.org/">Bugs</a></li>
    1.46 -</ul>
    1.47 -
    1.48 -<h2>Search Engines</h2>
    1.49 -<ul>
    1.50 -	<li><a href="http://www.google.com/">Google</a></li>
    1.51 -	<li><a href="http://en.wikipedia.org/wiki/Special:Search">Wikipedia</a></li>
    1.52 -	<li><a href="http://scroogle.org/">Scroogle</a></li>
    1.53 -	<li><a href="http://search.yahoo.com/">Yahoo</a></li>
    1.54 -</ul>
    1.55 -
    1.56 -<!-- End content -->
    1.57 -</div>
    1.58 -
    1.59 -</body>
    1.60 -</html>
     2.1 --- a/doc/tazweb.en.html	Fri Apr 15 04:45:26 2011 +0200
     2.2 +++ b/doc/tazweb.en.html	Fri Apr 15 05:03:31 2011 +0200
     2.3 @@ -52,8 +52,14 @@
     2.4  	personnal page and style in your config directory.
     2.5  </p>
     2.6  <p>
     2.7 -Note: You will find the default page.html in: /usr/share/tazweb and
     2.8 -can get an original copy with the following commands in a terminal:
     2.9 +	To add some life on your page you can use your own Javascript
    2.10 +	widgets or some from a third party website such as a the famous
    2.11 +	<a href="http://twitter.com/about/resources/widgets">
    2.12 +	Twitter Widget</a> as seen on SliTaz main website.
    2.13 +</p>
    2.14 +<p>
    2.15 +	Note: You will find the default page.html in: /usr/share/tazweb and
    2.16 +	can get an original copy with the following commands in a terminal:
    2.17  </p>
    2.18  <pre>
    2.19  $ mkdir -p $HOME/.config/tazweb