-Vimperator overrides nearly all Firefox keys in order to make browsing more
+&liberator.appname; overrides nearly all &liberator.host; keys in order to make browsing more
pleasant for Vim users. On the rare occasions when you want to pass a keystroke
-to Firefox, or to the web page, and have it retain its original meaning you
+to &liberator.host;, or to the web page, and have it retain its original meaning you
have 2 possibilities:
@@ -20,7 +20,7 @@ have 2 possibilities:
CTRL-Z
- Disable all Vimperator keys except and pass them to the next event
+ Disable all &liberator.appname; keys except and pass them to the next event
handler. This is especially useful if JavaScript controlled forms (e.g., the
RichEdit form fields of Gmail) don't work anymore. To exit this mode, press
. If you also need to pass in this mode to the web page,
@@ -36,10 +36,10 @@ have 2 possibilities:
If you only need to pass a single key to a JavaScript form field or another
- extension prefix the key with . Also works to unshadow Firefox
- shortcuts like which are otherwise hidden in Vimperator. When
- Vimperator mode is temporarily disabled with , will pass
- the next key to Vimperator instead of the web page.
+ extension prefix the key with . Also works to unshadow &liberator.host;
+ shortcuts like which are otherwise hidden in &liberator.appname;. When
+ &liberator.appname; mode is temporarily disabled with , will pass
+ the next key to &liberator.appname; instead of the web page.
@@ -86,7 +86,7 @@ have 2 possibilities:
opens a Google search for linus torvalds).
- Passed directly to Firefox in all other cases
+ Passed directly to &liberator.host; in all other cases
(:open www.osnews.com, www.slashdot.org
opens OSNews in the current, and Slashdot in a new
background tab).
@@ -440,7 +440,7 @@ have 2 possibilities:
Quit current tab. If this is the last tab in the window, close the window. If
- this was the last window, close Vimperator. When quitting Vimperator, the
+ this was the last window, close &liberator.appname;. When quitting &liberator.appname;, the
session is not stored.
@@ -452,7 +452,7 @@ have 2 possibilities:
:quitall
- Quit Vimperator. Quit Vimperator, no matter how many tabs/windows are open.
+ Quit &liberator.appname;. Quit &liberator.appname;, no matter how many tabs/windows are open.
The session is not stored.
@@ -483,7 +483,7 @@ have 2 possibilities:
:xall
- Save the session and quit. Quit Vimperator, no matter how many tabs/windows
+ Save the session and quit. Quit &liberator.appname;, no matter how many tabs/windows
are open. The session is stored. :wq is different from Vim, as it
closes the window instead of just one tab by popular demand. Complain on the
mailing list if you want to change that.
@@ -506,7 +506,7 @@ have 2 possibilities:
ZZ
- Quit and save the session. Quit Vimperator, no matter how many tabs/windows
+ Quit and save the session. Quit &liberator.appname;, no matter how many tabs/windows
are open. The session is stored. Works like :xall.
-Vimperator holds exactly one buffer object for each tab. It is usually an
+&liberator.appname; holds exactly one buffer object for each tab. It is usually an
(X)HTML document with advanced features.
Buffer information
@@ -357,7 +357,7 @@ default zoom levels are 30%, 50%, 67%, 80%, 90%, 100%, 110%, 120%, 133%, 150%,
The available zoom range can be changed by setting the
'zoom.minPercent' and
-'zoom.maxPercent' Firefox
+'zoom.maxPercent' &liberator.host;
preferences. The zoom levels can be changed using the
'toolkit.ZoomManager.zoomLevels'
preference.
diff --git a/common/locale/en-US/eval.xml b/common/locale/en-US/eval.xml
index 045613a2..abae9dbb 100644
--- a/common/locale/en-US/eval.xml
+++ b/common/locale/en-US/eval.xml
@@ -83,12 +83,12 @@
The special version :javascript! opens the JavaScript console of
- Firefox.
+ &liberator.host;.
completion is available for :javascript cmd (but not
- yet for the :js <<EOF multiline widget). Be aware that Vimperator needs
+ yet for the :js <<EOF multiline widget). Be aware that &liberator.appname; needs
to run cmd through eval() to get the completions, which could have unwanted
side effects.
-Hints are the way in which Vimperator allows you to follow links on a page. By
+Hints are the way in which &liberator.appname; allows you to follow links on a page. By
providing each link with a suitable hint, you can access all links with a
similar amount of minimal effort. This contrasts strongly with the traditional
approaches offered by the mouse, in which you must first find and then aim for
@@ -46,7 +46,7 @@ tedious unless you always visit the first link on a page.
Start QuickHint mode, but open link in a new tab. Like normal QuickHint
mode (activated with f) but opens the link in a new tab. The new
tab will be loaded in background according to the
- browser.tabs.loadInBackground Firefox preference.
+ browser.tabs.loadInBackground &liberator.host; preference.
diff --git a/common/locale/en-US/marks.xml b/common/locale/en-US/marks.xml
index 1579263a..2b6f3995 100644
--- a/common/locale/en-US/marks.xml
+++ b/common/locale/en-US/marks.xml
@@ -11,14 +11,14 @@
Marks
- Vimperator supports a number of different marks:
+ &liberator.appname; supports a number of different marks:
Bookmarks which allow you to mark a web page as one of your favorites for easy access.
QuickMarks allow you to define up to 62 (a-zA-Z0-9) web sites (or groups of web sites) which you visit most often.
Local marks to store the position within a web page.
-
History is also a special type of marks, as Vimperator automatically remembers sites which you have visited in the past.
+
History is also a special type of marks, as &liberator.appname; automatically remembers sites which you have visited in the past.
Bookmarks
diff --git a/common/locale/en-US/options.xml b/common/locale/en-US/options.xml
index 9b2f1d9f..ed10968d 100644
--- a/common/locale/en-US/options.xml
+++ b/common/locale/en-US/options.xml
@@ -210,7 +210,7 @@
character) or $VAR. %VAR% is also supported on Windows.
-
Setting &liberator.host; options
+
Setting &liberator.host; options
&liberator.host; options can be viewed and set with the following commands:
The "Print Preview" and "Page Setup" dialogs can be opened via the :dialog
diff --git a/common/locale/en-US/starting.xml b/common/locale/en-US/starting.xml
index 0602fe1f..14cead19 100644
--- a/common/locale/en-US/starting.xml
+++ b/common/locale/en-US/starting.xml
@@ -15,7 +15,7 @@
Command-line options can be passed to &liberator.appname; via the -&liberator.name; &liberator.host;
option. These are passed as single string argument.
- E.g., firefox -&liberator.name; ++cmd 'set exrc' +u 'tempRcFile' ++noplugin
+ E.g., &liberator.hostbin; -&liberator.name; ++cmd 'set exrc' +u 'tempRcFile' ++noplugin