summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-16 06:55:06 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-16 06:55:06 +0000
commit11ff449550864b304cb846b88c43c43b590f3467 (patch)
tree23a4ebad532e759cbc929397d13b8c64c736d6a0
parent6d9e5d4e27a221ac0308d6df006e20966fe22959 (diff)
downloadrsyslog-11ff449550864b304cb846b88c43c43b590f3467.tar.gz
rsyslog-11ff449550864b304cb846b88c43c43b590f3467.tar.xz
rsyslog-11ff449550864b304cb846b88c43c43b590f3467.zip
added contributor page to doc set
-rw-r--r--Makefile.am2
-rw-r--r--doc/contributors.html32
-rw-r--r--doc/manual.html2
3 files changed, 34 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index ac280aef..27e91540 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,4 +11,4 @@ syslogd_SOURCES=syslogd.c pidfile.c template.c outchannel.c stringbuf.c srUtils.
syslogd_CPPFLAGS=$(mysql_includes)
syslogd_LDADD=$(mysql_libs) $(zlib_libs) $(pthreads_libs)
-EXTRA_DIST = doc/bugs.html doc/features.html doc/generic_design.html doc/history.html doc/how2help.html doc/install.html doc/ipv6.html doc/manual.html doc/property_replacer.html doc/rsyslog_conf.html doc/rsyslog_mysql.html doc/rsyslog_packages.html doc/rsyslog_php_syslog_ng.html doc/rsyslog_recording_pri.html doc/rsyslog_stunnel.html doc/status.html doc/syslog-protocol.html doc/version_naming.html redhat/rsyslog.conf redhat/rsyslog.init redhat/rsyslog.log redhat/rsyslog.sysconfig debian/rsyslogd freebsd/rsyslogd slackware/rc.rsyslogd rfc3195d.8 rklogd.8 rsyslogd.8 rsyslog.conf.5
+EXTRA_DIST = doc/bugs.html doc/features.html doc/generic_design.html doc/history.html doc/how2help.html doc/install.html doc/ipv6.html doc/manual.html doc/property_replacer.html doc/rsyslog_conf.html doc/rsyslog_mysql.html doc/rsyslog_packages.html doc/rsyslog_php_syslog_ng.html doc/rsyslog_recording_pri.html doc/rsyslog_stunnel.html doc/status.html doc/syslog-protocol.html doc/version_naming.html doc/contributors.html redhat/rsyslog.conf redhat/rsyslog.init redhat/rsyslog.log redhat/rsyslog.sysconfig debian/rsyslogd freebsd/rsyslogd slackware/rc.rsyslogd rfc3195d.8 rklogd.8 rsyslogd.8 rsyslog.conf.5
diff --git a/doc/contributors.html b/doc/contributors.html
new file mode 100644
index 00000000..eaab1841
--- /dev/null
+++ b/doc/contributors.html
@@ -0,0 +1,32 @@
+<html>
+<head>
+<title>Contributor Hall of Fame</title>
+</head>
+<body>
+<h2>Contributor Hall of Fame</h2>
+<p><b>This page is dedicated to all the people who helped make
+<a href="http://www.rsyslog.com/">rsyslog</a> become a reality.</b>
+Unfortunately, I have begun this page in July of 2007, long after the project
+started. I try to extract all past contributor information from CVS, readme's,
+code etc - but I may fail. If you contributed and do not find yourself listed
+below, please accept my sincere apologies and drop me a line.</p>
+<p>Please also note that I will do the checks for past contibutors once the
+current very busy development phase is over, so it may take a few weeks to fully
+populate this file.</p>
+<p>Contributors are listed in alphabetical order. If I know an Alias only, that
+alias is used as heading. Else the real name is used. If I know first and last
+name, they are listed in that order (&quot;Rainer Gerhards&quot; and not &quot;Gerhards,
+Rainer&quot;). I tend to be sparse with information on contributors, at least without
+their permission. If you contribute, let me know if I may include your email
+and/or web page address.</p>
+<p>Thanks to all past, present and future contributors!</p>
+<p>Rainer Gerhards<br>
+Project Initiator and Maintainer</p>
+<h2>Michel Samia</h2>
+<ul>
+ <li>provided patch with regex functionality for filters on 2007-07-14, first
+ seen in 1.16.1</li>
+</ul>
+<p><font size="2">Last Updated: 2007-07-16</font></p>
+</body>
+</html>
diff --git a/doc/manual.html b/doc/manual.html
index 1abbeb1b..0c4cd1cf 100644
--- a/doc/manual.html
+++ b/doc/manual.html
@@ -21,7 +21,7 @@ helps. Learn <a href="how2help.html">how to help the rsyslog project</a>.</p>
<ul>
<li><a href="rsyslogd.man.txt">rsyslogd man page</a>
<li><a href="rsyslog_conf.html">configuration file syntax (rsyslog.conf)</a><li> <a href="property_replacer.html">property replacer, an important core component</a><li>a commented <a href="sample.conf.html">sample rsyslog.conf</a>
-<li><a href="bugs.html">rsyslog bug list</a><li><a href="rsyslog_packages.html"> rsyslog packages</a><li><a href="generic_design.html">backgrounder on generic syslog application design</a></ul>
+<li><a href="bugs.html">rsyslog bug list</a><li><a href="rsyslog_packages.html"> rsyslog packages</a><li><a href="generic_design.html">backgrounder on generic syslog application design</a><li><a href="contributors.html">contributor &quot;Hall of Fame&quot;</a></ul>
<p><b>We have some in-depth papers on</b></p>
<ul>
<li><a href="install.html">installing rsyslog</a></li> <li><a href="ipv6.html">rsyslog and IPv6</a> (which is fully supported)</li>