blob: f0e75da0ce64933e0f51cbf162f8885701f3536b (
plain)
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
<?xml version="1.0"?>
<guide self="appendices/further-reading/">
<chapter>
<title>Further Reading</title>
<body>
<p>
This section lists some recommended further reading. These are real
recommendations, not padding designed to make this document look important.
</p>
<section>
<title>Books</title>
<body>
<dl>
<dt>
Mastering Regular Expressions
</dt>
<dd>
<p>
"Mastering Regular Expressions" by Jeffrey E. F. Friedl (O'Reilly,
ISBN 0-596-00289-0) is <b>the</b> book on regular expressions. Very readable and
devoid of the usual mathematical jargon that tends to fill up these kinds of
books. <uri link="http://www.oreilly.com/catalog/regex2/">Publisher's page</uri>
</p>
</dd>
</dl>
</body>
</section>
<section>
<title>Articles</title>
<body>
<dl>
<dt>
Making Packager-Friendly Software
</dt>
<dd>
<p>
<uri link="http://www.onlamp.com/pub/a/onlamp/2005/03/31/packaging.html">Making
Packager-Friendly Software</uri> by Julio M. Merino Vidal describes various things
that can be done by upstream software providers to make life easy for the
distribution people (that means you).
</p>
</dd>
<dt>
How to Report Bugs Effectively
</dt>
<dd>
<p>
<uri link="https://www.chiark.greenend.org.uk/~sgtatham/bugs.html">How to Report Bugs
Effectively</uri> by Simon Tatham is a good overview of effective bug reporting.
</p>
</dd>
</dl>
</body>
</section>
</body>
</chapter>
</guide>
|