Update user documentation to incorporate changes in recent versions
This commit is contained in:
parent
6faa15412d
commit
5b8438bee3
1 changed files with 10 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
||||||
.. |(version)| replace:: 0.1.6
|
.. |(version)| replace:: 0.2.2
|
||||||
|
|
||||||
'''''''
|
'''''''
|
||||||
Midori
|
Midori
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
-----------------------------------------
|
-----------------------------------------
|
||||||
|
|
||||||
:Authors: Christian Dywan
|
:Authors: Christian Dywan
|
||||||
:Date: $Date: 2009-04-14 18:00:35 +0100 (Tue, 14 Apr 2009) $
|
:Date: $Date: 2009-11-18 18:20:11 +0100 (Wed, 18 Nov 2009) $
|
||||||
:Version: |(version)|
|
:Version: |(version)|
|
||||||
|
|
||||||
Copyright © 2008-2009
|
Copyright © 2008-2009
|
||||||
|
@ -132,6 +132,8 @@ The following arguments are supported if you call Midori from a command line.
|
||||||
+-------+--------------------+------------------------------------------------+
|
+-------+--------------------+------------------------------------------------+
|
||||||
| -r | --run | Run the specified filename as javascript |
|
| -r | --run | Run the specified filename as javascript |
|
||||||
+-------+--------------------+------------------------------------------------+
|
+-------+--------------------+------------------------------------------------+
|
||||||
|
| -s | --snapshot + Take a snapshot of the specified URI |
|
||||||
|
+-------+--------------------+------------------------------------------------+
|
||||||
| -V | --version | Show version information and exit. |
|
| -V | --version | Show version information and exit. |
|
||||||
+-------+--------------------+------------------------------------------------+
|
+-------+--------------------+------------------------------------------------+
|
||||||
|
|
||||||
|
@ -159,8 +161,12 @@ The files stored in the primary configuration folder are the following:
|
||||||
+----------------+------------------------------------------------------------+
|
+----------------+------------------------------------------------------------+
|
||||||
| history.db | History, sqlite3 |
|
| history.db | History, sqlite3 |
|
||||||
+----------------+------------------------------------------------------------+
|
+----------------+------------------------------------------------------------+
|
||||||
|
| logins | Usernames and passwords, plain text |
|
||||||
|
+----------------+------------------------------------------------------------+
|
||||||
| running | A file created to track whether Midori quit cleanly |
|
| running | A file created to track whether Midori quit cleanly |
|
||||||
+----------------+------------------------------------------------------------+
|
+----------------+------------------------------------------------------------+
|
||||||
|
| search | Search engines, text key file |
|
||||||
|
+----------------+------------------------------------------------------------+
|
||||||
| session.xbel | The current or last session, ie. open tabs, |
|
| session.xbel | The current or last session, ie. open tabs, |
|
||||||
+----------------+------------------------------------------------------------+
|
+----------------+------------------------------------------------------------+
|
||||||
| tabtrash.xbel | The 10 last closed tabs |
|
| tabtrash.xbel | The 10 last closed tabs |
|
||||||
|
@ -173,10 +179,6 @@ replace the 'bookmarks.xbel' as long as it is valid XBEL/ XML.
|
||||||
Currently while Midori is running it will happily overwrite files as needed and
|
Currently while Midori is running it will happily overwrite files as needed and
|
||||||
never read back any changes.
|
never read back any changes.
|
||||||
|
|
||||||
Incidentally Midori will recognize readonly files and not write modifications
|
|
||||||
to readonly files back to disk. This can be useful for kiosk systems where
|
|
||||||
particular changes shouldn't be saved.
|
|
||||||
|
|
||||||
|
|
||||||
Keyboard shortcuts
|
Keyboard shortcuts
|
||||||
------------------
|
------------------
|
||||||
|
@ -190,9 +192,8 @@ The navigationbar
|
||||||
|
|
||||||
|
|
||||||
The navigationbar is the primary toolbar containing notably back and forward
|
The navigationbar is the primary toolbar containing notably back and forward
|
||||||
buttons, the location entry and a search entry. Except for the location entry
|
buttons, the location entry and a search entry. The "Toolbar Editor" extension
|
||||||
any item can be removed and others can be added by right-clicking the toolbar
|
can be used to add or remove items.
|
||||||
and using the Add and Remove menu items.
|
|
||||||
|
|
||||||
|
|
||||||
The sidepanel
|
The sidepanel
|
||||||
|
|
Loading…
Reference in a new issue