* Create a symlink qteleschorsch.1 -> teleschorsch.1.
------------------------------------------------------------------------
+r429 | gregoa | 2007-03-04 18:12:20 +0100 (Sun, 04 Mar 2007) | 1 line
+Changed paths:
+ M /teleschorsch/trunk/makedist
+ A /teleschorsch/trunk/teleschorsch.1
+
+manpage for teleschorsch
+------------------------------------------------------------------------
+r428 | gregoa | 2007-03-04 03:16:52 +0100 (Sun, 04 Mar 2007) | 1 line
+Changed paths:
+ M /teleschorsch/trunk/makedist
+
+create ChangeLog from svn log
+------------------------------------------------------------------------
r427 | philipp | 2007-03-03 14:11:23 +0100 (Sat, 03 Mar 2007) | 3 lines
Changed paths:
M /teleschorsch/trunk/main.cpp
+teleschorsch (0.0.8-1) unstable; urgency=low
+
+ * New upstream release (contains manpage).
+ * Create a symlink qteleschorsch.1 -> teleschorsch.1.
+
+ -- gregor herrmann <gregor+debian@comodo.priv.at> Sun, 4 Mar 2007 18:45:30 +0100
+
teleschorsch (0.0.7-1) unstable; urgency=low
* New upstream release.
# dh_installinit
# dh_installcron
# dh_installinfo
-# dh_installman
- dh_link
+ dh_installman teleschorsch.1
+ dh_link usr/share/man/man1/teleschorsch.1 usr/share/man/man1/qteleschorsch.1
dh_strip
dh_compress
dh_fixperms
--- /dev/null
+.\" This page is in the public domain
+.TH TELESCHORSCH 1 "2007-03-04" "Toastfreeware" "User Commands"
+.SH NAME
+teleschorsch \- configurable viewer for video streams
+.SH SYNOPSIS
+.B teleschorsch
+.SH DESCRIPTION
+.I teleschorsch
+is a frontend to view (or listen to) video (or audio) streams with
+programs like
+.BR vlc (1)
+or
+.BR mplayer (1).
+.I teleschorsch
+hereby makes it unnecessary to browse through terrible web pages in order
+to see the user's favourite news broadcast etc.
+.P
+It allows to configure preferred streams in a configuration file, providing
+a simple syntax to replace variables at runtime.
+.P
+The user then simply selects the stream she'd like to see (or listen too), the date of the
+transmission and the offset to start at.
+.SH OPTIONS
+Currently
+.I teleschorsch
+has not implemented any options.
+.SH FILES
+.I teleschorsch
+first tries to open
+.B ~/.teleschorschrc,
+then
+.B /etc/teleschorschrc
+if the former does not exist.
+.SH EXAMPLES
+An entry in
+.I ~/.teleschorschrc
+might look like this:
+.RS
+.RE
+[FreeTv]
+.RE
+FULLNAME=Free (as in Freedom) Television - Evening News
+.RE
+STATICURL=mms://stream.freetv.example.org/evening/news_${Y}${m}${d}.ogg
+.RE
+PLAYER=vlc
+.SH AUTHORS
+.I teleschorsch
+is written by Toastfreeware (Philipp Spitzer <philipp@spitzer.priv.at>,
+gregor herrmann <gregor+debian@comodo.priv.at>) and is released under the GNU GPL version 2.