This file is indexed.

/usr/share/doc/refdb/refdb-manual/pt05.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>Part V. Programmer's manual</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="index.html" title="RefDB handbook" /><link rel="prev" href="re29.html" title="rtfcitations" /><link rel="next" href="ch16.html" title="Chapter 16. Reference database design" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Part V. Programmer's manual</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="re29.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ch16.html">Next</a></td></tr></table><hr /></div><div class="part"><div class="titlepage"><div><div><h1 class="title"><a id="part-programmer-manual"></a>Part V. Programmer's manual</h1></div></div></div><div class="toc"><p><strong>Table of Contents</strong></p><dl class="toc"><dt><span class="chapter"><a href="ch16.html">16. Reference database design</a></span></dt><dd><dl><dt><span class="sect1"><a href="ch16.html#sect-table-t-meta">The table t_meta</a></span></dt><dt><span class="sect1"><a href="ch16s02.html">The table t_refdb</a></span></dt><dt><span class="sect1"><a href="ch16s03.html">The table t_author</a></span></dt><dt><span class="sect1"><a href="ch16s04.html">The table t_keyword</a></span></dt><dt><span class="sect1"><a href="ch16s05.html">The table t_periodical</a></span></dt><dt><span class="sect1"><a href="ch16s06.html">The table t_note</a></span></dt><dt><span class="sect1"><a href="ch16s07.html">The table t_user</a></span></dt><dt><span class="sect1"><a href="ch16s08.html">The table t_link</a></span></dt><dt><span class="sect1"><a href="ch16s09.html">The table t_xauthor</a></span></dt><dt><span class="sect1"><a href="ch16s10.html">The table t_xkeyword</a></span></dt><dt><span class="sect1"><a href="ch16s11.html">The table t_xuser</a></span></dt><dt><span class="sect1"><a href="ch16s12.html">The table t_xnote</a></span></dt><dt><span class="sect1"><a href="ch16s13.html">The table t_xlink</a></span></dt></dl></dd><dt><span class="chapter"><a href="ch17.html">17. The RefDB database design</a></span></dt><dd><dl><dt><span class="sect1"><a href="ch17.html#idp66499184">The table t_journal_words</a></span></dt><dt><span class="sect1"><a href="ch17s02.html">The table CITSTYLE</a></span></dt><dt><span class="sect1"><a href="ch17s03.html">The table REFSTYLE</a></span></dt><dt><span class="sect1"><a href="ch17s04.html">The table SEPARATORS</a></span></dt><dt><span class="sect1"><a href="ch17s05.html">The table POSITION</a></span></dt></dl></dd><dt><span class="chapter"><a href="ch18.html">18. RIS and risx format specifications</a></span></dt><dd><dl><dt><span class="sect1"><a href="ch18.html#idp66700160">The RefDB RIS implementation</a></span></dt><dt><span class="sect1"><a href="ch18s02.html">The risx DTD</a></span></dt></dl></dd><dt><span class="chapter"><a href="ch19.html">19. Using RefDB in your programs</a></span></dt><dd><dl><dt><span class="sect1"><a href="ch19.html#idp71413184">General thoughts</a></span></dt><dt><span class="sect1"><a href="ch19s02.html">Interfaces</a></span></dt><dd><dl><dt><span class="sect2"><a href="ch19s02.html#idp68257184">Call the C clients from your program</a></span></dt><dt><span class="sect2"><a href="ch19s02.html#idp69931680">Directly talk to refdbd</a></span></dt></dl></dd><dt><span class="sect1"><a href="ch19s03.html">Tips and tricks</a></span></dt><dd><dl><dt><span class="sect2"><a href="ch19s03.html#idp68498400">Paging output</a></span></dt></dl></dd></dl></dd><dt><span class="chapter"><a href="ch20.html">20. The Perl client module</a></span></dt><dd><dl><dt><span class="sect1"><a href="ch20.html#idp68261072">Installation</a></span></dt><dt><span class="sect1"><a href="ch20s02.html">Classes and their functions</a></span></dt><dd><dl><dt><span class="sect2"><a href="ch20s02.html#sect-risdata">RefDBClient::Risdata</a></span></dt><dt><span class="sect2"><a href="ch20s02.html#sect-simplelist">RefDBClient::Simplelist</a></span></dt><dt><span class="sect2"><a href="ch20s02.html#sect-enigma">RefDBClient::Enigma</a></span></dt><dt><span class="sect2"><a href="ch20s02.html#sect-client">RefDBClient::Client</a></span></dt></dl></dd></dl></dd><dt><span class="chapter"><a href="ch21.html">21. Using the backend API to implement new output formats</a></span></dt><dd><dl><dt><span class="sect1"><a href="ch21.html#idp68264560">The backend API</a></span></dt><dt><span class="sect1"><a href="ch21s02.html">How to insert a new backend into RefDB</a></span></dt></dl></dd><dt><span class="chapter"><a href="ch22.html">22. The RefDB SGML/XML input and output formats</a></span></dt><dd><dl><dt><span class="sect1"><a href="ch22.html#idp68371328">The XML input format for bibliographies</a></span></dt><dt><span class="sect1"><a href="ch22s02.html">The XML input format for bibliographic styles</a></span></dt><dt><span class="sect1"><a href="ch22s03.html">The XML input format for extended notes</a></span></dt><dt><span class="sect1"><a href="ch22s04.html">Processing expectations for the RefDB DocBook bibliography output</a></span></dt></dl></dd><dt><span class="chapter"><a href="ch23.html">23. The RefDB client/server communication protocol</a></span></dt><dd><dl><dt><span class="sect1"><a href="ch23.html#idp71235616">Prerequisites</a></span></dt><dt><span class="sect1"><a href="ch23s02.html">Basic principles</a></span></dt><dd><dl><dt><span class="sect2"><a href="ch23s02.html#idp71232848">Message format</a></span></dt><dt><span class="sect2"><a href="ch23s02.html#idp75600480">First stage</a></span></dt><dt><span class="sect2"><a href="ch23s02.html#idp75583296">Second stage</a></span></dt></dl></dd><dt><span class="sect1"><a href="ch23s03.html">Commented abstract representation of the client/server protocol</a></span></dt><dd><dl><dt><span class="sect2"><a href="ch23s03.html#idp75627232">First stage</a></span></dt><dt><span class="sect2"><a href="ch23s03.html#idp75652352">Second stage</a></span></dt><dt><span class="sect2"><a href="ch23s03.html#sect-statusmessages">Status messages</a></span></dt></dl></dd><dt><span class="sect1"><a href="ch23s04.html">Tools for the client-server protocol</a></span></dt><dd><dl><dt><span class="refentry"><a href="re30.html">eenc</a></span></dt><dd><dl><dt><span class="refsect1"><a href="re30.html#eenc-description">Description</a></span></dt><dt><span class="refsect1"><a href="re30.html#eenc-options">Options</a></span></dt><dt><span class="refsect1"><a href="re30.html#eenc-see_also">See also</a></span></dt><dt><span class="refsect1"><a href="re30.html#eenc-author">Author</a></span></dt></dl></dd></dl></dd></dl></dd></dl></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="re29.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ch16.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">rtfcitations </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Chapter 16. Reference database design</td></tr></table></div></body></html>