summaryrefslogtreecommitdiff
path: root/common/locale/en-US/gui.xml
blob: 2250027aed754a1c378362c7ae2e45ba8aae412d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="chrome://liberator/content/help.xsl"?>

<!DOCTYPE document SYSTEM "chrome://liberator/content/liberator.dtd">

<document
    name="gui"
    title="&liberator.appname; GUI"
    xmlns="http://vimperator.org/namespaces/liberator"
    xmlns:html="http://www.w3.org/1999/xhtml">
<h1 tag="gui">&liberator.appname;'s GUI</h1>
<toc start="2"/>

<p>
    Although &liberator.appname; offers the most frequently used &liberator.host; functionality via
    Ex and Normal mode commands there may be times when directly accessing the GUI
    is required. There are commands for accessing the menu system, standard dialogs
    and the sidebar.
</p>

<h2 tag="menu">Menus</h2>

<item>
    <tags>:emenu</tags>
    <spec>:emenu <a>menu</a></spec>
    <description>
        <p>
            Execute <a>menu</a> from the command line. This command provides command-line access
            to all menu items available from the main &liberator.host; menubar. <a>menu</a> is a
            hierarchical path to the menu item with each submenu separated by a period.
            E.g. <ex>:emenu File.Open File…</ex>
        </p>
    </description>
</item>


<h2 tag="dialogs">Dialogs</h2>

<item>
    <tags>:addo :addons</tags>
    <spec>:addo<oa>ns</oa></spec>
    <description>
        <p>
            Show available &liberator.host; Extensions and Themes.
            You can add/remove/disable browser extensions from this dialog.
            Be aware that not all &liberator.host; extensions work, because &liberator.appname; overrides
            some key bindings and changes &liberator.host;'s GUI.
        </p>
    </description>
</item>


<item>
    <tags>:dia :dialog</tags>
    <spec>:dia<oa>log</oa> <oa>&liberator.host;-dialog</oa></spec>
    <description>
        <p>Open a &liberator.host; dialog.</p>

        <p>Available dialogs:</p>
        <dl tag="dialog-list">
            <dt>about</dt>           <dd>About Mozilla &liberator.host;;</dd>
            <dt>addbookmark</dt>     <dd>Add bookmark for the current page</dd>
            <dt>addons</dt>          <dd>Manage Add-ons</dd>
            <dt>bookmarks</dt>       <dd>List your bookmarks</dd>
            <dt>checkupdates</dt>    <dd>Check for updates</dd>
            <dt>cleardata</dt>       <dd>Clear private data</dd>
            <dt>cookies</dt>         <dd>List your cookies</dd>
            <dt>console</dt>         <dd>JavaScript console</dd>
            <dt>customizetoolbar</dt><dd>Customize the Toolbar</dd>
            <dt>dominspector</dt>    <dd>DOM Inspector</dd>
            <dt>downloads</dt>       <dd>Manage Downloads</dd>
            <dt>history</dt>         <dd>List your history</dd>
            <dt>import</dt>          <dd>Import Preferences, Bookmarks, History, etc. from other browsers</dd>
            <dt>openfile</dt>        <dd>Open the file selector dialog</dd>
            <dt>pageinfo</dt>        <dd>Show information about the current page</dd>
            <dt>pagesource</dt>      <dd>View page source</dd>
            <dt>places</dt>          <dd>Places Organizer: Manage your bookmarks and history</dd>
            <dt>preferences</dt>     <dd>Show &liberator.host; preferences dialog</dd>
            <dt>printpreview</dt>    <dd>Preview the page before printing</dd>
            <dt>printsetup</dt>      <dd>Setup the page size and orientation before printing</dd>
            <dt>print</dt>           <dd>Show print dialog</dd>
            <dt>saveframe</dt>       <dd>Save frame to disk</dd>
            <dt>savepage</dt>        <dd>Save page to disk</dd>
            <dt>searchengines</dt>   <dd>Manage installed search engines</dd>
            <dt>selectionsource</dt> <dd>View selection source</dd>
        </dl>
    </description>
</item>


<item>
    <tags>:dl :downl :downloads</tags>
    <spec>:downl<oa>oads</oa></spec>
    <description>
        <p>
            Show progress of current downloads. Open the original &liberator.host; download dialog
            in a new tab. Here, downloads can be paused, canceled and resumed.
        </p>
    </description>
</item>


<h2 tag="extensions add-ons">Add-ons</h2>

<item>
    <tags>:exta :extadd</tags>
    <spec>:exta<oa>dd</oa> <a>file</a></spec>
    <description>
        <p>Install an extension. <a>file</a> is an extension XPInstall file (*.xpi).</p>
    </description>
</item>


