X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=README;h=6192a0c49dff598aa4932b21ca7a5e78ccb2dee2;hb=649a067929656183ca6d194536b5927bf84daf82;hp=9ad2114cc5dfb68e90cbb5b993f34b0cda1bbe04;hpb=5d114b186561e3abc81bcb4d6f38a44d61273f69;p=chorizo.git diff --git a/README b/README index 9ad2114..6192a0c 100644 --- a/README +++ b/README @@ -1,42 +1,91 @@ -zea - zeig's einfach an -======================= + _ _ + | | __ _ _ __(_)______ _ + | |/ _` | '__| |_ / _` | + | | (_| | | | |/ / (_| | + |_|\__,_|_| |_/___\__,_| + https://uninformativ.de/git/lariza + https://uninformativ.de/bugs.html -zea is a minimalistic web browser using Gtk2 and WebKit. "Zeig's einfach -an" is german and translates roughly to "just show it" (the damn web -page). + +- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + +A simple web browser using GTK+ 3, GLib and WebKit2GTK+. Features: - - A WebKit viewport - - An input box to change the current URL - - Global content zoom - - Pluggability into suckless' tabbed - - vi-like scrolling (modified by CTRL) - - Support for Flash and Java + - A WebKit2 viewport + - An input box to change the URI or to search the current page + - Built-in download manager + - Indicator for web feeds + - Optimized hotkeys: Left hand on keyboard, right hand on mouse + - Global content zoom + - Cooperative instances using FIFOs + - Certificate trust store + - Bundled user-supplied JavaScripts (optional): + - Link hints + - Bundled web extensions (optional): + - Adblock + + +Installation +------------ + +The following C libraries are required: + + - GTK+ 3 + - WebKit2 API for GTK+ 3 + +lariza expects to be run on a POSIX-ish operating system. + +To build the program and install it to /usr/local: + + $ make + # make install + +To use bundled web extensions, they must be copied or symlinked to the +appropriate path. Please refer to the manpage. + + +Running +------- + +You simply invoke the main program: + + $ lariza + +Refer to the manpage for all options. -Planned features: - - Searching the current page for a word - - Adblock - - Keyword based searching (opening "wi foo" will search wikipedia) +Background information +---------------------- + What lariza is and what it's not -Using zea with tabbed -==================== + lariza does what I need. It won't do other things. I'm open for pull + requests but please don't be upset if I turn them down -- which might + happen if it's a feature that I simply don't need. That being said, + you should have a look at the PATCHES file. :-) -The order of arguments for zea doesn't matter. This means you can run it -like this: + lariza does not compete with powerful browsers like dwb or luakit, nor + with monstrous applications like Firefox or Chromium. lariza won't + have persistent storage, nor a plugin system, nor cloud sync, nor + bookmarks. - $ tabbed -c ./zea file:///home/hans/bookmarks.html -z 0.8 -e -Each new tab will then show your bookmarks and is scaled by a factor of -0.8. + About the name + "lariza" stems from a german sentence: -Literature -========== + Alle anderen waren mir zu anstrengend. + l a r i z a -API references: + That phrase basically means: "It was too tiresome to deal with any + other browser." I couldn't find a simple browser that does just what I + need. Most of them are utterly bloated, others lack essential + functions. Thus, I was forced to write scripts and tools and stuff to + deal with these issues. That is what was tiresome. I don't want to + work around bugs or nonsensical behavior anymore. - - http://webkitgtk.org/reference/webkitgtk/stable/index.html - - https://developer.gnome.org/gtk2/stable/index.html + So, I wrote my own browser^W WebKit GUI. WebKit does all the dirty + work.