Jump to content

Surf (web browser): Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Cleanup following Wikipedia:Articles for creation creation (AFCH)
Line 1: Line 1:

{{AFC submission|||ts=20140713025628|u=Czarkoff|ns=118}}


{{lowercase title}}
{{lowercase title}}
{{Use DMY dates}}
{{Use DMY dates}}
Line 41: Line 43:


== See also ==
== See also ==

*[[uzbl]]
*[[uzbl]]
*[[xombrero]]
*[[xombrero]]


== References ==
== References ==

{{reflist|refs=
{{reflist|refs=<ref name="lwn-xxxterm">{{citation |url=http://lwn.net/Articles/472006/ |title=Xxxterm: Surfing like a Vim pro |section=Comparison |first=Koen |last=Vervloesem |work=[[LWN.net]] |date=14 December 2011 |accessdate=13 July 2014}}</ref><ref name="rootcz-suckless-series">{{citation |url=http://www.root.cz/clanky/surf-minimalisticky-prohlizec-podle-pravidel-suckless/ |title=Surf: minimalistický prohlížeč podle pravidel Suckless |trans_title=Surf: minimalist browser from Suckless project |language=cs |first=Martin |last=Kopta |work=[[Root.cz]] |date=16 June 2014 |accessdate=13 July 2014}}</ref><ref name="tr-see-surf">{{citation |url=http://www.techrepublic.com/blog/linux-and-open-source/if-you-thought-uzbl-was-a-minimal-webkit-browser-you-should-see-surf/ |title=If you thought Uzbl was a minimal WebKit browser, you should see surf |first=Chad |last=Perrin |work=[[TechRepublic]] |date=6 June 2011 |accessdate=13 July 2014}}</ref><ref name="xakep-suckless">{{citation |title=Всё гениальное просто: переходим на софт проекта suckless.org |trans-title=Everything great is simple: transitioning to software from suckless.org |language=Russian |first=Eugeniy |last=Zobnin |work=Xakep |issue=162 |volume=7 |pages=106–109 |date=July 2012}}</ref>
<ref name="lwn-xxxterm">{{citation |url=http://lwn.net/Articles/472006/ |title=Xxxterm: Surfing like a Vim pro |section=Comparison |first=Koen |last=Vervloesem |work=[[LWN.net]] |date=14 December 2011 |accessdate=13 July 2014}}</ref>
<ref name="rootcz-suckless-series">{{citation |url=http://www.root.cz/clanky/surf-minimalisticky-prohlizec-podle-pravidel-suckless/ |title=Surf: minimalistický prohlížeč podle pravidel Suckless |trans_title=Surf: minimalist browser from Suckless project |language=cs |first=Martin |last=Kopta |work=[[Root.cz]] |date=16 June 2014 |accessdate=13 July 2014}}</ref>
<ref name="tr-see-surf">{{citation |url=http://www.techrepublic.com/blog/linux-and-open-source/if-you-thought-uzbl-was-a-minimal-webkit-browser-you-should-see-surf/ |title=If you thought Uzbl was a minimal WebKit browser, you should see surf |first=Chad |last=Perrin |work=[[TechRepublic]] |date=6 June 2011 |accessdate=13 July 2014}}</ref>
<ref name="xakep-suckless">{{citation |title=Всё гениальное просто: переходим на софт проекта suckless.org |trans-title=Everything great is simple: transitioning to software from suckless.org |language=Russian |first=Eugeniy |last=Zobnin |work=Xakep |issue=162 |volume=7 |pages=106–109 |date=July 2012}}</ref>
}}
}}


== External links ==
== External links ==

* {{official website|http://surf.suckless.org/}}
* {{official website|http://surf.suckless.org/}}


{{lightweight web browsers}}
{{lightweight web browsers}}
{{web browsers}}
{{web browsers}}
[[:Category:2010 software]]
[[Category:2010 software]]
[[:Category:Free software programmed in C]]
[[Category:Free software programmed in C]]
[[:Category:Free web browsers]]
[[Category:Free web browsers]]
[[:Category:POSIX web browsers]]
[[Category:POSIX web browsers]]
[[:Category:Software based on WebKit]]
[[Category:Software based on WebKit]]
[[:Category:Web browsers that use GTK+]]
[[Category:Web browsers that use GTK+]]

Revision as of 01:37, 13 August 2014



surf
Original author(s)Christoph Lohmann
Developer(s)suckless.org
Initial release10 September 2009; 14 years ago (2009-09-10)
Stable release
0.6 / 10 February 2013; 11 years ago (2013-02-10)
Repository
Written inC
EngineWebKitGTK+
Operating systemUnix-like
LicenseMIT/X Consortium
Websitesurf.suckless.org

surf is a minimalist web browser developed by suckless.org project. The user interface of this browser does not include any graphical control elements; it is controled 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 such common features of web browsers as tabbed browsing, bookmarks or ad filtering. Neither it has address bar; instead _SURF_URI XProperty has to be set to user-requested uniform resource locator (URL) for 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 browser's setting (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