diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2011-07-16 17:13:30 -0400 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2011-07-16 17:13:30 -0400 |
commit | fa8b2f7a2a05de229819a9743c1fc67dca3ae8e9 (patch) | |
tree | 195887cbaf2606ee0cfece044f644563a1e874c9 /doc/user_help.html | |
parent | ade490d4544acd9c3d663775c34f086110f836ba (diff) |
Corrected the URL for keysrc in the help page
Diffstat (limited to 'doc/user_help.html')
-rw-r--r-- | doc/user_help.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/user_help.html b/doc/user_help.html index b0daf579..f78760d0 100644 --- a/doc/user_help.html +++ b/doc/user_help.html @@ -25,7 +25,7 @@ <tr><td WIDTH="100%" bgcolor="#70a0c0"> <ul> - <li>You can tell a link from plain content by the hand-shaped cursor. </li> + <li>You can tell a link from plain content by the hand-shaped cursor. <li> Besides browsing the web, Dillo also has basic file browsing capabilities included. So, entering "file:" in your @@ -105,7 +105,8 @@ <tr><td BGCOLOR="#70a0c0"> <p> Downloads are made using - <b><font color="#5040a0"><a href="http://www.gnu.org/software/wget/">wget</a></font></b> + <b><font color="#5040a0"> + <a href="http://www.gnu.org/software/wget/">wget</a></font></b> with a <a href="http://www.fltk.org">FLTK</a>-based GUI wrapper, through the Dillo plugin (dpi) framework. If you close the browser window, downloads will continue. @@ -132,8 +133,8 @@ <li> To find a left-aligned substring, prepend it with a space. </li> <li> To find a right-aligned substring, append a space to it.</li> <li> To find full words only, prepend and append spaces to them. </li> - <li> To find a sentence, enter the words and remember that the above rules - apply for every word in it. </li> + <li> To find a sentence, enter the words and remember that + the above rules apply for every word in it. </li> </ul> <p> Dillo will scroll the page and highlight found text! @@ -314,7 +315,7 @@ </table> <p> You can <b><font color="#5040a0">change</font></b> the bindings using a -<code>~/.dillo/<a href="/keysrc">keysrc</a></code> +<code>~/.dillo/<a href="http://www.dillo.org/keysrc">keysrc</a></code> file. </td></tr> </table> |