tazweb diff doc/tazweb.en.html @ rev 38

Add degault bookmark file with separated CSS file also for doc
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 15 04:45:26 2011 +0200 (2011-04-15)
parents 46c4cc2696fc
children 96934e036b67
line diff
     1.1 --- a/doc/tazweb.en.html	Fri Apr 15 01:13:27 2011 +0200
     1.2 +++ b/doc/tazweb.en.html	Fri Apr 15 04:45:26 2011 +0200
     1.3 @@ -3,16 +3,7 @@
     1.4  <head>
     1.5  	<title>TazWeb Documentation</title>
     1.6  	<meta charset="utf-8" />
     1.7 -	<style type="text/css">
     1.8 -	body { font: 88% sans-serif, vernada, arial; margin: 0; }
     1.9 -	#header { background: #351a0a; height: 40px; border-bottom: 8px solid #d66018; }
    1.10 -	#content { margin: 40px 80px; text-align: justify; }
    1.11 -	#footer { text-align: center; padding: 20px; border-top: 1px solid #ddd; }
    1.12 -	h1 { margin: 0; padding: 8px; color: #fff; font-size: 20px; }
    1.13 -	h2 { color: #444; } h3 { color: #666; font-size: 140%; }
    1.14 -	pre { background-color: #f8f8f8; border: 1px solid #ddd; padding: 10px;
    1.15 -		-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;}
    1.16 -	</style>
    1.17 +	<link rel="stylesheet" type="text/css" href="style.css" />
    1.18  </head>
    1.19  <body>
    1.20  	
    1.21 @@ -46,24 +37,30 @@
    1.22  	all latest web standards as well as Javascript.
    1.23  </p>
    1.24  
    1.25 -<h3>Bookmarks</h3>
    1.26 +<h3>My TazWeb Page</h3>
    1.27  <p>
    1.28 -	TazWeb can handle a bookmarks file located in your Freedesktop standard
    1.29 -	configuration directory, the path is: $HOME/.config/tazweb/bookmarks.html
    1.30 +	TazWeb handle a personnal page located in your Freedesktop standard
    1.31 +	configuration directory, the path is: $HOME/.config/tazweb/page.html
    1.32 +	It let you have a custom page with bookmarks and other content. The
    1.33 +	CSS style is defined in $HOME/.config/tazweb/style.css
    1.34  </p>
    1.35  <p>
    1.36 -	The file is a simple xHTML 5 document with, by default, a list of links.
    1.37 -	You can edit this file with you favorite editor and add bookmarks entries
    1.38 -	or change the look and feel as you want. You will find the default
    1.39 -	bookmarks.html in: /usr/share/tazweb. You can get an original copy
    1.40 -	with the following commands in a terminal:
    1.41 +	The file is a simple xHTML 5 document with, by default, a list of
    1.42 +	links and a box. You can edit this file with you favorite editor
    1.43 +	and add content such as bookmarks entries or change the look and
    1.44 +	feel as you want. At first start TazWeb will create and copy your
    1.45 +	personnal page and style in your config directory.
    1.46 +</p>
    1.47 +<p>
    1.48 +Note: You will find the default page.html in: /usr/share/tazweb and
    1.49 +can get an original copy with the following commands in a terminal:
    1.50  </p>
    1.51  <pre>
    1.52  $ mkdir -p $HOME/.config/tazweb
    1.53 -$ cp /usr/share/tazweb/bookmarks.html $HOME/.config/tazweb
    1.54 +$ cp /usr/share/tazweb/*.html $HOME/.config/tazweb
    1.55 +$ cp /usr/share/tazweb/*.css $HOME/.config/tazweb
    1.56  </pre>
    1.57  
    1.58 -
    1.59  <h3>Home page and url in argument</h3>
    1.60  
    1.61  <p>