gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r11209: Added stub man-page for rtmp


From: Markus Gothe
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11209: Added stub man-page for rtmpget
Date: Tue, 07 Jul 2009 13:38:41 +0200
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 11209
committer: Markus Gothe <address@hidden>
branch nick: trunk
timestamp: Tue 2009-07-07 13:38:41 +0200
message:
  Added stub man-page for rtmpget
added:
  doc/C/rtpmget.man-xml
modified:
  doc/C/Makefile.am
  doc/C/preformatted/flvdumper.1.in
=== modified file 'doc/C/Makefile.am'
--- a/doc/C/Makefile.am 2009-02-25 22:33:03 +0000
+++ b/doc/C/Makefile.am 2009-07-07 11:38:41 +0000
@@ -82,7 +82,7 @@
 # docbook-utils transform the name at different steps in the process.
 # This is an easy way to handle it either way, since we only need it as
 # dependency anyway.
-dist_man_MANS = gnash.1 gprocessor.1 dumpshm.1 soldumper.1 flvdumper.1 cygnal.1
+dist_man_MANS = gnash.1 gprocessor.1 dumpshm.1 soldumper.1 flvdumper.1 
cygnal.1 rtmpget.1
 MANSRC = $(dist_man_MANS:.1=.man-xml)
 INFOS  = gnash_user.info gnash_ref.info
 HTMLS  = $(XML_MAIN:.xml=.html)

=== modified file 'doc/C/preformatted/flvdumper.1.in'
--- a/doc/C/preformatted/flvdumper.1.in 2008-10-17 20:50:09 +0000
+++ b/doc/C/preformatted/flvdumper.1.in 2009-07-07 11:38:41 +0000
@@ -1,34 +1,43 @@
-'\" -*- coding: us-ascii -*-
-.if \n(.g .ds T< \\FC
-.if \n(.g .ds T> \\F[\n[.fam]]
-.de URL
-\\$2 \(la\\$1\(ra\\$3
-..
-.if \n(.g .mso www.tmac
-.TH flvdumper 1 "17 October 2008" "" ""
-.SH NAME
-flvdumper \- Gnash FLash Video File Dumper
-.SH Synopsis
+.\"     Title: flvdumper
+.\"    Author: 
+.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
+.\"      Date: 07/07/2009
+.\"    Manual: 
+.\"    Source: 
+.\"
+.TH "FLVDUMPER" "1" "07/07/2009" "" ""
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.SH "NAME"
+flvdumper - Gnash FLash Video File Dumper
+.SH "SYNOPSIS"
+.sp
+.RS 4
 .nf
-
-flvdumper (options)... (file)...
+flvdumper (options)\.\.\. (file)\.\.\.
 .fi
-.SH DESCRIPTION
-Dump information about .flv files.
-.PP
-When a SWF player, including Gnash, plays a SWF "movie",
-the movie can contain video files.
-Flvdumper prints these files,
-which are comprised of an H.263 variant or H.254 video bit stream.
-.PP
-More information about Flash Video is available at the Wikipedia Flash
-Video article: http://en.wikipedia.org/wiki/Flash_Video
-.TP 
--h
-Print usage info.
-.TP 
--m
-Print only meta tags (default).
-.TP 
--a
-Print all the tags.
+.RE
+.SH "DESCRIPTION"
+.PP
+Dump information about \.flv files\.
+.PP
+When a SWF player, including Gnash, plays a SWF "movie", the movie can contain 
video files\. Flvdumper prints these files, which are comprised of an H\.263 
variant or H\.254 video bit stream\.
+.PP
+More information about Flash Video is available at the Wikipedia Flash Video 
article: http://en\.wikipedia\.org/wiki/Flash_Video
+.PP
+\-h
+.RS 4
+Print usage info\.
+.RE
+.PP
+\-m
+.RS 4
+Print only meta tags (default)\.
+.RE
+.PP
+\-a
+.RS 4
+Print all the tags\.
+.RE

=== added file 'doc/C/rtpmget.man-xml'
--- a/doc/C/rtpmget.man-xml     1970-01-01 00:00:00 +0000
+++ b/doc/C/rtpmget.man-xml     2009-07-07 11:38:41 +0000
@@ -0,0 +1,94 @@
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+                   "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd";
+[
+  <!ENTITY legal SYSTEM "legal.xml">
+  <!ENTITY appversion "0.8">
+  <!ENTITY manrevision "0.1">
+  <!ENTITY date "Jul 2009">
+  <!ENTITY app "<application>RTMPGet</application>">
+  <!ENTITY appname "RTMPGet">
+  <!ENTITY version "0.8">
+]
+>
+
+<refentry id="rtmpget">
+<refmeta>
+<refentrytitle>rtmpget</refentrytitle>
+<manvolnum>1</manvolnum>
+</refmeta>
+
+<!-- the refname becomes the output name of the man page -->
+<refnamediv>
+<refname>rtmpget</refname>
+<refpurpose>Gnash Utility For Fetching RTMP-data</refpurpose>
+</refnamediv>
+
+
+<refsynopsisdiv><title>Synopsis</title>
+<synopsis>
+rtmpget [options...] [url...]
+</synopsis>
+</refsynopsisdiv>
+
+<refsect1><title>Description</title>
+<para>
+  RTMP is a protocol for streaming/communicating SWF-data over networks.
+  RTMPGet is a proof of concept utility for fetching a RTMP-stream.
+</para>
+
+<para>
+  RTMPGet fetch an url containing RTMP-data for saving it to disk.
+</para>
+
+<variablelist>
+  <varlistentry>
+    <term>-h</term>
+    <listitem>
+      <para>
+       Print usage info.
+      </para>
+    </listitem>
+  </varlistentry>
+
+  <varlistentry>
+    <term>-V</term>
+    <listitem>
+      <para>
+       Print version information.
+      </para>
+    </listitem>
+  </varlistentry>
+
+  <varlistentry>
+    <term>-d</term>
+    <listitem>
+      <para>
+       Display init file to the terminal.
+      </para>
+    </listitem>
+  </varlistentry>
+
+  <varlistentry>
+    <term>-n</term>
+    <listitem>
+      <para>
+       Verbose networking debug info.
+      </para>
+    </listitem>
+  </varlistentry>
+
+  <varlistentry>
+    <term>-v</term>
+    <listitem>
+      <para>
+       Verbose output.
+      </para>
+    </listitem>
+  </varlistentry>
+
+
+</variablelist>
+
+</refsect1>
+</refentry>
+


reply via email to

[Prev in Thread] Current Thread [Next in Thread]