This project is a fork of the surf.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/surf.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionnone
ownerjulien.rische@gmail.com
last changeSat, 8 Dec 2018 16:15:43 +0000 (8 17:15 +0100)
content tags
add:
README
surf - simple webkit-based browser
==================================
surf is a simple Web browser based on WebKit/GTK+.

Requirements
------------
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
------------
Edit config.mk to match your local setup (surf is installed into
the /usr/local namespace by default).

Afterwards enter the following command to build and install surf (if
necessary as root):

    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
shortlog
2018-12-08 Julien Rischechange language settingssurf-webkit2
2018-10-09 Leonardo TaccariUse pkg-config for X11{INC,LIB}
2018-10-09 Quentin RameauMakefile: fix dependencies
2018-10-08 Quentin RameauFix, again, webext directory in Makefile
2018-10-08 Quentin RameauFix webext directory in Makefile
2018-10-08 Quentin RameauRemove libtool depencency, reorganise Makefile
2018-10-08 Quentin RameauUnobfuscate Makefile
2018-10-08 Quentin Rameauext: get the right DOM on msg
2018-10-08 Quentin RameauAdd a file for shared functions
2018-10-08 Quentin RameauCommunicate with webextension via a pipe
2018-10-08 Quentin Rameauext: first commit for surf lib
2018-10-08 Quentin RameauRequest cookiemanager only once at creation
2018-10-08 Quentin RameauExit more gracefully on web process crash.
2018-10-08 nzlAllow tilde expansion in loaduri
2018-06-18 Eddie ThiedaFixed wording in FAQ.md
2018-06-09 Quentin RameauForce printing the winid when requested
...
tags
7 years ago 2.0
7 years ago 1.8
8 years ago 0.7
11 years ago 0.6
11 years ago 0.5
13 years ago 0.4.1
13 years ago 0.4
14 years ago 0.3
14 years ago 0.2
14 years ago 0.1.2
14 years ago 0.1.1
14 years ago 0.1
heads
5 years ago surf-webkit2
7 years ago surf-webkit1