diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/contributors.html | 32 | ||||
-rw-r--r-- | doc/manual.html | 2 |
2 files changed, 33 insertions, 1 deletions
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 ("Rainer Gerhards" and not "Gerhards, +Rainer"). 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 "Hall
of Fame"</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>
|