~cprov/gtwitter/1.0-beta6

« back to all changes in this revision

Viewing changes to debian/gtwitter.sgml

  • Committer: Celso Providelo
  • Date: 2008-02-15 02:26:45 UTC
  • Revision ID: celso.providelo@canonical.com-20080215022645-yj0qogflo6c6ik6g
initial import.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
 
2
 
 
3
<!-- Process this file with docbook-to-man to generate an nroff manual
 
4
     page: `docbook-to-man manpage.sgml > manpage.1'.  You may view
 
5
     the manual page with: `docbook-to-man manpage.sgml | nroff -man |
 
6
     less'.  A typical entry in a Makefile or Makefile.am is:
 
7
 
 
8
manpage.1: manpage.sgml
 
9
        docbook-to-man $< > $@
 
10
 
 
11
    
 
12
        The docbook-to-man binary is found in the docbook-to-man package.
 
13
        Please remember that if you create the nroff version in one of the
 
14
        debian/rules file targets (such as build), you will need to include
 
15
        docbook-to-man in your Build-Depends control field.
 
16
 
 
17
  -->
 
18
 
 
19
  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
 
20
  <!ENTITY dhfirstname "<firstname>Michael</firstname>">
 
21
  <!ENTITY dhsurname   "<surname>Janssen</surname>">
 
22
  <!-- Please adjust the date whenever revising the manpage. -->
 
23
  <!ENTITY dhdate      "<date>May 30, 2007</date>">
 
24
  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
 
25
       allowed: see man(7), man(1). -->
 
26
  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
 
27
  <!ENTITY dhemail     "<email>jamuraa@debian.org</email>">
 
28
  <!ENTITY dhusername  "jamuraa">
 
29
  <!ENTITY dhucpackage "<refentrytitle>GTWITTER</refentrytitle>">
 
30
  <!ENTITY dhpackage   "gtwitter">
 
31
 
 
32
  <!ENTITY debian      "<productname>Debian</productname>">
 
33
  <!ENTITY gnu         "<acronym>GNU</acronym>">
 
34
  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
 
35
]>
 
36
 
 
37
<refentry>
 
38
  <refentryinfo>
 
39
    <address>
 
40
      &dhemail;
 
41
    </address>
 
42
    <author>
 
43
      &dhfirstname;
 
44
      &dhsurname;
 
45
    </author>
 
46
    <copyright>
 
47
      <year>2003</year>
 
48
      <holder>&dhusername;</holder>
 
49
    </copyright>
 
50
    &dhdate;
 
51
  </refentryinfo>
 
52
  <refmeta>
 
53
    &dhucpackage;
 
54
 
 
55
    &dhsection;
 
56
  </refmeta>
 
57
  <refnamediv>
 
58
    <refname>&dhpackage;</refname>
 
59
 
 
60
    <refpurpose>client for twitter.com</refpurpose>
 
61
  </refnamediv>
 
62
  <refsynopsisdiv>
 
63
    <cmdsynopsis>
 
64
      <command>&dhpackage;</command>
 
65
      <arg><option>--composite</option></arg>
 
66
      <arg><option>--debug</option></arg>
 
67
      <arg><option>--help</option></arg>
 
68
      <arg><option>--version</option></arg>
 
69
 
 
70
    </cmdsynopsis>
 
71
  </refsynopsisdiv>
 
72
  <refsect1>
 
73
    <title>DESCRIPTION</title>
 
74
 
 
75
    <para>This manual page documents briefly the
 
76
      <command>&dhpackage;</command> command.</para>
 
77
 
 
78
    <para><command>&dhpackage;</command> is a program that connects to
 
79
                twitter.com and updates your friends tweets (or the public timeline)
 
80
                and displays them in a nice format.  It updates periodically so you
 
81
                don't need to keep your web browser pointed to your home page.
 
82
                You can also type a tweet into the box at the bottom of the application
 
83
                and hit return, it will post the tweet for you.</para>
 
84
 
 
85
  </refsect1>
 
86
  <refsect1>
 
87
    <title>OPTIONS</title>
 
88
 
 
89
    <para>These programs follow the usual &gnu; command line syntax,
 
90
      with long options starting with two dashes (`-').  A summary of
 
91
      options is included below.  For a complete description, see the
 
92
      <application>Info</application> files.</para>
 
93
 
 
94
    <variablelist>
 
95
      <varlistentry>
 
96
        <term>
 
97
          <option>--help</option>
 
98
        </term>
 
99
        <listitem>
 
100
          <para>show summary of options and exit.</para>
 
101
        </listitem>
 
102
      </varlistentry>
 
103
      <varlistentry>
 
104
        <term>
 
105
          <option>--version</option>
 
106
        </term>
 
107
        <listitem>
 
108
          <para>display the current version and exit.</para>
 
109
        </listitem>
 
110
      </varlistentry>
 
111
      <varlistentry>
 
112
        <term>
 
113
          <option>--composite</option>
 
114
        </term>
 
115
        <listitem>
 
116
          <para>enable composite interface.</para>
 
117
        </listitem>
 
118
      </varlistentry>
 
119
      <varlistentry>
 
120
        <term>
 
121
          <option>--debug</option>
 
122
        </term>
 
123
        <listitem>
 
124
          <para>print lots of debugging messages to stdout.</para>
 
125
        </listitem>
 
126
      </varlistentry>
 
127
 
 
128
    </variablelist>
 
129
  </refsect1>
 
130
  <refsect1>
 
131
    <title>AUTHOR</title>
 
132
 
 
133
    <para>This manual page was written by &dhusername; &dhemail; for
 
134
      the &debian; system (but may be used by others).  Permission is
 
135
      granted to copy, distribute and/or modify this document under
 
136
      the terms of the &gnu; General Public License, Version 2 any 
 
137
          later version published by the Free Software Foundation.
 
138
    </para>
 
139
        <para>
 
140
          On Debian systems, the complete text of the GNU General Public
 
141
          License can be found in /usr/share/common-licenses/GPL.
 
142
        </para>
 
143
 
 
144
  </refsect1>
 
145
</refentry>
 
146
 
 
147
<!-- Keep this comment at the end of the file
 
148
Local variables:
 
149
mode: sgml
 
150
sgml-omittag:t
 
151
sgml-shorttag:t
 
152
sgml-minimize-attributes:nil
 
153
sgml-always-quote-attributes:t
 
154
sgml-indent-step:2
 
155
sgml-indent-data:t
 
156
sgml-parent-document:nil
 
157
sgml-default-dtd-file:nil
 
158
sgml-exposed-tags:nil
 
159
sgml-local-catalogs:nil
 
160
sgml-local-ecat-files:nil
 
161
End:
 
162
-->
 
163
 
 
164