summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPeter Hofmann <scm@uninformativ.de>2014-06-22 13:53:42 +0200
committerPeter Hofmann <scm@uninformativ.de>2014-06-22 14:17:09 +0200
commit54d0d5166db966d8e7048e97d736ebed44b8fe6d (patch)
tree90a646976c6753d32bf2e12850c9c343c6a18a78 /README
parent6674740ec377b02e76d62682281f5f8fee797b8f (diff)
downloadlariza-54d0d5166db966d8e7048e97d736ebed44b8fe6d.tar.gz
Only talk about URIs
Let's stick to WebKit's and GNOME's terminology.
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 7 insertions, 7 deletions
diff --git a/README b/README
index 22ead08..00c3b72 100644
--- a/README
+++ b/README
@@ -9,7 +9,7 @@ A simple web browser using GTK+ 2, GLib and WebKitGTK+.
Features:
- A WebKit viewport
- - An input box to change the URL or to search the current page
+ - An input box to change the URI or to search the current page
- Built-in launching of suckless' tabbed
- Built-in adblock
- Built-in download manager
@@ -96,7 +96,7 @@ Main windows
Close the current window.
Mod1 + w
- Go to your "homepage" which is the first URL specified on
+ Go to your "homepage" which is the first URI specified on
the command line.
Mod1 + e
@@ -157,11 +157,11 @@ Main windows
Reset the content of the location bar to "/".
Escape
- Reset the content of the location bar to the current URL.
+ Reset the content of the location bar to the current URI.
Return
"Commit", i.e. begin searching, do a keyword based search or
- open the URL.
+ open the URI.
Download manager
@@ -195,7 +195,7 @@ following options:
-T
Disables automatic launching of suckless' tabbed.
-After these options there can be any number of URLs. If no URLs are
+After these options there can be any number of URIs. If no URIs are
given, about:blank will be opened.
@@ -248,7 +248,7 @@ Lines starting with "#" are ignored.
Keyword based searching
=======================
-In this file, you can configure keywords and the associated URLs:
+In this file, you can configure keywords and the associated URIs:
~/.config/lariza/keywordsearch
@@ -257,7 +257,7 @@ Each line has to look like this:
wi https://en.wikipedia.org/w/index.php?title=Special:Search&search=%s
"wi" is the keyword, so when opening "wi foo", lariza will search in
-Wikipedia. Note the "%s" at the end of the URL: This is where your
+Wikipedia. Note the "%s" at the end of the URI: This is where your
search term will be placed.
Lines starting with "#" are ignored.