<item>
    <tags>:extde :extdelete</tags>
    <spec>:extde<oa>lete</oa> <a>extension</a></spec>
    <spec>:extde<oa>lete</oa>!</spec>
    <description>
        <p>
            Uninstall an extension. <a>extension</a> is the extension's name. When <oa>!</oa> is given
            all extensions are uninstalled.
        </p>
    </description>
</item>


<item>
    <tags>:extd :extdisable</tags>
    <spec>:extd<oa>isable</oa> <a>extension</a></spec>
    <spec>:extd<oa>isable</oa>!</spec>
    <description>
        <p>
            Disable an extension. <a>extension</a> is the extension's name. When <oa>!</oa> is given
            all extensions are disabled.
        </p>
    </description>
</item>


<item>
    <tags>:exte :extenable</tags>
    <spec>:exte<oa>nable</oa> <a>extension</a></spec>
    <spec>:exte<oa>nable</oa>!</spec>
    <description>
        <p>
            Enable an extension. <a>extension</a> is the extension's name. When <oa>!</oa> is given all
            extensions are enabled.
        </p>
    </description>
</item>


<item>
    <tags>:extens :extensions</tags>
    <spec>:extens<oa>ions</oa></spec>
    <description>
        <p>List all installed extensions.</p>
    </description>
</item>


<item>
    <tags>:exto :extoptions</tags>
    <tags>:extp :extpreferences</tags>
    <spec>:exto<oa>ptions</oa><oa>!</oa> <a>extension</a></spec>
    <spec>:extp<oa>references</oa><oa>!</oa> <a>extension</a></spec>
    <description>
        <p>
            Open the preferences dialog for an extension. If <oa>!</oa> is given, open a dialog,
            otherwise open a buffer. See also <o>newtab</o>.
        </p>
    </description>
</item>


<h2 tag="sidebar">Sidebar</h2>

<item>
    <tags>:sbcl :sbclose</tags>
    <spec>:sbcl<oa>ose</oa></spec>
    <description>
        <p>Close the sidebar window.</p>
    </description>
</item>


<item>
    <tags>:sbope :sbopen :sb :sbar :sideb :sidebar</tags>
    <spec>:sidebar <a>name</a></spec>
    <description>
        <p>
            Open the sidebar window. <a>name</a> is any of the menu items listed under the
            standard &liberator.host; View->Sidebar menu. Add-ons, Preferences and Downloads are
            also available in the sidebar.
        </p>
    </description>
</item>


<h2 tag="status-line status-bar">Status line</h2>

<p>
    The status line appears at the bottom of each window. The <o>laststatus</o>
    option can be used to specify when the status line appears.
</p>

<p>
    The status line contains several fields that provide information about the
    state of the current buffer. These are, in order:
</p>

<ul>
    <li>
        URL: The URL of the currently loaded page. While the page is loading
        progress messages are also output to this field.
    </li>
    <li>
        History and bookmark status ([+-❤]): The position of the current page in
        the tab's session history; + and - indicate that it's possible to move
        backwards and forwards through the history respectively. ❤ indicates that
        the current page is bookmarked.
    </li>
    <li>
        Tab index ([N/M]): N is the index of the currently selected tab and M is
        the total number of tabs in the current window.
    </li>
    <li>
        Vertical scroll: The vertical scroll percentage of the current buffer.
        This is a percentage or Top for 0% and Bot for 100%.
    </li>
    <li>
        Security: The security information button is displayed when appropriate
        as per &liberator.host;. The color of the status bar also changes to reflect the
        current security status of the loaded page.
        <ul>
            <li>black – the site's identity is unverified and the connection is unencrypted</li>
            <li>blue – the site's domain has been verified and the connection is encrypted</li>
            <li>green – the site's domain and owner have been fully verified via an</li>
        </ul>
        Extended Validation certificate and the connection is encrypted
    </li>
    <li>
        Extensions: Any extension buttons that would normally be installed to the
        &liberator.host; status bar are appended to the end of the status line.
    </li>
</ul>

<h2 tag="toolbar">Toolbars</h2>

<item>
    <tags>:tbs :tbshow :toolbars :toolbarshow</tags>
    <spec>:toolbarshow <a>name</a></spec>
    <description>
        <p>Shows the named toolbar.</p>
    </description>
</item>


<item>
    <tags>:tbh :tbhide :toolbarh  :toolbarhide</tags>
    <spec>:toolbarhide <a>name</a></spec>
    <description>
        <p>Hides the named toolbar.</p>
    </description>
</item>


<item>
    <tags>:tbt :tbtoggle :toolbart :toolbartoggle</tags>
    <spec>:toolbartoggle <a>name</a></spec>
    <description>
        <p>Toggles the named toolbar.</p>
    </description>
</item>


</document>

<!-- vim:se sts=4 sw=4 et: -->