# HG changeset patch # User Paul Issott # Date 1489694286 0 # Node ID e7d04c8609e29dd113caf591ccdd704d7928bb7e # Parent 0a8ab376898d9fe472f23f0e4a67b42832f19e42 Tiny edits diff -r 0a8ab376898d -r e7d04c8609e2 doc/tazweb.en.html --- a/doc/tazweb.en.html Thu Mar 16 15:09:36 2017 +0100 +++ b/doc/tazweb.en.html Thu Mar 16 19:58:06 2017 +0000 @@ -17,12 +17,12 @@

TazWeb is a modern, radically simple and very light web browser providing all needed functions for daily browsing on the internet. TazWeb is aware of users -privacy, it handle cookies but will NOT store any passwords or other user info.

+privacy, it handles cookies but will NOT store any passwords or other user info.

TazWeb provides a single window with a small toolbar and a contextual menu, but without any menubar or tabs. Navigation is done with a right click anywhere in the browser window or from the toolbar. TazWeb lets you quickly -search the web through a search entry redirecting to DuckDuck Go secure search +search the web through a search entry redirecting to a DuckDuck Go secure search engine. This documentation file is always accessible from the right-click menu.

@@ -55,15 +55,15 @@

Security and private browsing

TazWeb is a very secure browser and doesn't store any personal data, -therefore no sessions, passwords or history files are created but it will +therefore no sessions, passwords or history files are created, but it will handle cookies by default. So your websites cookies will save your peer site settings but logins -and passwords will not be saved and you will have to enter login information +and passwords will not be saved and you will have to re-enter login information each time you restart the browser (by the way websites can track you with cookies!).

-

TazWeb provide a private browsing mode who will disable cookies, on-disk -session and global history. You can use the command line option to start +

TazWeb provide a private browsing mode which will disable cookies, on-disk +sessions and global histories. You can use the command line option to start TazWeb in private mode:

$ tazweb --private
@@ -80,11 +80,11 @@

Raw and minimal mode

-

TazWeb have a very modular interface and everything can be disbaled -to provide a raw webkit window, no toolbar our menu. It provide also +

TazWeb has a very modular interface and everything can be disabled +to provide a raw webkit window with no toolbar or menu. It also provides a command line option to have a small (640x480) window suitable for tiny web applications. The option --notoolbar and --nomenu can be used to -hide toolbar and menu, the --raw option will disbale both:

+hide the toolbar and menu; the --raw option will disable both:

$ tazweb --raw
@@ -103,7 +103,7 @@ to your home page with the right click menu item: “Add a bookmark”. 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 +

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

@@ -142,7 +142,7 @@
 a location, Tazweb will transform URLs for you.
 To activate a new URL you must press ENTER.

-

The search entry lets you search the web at anytime using Google. +

The search entry lets you search the web at any time using Google. Just enter your query and press ENTER or click on the entry icon to validate your request.

diff -r 0a8ab376898d -r e7d04c8609e2 lib/helper.sh --- a/lib/helper.sh Thu Mar 16 15:09:36 2017 +0100 +++ b/lib/helper.sh Thu Mar 16 19:58:06 2017 +0000 @@ -97,7 +97,7 @@ --column="$(gettext 'URL')" } -# Rebuilt bookmarks.txt since some entry may have been edited and remove +# Rebuild bookmarks.txt since some entries may have been edited and remove # selected (TRUE) entries. bookmarks_handler() { IFS="|" diff -r 0a8ab376898d -r e7d04c8609e2 src/tazweb-ng.c --- a/src/tazweb-ng.c Thu Mar 16 15:09:36 2017 +0100 +++ b/src/tazweb-ng.c Thu Mar 16 19:58:06 2017 +0000 @@ -1,6 +1,6 @@ /* * TazWeb is a radically simple web browser providing a single window - * with a single toolbar with buttons, an URL entry and search as well + * with a single toolbar with buttons, a URL entry and search as well * as a contextual menu, but no menu bar or tabs. Commented line code * starts with // and comments are between * * * @@ -574,7 +574,7 @@ argc -= optind; argv += optind; - /* FreeBSD sytle! */ + /* FreeBSD style! */ TAILQ_INIT(&tabs); /* Initialize GTK */