Update AUTHORS, README and TODO files.

This commit is contained in:
Christian Dywan 2008-05-04 19:13:02 +02:00
parent 5b731c45ba
commit 626586a5a1
3 changed files with 10 additions and 5 deletions

View file

@ -5,7 +5,13 @@ Artwork by:
Nancy Runge <nancy@twotoasts.de> Nancy Runge <nancy@twotoasts.de>
Translations: Translations:
de: Enrico Tröger <enrico.troeger@uvena.de>
de: Christian Dywan <christian@twotoasts.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: Contributors:
Ori Bernstein <ori@eigenstate.org> Ori Bernstein <ori@eigenstate.org>
Przemek Sitek <el.pescado@gazeta.pl>

6
README
View file

@ -3,11 +3,11 @@ Midori is a lightweight web browser.
* Full integration with GTK+2. * Full integration with GTK+2.
* Fast rendering with WebKit. * Fast rendering with WebKit.
* Tabs, windows and session management. * Tabs, windows and session management.
* Bookmarks are stored with XBEL. * Bookmarks with XBEL and keyword support.
* Searchbox based on OpenSearch. * Flexibly configurable Web Searchbox.
* Custom context menu actions. * Custom context menu actions.
* User scripts and user styles support. * User scripts and user styles support.
* Extensible via Lua scripts. * Extensible via Javascript.
Requirements: GTK+ 2.6, libsexy, WebkitGtk, libXML2 Requirements: GTK+ 2.6, libsexy, WebkitGtk, libXML2

3
TODO
View file

@ -2,7 +2,7 @@ TODO:
. Import and export of the bookmarks file, or using one from a specific path . Import and export of the bookmarks file, or using one from a specific path
. Save files on change as opposed to on quit . Save files on change as opposed to on quit
. Middle click toolbuttons or menuitems should open new tabs . 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 . Actual multiple window support, some things just ignore this currently
. Custom context menu actions, like in Thunar or Epiphany . Custom context menu actions, like in Thunar or Epiphany
. Custom tab names . Custom tab names
@ -52,5 +52,4 @@ TODO:
. Custom-mode, e.g. hide menubar and use help icon to have a help viewer . Custom-mode, e.g. hide menubar and use help icon to have a help viewer
. Prevent dead tabs: download, aborted page . Prevent dead tabs: download, aborted page
. On url load, for big files, ask "Open or save?" . 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 . An option to not reuse the current tab when entering an url or searching