Update AUTHORS, README and TODO files.
This commit is contained in:
parent
5b731c45ba
commit
626586a5a1
3 changed files with 10 additions and 5 deletions
6
AUTHORS
6
AUTHORS
|
@ -5,7 +5,13 @@ Artwork by:
|
|||
Nancy Runge <nancy@twotoasts.de>
|
||||
|
||||
Translations:
|
||||
de: Enrico Tröger <enrico.troeger@uvena.de>
|
||||
de: Christian Dywan <christian@twotoasts.de>
|
||||
fr: Christian Dywan <christian@twotoasts.de>
|
||||
fr: Adrien Nader <camaradetux@gmail.com>
|
||||
pl: Przemysław Sitek <el.pescado@gazeta.pl>
|
||||
sv: Mikael Magnusson <mikachu@comhem.se>
|
||||
|
||||
Contributors:
|
||||
Ori Bernstein <ori@eigenstate.org>
|
||||
Przemek Sitek <el.pescado@gazeta.pl>
|
||||
|
|
6
README
6
README
|
@ -3,11 +3,11 @@ Midori is a lightweight web browser.
|
|||
* Full integration with GTK+2.
|
||||
* Fast rendering with WebKit.
|
||||
* Tabs, windows and session management.
|
||||
* Bookmarks are stored with XBEL.
|
||||
* Searchbox based on OpenSearch.
|
||||
* Bookmarks with XBEL and keyword support.
|
||||
* Flexibly configurable Web Searchbox.
|
||||
* Custom context menu actions.
|
||||
* User scripts and user styles support.
|
||||
* Extensible via Lua scripts.
|
||||
* Extensible via Javascript.
|
||||
|
||||
Requirements: GTK+ 2.6, libsexy, WebkitGtk, libXML2
|
||||
|
||||
|
|
3
TODO
3
TODO
|
@ -2,7 +2,7 @@ TODO:
|
|||
. Import and export of the bookmarks file, or using one from a specific path
|
||||
. Save files on change as opposed to on quit
|
||||
. Middle click toolbuttons or menuitems should open new tabs
|
||||
. Implement support for (multiple) userscripts/ userstyles
|
||||
. Implement support for userstyles
|
||||
. Actual multiple window support, some things just ignore this currently
|
||||
. Custom context menu actions, like in Thunar or Epiphany
|
||||
. Custom tab names
|
||||
|
@ -52,5 +52,4 @@ TODO:
|
|||
. Custom-mode, e.g. hide menubar and use help icon to have a help viewer
|
||||
. Prevent dead tabs: download, aborted page
|
||||
. On url load, for big files, ask "Open or save?"
|
||||
. Always display the tabbar (extension)
|
||||
. An option to not reuse the current tab when entering an url or searching
|
||||
|
|
Loading…
Reference in a new issue