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

Add real bookmark support :-)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 05 18:51:42 2014 +0200 (2014-04-05)
parents 707f5eee5536
children c2ec2ff2e813
line diff
     1.1 --- a/doc/tazweb.en.html	Sat Jan 04 13:40:48 2014 +0000
     1.2 +++ b/doc/tazweb.en.html	Sat Apr 05 18:51:42 2014 +0200
     1.3 @@ -60,39 +60,29 @@
     1.4  $ tazweb --kiosk
     1.5  </pre>
     1.6  
     1.7 -<h3>My Home Page and bookmarks</h3>
     1.8 +<h3>Home Page and bookmarks</h3>
     1.9  <p>
    1.10 -	TazWeb handles a personal page located in your Freedesktop standard
    1.11 -	configuration directory, the path is: $HOME/.config/tazweb/home.html.
    1.12 -	It lets you have a custom page with bookmarks and other content. The
    1.13 -	CSS style is defined in $HOME/.config/tazweb/style.css.
    1.14 +	TazWeb handles a home page located in your a system wide standard
    1.15 +	configuration directory, the path is: /usr/share/webhome
    1.16  </p>
    1.17  <p>
    1.18 -	The file is a simple xHTML 5 document with, by default, a list of
    1.19 -	links and a box. You can edit this file with you favorite editor
    1.20 -	and add content such as bookmarks entries or change the look and
    1.21 -	feel as you want. At first start TazWeb will create and copy your
    1.22 -	personal page and style to your config directory.
    1.23 -</p>
    1.24 -<p>
    1.25 -	To add some life to your pages you can use your own Javascript
    1.26 -	widgets or some from a third party website such as the famous
    1.27 -	<a href="http://twitter.com/about/resources/widgets">
    1.28 -	Twitter Widget</a> as seen on the SliTaz main website.
    1.29 +	The bookmark.txt file is a simple text document with, by default, a
    1.30 +	list of links. You can edit this file with you favorite editor
    1.31 +	and add bookmarks entries or use Tazweb right click menu. At first
    1.32 +	start TazWeb will create and copy your personal bookmarks file to 
    1.33 +	your config directory.
    1.34  </p>
    1.35  <p>
    1.36  	Bookmarks can be handled by TazWeb and you can easily add a bookmark to
    1.37 -	your home page with the right click menu item: <i>"Add a bookmark"</i>. To function
    1.38 -	TazWeb uses markup in your home.html document; this markup should not
    1.39 -	be removed if you want bookmarking to work since each new item will be
    1.40 -	added just before the line: <i>&lt;!-- end:bookmarks --&gt;</i>
    1.41 +	your home page with the right click menu item: <i>"Add a bookmark"</i>.
    1.42 +	Tazweb let you also manage your bookmarks via a nifty CGI web interface.
    1.43  </p>
    1.44  <p>
    1.45 -	Note: You will find the default home.html in: /usr/share/tazweb and
    1.46 +	Note: You will find the default bookmarks.txt in: /usr/share/tazweb and
    1.47  	can get an original copy with the following command in a terminal:
    1.48  </p>
    1.49  <pre>
    1.50 -$ cp -r /usr/share/tazweb $HOME/.config/tazweb
    1.51 +$ cp -f /usr/share/tazweb/bookmarks.html $HOME/.config/tazweb
    1.52  </pre>
    1.53  
    1.54  <h3>Start page and url in argument</h3>