diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/features.html | 5 | ||||
-rw-r--r-- | doc/status.html | 82 |
2 files changed, 46 insertions, 41 deletions
diff --git a/doc/features.html b/doc/features.html index b7297b08..aceae9f0 100644 --- a/doc/features.html +++ b/doc/features.html @@ -29,7 +29,10 @@ is going on, you can also subscribe to the <a href="http://lists.adiscon.net/mai preserve the original hostname in NAT environments and relay chains
<li>ability to limit the allowed network senders<li>powerful BSD-style
hostname and program name blocks for easy multi-host support<li>
multi-threaded - currently experimental<li>very
experimental and volatile support for <a href="syslog-protocol.html">syslog-protocol</a>
compliant messages (it is volatile because standardization is currently
underway and this is a proof-of-concept implementation to aid this effort)<li>
experimental support for syslog-transport-tls based framing on syslog/tcp
- connections</ul>
+ connections<li>
+ a copy of klogd.c has been included under the name of rklogd for those Linux
+ systems that need one. So rsyslog is a full replacement for the sysklogd
+ package</ul>
<p> </p>
<h2>Upcoming Features</h2>
<ul>
diff --git a/doc/status.html b/doc/status.html index be48ecae..a2eec748 100644 --- a/doc/status.html +++ b/doc/status.html @@ -1,40 +1,42 @@ -<html> -<head> -<title>rsyslog status page</title> -</head> -<body> -<h2>rsyslog status page</h2> -<p>This page reflects the status as of 2007-02-05.</p> -<h2>Current Releases</h2> -<p><b>development:</b> 1.13.1 - <a href="http://www.rsyslog.com/Article63.phtml">change log</a> - -<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-30.phtml">download</a></p> -<p><b>stable:</b> 1.0.4 - <a href="http://www.rsyslog.com/Article54.phtml">change log</a> - -<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-26.phtml">download</a></p> -<p> (<a href="version_naming.html">How are versions named?</a>)</p> -<p><font color="#FF0000"><b>Do NOT use versions prior to 1.10.1 or 1.0.1, -because they contain a SQL injection vulnerability</b></font> (<a href="http://www.rsyslog.com/Article35.phtml">read -security advisory</a>).</p> -<h2>Platforms</h2> -<ul> - <li>Linux [tested on Red Hat & Debian]</li> - <li>BSD [tested on -FreeBSD and a quick Test on NetBSD, 0.8.4 only]</li> -</ul> -<h2>Additional information</h2> -<p><b>Currently supported features are listed on the <a href="features.html">rsyslog features page</a>.</b></p> -<ul> - <li>The rsyslog home page is <a href="http://www.rsyslog.com">www.rsyslog.com</a>.</li> - <li>Mailing list info can be found at - <a href="http://lists.adiscon.net/mailman/listinfo/rsyslog">http://lists.adiscon.com/rsyslog</a>.</li> - <li>The change log can be found at - <a href="http://www.rsyslog.com/Topic4.phtml"> - http://www.rsyslog.com/Topic4.phtml</a>. </li> - <li>You may also find Rainer's <a href="http://rgerhards.blogspot.com/"> - syslog blog</a> an interesting read.</li> -</ul> -<p>The project was initiated in 2004 by -<a href="http://www.adiscon.com/en/people/rainer-gerhards.php">Rainer Gerhards</a> -and is currently being maintained by him. See the <a href="history.html">history -page</a> for more background information.</p> -</body> -</html> +<html>
+<head>
+<title>rsyslog status page</title>
+</head>
+<body>
+<h2>rsyslog status page</h2>
+<p>This page reflects the status as of 2007-02-05.</p>
+<h2>Current Releases</h2>
+<p><b>development:</b> 1.13.1 - <a href="http://www.rsyslog.com/Article66.phtml">change log</a> -
+<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-31.phtml">download</a></p>
+<p><b>stable:</b> 1.0.4 - <a href="http://www.rsyslog.com/Article54.phtml">change log</a> -
+<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-26.phtml">download</a></p>
+<p> (<a href="version_naming.html">How are versions named?</a>)</p>
+<p><font color="#FF0000"><b>Do NOT use versions prior to 1.10.1 or 1.0.1,
+because they contain a SQL injection vulnerability</b></font> (<a href="http://www.rsyslog.com/Article35.phtml">read
+security advisory</a>).</p>
+<h2>Platforms</h2>
+<ul>
+ <li>Linux [tested on Red Hat & Debian]</li>
+ <li>BSD [tested on
+FreeBSD and a quick Test on NetBSD, 0.8.4 only]</li>
+ <li>[Solaris] - some folks have used it there, but its still not officially
+ supported...</li>
+</ul>
+<h2>Additional information</h2>
+<p><b>Currently supported features are listed on the <a href="features.html">rsyslog features page</a>.</b></p>
+<ul>
+ <li>The rsyslog home page is <a href="http://www.rsyslog.com">www.rsyslog.com</a>.</li>
+ <li>Mailing list info can be found at
+ <a href="http://lists.adiscon.net/mailman/listinfo/rsyslog">http://lists.adiscon.com/rsyslog</a>.</li>
+ <li>The change log can be found at
+ <a href="http://www.rsyslog.com/Topic4.phtml">
+ http://www.rsyslog.com/Topic4.phtml</a>. </li>
+ <li>You may also find Rainer's <a href="http://rgerhards.blogspot.com/">
+ syslog blog</a> an interesting read.</li>
+</ul>
+<p>The project was initiated in 2004 by
+<a href="http://www.adiscon.com/en/people/rainer-gerhards.php">Rainer Gerhards</a>
+and is currently being maintained by him. See the <a href="history.html">history
+page</a> for more background information.</p>
+</body>
+</html>
|