diff options
Diffstat (limited to 'doc/developer-guidelines.sgml')
-rw-r--r-- | doc/developer-guidelines.sgml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/developer-guidelines.sgml b/doc/developer-guidelines.sgml index 911067e..3c3eea4 100644 --- a/doc/developer-guidelines.sgml +++ b/doc/developer-guidelines.sgml | |||
@@ -11,7 +11,7 @@ | |||
11 | </author> | 11 | </author> |
12 | </authorgroup> | 12 | </authorgroup> |
13 | 13 | ||
14 | <pubdate>2005</pubdate> | 14 | <pubdate>2006</pubdate> |
15 | <title>Nagios plug-in development guidelines</title> | 15 | <title>Nagios plug-in development guidelines</title> |
16 | 16 | ||
17 | <revhistory> | 17 | <revhistory> |
@@ -22,7 +22,7 @@ | |||
22 | </revhistory> | 22 | </revhistory> |
23 | 23 | ||
24 | <copyright> | 24 | <copyright> |
25 | <year>2000 - 2005</year> | 25 | <year>2000 - 2006</year> |
26 | <holder>Nagios Plugins Development Team</holder> | 26 | <holder>Nagios Plugins Development Team</holder> |
27 | </copyright> | 27 | </copyright> |
28 | 28 | ||
@@ -34,7 +34,7 @@ | |||
34 | the plug-in developers and encourage the standarization of the | 34 | the plug-in developers and encourage the standarization of the |
35 | different kind of plug-ins: C, shell, perl, python, etc.</para> | 35 | different kind of plug-ins: C, shell, perl, python, etc.</para> |
36 | 36 | ||
37 | <para>Nagios Plug-in Development Guidelines Copyright (C) 2000-2005 | 37 | <para>Nagios Plug-in Development Guidelines Copyright (C) 2000-2006 |
38 | (Nagios Plugins Team)</para> | 38 | (Nagios Plugins Team)</para> |
39 | 39 | ||
40 | <para>Permission is granted to make and distribute verbatim | 40 | <para>Permission is granted to make and distribute verbatim |
@@ -57,7 +57,6 @@ | |||
57 | gnu make 3.79 | 57 | gnu make 3.79 |
58 | automake 1.8 | 58 | automake 1.8 |
59 | autoconf 2.58 | 59 | autoconf 2.58 |
60 | gettext 0.11.5 | ||
61 | gnu libtool 1.5.6 | 60 | gnu libtool 1.5.6 |
62 | </literallayout> | 61 | </literallayout> |
63 | 62 | ||
@@ -69,6 +68,11 @@ | |||
69 | make install | 68 | make install |
70 | </literallayout> | 69 | </literallayout> |
71 | </para> | 70 | </para> |
71 | |||
72 | <para>Note: gettext is no longer a developer platform requirement. A lot of the files in lib/ and m4/ | ||
73 | are synced with the coreutils project and we use the same levels of gettext that they | ||
74 | distribute. | ||
75 | </para> | ||
72 | </section> | 76 | </section> |
73 | 77 | ||
74 | <section id="PlugOutput"><title>Plugin Output for Nagios</title> | 78 | <section id="PlugOutput"><title>Plugin Output for Nagios</title> |