File: ticgitweb.sgml

package info (click to toggle)
ticgit 0.3.3-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 276 kB
  • ctags: 107
  • sloc: ruby: 1,256; makefile: 7
file content (49 lines) | stat: -rw-r--r-- 1,398 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.5//EN">
<refentry id="ticgitweb">
  <refmeta>
    <refentrytitle>ticgitweb</refentrytitle>
    <manvolnum>1</manvolnum>
    <refmiscinfo class="date">July 2009</refmiscinfo>
    <refmiscinfo class="source"></refmiscinfo>
    <refmiscinfo class="title">ticgit web interface</refmiscinfo>
  </refmeta>

  <refnamediv>
    <refname>ticgitweb</refname>
    <refpurpose>a web interface for ticgit</refpurpose>
  </refnamediv>

  <refsynopsisdiv>
    <cmdsynopsis>
      <command>ticgitweb</command>
    </cmdsynopsis>
  </refsynopsisdiv>

  <refsect1>
    <title>DESCRIPTION</title>

    <para>
      <command>ticgitweb</command> starts a web server which can be used
      to view, open and modify bugs managed with the ticgit issue
      tracker.  Its features are a subset of the
      <command>ti(1)</command> command line interface.  Run the command
      from within a Git working directory; it will tell you which port
      it is listening on.
    </para>
  </refsect1>

  <refsect1>
    <title>AUTHOR</title>

    <para>
      ticgit is Copyright &copy; 2008 Scott Chacon
      &lt;<email>schacon@gmail.com</email>&gt;.
    </para>

    <para>
      This manual page was written by Michael Schutte for the Debian
      GNU/Linux system (but may be used by others).
    </para>
  </refsect1>
</refentry>
<!-- vim: set sw=2 sts=2 et tw=72: -->