X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=README;h=cc0145ed0e69ecdffec7e22c0cd311837ff73e1a;hb=193bc77912bb08b519b808886b869cfa4f6296fc;hp=70c616e68ae28378b0dd2e31d97d9ac4379b344e;hpb=54a31389f369013756cda6cec9e895d95d841c08;p=chorizo.git diff --git a/README b/README index 70c616e..cc0145e 100644 --- a/README +++ b/README @@ -1,24 +1,25 @@ - ====== - lariza - ====== + _ _ + | | __ _ _ __(_)______ _ + | |/ _` | '__| |_ / _` | + | | (_| | | | |/ / (_| | + |_|\__,_|_| |_/___\__,_| + https://sr.ht/~armaan/lariza +- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A simple web browser using GTK+ 3, GLib and WebKit2GTK+. Features: - - A WebKit2 viewport - An input box to change the URI or to search the current page - - Built-in launching of suckless' tabbed - Built-in download manager - - Optimized hotkeys: Left hand on keyboard, right hand on mouse - - Keyword based searching: Opening "wi foo" will search wikipedia + - Indicator for web feeds + - Full keyboard control - Global content zoom - Cooperative instances using FIFOs - Certificate trust store - - Bundled web extensions: - - Adblock - + - User script support + - Extension support Installation ------------ @@ -54,28 +55,12 @@ Background information What lariza is and what it's not - 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. :-) - - Especially, it's very likely that lariza will never have a "follow - mode" like dwb, luakit or others have. I've used these browsers for - quite some time and I've also used Firefox extensions that add a - "follow mode". The point is, "follow mode" doesn't work anymore. This - was a good thing ten years ago. Today, a lot of websites make heavy - use of JavaScript or hovering. You NEED some kind of pointing device. - I found using "follow mode" to be very frustrating today, because you - still have to reach for the mouse all the time. So, you might as well - just optimize your mousing workflow. + lariza does what I need. It won't do other things. I'm open for + contributions 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. 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. - - lariza tries not to exceed 1000 lines of code. - + with monstrous applications like Firefox or Chromium. About the name @@ -93,3 +78,9 @@ Background information So, I wrote my own browser^W WebKit GUI. WebKit does all the dirty work. + +Copyright +--------- +MIT License, see the LICENSE file for more information. + +This codebase is a fork of the original lariza browser by Peter Hofmann. \ No newline at end of file