summaryrefslogtreecommitdiff
path: root/docs/user/midori.txt
blob: bd246ab6755f6639f9ca042febbf0b41f8666330 (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
.. |(version)| replace:: 0.0.21

'''''''
 Midori
'''''''

-----------------------------------------
 A lightweight, portable GTK+ web browser
-----------------------------------------

:Authors: Christian Dywan
:Date: $Date: 2008-08-03 20:30:35 +0100 (Sat, 28 Sep 2008) $
:Version: |(version)|

Copyright © 2008

This documentation is distributed under the terms of the
`GNU Lesser General Public License`_; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.


.. contents::



Introduction
''''''''''''


What is Midori
--------------

Midori is a lightweight and portable web browser based on Gtk+. The
interface is designed to be intuitive yet powerful.

* Full integration with GTK+2.
* Fast rendering with WebKit.
* Tabs, windows and session management.
* Flexibly configurable Web Search.
* User scripts and user styles support.
* Straightforward bookmark management.
* Customizable and extensible interface.
* Extensible via Javascript.
* Custom context menu actions.


Running Midori
--------------


* If you are using a graphical desktop environment you will usually find
  Midori in the menu under Network.

* You can also run Midori from a console or a Run dialog.
  See also `Command line usage`.

  $ midori

A browser window appears where you can start navigating the web right away.


The main interface
--------------------------


The main browser window consists of a few basic elements:


* The menubar. It's pretty much standardized and gives you access to
  allmost all features, many of the items have a keyboard shortcut by default.
  See also `Keyboard shortcuts`_.

* The navigationbar. It lets you open tabs, go back and forward, enter
  addresses, search the web and reopen closed tabs.
  See also `The navigationbar`.

* The sidepanel. It takes a pretty central role in the functionality it provides,
  yet it can be hidden and resized to not distract you.
  See also `The sidepanel`.

* The statusbar. It displays informational text when hovering something
  with a pointer. That's it.


Taking a closer look
''''''''''''''''''''


Command line usage
------------------


Running Midori normally works as follows:


* $ midori

  Just run a new instance of Midori. If an instance of Midori is already
  running a new window in that instance will be opened.

* $ midori [URIs]

  You can supply any number of URIs to open as arguments. If you have a
  saved session or a running instance they will be added to the last
  active window.

* $ midori [URI1]|[URI2]|...

  You can separate URIS by a pipe (|) as well. They are handled as if you
  provided all URIs as separate arguments.

* $ midori --run [JAVASCRIPT]

  If you pass the filename of a javascript Midori will attempt to run
  the contents of the file as javascript code.


Note that support for opening tabs in an existing instance depends on
your build and may not be available on some platforms.


The following arguments are supported if you call Midori from a command line.


+-------+--------------------+------------------------------------------------+
| Short | Long option        | Function                                       |
+=======+====================+================================================+
| -r    | --run              | Run the specified filename as javascript       |
+-------+--------------------+------------------------------------------------+
| -V    | --version          |  Show version information and exit.            |
+-------+--------------------+------------------------------------------------+


Keyboard shortcuts
------------------


...


The navigationbar
-----------------


...



The sidepanel
-------------


...


Frequently asked questions
''''''''''''''''''''''''''


How do you pronounce Midori and what does it mean anyway?
---------------------------------------------------------

Pronounce it "midoɺi", with a Bavarian/ Japanese "r" or "Mee-Doh-Ree"
in English or read it Italian. The name comes from the Japanese word
緑 (みどり) for the colour "green".


What does the logo mean?
------------------------

The paw of a green cat. Obviously. Also it resembles the letter "M"
in "Midori". The curving is supposed to emphasize speed.


On which platforms does Midori run currently?
---------------------------------------------

Midori is basically very portable and should run on all platforms that
its dependencies support.



Under which license is Midori distributed?
------------------------------------------

Midori, documentation and all delivered artwork are licensed under the LGPL2.


GNU Lesser General Public License
'''''''''''''''''''''''''''''''''

::

    GNU LESSER GENERAL PUBLIC LICENSE
    Version 2.1, February 1999

    FIXME: Provide full license text