[wiki] [sites] wiki updated

From: <hg_AT_suckless.org>
Date: Thu, 27 Aug 2009 17:17:13 +0000 (UTC)

changeset: 196:d988e4f97d81
tag: tip
user: Andrew Antle <andrew.antle_AT_gmail.com>
date: Thu Aug 27 13:12:21 2009 -0400
files: surf.suckless.org/index.md surf.suckless.org/manpage.md
description:
Created 'manpage.md' and updated link to manpage in 'index.md'.


diff -r 88aa1f2a9521 -r d988e4f97d81 surf.suckless.org/index.md
--- a/surf.suckless.org/index.md Thu Aug 27 12:24:48 2009 -0400
+++ b/surf.suckless.org/index.md Thu Aug 27 13:12:21 2009 -0400
_AT_@ -13,7 +13,7 @@
 
 Links
 -----
-* [Man page](http://hg.suckless.org/surf/raw-file/tip/LICENSE)
+* [Man page](manpage)
 * Mailing List: `dev+subscribe_AT_suckless.org` ([Archives](http://lists.suckless.org/dev))
 * IRC channel: #suckless at irc.oftc.net
 
diff -r 88aa1f2a9521 -r d988e4f97d81 surf.suckless.org/manpage.md
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/surf.suckless.org/manpage.md Thu Aug 27 13:12:21 2009 -0400
_AT_@ -0,0 +1,84 @@
+<H1>SURF</H1>
+
+<H2>NAME</H2>
+
+surf - simple webkit-based browser
+<H2>SYNOPSIS</H2>
+
+<B>surf</B> [<B>-ehvx</B>] [<B>-f</B> FILE] [<B>-u</B> URI]
+
+<H2>DESCRIPTION</H2>
+
+surf is a simple web browser based on WebKit/GTK+. It is able
+to display websites and follow links. It supports the XEmbed protocol
+which makes it possible to embed it in another application. Furthermore,
+one can point surf to another URI by setting its XProperties.
+
+<H2>OPTIONS</H2>
+
+<DL COMPACT>
+<DT><B>-e</B>
+
+<DD>
+Prints xid to standard output and waits until an application reparents the
+window.
+
+<DT><B>-f FILE</B>
+
+<DD>
+Sets the browser's URI to FILE. It is also possible to read from standard input.
+
+<DT><B>-h</B>
+
+<DD>
+Prints usage information to standard output, then exits.
+
+<DT><B>-u URI</B>
+
+<DD>
+Sets the browser's URI.
+
+<DT><B>-v</B>
+
+<DD>
+Prints version information to standard output, then exits.
+
+<DT><B>-x</B>
+
+<DD>
+Prints xid to standard output. This can be used to script the browser by using <B>xprop</B>(1).
+</DL>
+<H2>USAGE</H2>
+
+<DL COMPACT>
+<DT><B>Ctrl-Left</B>
+
+<DD>
+Walks back the history.
+<DT><B>Ctrl-Right</B>
+
+<DD>
+Walks forward the history.
+<DT><B>Ctrl-/</B>
+
+<DD>
+Opens the search-bar.
+<DT><B>Ctrl-g</B>
+
+<DD>
+Opens the URL-bar.
+<DT><B>Ctrl-r</B>
+
+<DD>
+Reloads the website.
+<DT><B>Ctrl-Shift-r</B>
+
+<DD>
+Reloads the website without using cache.
+</DL>
+<H2>SEE ALSO</H2>
+
+<B><A HREF="http://tools.suckless.org/dmenu">dmenu</A></B>(1) <B>xprop</B>(1)
+<H2>BUGS</H2>
+
+Please report them!
Received on Thu Aug 27 2009 - 19:17:13 CEST

This archive was generated by hypermail 2.3.0 : Thu Sep 13 2012 - 19:30:45 CEST