/usr/share/doc/lire/dev-manual/ch21.html is in lire-devel-doc 2:2.1.1-2.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Chapter 21. Writing Documentation</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="Lire Developer's Manual"><link rel="up" href="pt04.html" title="Part IV. Lire Developers' Conventions"><link rel="prev" href="ch20.html" title="Chapter 20. Website Maintenance"><link rel="next" href="ch21s02.html" title="Perl's Plain Old Documentation: maintaining manpages"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 21. Writing Documentation</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch20.html">Prev</a> </td><th width="60%" align="center">Part IV. <span class="application">Lire</span> Developers' Conventions</th><td width="20%" align="right"> <a accesskey="n" href="ch21s02.html">Next</a></td></tr></table><hr></div><div class="chapter" title="Chapter 21. Writing Documentation"><div class="titlepage"><div><div><h2 class="title"><a name="chap:documentation-conventions"></a>Chapter 21. Writing Documentation</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch21.html#sect:plain-text">Plain Text</a></span></dt><dt><span class="section"><a href="ch21s02.html">Perl's Plain Old Documentation: maintaining manpages</a></span></dt><dt><span class="section"><a href="ch21s03.html">Docbook XML: Reference Books and Extensive User Manuals</a></span></dt></dl></div><p>Documentation which comes with the <span class="application">Lire</span> tarball is maintained in
four formats: plain text, Perl POD, DocBook XML and UML diagrams. We'll
talk about all four of these here.</p><div class="section" title="Plain Text"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="sect:plain-text"></a>Plain Text</h2></div></div></div><p>Small files like <code class="filename">README</code>,
<code class="filename">NEWS</code>, <code class="filename">AUTHORS</code>,
<code class="filename">doc/BUGS</code>, and <code class="filename">doc/TODO</code> are
traditionally maintained in plain text format. We adhere to this
common practice.</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch20.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="pt04.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch21s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 20. Website Maintenance </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Perl's Plain Old Documentation: maintaining manpages</td></tr></table></div></body></html>
|