This file is indexed.

/usr/share/doc/lire/dev-manual/ch15.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
 8
 9
10
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Chapter 15. Coding Standards</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="ch14s04.html" title="Mailing Lists"><link rel="next" href="ch15s02.html" title="Perl Coding Standards"></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 15. Coding Standards</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch14s04.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="ch15s02.html">Next</a></td></tr></table><hr></div><div class="chapter" title="Chapter 15. Coding Standards"><div class="titlepage"><div><div><h2 class="title"><a name="chap:coding-standards"></a>Chapter 15. Coding Standards</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch15.html#sect:shell-coding-standards">Shell Coding Standards</a></span></dt><dt><span class="section"><a href="ch15s02.html">Perl Coding Standards</a></span></dt></dl></div><p>Indentation should be four spaces.  No tabs please.</p><p>See also Message-Id:
      &lt;1028238571.1085.185.camel@Arendt.Contre.COM&gt; on the development
      mailing list for some rationale on coding standards.</p><div class="section" title="Shell Coding Standards"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="sect:shell-coding-standards"></a>Shell Coding Standards</h2></div></div></div><p>Shell scripts should run -e.  Shell script should be
	  portable.  
	  Refer to
	<a class="ulink" href="http://doc.mdcc.cx/doc/autobook/html/autobook_208.html" target="_top">
	  <em class="citetitle">http://doc.mdcc.cx/doc/autobook/html/autobook_208.html
          </em> 
	</a>.
      </p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch14s04.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="ch15s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Mailing Lists </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Perl Coding Standards</td></tr></table></div></body></html>