Jump to content

surf (web browser)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by RaphaelQS (talk | contribs) at 03:39, 23 January 2016. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

surf
Original author(s)Christoph Lohmann
Developer(s)Christoph Lohmann, Enno Boland, Troels Henriksen, et al.
Initial release10 September 2009; 14 years ago (2009-09-10)
Repository
Written inC
C++ (WebKit)
EngineWebKitGTK+
Operating systemUnix-like
Typeminimalist web browser
LicenseMIT License
Websitesurf.suckless.org

surf is a minimalist web browser developed by suckless.org. The user interface of this browser does not include any graphical control elements; it is controlled via keyboard shortcuts or external tools, which may manipulate its behavior by setting its window's properties.

Features

surf is intentionally limited in its set of features. The only graphical elements the browser has are the page view itself and a small line indicating download progress. The main functionality of the browser is implemented in third-party WebKitGTK+ library, and the rest of the program only provides a window and a set of XProperties to control its behavior. While surf supports cookies, it does not include some other common features of web browsers such as tabbed browsing, bookmarks or ad filtering. Instead of an address bar, the _SURF_URI XProperty has to be set to user-requested uniform resource locator (URL) for the browser to follow it. By default, surf configuration includes a keyboard shortcut for calling dmenu program to prompt user for URL.[1][2][3][4]

All configuration of surf is performed by editing configuration header file or directly browser's source code before compilation, and most of the browser's settings (with exception of several command line arguments) can't be altered later.[1][3]

See also

References

  1. ^ a b Kopta, Martin (16 June 2014), "Surf: minimalistický prohlížeč podle pravidel Suckless", Root.cz (in Czech), retrieved 13 July 2014 {{citation}}: Unknown parameter |trans_title= ignored (|trans-title= suggested) (help)
  2. ^ Vervloesem, Koen (14 December 2011), "Xxxterm: Surfing like a Vim pro", LWN.net, retrieved 13 July 2014 {{citation}}: |section= ignored (help)
  3. ^ a b Zobnin, Eugeniy (July 2012), "Всё гениальное просто: переходим на софт проекта suckless.org" [Everything great is simple: transitioning to software from suckless.org], Xakep (in Russian), vol. 7, no. 162, pp. 106–109
  4. ^ Perrin, Chad (6 June 2011), "If you thought Uzbl was a minimal WebKit browser, you should see surf", TechRepublic, retrieved 13 July 2014

External links