/usr/share/doc/lire/dev-manual/ch13.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 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Chapter 13. Contributing Code to Lire</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="pt04.html" title="Part IV. Lire Developers' Conventions"><link rel="next" href="ch14.html" title="Chapter 14. Developers' Toolbox"></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 13. Contributing Code to <span class="application">Lire</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="pt04.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="ch14.html">Next</a></td></tr></table><hr></div><div class="chapter" title="Chapter 13. Contributing Code to Lire"><div class="titlepage"><div><div><h2 class="title"><a name="chap:dev-contrib"></a>Chapter 13. Contributing Code to <span class="application">Lire</span></h2></div></div></div><p>The LogReport team invites you to contribute code to <span class="application">Lire</span>. We're
very happy with any code contributions which work for you: it'll very
likely will make life easier for other people too! We ask you to
consider some points, when writing code to get distributed with
<span class="application">Lire</span>.</p><p>When adding new scripts, or extending and improving current <span class="application">Lire</span>
code, make sure you're working with the current <span class="application">Lire</span> code. (When
working with old code, the bug you're working on might be fixed already
by somebody else.) You can get the current code by fetching our CVS from
SourceForge, using the anonymously accessible pserver:
</p><pre class="programlisting">
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/logreport login
</pre><p>
When prompted for a password for anonymous, simply press the Enter key.
</p><pre class="programlisting">
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/logreport co service
</pre><p>
See also the <a class="ulink" href="http://sourceforge.net/cvs/?group_id=5049" target="_top">instructions on the
SourceForge website</a>. Alternatively, you can <a class="ulink" href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/logreport/" target="_top">peek at
the Lire CVS</a> using your webbrowser.</p><p>When you'd like to change e.g.
<code class="filename">/usr/local/bin/lr_log2report</code>, you'll have to hack on
<code class="filename">cvs/sourceforge/logreport/service/all/script/lr_log2report.in</code>.
This file will get converted to <code class="filename">lr_log2report</code> by
running <code class="filename">./configure</code>. Of course, when adding scripts
or extending scripts, be sure to update the scripts' manpage too.</p><p>If you'd like the LogReport team to distribute your contribution,
be sure to offer it to the team under a suitable software license.
Refer to the Licensing section in the <em class="citetitle"><a class="ulink" href="http://logreport.org/lire/faq.php" target="_top"><span class="application">Lire</span> FAQ</a></em> for details.</p><p>Once you've tested your script, you can send it too the LogReport
development list on development@lists.logreport.org. The LogReport team will
be happy to ship your contribution with the next Lire release.</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="pt04.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="ch14.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Part IV. <span class="application">Lire</span> Developers' Conventions </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Chapter 14. Developers' Toolbox</td></tr></table></div></body></html>
|