<ul>\r
<li>\r
<p>\r
-Homepage: <a href="http://jonas.nitro.dk/tig">http://jonas.nitro.dk/tig</a>\r
+Homepage: <a href="http://jonas.nitro.dk/tig">http://jonas.nitro.dk/tig</a>\r
</p>\r
</li>\r
<li>\r
<p>\r
-Releases: <a href="http://jonas.nitro.dk/tig/releases">http://jonas.nitro.dk/tig/releases</a>\r
+Manual: <a href="http://jonas.nitro.dk/tig/manual.html">http://jonas.nitro.dk/tig/manual.html</a>\r
</p>\r
</li>\r
<li>\r
<p>\r
-Git URL: <a href="http://jonas.nitro.dk/tig/tig.git">http://jonas.nitro.dk/tig/tig.git</a>\r
+Releases: <a href="http://jonas.nitro.dk/tig/releases">http://jonas.nitro.dk/tig/releases</a>\r
</p>\r
</li>\r
<li>\r
<p>\r
-Gitweb: <a href="http://pasky.or.cz/gitweb.cgi?p=tig.git;a=summary">http://pasky.or.cz/gitweb.cgi?p=tig.git;a=summary</a>\r
+Git URL: <a href="http://jonas.nitro.dk/tig/tig.git">http://jonas.nitro.dk/tig/tig.git</a> or\r
+ git://repo.or.cz/tig.git\r
+</p>\r
+</li>\r
+<li>\r
+<p>\r
+Gitweb: <a href="http://repo.or.cz/?p=tig.git;a=summary">http://repo.or.cz/?p=tig.git;a=summary</a>\r
</p>\r
</li>\r
</ul>\r
<div class="content">\r
<pre><tt>$ make install-docs</tt></pre>\r
</div></div>\r
+<p>Edit the Makefile if you need to configure specific compiler or linker flags.\r
+On FreeBSD for example the c library does not support the iconv interface and\r
+to compile tig you need to append <tt>-L/usr/local/lib -liconv</tt> to <tt>LDLIBS</tt> and\r
+<tt>-I/usr/local/include</tt> to the <tt>CFLAGS</tt> variable.</p>\r
<p>The following tools and packages are needed:</p>\r
<div class="tableblock">\r
<table rules="none"\r
Be sure to also have development files installed. Usually they are available in a separate package ending with <tt>-dev</tt>.\r
</td>\r
</tr>\r
+ <tr>\r
+ <td align="left">\r
+ iconv\r
+ </td>\r
+ <td align="left">\r
+ If iconv is not provided by the c library you need to change the Makefile to link it into the binary.\r
+ </td>\r
+ </tr>\r
<tr>\r
<td align="left">\r
asciidoc (>= 7.0), xmlto\r
<a href="#history-commands">History Commands</a>\r
</p>\r
</li>\r
+<li>\r
+<p>\r
+<a href="#tree-commands">Tree Commands</a>\r
+</p>\r
+</li>\r
</ul>\r
</li>\r
<li>\r
</p>\r
</dd>\r
</dl>\r
+<h3><a id="tree-commands"></a>2.3. Tree Commands</h3>\r
+<dl>\r
+<dt>\r
+TIG_TREE_CMD\r
+</dt>\r
+<dd>\r
+<p>\r
+ The command used for the tree view. Takes two arguments, the first\r
+ is the revision ID and the second is the path of the directory tree,\r
+ empty for the root directory. Defaults to "git ls-tree %s %s".\r
+</p>\r
+</dd>\r
+<dt>\r
+TIG_BLOB_CMD\r
+</dt>\r
+<dd>\r
+<p>\r
+ The command used for the blob view. Takes one argument which is\r
+ the blob ID. Defaults to "git cat-file blob %s".\r
+</p>\r
+</dd>\r
+</dl>\r
</div>\r
<h2><a id="viewer"></a>3. The Viewer</h2>\r
<div class="sectionbody">\r
<ul>\r
<li>\r
<p>\r
-Homepage: <a href="http://jonas.nitro.dk/tig">http://jonas.nitro.dk/tig</a>\r
+Homepage: <a href="http://jonas.nitro.dk/tig">http://jonas.nitro.dk/tig</a>\r
</p>\r
</li>\r
<li>\r
<p>\r
-Manual: <a href="http://jonas.nitro.dk/tig/manual.html">http://jonas.nitro.dk/tig/manual.html</a>\r
+Manual: <a href="http://jonas.nitro.dk/tig/manual.html">http://jonas.nitro.dk/tig/manual.html</a>\r
</p>\r
</li>\r
<li>\r
<p>\r
-Releases: <a href="http://jonas.nitro.dk/tig/releases">http://jonas.nitro.dk/tig/releases</a>\r
+Releases: <a href="http://jonas.nitro.dk/tig/releases">http://jonas.nitro.dk/tig/releases</a>\r
</p>\r
</li>\r
<li>\r
<p>\r
-Git URL: <a href="http://jonas.nitro.dk/tig/tig.git">http://jonas.nitro.dk/tig/tig.git</a>\r
+Git URL: <a href="http://jonas.nitro.dk/tig/tig.git">http://jonas.nitro.dk/tig/tig.git</a> or\r
+ git://repo.or.cz/tig.git\r
</p>\r
</li>\r
<li>\r
<p>\r
-Gitweb: <a href="http://pasky.or.cz/gitweb.cgi?p=tig.git;a=summary">http://pasky.or.cz/gitweb.cgi?p=tig.git;a=summary</a>\r
+Gitweb: <a href="http://repo.or.cz/?p=tig.git;a=summary">http://repo.or.cz/?p=tig.git;a=summary</a>\r
</p>\r
</li>\r
</ul>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 18-Sep-2006 18:23:56 CEST\r
+Last updated 25-Sep-2006 01:14:32 CEST\r
</div>\r
</div>\r
</body>\r
Releases: http://jonas\&.nitro\&.dk/tig/releases: \fIhttp://jonas.nitro.dk/tig/releases\fR
.TP
\(bu
-Git URL: http://jonas\&.nitro\&.dk/tig/tig\&.git: \fIhttp://jonas.nitro.dk/tig/tig.git\fR
+Git URL: http://jonas\&.nitro\&.dk/tig/tig\&.git: \fIhttp://jonas.nitro.dk/tig/tig.git\fR or git://repo\&.or\&.cz/tig\&.git
.TP
\(bu
-Gitweb: http://pasky\&.or\&.cz/gitweb\&.cgi?p=tig\&.git;a=summary: \fIhttp://pasky.or.cz/gitweb.cgi?p=tig.git;a=summary\fR
+Gitweb: http://repo\&.or\&.cz/?p=tig\&.git;a=summary: \fIhttp://repo.or.cz/?p=tig.git;a=summary\fR
.LP
<ul>\r
<li>\r
<p>\r
-Homepage: <a href="http://jonas.nitro.dk/tig">http://jonas.nitro.dk/tig</a>\r
+Homepage: <a href="http://jonas.nitro.dk/tig">http://jonas.nitro.dk/tig</a>\r
</p>\r
</li>\r
<li>\r
<p>\r
-Manual: <a href="http://jonas.nitro.dk/tig/manual.html">http://jonas.nitro.dk/tig/manual.html</a>\r
+Manual: <a href="http://jonas.nitro.dk/tig/manual.html">http://jonas.nitro.dk/tig/manual.html</a>\r
</p>\r
</li>\r
<li>\r
<p>\r
-Releases: <a href="http://jonas.nitro.dk/tig/releases">http://jonas.nitro.dk/tig/releases</a>\r
+Releases: <a href="http://jonas.nitro.dk/tig/releases">http://jonas.nitro.dk/tig/releases</a>\r
</p>\r
</li>\r
<li>\r
<p>\r
-Git URL: <a href="http://jonas.nitro.dk/tig/tig.git">http://jonas.nitro.dk/tig/tig.git</a>\r
+Git URL: <a href="http://jonas.nitro.dk/tig/tig.git">http://jonas.nitro.dk/tig/tig.git</a> or\r
+ git://repo.or.cz/tig.git\r
</p>\r
</li>\r
<li>\r
<p>\r
-Gitweb: <a href="http://pasky.or.cz/gitweb.cgi?p=tig.git;a=summary">http://pasky.or.cz/gitweb.cgi?p=tig.git;a=summary</a>\r
+Gitweb: <a href="http://repo.or.cz/?p=tig.git;a=summary">http://repo.or.cz/?p=tig.git;a=summary</a>\r
</p>\r
</li>\r
</ul>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 18-Sep-2006 18:23:50 CEST\r
+Last updated 25-Sep-2006 01:14:26 CEST\r
</div>\r
</div>\r
</body>\r