JezK
Edit File: informations.html
<?xml version="1.0" encoding="utf-8" standalone="no"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Chapter 3. Getting information about installed documents</title> <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /> <link rel="home" href="index.html" title="Debian doc-base Manual" /> <link rel="up" href="index.html" title="Debian doc-base Manual" /> <link rel="prev" href="interface.html" title="Chapter 2. The packages interface" /> <link rel="next" href="todo.html" title="Chapter 4. TODO List" /> </head> <body> <div class="navheader"> <table width="100%" summary="Navigation header"> <tr> <th colspan="3" align="center">Chapter 3. Getting information about installed documents</th> </tr> <tr> <td width="20%" align="left"><a accesskey="p" href="interface.html">Prev</a> </td> <th width="60%" align="center"> </th> <td width="20%" align="right"> <a accesskey="n" href="todo.html">Next</a></td> </tr> </table> <hr /> </div> <div class="chapter"> <div class="titlepage"> <div> <div> <h1 class="title"><a id="informations"></a>Chapter 3. Getting information about installed documents</h1> </div> </div> </div> <p> If you want to get information about the status of an installed manual, you can use the `<code class="literal">-s</code>' or `<code class="literal">--status</code>' option of <span class="command"><strong>install-docs</strong></span> followed by the document id: </p> <pre class="screen"> $ install-docs -s foo ---document-information--- Document: foo Abstract: This manual is about foos, bars, and Debian. Author: Wile E. Coyote Section: Debian Title: Debian Foo's Manual ---format-description--- Format: debiandoc-sgml Files: /usr/share/doc/foo/sgml/foo.sgml.gz ---format-description--- Format: html Files: /usr/share/doc/foo/html-sgml/*.html Index: /usr/share/doc/foo/html-sgml/index.html ---status-information--- Control-Files: /usr/share/doc-base/foo (changed: Tue Apr 8 23:09:24 2008) </pre> <p> <code class="systemitem">doc-base</code> always creates a <code class="filename">/var/lib/doc-base/documents/<document-id></code> file when installing a document. </p> </div> <div class="navfooter"> <hr /> <table width="100%" summary="Navigation footer"> <tr> <td width="40%" align="left"><a accesskey="p" href="interface.html">Prev</a> </td> <td width="20%" align="center"> </td> <td width="40%" align="right"> <a accesskey="n" href="todo.html">Next</a></td> </tr> <tr> <td width="40%" align="left" valign="top">Chapter 2. The packages interface </td> <td width="20%" align="center"> <a accesskey="h" href="index.html">Home</a> </td> <td width="40%" align="right" valign="top"> Chapter 4. TODO List</td> </tr> </table> </div> </body> </html>