[wiki] [sites] wiki updated

From: <hg_AT_suckless.org>
Date: Thu, 3 Sep 2009 18:35:36 +0000 (UTC)

changeset: 203:6b0a48688cb8
user: Anselm R Garbe <anselm_AT_garbe.us>
date: Thu Sep 03 19:34:57 2009 +0100
files: dwm.suckless.org/index.md dwm.suckless.org/manpage.md surf.suckless.org/index.md surf.suckless.org/manpage.md tools.suckless.org/dmenu.md tools.suckless.org/sic.md
description:
introducing man pages


diff -r 7af63d3146f2 -r 6b0a48688cb8 dwm.suckless.org/index.md
--- a/dwm.suckless.org/index.md Thu Sep 03 19:23:02 2009 +0100
+++ b/dwm.suckless.org/index.md Thu Sep 03 19:34:57 2009 +0100
_AT_@ -47,7 +47,7 @@
 
 Links
 -----
-* [Man page](manpage)
+* [Man page](http://man.suckless.org/dwm/1/dwm)
 * Mailing List: `dev+subscribe_AT_suckless.org` ([Archives](http://lists.suckless.org/dev/)) ([Old Archives](http://lists.suckless.org/dwm/)) (see [community](http://suckless.org/common/community/) for details)
 * IRC channel: #suckless at irc.oftc.net ([irc log](TODO))
 
diff -r 7af63d3146f2 -r 6b0a48688cb8 dwm.suckless.org/manpage.md
--- a/dwm.suckless.org/manpage.md Thu Sep 03 19:23:02 2009 +0100
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
_AT_@ -1,231 +0,0 @@
-<H1>DWM</H1>
-
-<H2>NAME</H2>
-
-dwm - dynamic window manager
-<H2>SYNOPSIS</H2>
-
-<B>dwm</B> [<B>-v</B>]
-
-<H2>DESCRIPTION</H2>
-
-dwm is a dynamic window manager for X. It manages windows in tiled, monocle
-and floating layouts. Either layout can be applied dynamically, optimising the
-environment for the application in use and the task performed.
-<P>
-
-In tiled layouts windows are managed in a master and stacking area. The master
-area contains the window which currently needs most attention, whereas the
-stacking area contains all other windows. In monocle layout all windows are
-maximised to the screen size. In floating layout windows can be resized and
-moved freely. Dialog windows are always managed floating, regardless of the
-layout applied.
-<P>
-
-Windows are grouped by tags. Each window can be tagged with one or multiple
-tags. Selecting certain tags displays all windows with these tags.
-<P>
-
-Each screen contains a small status bar which displays all available tags, the
-layout, the number of visible windows, the title of the focused window, and the
-text read from the root window name property, if the screen is focused. A
-floating window is indicated with an empty square and a maximised floating
-window is indicated with a filled square before the windows title. The
-selected tags are indicated with a different color. The tags of the focused
-window are indicated with a filled square in the top left corner. The tags
-which are applied to one or more windows are indicated with an empty square in
-the top left corner.
-<P>
-
-dwm draws a small border around windows to indicate the focus state.
-<H2>OPTIONS</H2>
-
-<DL COMPACT>
-<DT><B>-v</B>
-
-<DD>
-prints version information to standard output, then exits.
-</DL>
-<H2>USAGE</H2>
-
-<H3>Status bar</H3>
-
-<DL COMPACT>
-<DT><B>X root window name</B>
-
-<DD>
-is read and displayed in the status text area. It can be set with the
-<B>xsetroot</B>(1)
-command.
-<DT><B>Button1</B>
-
-<DD>
-click on a tag label to display all windows with that tag, click on the layout
-label toggles between tiled and floating layout.
-<DT><B>Button3</B>
-
-<DD>
-click on a tag label adds/removes all windows with that tag to/from the view.
-<DT><B>Mod1-Button1</B>
-
-<DD>
-click on a tag label applies that tag to the focused window.
-<DT><B>Mod1-Button3</B>
-
-<DD>
-click on a tag label adds/removes that tag to/from the focused window.
-</DL>
-<H3>Keyboard commands</H3>
-
-<DL COMPACT>
-<DT><B>Mod1-Shift-Return</B>
-
-<DD>
-Start
-<B>uxterm</B>(1).
-
-<DT><B>Mod1-,</B>
-
-<DD>
-Focus previous screen, if any.
-<DT><B>Mod1-.</B>
-
-<DD>
-Focus next screen, if any.
-<DT><B>Mod1-Shift-,</B>
-
-<DD>
-Send focused window to previous screen, if any.
-<DT><B>Mod1-Shift-.</B>
-
-<DD>
-Send focused window to next screen, if any.
-<DT><B>Mod1-b</B>
-
-<DD>
-Toggles bar on and off.
-<DT><B>Mod1-t</B>
-
-<DD>
-Sets tiled layout.
-<DT><B>Mod1-f</B>
-
-<DD>
-Sets floating layout.
-<DT><B>Mod1-m</B>
-
-<DD>
-Sets monocle layout.
-<DT><B>Mod1-space</B>
-
-<DD>
-Toggles between current and previous layout.
-<DT><B>Mod1-j</B>
-
-<DD>
-Focus next window.
-<DT><B>Mod1-k</B>
-
-<DD>
-Focus previous window.
-<DT><B>Mod1-h</B>
-
-<DD>
-Decrease master area size.
-<DT><B>Mod1-l</B>
-
-<DD>
-Increase master area size.
-<DT><B>Mod1-Return</B>
-
-<DD>
-Zooms/cycles focused window to/from master area (tiled layouts only).
-<DT><B>Mod1-Shift-c</B>
-
-<DD>
-Close focused window.
-<DT><B>Mod1-Shift-space</B>
-
-<DD>
-Toggle focused window between tiled and floating state.
-<DT><B>Mod1-Tab</B>
-
-<DD>
-Toggles to the previously selected tags.
-<DT><B>Mod1-Shift-[1..n]</B>
-
-<DD>
-Apply nth tag to focused window.
-<DT><B>Mod1-Shift-0</B>
-
-<DD>
-Apply all tags to focused window.
-<DT><B>Mod1-Control-Shift-[1..n]</B>
-
-<DD>
-Add/remove nth tag to/from focused window.
-<DT><B>Mod1-[1..n]</B>
-
-<DD>
-View all windows with nth tag.
-<DT><B>Mod1-0</B>
-
-<DD>
-View all windows with any tag.
-<DT><B>Mod1-Control-[1..n]</B>
-
-<DD>
-Add/remove all windows with nth tag to/from the view.
-<DT><B>Mod1-Shift-q</B>
-
-<DD>
-Quit dwm.
-</DL>
-<H3>Mouse commands</H3>
-
-<DL COMPACT>
-<DT><B>Mod1-Button1</B>
-
-<DD>
-Move focused window while dragging. Tiled windows will be toggled to the floating state.
-<DT><B>Mod1-Button2</B>
-
-<DD>
-Toggles focused window between floating and tiled state.
-<DT><B>Mod1-Button3</B>
-
-<DD>
-Resize focused window while dragging. Tiled windows will be toggled to the floating state.
-</DL>
-<H2>CUSTOMIZATION</H2>
-
-dwm is customized by creating a custom config.h and (re)compiling the source
-code. This keeps it fast, secure and simple.
-<H2>SEE ALSO</H2>
-
-<B><A HREF="http://tools.suckless.org/dmenu">dmenu</A></B>(1)
-
-<H2>BUGS</H2>
-
-Java applications which use the XToolkit/XAWT backend may draw grey windows
-only. The XToolkit/XAWT backend breaks ICCCM-compliance in recent JDK 1.5 and early
-JDK 1.6 versions, because it assumes a reparenting window manager. Possible workarounds
-are using JDK 1.4 (which doesn't contain the XToolkit/XAWT backend) or setting the
-environment variable
-<B>AWT_TOOLKIT=MToolkit</B>
-(to use the older Motif backend instead) or running
-<B>xprop -root -f _NET_WM_NAME 32a -set _NET_WM_NAME LG3D</B>
-or
-<B>wmname LG3D</B>
-(to pretend that a non-reparenting window manager is running that the
-XToolkit/XAWT backend can recognize) or when using OpenJDK setting the environment variable
-<B>_JAVA_AWT_WM_NONREPARENTING=1</B>.
-
-<P>
-
-GTK 2.10.9+ versions contain a broken <B>Save-As</B> file dialog implementation,
-which requests to reconfigure its window size in an endless loop. However, its
-window is still respondable during this state, so you can simply ignore the flicker
-until a new GTK version appears, which will fix this bug, approximately
-GTK 2.10.12+ versions.
-<P>
diff -r 7af63d3146f2 -r 6b0a48688cb8 surf.suckless.org/index.md
--- a/surf.suckless.org/index.md Thu Sep 03 19:23:02 2009 +0100
+++ b/surf.suckless.org/index.md Thu Sep 03 19:34:57 2009 +0100
_AT_@ -13,7 +13,7 @@
 
 Links
 -----
-* [Man page](manpage)
+* [Man page](http://man.suckless.org/surf/1/surf)
 * Mailing List: `dev+subscribe_AT_suckless.org` ([Archives](http://lists.suckless.org/dev))
 * IRC channel: #suckless at irc.oftc.net
 
diff -r 7af63d3146f2 -r 6b0a48688cb8 surf.suckless.org/manpage.md
--- a/surf.suckless.org/manpage.md Thu Sep 03 19:23:02 2009 +0100
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
_AT_@ -1,84 +0,0 @@
-<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!
diff -r 7af63d3146f2 -r 6b0a48688cb8 tools.suckless.org/dmenu.md
--- a/tools.suckless.org/dmenu.md Thu Sep 03 19:23:02 2009 +0100
+++ b/tools.suckless.org/dmenu.md Thu Sep 03 19:34:57 2009 +0100
_AT_@ -12,143 +12,6 @@
 ------------
 * `dev+subscribe_AT_suckless.org` ([Archives](http://lists.suckless.org/dev/)) ([Old Archives](http://lists.suckless.org/dwm/)) (see [community](http://suckless.org/common/community/) for details)
 
-<H2>SYNOPSIS</H2>
-
-<B>dmenu</B>
-
-[<B>-i</B>]
-
-[<B>-b</B>]
-
-[<B>-fn</B> &lt;font&gt;]
-
-[<B>-nb</B> &lt;color&gt;]
-
-[<B>-nf</B> &lt;color&gt;]
-
-[<B>-p</B> &lt;prompt&gt;]
-
-[<B>-sb</B> &lt;color&gt;]
-
-[<B>-sf</B> &lt;color&gt;]
-
-[<B>-v</B>]
-
-<A NAME="lbAD">&nbsp;</A>
-<H2>DESCRIPTION</H2>
-
-<A NAME="lbAE">&nbsp;</A>
-<H3>Overview</H3>
-
-dmenu is a generic menu for X, originally designed for
-<B>dwm</B>(1).
-
-It manages huge amounts (up to 10.000 and more) of user defined menu items
-efficiently.
-<A NAME="lbAF">&nbsp;</A>
-<H3>Options</H3>
-
-<DL COMPACT>
-<DT><B>-i</B>
-
-<DD>
-makes dmenu match menu entries case insensitively.
-<DT><B>-b</B>
-
-<DD>
-defines that dmenu appears at the bottom.
-<DT><B>-fn &lt;font&gt;</B>
-
-<DD>
-defines the font.
-<DT><B>-nb &lt;color&gt;</B>
-
-<DD>
-defines the normal background color (#RGB, #RRGGBB, and color names are supported).
-<DT><B>-nf &lt;color&gt;</B>
-
-<DD>
-defines the normal foreground color (#RGB, #RRGGBB, and color names are supported).
-<DT><B>-p &lt;prompt&gt;</B>
-
-<DD>
-defines a prompt to be displayed before the input area.
-<DT><B>-sb &lt;color&gt;</B>
-
-<DD>
-defines the selected background color (#RGB, #RRGGBB, and color names are supported).
-<DT><B>-sf &lt;color&gt;</B>
-
-<DD>
-defines the selected foreground color (#RGB, #RRGGBB, and color names are supported).
-<DT><B>-v</B>
-
-<DD>
-prints version information to standard output, then exits.
-</DL>
-<A NAME="lbAG">&nbsp;</A>
-<H2>USAGE</H2>
-
-dmenu reads a list of newline-separated items from standard input and creates a
-menu. When the user selects an item or enters any text and presses Return, his/her
-choice is printed to standard output and dmenu terminates.
-<P>
-
-dmenu is completely controlled by the keyboard. The following keys are recognized:
-<DL COMPACT>
-<DT><B>Any printable character</B>
-
-<DD>
-Appends the character to the text in the input field. This works as a filter:
-only items containing this text will be displayed.
-<DT><B>Left/Right (Mod1-h/Mod1-l)</B>
-
-<DD>
-Select the previous/next item.
-<DT><B>PageUp/PageDown (Mod1-k/Mod1-j)</B>
-
-<DD>
-Select the first item of the previous/next 'page' of items.
-<DT><B>Home/End (Mod1-g/Mod1-G)</B>
-
-<DD>
-Select the first/last item.
-<DT><B>Tab (Control-i)</B>
-
-<DD>
-Copy the selected item to the input field.
-<DT><B>Return (Control-j)</B>
-
-<DD>
-Confirm selection and quit (print the selected item to standard output). Returns
-<B>0</B>
-
-on termination.
-<DT><B>Shift-Return (Control-Shift-j)</B>
-
-<DD>
-Confirm selection and quit (print the text in the input field to standard output).
-Returns
-<B>0</B>
-
-on termination.
-<DT><B>Escape (Control-bracketleft)</B>
-
-<DD>
-Quit without selecting an item. Returns
-<B>1</B>
-
-on termination.
-<DT><B>Backspace (Control-h)</B>
-
-<DD>
-Remove a character from the input field.
-<DT><B>Control-u</B>
-
-<DD>
-Remove all characters from the input field.
-<DT><B>Control-w</B>
-
-<DD>
-Remove all characters of current word from the input field.
-</DL>
+Links
+-----
+* [Man page](http://man.suckless.org/tools/1/dmenu)
diff -r 7af63d3146f2 -r 6b0a48688cb8 tools.suckless.org/sic.md
--- a/tools.suckless.org/sic.md Thu Sep 03 19:23:02 2009 +0100
+++ b/tools.suckless.org/sic.md Thu Sep 03 19:34:57 2009 +0100
_AT_@ -12,75 +12,6 @@
 
         hg clone http://hg.suckless.org/sic
 
-
-<H2>SYNOPSIS</H2>
-
-<B>sic</B>
-
-[<B>-h</B> &lt;host&gt;]
-
-[<B>-p</B> &lt;port&gt;]
-
-[<B>-n</B> &lt;nick&gt;]
-
-[<B>-k</B> &lt;keyword&gt;]
-
-[<B>-v</B>]
-
-<A NAME="lbAD">&nbsp;</A>
-<H2>DESCRIPTION</H2>
-
-<B>sic</B>
-
-is an extremely fast, small and simple irc client. It reads commands from
-standard input and prints all server output to standard output. It multiplexes
-all channel traffic into one output so you don't have to switch
-different channel buffers; this is actually a feature.
-<A NAME="lbAE">&nbsp;</A>
-<H2>OPTIONS</H2>
-
-<DL COMPACT>
-<DT><B>-h &lt;host&gt;</B>
-
-<DD>
-Overrides the default host (irc.oftc.net)
-<DT><B>-p &lt;port&gt;</B>
-
-<DD>
-Overrides the default port (6667)
-<DT><B>-n &lt;nickname&gt;</B>
-
-<DD>
-Overrides the default nick ($USER)
-<DT><B>-k &lt;keyword&gt;</B>
-
-<DD>
-Specifies the keyword to authenticate your nick on the host
-<DT><B>-v</B>
-
-<DD>
-Prints version information to standard output, then exits.
-</DL>
-<A NAME="lbAF">&nbsp;</A>
-<H2>COMMANDS</H2>
-
-<DL COMPACT>
-<DT><B>:j #channel</B>
-
-<DD>
-Join a channel
-<DT><B>:l #channel</B>
-
-<DD>
-Leave a channel
-<DT><B>:m #channel/user msg</B>
-
-<DD>
-Write a message to #channel/user
-<DT><B>:s #channel/user</B>
-
-<DD>
-Set default channel/user
-<DT>Everything which is not a command is simply sent to the server.<DD>
-<P>
-</DL>
+Links
+-----
+* [Man page](http://man.suckless.org/tools/1/dmenu)

changeset: 204:cdae933debd4
tag: tip
user: Anselm R Garbe <anselm_AT_garbe.us>
date: Thu Sep 03 19:35:49 2009 +0100
files: default.suckless.org/_werc/lib/top_bar.inc
description:
added man.suckless.org


diff -r 6b0a48688cb8 -r cdae933debd4 default.suckless.org/_werc/lib/top_bar.inc
--- a/default.suckless.org/_werc/lib/top_bar.inc Thu Sep 03 19:34:57 2009 +0100
+++ b/default.suckless.org/_werc/lib/top_bar.inc Thu Sep 03 19:35:49 2009 +0100
_AT_@ -2,6 +2,7 @@
       <a href="http://suckless.org">home</a> &nbsp;
       <a href="http://hg.suckless.org">code</a> &nbsp;
       <a href="http://dl.suckless.org">download</a> &nbsp;
+ <a href="http://man.suckless.org">man</a> &nbsp;
       <a href="http://dwm.suckless.org">dwm</a> &nbsp;
       <a href="http://libs.suckless.org">libs</a> &nbsp;
       <a href="http://st.suckless.org">st</a> &nbsp;
Received on Thu Sep 03 2009 - 20:35:36 CEST

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