source: trunk/debian/itaka.sgml @ 335

Revision 305, 2.8 KB checked in by marc, 3 years ago (diff)

updated sgml file, include hacking in distro, remove DOS line endings for hacking, add french translation for desktop file, convert sgml to manpage on the fly

Line 
1<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
2
3  <!-- Please adjust the date whenever revising the manpage. -->
4  <!ENTITY dhdate      "<date>5 Jun 2007</date>">
5  <!ENTITY dhemail     "<email>santusmarc@users.sourceforge.net</email>">
6  <!ENTITY dhusername  "Marc E.">
7  <!ENTITY dhpackage   "itaka">
8
9  <!ENTITY debian      "<productname>Debian</productname>">
10  <!ENTITY gnu         "<acronym>GNU</acronym>">
11  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
12]>
13
14<refentry>
15  <refentryinfo>
16    <address>
17      &dhemail;
18    </address>
19    <author>
20      <firstname>Marc</firstname>
21      <surname>E.</surname>
22    </author>
23    <copyright>
24      <year>2003-2009</year>
25      <holder>&dhusername;</holder>
26    </copyright>
27    &dhdate;
28  </refentryinfo>
29  <refmeta>
30    <refentrytitle>ITAKA</refentrytitle>
31    <manvolnum>1</manvolnum>
32  </refmeta>
33  <refnamediv>
34    <refname>&dhpackage;</refname>
35
36    <refpurpose>On-demand screenshooting server</refpurpose>
37  </refnamediv>
38  <refsynopsisdiv>
39    <cmdsynopsis>
40      <command>&dhpackage;</command>
41    </cmdsynopsis>
42  </refsynopsisdiv>
43  <refsect1>
44    <title>DESCRIPTION</title>
45      <para>Itaka is a on-demand screenshooting server based on the HTTP protocol. It integrates a specifically coded server to take screenshots on-demand when your machine is queried through a remote browser. It has a GTK GUI for client notification.</para>
46
47  </refsect1>
48  <refsect1>
49      <title>OPTIONS</title>
50      <para>Itaka follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below.</para>
51      <para>
52          <emphasis role="bold">-h, --help</emphasis>
53          Show summary of options.
54      </para>
55      <para>
56          <emphasis role="bold">-v, --version</emphasis>
57          Show the version of the program.
58      </para>
59      <para>
60          <emphasis role="bold">-r, --revision</emphasis>
61          Show the revision of the progam.
62      </para>
63      <para>
64          <emphasis role="strong">-d, --debug</emphasis>
65          Start in debug mode.
66      </para>
67    </refsect1>
68  <refsect1>
69    <title>SEE ALSO</title>
70
71    <para>/usr/share/doc/itaka/README.gz</para>
72  </refsect1>
73  <refsect1>
74    <title>AUTHOR</title>
75
76    <para>Itaka was written by: Marc E. <&dhemail>;.</para>
77
78    <para>This manual page was written by &dhusername; &dhemail; for
79      the &debian; system (but may be used by others).  Permission is
80      granted to copy, distribute and/or modify this document under
81      the terms of the &gnu; General Public License, Version 2 any
82      later version published by the Free Software Foundation.
83    </para>
84    <para>
85      On Debian systems, the complete text of the GNU General Public
86      License can be found in /usr/share/common-licenses/GPL.
87    </para>
88
89  </refsect1>
90</refentry>
91
Note: See TracBrowser for help on using the repository browser.