savoia-surf/README.md

31 lines
873 B
Markdown
Raw Normal View History

2024-08-06 02:04:45 +02:00
# savoia (surf) - simple webkit-based browser
savoia is a simple Web browser based on WebKit/GTK+.
2024-08-02 18:34:24 +02:00
2024-08-06 02:06:23 +02:00
# Patches/Changes from vanilla surf
2024-08-02 18:34:24 +02:00
- Modal patch
- Quit-hotkey
- Search engines patch
- search with <space> <string>
- See config.def.h for current available engines
- Fixed manpage accordingly
- Cache/Cookies goes to /tmp
- Patched out the need for gcr (thanks to kyx0r)
2024-08-06 02:04:45 +02:00
- download manager
- bookmarks
- tabs
- suspend
2024-08-02 18:34:24 +02:00
2024-08-06 02:04:45 +02:00
# Requirements
2024-08-02 18:34:24 +02:00
In order to build surf you need GTK+ and Webkit/GTK+ header files.
2024-08-06 02:04:45 +02:00
# Installation
2024-08-02 18:34:24 +02:00
Edit config.mk to match your local setup (surf is installed into
2024-08-06 02:06:23 +02:00
the /usr/local namespace by default).
Edit config.h or config.def.h to match your tastes, and be careful to change marukuru to dmenu or other app you have installed
2024-08-02 18:34:24 +02:00
Afterwards enter the following command to build and install surf (if
necessary as root):
make clean install