# HG changeset patch # User Paul Issott # Date 1396725313 -3600 # Node ID c2ec2ff2e813a4499241813d5eb405f686a5dfd6 # Parent 6c104bcb0b393a78330247fc2349ee2600cf0b95 Tiny edits diff -r 6c104bcb0b39 -r c2ec2ff2e813 README --- a/README Sat Apr 05 18:54:24 2014 +0200 +++ b/README Sat Apr 05 20:15:13 2014 +0100 @@ -6,7 +6,7 @@ window with one small bottom toolbar using buttons, a URL and search entry, and a contextual menu but no menubar or tabs. Please keep the code simple and clean. If you are motivated and want to add some more functionality, -please talk to the AUTHOR before commiting anything in the repos. +please talk to the AUTHOR before committing anything in the repos. TazWeb uses a custom page in the user Freedesktop directory to let users add any content to it and get with one click from the toolbar. We may have diff -r 6c104bcb0b39 -r c2ec2ff2e813 data/bookmarks.cgi --- a/data/bookmarks.cgi Sat Apr 05 18:54:24 2014 +0200 +++ b/data/bookmarks.cgi Sat Apr 05 20:15:13 2014 +0100 @@ -68,7 +68,7 @@ echo "" html_footer && exit 0 ;; *\ rm\ *) - # Remove a bookmark item and contine + # Remove a bookmark item and continue url=$(GET rm) [ "$url" ] || continue sed -i s"#.*${url}.*##" ${bookmarks} diff -r 6c104bcb0b39 -r c2ec2ff2e813 doc/tazweb.en.html --- a/doc/tazweb.en.html Sat Apr 05 18:54:24 2014 +0200 +++ b/doc/tazweb.en.html Sat Apr 05 20:15:13 2014 +0100 @@ -37,7 +37,7 @@ The SliTaz Web Browser was created for the needs of TazPanel which is the SliTaz administration and packages manager panel and made with the latest technologies such as xHTML 5 and CSS 3 for the graphical - user interface. The content is powered by CGI scripts and the prefered + user interface. The content is powered by CGI scripts and the preferred web server is Busybox httpd.

@@ -62,24 +62,24 @@

Home Page and bookmarks

- TazWeb handles a home page located in your a system wide standard - configuration directory, the path is: /usr/share/webhome + TazWeb handles a home page located in your system wide standard + configuration directory, the path is: /usr/share/webhome.

The bookmark.txt file is a simple text document with, by default, a list of links. You can edit this file with you favorite editor - and add bookmarks entries or use Tazweb right click menu. At first + and add bookmark entries or use the Tazweb right click menu. At first start TazWeb will create and copy your personal bookmarks file to your config directory.

Bookmarks can be handled by TazWeb and you can easily add a bookmark to your home page with the right click menu item: "Add a bookmark". - Tazweb let you also manage your bookmarks via a nifty CGI web interface. + Tazweb also lets you manage your bookmarks via a nifty CGI web interface.

- Note: You will find the default bookmarks.txt in: /usr/share/tazweb and - can get an original copy with the following command in a terminal: + Note: You will find the default bookmarks.txt in: /usr/share/tazweb or + you can get an original copy with the following command in a terminal:

 $ cp -f /usr/share/tazweb/bookmarks.html $HOME/.config/tazweb
@@ -108,7 +108,7 @@
 	with a slitaz-configs package update.
 

- When you start TazWeb from the cmdline with an URL in the argument, you dont + When you start TazWeb from the cmdline with an URL in the argument you don’t have to put http:// since TazWeb will transform URLs for you.