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 © 2008 Scott Chacon
<<email>schacon@gmail.com</email>>.
</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: -->
|