There are a number of different web browsers available on the Linux platform like the popular Mozilla Firefox running on Gecko , Opera or the Konqueror running atop KHTML. However, most of these web browsers are bulky owing to host of features they offer and there are only few lightweight "usable" Web Browsers available on the Linux platform, last one I tried was Dillo which was good for displaying simple web pages. Midori is a notch above Dillo and is based on popular WebKit engine (used by Safari).
WebKit is an open source engine that was created by Apple computers for it's Safari web browser( which is available on a number of different platform like Mac OS and Windows ). Code for WebKit was derived from another Open Source project Konqueror's KHTML Library and KDE's Java Script Engine (KJS).
WebKit is being developed by a number of different organisation and groups and is at the heart of two popular Web Browsers Apple Safari and Google Chrome. WebKit also powers a number of web browsers on the mobile platform(in fact Nokia plans to develop a web browser based on WebKit for it's Symbian mobile platform). It is an extremely robust rendering engine , and competes neck to neck (and in fact is ahead) with Gecko , Opera in terms of Java Script rendering.
* Full integration with GTK+ 2.Midori is extremely good at rendering Web Pages (owing to it using WebKit for rendering web pages) and is extremely fast as compared to Mozilla Firefox or Opera on the Linux platform. Though , Midori lacks flash support presently which could limit it's usage slightly, Midori could be extremely useful for some one running an Old PC or Linux based Kiosks.
* 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.
Midori is included in the official Ubuntu repositories , so it is extremely easy to install Midori. To install Midori issue the following commands in the terminal Window (Application -> Accessories -> Terminal )
sudo apt-get install midori
after issuing the above command you can launch Midori from (Applications -> Internet -> Midori Web Browser ).
Article Written by : Ambuj Varshney (blogambuj@gmail.com)
For Linux on Desktop Blog , http://linuxondesktop.blogspot.com
(C) 2008 , Ambuj Varshney
0 Comments