adding manpage and README. - ttabbed - Simple tabbing application for X11.
       
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 4bad0d92c9380714ef2908425717e8accff54af9
 (DIR) parent d9230b5ab51485eb7624677bf874d7dbdae8ca94
 (HTM) Author: Enno Boland (tox) <tox@s01.de>
       Date:   Mon, 14 Sep 2009 14:39:37 +0200
       
       adding manpage and README.
       Diffstat:
         README                              |      25 +++++++++++++++++++++++++
         tabbed.1                            |      41 +++++++++++++++++++++++++++++++
       
       2 files changed, 66 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/README b/README
       @@ -0,0 +1,25 @@
       +ttabbed - simple Xembed container manager
       +========================================
       +ttabbed is a simple Xembed container manager based on Xlib.
       +
       +
       +Requirements
       +------------
       +In order to build surf you need the Xlib header files.
       +
       +
       +Installation
       +------------
       +Edit config.mk to match your local setup (tabbed is installed into
       +tthe /usr/local namespace by default).
       +
       +Afterwards enter the following command to build and install tabbed (if
       +necessary as root):
       +
       +    make clean install
       +
       +
       +Running tabbed
       +--------------
       +run
       +        tabbed [-d]
 (DIR) diff --git a/tabbed.1 b/tabbed.1
       @@ -0,0 +1,41 @@
       +.TH TABBED 1 tabbed\-VERSION
       +.SH NAME
       +ttabbed \- simple webkit-based browser
       +.SH SYNOPSIS
       +.B tabbed
       +.RB [ \-dhv ]
       +.RB "URI"
       +.SH DESCRIPTION
       +ttabbed is a simple container for applications which support XEmbed, such as
       +xterm or surf.
       +.SH OPTIONS
       +.TP
       +.B \-d
       +detaches tabbed from the terminal. Usefull for scripting.
       +.TP
       +.B \-h
       +Prints usage information to standard output, then exits.
       +.TP
       +.B \-v
       +Prints version information to standard output, then exits.
       +.SH USAGE
       +.TP
       +.B Ctrl\-Shift\-Return
       +new surf-window.
       +.TP
       +.B Ctrl\-Shift\-h
       +previous tab
       +.TP
       +.B Ctrl\-Shift\-l
       +next tab
       +.TP
       +.B Ctrl\-q
       +closes the tab
       +.TP
       +.B Ctrl\-[0-9]
       +jumps to first, second, ... tab
       +.SH SEE ALSO
       +.BR xterm(1)
       +.BR surf(1)
       +.SH BUGS
       +Please report them!