Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: appendices/further-reading/
Date: Fri, 10 Jan 2020 10:27:35
Message-Id: 1578652007.3da2789825c4bfcb2a57abf403e3672790da0eb2.ulm@gentoo
1 commit: 3da2789825c4bfcb2a57abf403e3672790da0eb2
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 10 10:26:47 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 10 10:26:47 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=3da27898
7
8 appendices/further-reading: Update references.
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 appendices/further-reading/text.xml | 18 ++++++++++--------
13 1 file changed, 10 insertions(+), 8 deletions(-)
14
15 diff --git a/appendices/further-reading/text.xml b/appendices/further-reading/text.xml
16 index 0a658f6..15edb22 100644
17 --- a/appendices/further-reading/text.xml
18 +++ b/appendices/further-reading/text.xml
19 @@ -19,10 +19,12 @@ recommendations, not padding designed to make this document look important.
20 Mastering Regular Expressions
21 </dt>
22 <dd>
23 - "Mastering Regular Expressions" by Jeffrey E. F. Friedl (O'Reilly,
24 - ISBN 0-596-00289-0) is <b>the</b> book on regular expressions. Very readable and
25 - devoid of the usual mathematical jargon that tends to fill up these kinds of
26 - books. <uri link="http://www.oreilly.com/catalog/regex2/">Publisher's page</uri>
27 + "Mastering Regular Expressions" by Jeffrey E. F. Friedl (3rd edition,
28 + O'Reilly, 2006, ISBN 0-596-52812-4) is <b>the</b> book on regular
29 + expressions. Very readable and devoid of the usual mathematical jargon
30 + that tends to fill up these kinds of books.
31 + <uri link="https://www.oreilly.com/library/view/mastering-regular-expressions/0596528124/">
32 + Publisher's page</uri>
33 </dd>
34 </dl>
35
36 @@ -38,10 +40,10 @@ recommendations, not padding designed to make this document look important.
37 Making Packager-Friendly Software
38 </dt>
39 <dd>
40 - <uri link="http://www.onlamp.com/pub/a/onlamp/2005/03/31/packaging.html">Making
41 - Packager-Friendly Software</uri> by Julio M. Merino Vidal describes various things
42 - that can be done by upstream software providers to make life easy for the
43 - distribution people (that means you).
44 + <uri link="https://jmmv.dev/2005/03/making-packager-friendly-software-1.html">
45 + Making Packager-Friendly Software</uri> by Julio M. Merino Vidal describes
46 + various things that can be done by upstream software providers to make life
47 + easy for the distribution people (that means you).
48 </dd>
49 <dt>
50 How to Report Bugs Effectively