[cvs-annodex] commit (/annodex): liboggz/trunk/doc/Makefile.am
+liboggz/trunk/doc/oggz-scan.1.sgml
conrad
nobody at lists.annodex.net
Fri Oct 7 14:04:56 EST 2005
Update of /annodex (new revision 1563)
Added files:
liboggz/trunk/doc/oggz-scan.1.sgml
Modified files:
liboggz/trunk/doc/Makefile.am
Log Message:
add manpage for oggz-scan
Modified: liboggz/trunk/doc/Makefile.am
===================================================================
--- liboggz/trunk/doc/Makefile.am 2005-10-07 03:04:27 UTC (rev 1562)
+++ liboggz/trunk/doc/Makefile.am 2005-10-07 04:04:55 UTC (rev 1563)
@@ -3,11 +3,12 @@
EXTRA_DIST = Doxyfile.in \
forcefeed.fig forcefeed.eps forcefeed.png \
hungry.fig hungry.eps hungry.png \
- oggzdump.1.sgml oggzdiff.1.sgml oggzmerge.1.sgml \
- oggzrip.1.sgml oggzinfo.1.sgml oggz-validate.1.sgml
+ oggzdiff.1.sgml oggzdump.1.sgml oggzinfo.1.sgml oggzmerge.1.sgml \
+ oggzrip.1.sgml oggz-scan.1.sgml oggz-validate.1.sgml
if HAVE_DOCBOOKTOMAN
-man_MANS = oggzdump.1 oggzdiff.1 oggzmerge.1 oggzrip.1 oggzinfo.1 oggz-validate.1
+man_MANS = oggzdiff.1 oggzdump.1 oggzinfo.1 oggzmerge.1 \
+ oggzrip.1 oggz-scan.1 oggz-validate.1
else
man_MANS =
check:
@@ -19,7 +20,8 @@
# not be built or distributed
noinst_DATA = doxygen-build.stamp
-html: oggzdump.1.html oggzdiff.1.html oggzmerge.1.html oggzrip.1.html oggzinfo.1.html oggz-validate.1.html
+html: oggzdiff.1.html oggzdump.1.html oggzinfo.1.html oggzmerge.1.html \
+ oggzrip.1.html oggz-scan.1.html oggz-validate.1.html
if HAVE_DOCBOOKTOMAN
%.1: %.1.sgml
Added: liboggz/trunk/doc/oggz-scan.1.sgml
===================================================================
--- liboggz/trunk/doc/oggz-scan.1.sgml 2005-10-07 03:04:27 UTC (rev 1562)
+++ liboggz/trunk/doc/oggz-scan.1.sgml 2005-10-07 04:04:55 UTC (rev 1563)
@@ -0,0 +1,211 @@
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN"[
+<!-- Process this file with docbook-to-man to generate an nroff manual
+ page: `docbook-to-man manpage.sgml > manpage.1'. You may view
+ the manual page with: `docbook-to-man manpage.sgml | nroff -man |
+ less'. A typical entry in a Makefile or Makefile.am is:
+
+manpage.1: manpage.sgml
+ docbook-to-man $< > $@
+ -->
+
+ <!-- Fill in your name for FIRSTNAME and SURNAME. -->
+ <!ENTITY dhfirstname "<firstname>Silvia</firstname>">
+ <!ENTITY dhsurname "<surname>Pfeiffer</surname>">
+ <!-- Please adjust the date whenever revising the manpage. -->
+ <!ENTITY dhdate "<date>October 7, 2005</date>">
+ <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
+ allowed: see man(7), man(1). -->
+ <!ENTITY dhsection "<manvolnum>1</manvolnum>">
+ <!ENTITY dhemail "<email>silvia.pfeiffer at csiro.au</email>">
+ <!ENTITY dhusername "CSIRO Australia">
+ <!ENTITY dhucpackage "<refentrytitle>oggz-scan</refentrytitle>">
+ <!ENTITY dhpackage "oggz-scan">
+ <!ENTITY debian "<productname>Debian GNU/Linux</productname>">
+ <!ENTITY gnu "<acronym>GNU</acronym>">
+]>
+
+<refentry id="oggz-scan">
+
+ <refentryinfo>
+ <address>
+ &dhemail;
+ </address>
+ <author>
+ &dhfirstname;
+ &dhsurname;
+ </author>
+ <copyright>
+ <year>2005</year>
+ <holder>&dhusername;</holder>
+ </copyright>
+ &dhdate;
+ </refentryinfo>
+
+ <refmeta>
+ &dhucpackage;
+ &dhsection;
+ </refmeta>
+
+ <refnamediv>
+ <refname>&dhpackage;</refname>
+ <refpurpose>Scan an Ogg file and output characteristic landmarks
+ </refpurpose>
+ </refnamediv>
+
+ <!-- A warning of
+ "document type does not allow element "PARAMETER" here"
+ for all the <parameter> tags in the refsynopsisdiv.
+ Ignore them as the <parameter> tag still gets interpreted correctly in
+ the manpage. Deleting the tag however results in non-underlined
+ -->
+ <refsynopsisdiv>
+ <cmdsynopsis>
+ <command>&dhpackage;</command>
+ <group><arg choice="opt">-c</arg><arg choice="opt">--cmml</arg></group>
+ <group>
+ <arg choice="opt">-w</arg>
+ <arg choice="opt">--web</arg>
+ <arg choice="opt">--html</arg>
+ </group>
+
+ <group><arg choice="opt">-k</arg><arg choice="opt">--keyframe</arg></group>
+ <group>
+ <arg choice="opt">-o <parameter>filename</parameter></arg>
+ <arg choice="opt">--output <parameter>filename</parameter></arg>
+ </group>
+
+ <arg choice="plain">filename</arg>
+ </cmdsynopsis>
+
+
+ <cmdsynopsis>
+ <command>&dhpackage;</command>
+ <group><arg choice="opt">-h</arg><arg choice="opt">--help</arg></group>
+ <group><arg choice="opt">-v</arg><arg choice="opt">--version</arg></group>
+ </cmdsynopsis>
+
+ </refsynopsisdiv>
+
+ <refsect1>
+ <title>Description</title>
+ <para>
+ <command>&dhpackage;</command> scans the content of an Ogg file and
+ outputs timestamps of characteristic features.</para>
+ </refsect1>
+
+ <refsect1>
+ <title>Options</title>
+ <para>
+ <command>&dhpackage;</command> accepts the following options:
+ </para>
+
+ <refsect2>
+ <title>Output options</title>
+ <variablelist>
+ <varlistentry>
+ <term>-o <parameter>filename</parameter>, --output <parameter>filename</parameter></term>
+ <listitem><para>Write output to the specified
+ <parameter>filename</parameter> instead of printing it to
+ standard output.</para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>-c, --cmml</term>
+ <listitem><para>Format the output as CMML.</para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>-w, --web, --html</term>
+ <listitem><para>Format the output as HTML.</para></listitem>
+ </varlistentry>
+
+ </variablelist>
+ </refsect2>
+
+ <refsect2>
+ <title>Feature options</title>
+ <variablelist>
+ <varlistentry>
+ <term>-k, --keyframe</term>
+ <listitem><para>Display timestamps of unforced Theora keyframes.</para></listitem>
+ </varlistentry>
+
+ </variablelist>
+ </refsect2>
+
+ <refsect2>
+ <title>Miscellaneous options</title>
+ <variablelist>
+
+ <varlistentry>
+ <term>-h, --help</term>
+ <listitem><para>Display usage information and exit.</para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>-v, --version</term>
+ <listitem><para>Output version information and exit.</para></listitem>
+ </varlistentry>
+
+ </variablelist>
+ </refsect2>
+
+ </refsect1>
+
+ <refsect1>
+ <title>AUTHOR</title>
+ <para>
+ <author>
+ &dhfirstname; &dhsurname;
+ </author>
+ &dhdate
+ </para>
+ </refsect1>
+
+ <refsect1>
+ <title>COPYRIGHT</title>
+ <para>
+ Copyright © 2005 &dhusername;
+ </para>
+ </refsect1>
+
+ <refsect1>
+ <title>SEE ALSO</title>
+ <para>
+ <citerefentry>
+ <refentrytitle>oggzdump</refentrytitle>
+ <manvolnum>1</manvolnum>
+ </citerefentry>,
+ <citerefentry>
+ <refentrytitle>oggzinfo</refentrytitle>
+ <manvolnum>1</manvolnum>
+ </citerefentry>,
+ <citerefentry>
+ <refentrytitle>oggzrip</refentrytitle>
+ <manvolnum>1</manvolnum>
+ </citerefentry>,
+ <citerefentry>
+ <refentrytitle>oggz-validate</refentrytitle>
+ <manvolnum>1</manvolnum>
+ </citerefentry>
+ </para>
+ </refsect1>
+
+</refentry>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:2
+sgml-indent-data:t
+sgml-parent-document:nil
+sgml-default-dtd-file:nil
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+-->
--
conrad
More information about the cvs-annodex
mailing list