reamde update

This commit is contained in:
WanderingPenwing 2024-08-06 02:04:45 +02:00
parent 9a5a210fe5
commit 3b07c74d70

42
README
View file

@ -1,9 +1,7 @@
surf - simple webkit-based browser # savoia (surf) - simple webkit-based browser
================================== savoia is a simple Web browser based on WebKit/GTK+.
surf is a simple Web browser based on WebKit/GTK+.
Patches/Changes #Patches/Changes from vanilla surf
---------------
- Modal patch - Modal patch
- Quit-hotkey - Quit-hotkey
- Search engines patch - Search engines patch
@ -12,40 +10,22 @@ Patches/Changes
- Fixed manpage accordingly - Fixed manpage accordingly
- Cache/Cookies goes to /tmp - Cache/Cookies goes to /tmp
- Patched out the need for gcr (thanks to kyx0r) - Patched out the need for gcr (thanks to kyx0r)
- download manager
- bookmarks
- tabs
- suspend
Requirements # Requirements
------------
In order to build surf you need GTK+ and Webkit/GTK+ header files. In order to build surf you need GTK+ and Webkit/GTK+ header files.
In order to use the functionality of the url-bar, also install dmenu[0]. # Installation
Installation
------------
Edit config.mk to match your local setup (surf is installed into Edit config.mk to match your local setup (surf is installed into
the /usr/local namespace by default). the /usr/local namespace by default).
and config.h or config.def.h to match your tastes
and be careful to change marukuru to dmenu or other app you have installed
Afterwards enter the following command to build and install surf (if Afterwards enter the following command to build and install surf (if
necessary as root): necessary as root):
make clean install make clean install
Running surf
------------
run
surf [URI]
See the manpage for further options.
Running surf in tabbed
----------------------
For running surf in tabbed[1] there is a script included in the distribution,
which is run like this:
surf-open.sh [URI]
Further invocations of the script will run surf with the specified URI in this
instance of tabbed.
[0] http://tools.suckless.org/dmenu
[1] http://tools.suckless.org/tabbed