Go to file
Dale Whittaker 75c83f1224 Differentiate hash table/ frozen and manual/ normal completion
Adding and looking up items based on a hash table is incredibly
fast, so it's vital for startup, however at runtime we want
to prepend which invalidates the contents of the hash table. So
now we use the hash based lookup only for frozen operation,
which is used at startup and has to be fast, but manual string
comparisons are used at runtime.
2009-02-09 21:37:10 +01:00
data Provide default search engines 2009-01-31 19:07:27 +01:00
docs Use -V instead of -v for --version 2008-11-22 01:45:47 +01:00
extensions Make Mouse Gestures extension translatable 2009-01-31 04:13:25 +01:00
icons Fix installing of data files 2009-01-13 00:50:01 +01:00
katze Implement KatzeSeparatorAction 2009-01-29 00:52:27 +01:00
midori Differentiate hash table/ frozen and manual/ normal completion 2009-02-09 21:37:10 +01:00
panels Include string.h in MidoriBookmarks 2009-02-06 03:01:35 +01:00
po Rephrase "opened for the last time" to "the last time it was opened" 2009-02-03 22:59:57 +01:00
tests Add a completion test 2009-02-06 03:00:14 +01:00
.gitignore Remove autotooled build system once and for all 2008-12-04 02:03:11 +01:00
AUTHORS Update Spanish translation 2009-02-01 22:22:52 +01:00
ChangeLog Bump version to 0.1.2 2009-01-14 00:23:35 +01:00
configure Make wrapped makefile's 'install' target phony 2008-08-15 02:36:04 +02:00
COPYING Initial commit 2007-12-16 23:20:24 +01:00
EXPAT Add license note to lots of files and add EXPAT file. 2008-10-11 07:27:52 +02:00
HACKING Add license note to lots of files and add EXPAT file. 2008-10-11 07:27:52 +02:00
INSTALL Respect NLSPATH in Midori and use it for ./waf build --run 2009-01-22 01:59:23 +01:00
README Introduce a C extension interface 2008-11-18 02:07:53 +01:00
TODO Update TODO file 2008-12-21 20:33:00 +01:00
TRANSLATE Respect NLSPATH in Midori and use it for ./waf build --run 2009-01-22 01:59:23 +01:00
waf Update Waf to 1.5.2 and update build scripts accordingly 2009-01-05 20:23:56 +01:00
wscript Default sysconfdir to /etc if the prefix is /usr 2009-02-02 01:10:30 +01:00

This file is licensed under the terms of the expat license, see the file EXPAT.

Midori is a lightweight web browser.

* 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.
* Extensions written in C.
* Custom context menu actions.

Requirements: GTK+ 2.10, WebkitGtk, libXML2

Optional: Unique 0.9, libsoup 2.4, sqlite 3.0, docutils, xdg-open

For installation instructions read INSTALL.

Please report comments, suggestions and bugs to:
    http://www.twotoasts.de/bugs

And join the IRC channel #midori on irc.freenode.net

Check for new versions at:
    http://www.twotoasts.de