tazweb rev 144

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sat Apr 05 20:15:13 2014 +0100 (2014-04-05)
parents 6c104bcb0b39
children 18c3215e0c37
files README data/bookmarks.cgi doc/tazweb.en.html
line diff
     1.1 --- a/README	Sat Apr 05 18:54:24 2014 +0200
     1.2 +++ b/README	Sat Apr 05 20:15:13 2014 +0100
     1.3 @@ -6,7 +6,7 @@
     1.4  window with one small bottom toolbar using buttons, a URL and search entry,
     1.5  and a contextual menu but no menubar or tabs. Please keep the code simple
     1.6  and clean. If you are motivated and want to add some more functionality, 
     1.7 -please talk to the AUTHOR before commiting anything in the repos.
     1.8 +please talk to the AUTHOR before committing anything in the repos.
     1.9  
    1.10  TazWeb uses a custom page in the user Freedesktop directory to let users add
    1.11  any content to it and get with one click from the toolbar. We may have
     2.1 --- a/data/bookmarks.cgi	Sat Apr 05 18:54:24 2014 +0200
     2.2 +++ b/data/bookmarks.cgi	Sat Apr 05 20:15:13 2014 +0100
     2.3 @@ -68,7 +68,7 @@
     2.4  		echo "</pre>"
     2.5  		html_footer && exit 0 ;;
     2.6  	*\ rm\ *)
     2.7 -		# Remove a bookmark item and contine
     2.8 +		# Remove a bookmark item and continue
     2.9  		url=$(GET rm)
    2.10  		[ "$url" ] || continue
    2.11  		sed -i s"#.*${url}.*##" ${bookmarks}
     3.1 --- a/doc/tazweb.en.html	Sat Apr 05 18:54:24 2014 +0200
     3.2 +++ b/doc/tazweb.en.html	Sat Apr 05 20:15:13 2014 +0100
     3.3 @@ -37,7 +37,7 @@
     3.4  	The SliTaz Web Browser was created for the needs of TazPanel which is
     3.5  	the SliTaz administration and packages manager panel and made with 
     3.6  	the latest technologies such as xHTML 5 and CSS 3 for the graphical
     3.7 -	user interface. The content is powered by CGI scripts and the prefered
     3.8 +	user interface. The content is powered by CGI scripts and the preferred
     3.9  	web server is Busybox httpd.
    3.10  </p>
    3.11  
    3.12 @@ -62,24 +62,24 @@
    3.13  
    3.14  <h3>Home Page and bookmarks</h3>
    3.15  <p>
    3.16 -	TazWeb handles a home page located in your a system wide standard
    3.17 -	configuration directory, the path is: /usr/share/webhome
    3.18 +	TazWeb handles a home page located in your system wide standard
    3.19 +	configuration directory, the path is: /usr/share/webhome.
    3.20  </p>
    3.21  <p>
    3.22  	The bookmark.txt file is a simple text document with, by default, a
    3.23  	list of links. You can edit this file with you favorite editor
    3.24 -	and add bookmarks entries or use Tazweb right click menu. At first
    3.25 +	and add bookmark entries or use the Tazweb right click menu. At first
    3.26  	start TazWeb will create and copy your personal bookmarks file to 
    3.27  	your config directory.
    3.28  </p>
    3.29  <p>
    3.30  	Bookmarks can be handled by TazWeb and you can easily add a bookmark to
    3.31  	your home page with the right click menu item: <i>"Add a bookmark"</i>.
    3.32 -	Tazweb let you also manage your bookmarks via a nifty CGI web interface.
    3.33 +	Tazweb also lets you manage your bookmarks via a nifty CGI web interface.
    3.34  </p>
    3.35  <p>
    3.36 -	Note: You will find the default bookmarks.txt in: /usr/share/tazweb and
    3.37 -	can get an original copy with the following command in a terminal:
    3.38 +	Note: You will find the default bookmarks.txt in: /usr/share/tazweb or
    3.39 +	you can get an original copy with the following command in a terminal:
    3.40  </p>
    3.41  <pre>
    3.42  $ cp -f /usr/share/tazweb/bookmarks.html $HOME/.config/tazweb
    3.43 @@ -108,7 +108,7 @@
    3.44  	with a slitaz-configs package update.
    3.45  </p>
    3.46  <p>
    3.47 -	When you start TazWeb from the cmdline with an URL in the argument, you dont
    3.48 +	When you start TazWeb from the cmdline with an URL in the argument you don’t
    3.49  	have to put http:// since TazWeb will transform URLs for you.
    3.50  </p>
    3.51