/usr/share/doc/refdb/refdb-manual/ch14s03.html is in refdb-doc 1.0.2-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 | <?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>Extended notes output formats</title><link rel="stylesheet" type="text/css" href="manual.css" /><meta name="generator" content="DocBook XSL Stylesheets V1.78.1" /><link rel="home" href="index.html" title="RefDB handbook" /><link rel="up" href="ch14.html" title="Chapter 14. Tools for reference and notes management" /><link rel="prev" href="ch14s02.html" title="Reference data output formats" /><link rel="next" href="ch14s04.html" title="The query language" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Extended notes output formats</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch14s02.html">Prev</a> </td><th width="60%" align="center">Chapter 14. Tools for reference and notes management</th><td width="20%" align="right"> <a accesskey="n" href="ch14s04.html">Next</a></td></tr></table><hr /></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="sect-notes-output-formats"></a>Extended notes output formats</h2></div></div></div><p>RefDB implements a few backends to output extended notes. You can select them with the <code class="option">-t</code> option of the <a class="link" href="re11.html#app-c-command-getnote" title="getnote"><span class="command"><strong>getnote</strong></span></a> command.</p><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a id="idp74570752"></a>scrn</h3></div></div></div><p>The screen backend provides the output most suitable for viewing notes in a terminal. Send the output through a pager for best results. Use the <code class="option">-s NL</code> or <code class="option">-s ALL</code> options to display all objects the note is linked to.</p></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a id="idp74573152"></a>html</h3></div></div></div><p>The information returned by this backend is encoded as a HTML document. Use this format to print nicely formatted notes from your web browser. Otherwise the same applies as said for the scrn backend. See <a class="link" href="ch14s02.html#sect-getref-output-html" title="html">above</a> for some hints about formatting the output with a CSS file.</p></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a id="idp74575456"></a>xhtml</h3></div></div></div><p>The output is the same as for the html backend but the output is formatted as an XHTML document according to the <a class="ulink" href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" target="_top">XHTML V1.0 Transitional DTD</a>.</p></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a id="idp74577664"></a>xnote</h3></div></div></div><p>This backend encodes the output in <a class="ulink" href="http://refdb.sourceforge.net/xnote/index.html" target="_top">xnote</a> documents, the same as the input format for extended notes.</p></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch14s02.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch14.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch14s04.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Reference data output formats </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> The query language</td></tr></table></div></body></html>
|