diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-25 09:22:31 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-25 09:22:31 +0000 |
commit | a628d02d9ff9d630119338e82007282b02d6196d (patch) | |
tree | 052a71b7d1fb4c0f6aed9e95e70a76096e947c34 /doc | |
parent | 2962bfb7abb25bfeb8d0f818826992ab7c5ac62f (diff) | |
download | rsyslog-a628d02d9ff9d630119338e82007282b02d6196d.tar.gz rsyslog-a628d02d9ff9d630119338e82007282b02d6196d.tar.bz2 rsyslog-a628d02d9ff9d630119338e82007282b02d6196d.zip |
added professional support options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 1 | ||||
-rw-r--r-- | doc/manual.html | 2 | ||||
-rw-r--r-- | doc/professional_support.html | 57 |
3 files changed, 59 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 1449a13f..57e93a6f 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -17,6 +17,7 @@ html_files = \ rsyslog_php_syslog_ng.html \ rsyslog_recording_pri.html \ rsyslog_stunnel.html \ + professional_support.html \ status.html \ syslog-protocol.html \ version_naming.html \ diff --git a/doc/manual.html b/doc/manual.html index aeddb04f..d4e00155 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -29,7 +29,7 @@ advanced features</a> make it suitable for enterprise-class, relay chains while at the same time being very easy to setup -for the novice user.</p> +for the novice user. And as we know what enterprise users really need, there is also <a href="professional_support.html">professional rsyslog support</a> available directly from the source!</p> <p><b>Visit the <i> <a href="status.html">rsyslog status page</a></i></b> to obtain current diff --git a/doc/professional_support.html b/doc/professional_support.html new file mode 100644 index 00000000..7f5e8371 --- /dev/null +++ b/doc/professional_support.html @@ -0,0 +1,57 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html><head> +<meta http-equiv="Content-Language" content="en"><title>Professional Support for Rsyslog</title> + +</head> +<body> +<h1>Professional Support for Rsyslog</h1> +<p>Professional Support is offered by <a href="http://www.adiscon.com">Adiscon</a>, the company +that sponsors rsyslog development. For details, please contact <a href="mailto:info%40adiscon.com">Adiscon Sales</a>.</p> +<p></p> +<h3><u>EMail Support Service</u></h3> +Price: 99.00 EURO <br> +Duration: 180 days +<br> +Support level: 8x5 +<p>Purchase rsyslog support directly from the source. This +contract provides priority email support. It is a great option if you +need to provide proof of software support in your organization. This +contract provides</p> +<ul> +<li>unlimited email support tickets during validity +</li><li><span style="font-weight: bold;">fixes for</span> +current and <span style="font-weight: bold;">past rsyslog +releases</span> +</li><li>advise on how to implement rsyslog in the best possible way. +</li></ul> +<p>Under this contract, fixes for old rsyslog releases will be +provided / created, provided that it is possible to do that with the +code base in question. Phone support is not included.</p><h3><u>Custom-Written Config File</u></h3> +Price: 29.00 EURO +<br> +Duration: N/A +<br> +Support level: 8x5 +<p>Creating rsyslog config files is easy - but if you would like +to have that extra feature and have no time to do it, this service is +for you. Important: BEFORE you purchase this service, contact us and +inquire (via <a href="mailto:info%40adiscon.com">info@adiscon.com</a>) +whether or not your desired result can be achieved via rsyslog. Once +this is clear, order the service and we will ship a custom-made +configuration file within 5 working days (at latest, most often much +faster). For security reasons, we will not put passwords into the +configuration file, but will place easy to read comments in the places +where you need to put them in. The agreement is governed under German +law. You may also purchase this service if you would like to have your +own configuration file reviewed, e.g. for auditing purposes.</p><br><p>All agreements are +governed under German law. +</p><p></p> +<p>[<a href="manual.html">manual index</a>] [<a href="http://www.rsyslog.com/">rsyslog site</a>]</p> +<p><font size="2">This documentation is part of the +<a href="http://www.rsyslog.com/">rsyslog</a> +project.<br> +Copyright © 2008 by <a href="http://www.gerhards.net/rainer">Rainer +Gerhards</a> and +<a href="http://www.adiscon.com/">Adiscon</a>. +Released under the GNU GPL version 2 or higher.</font></p> +</body></html> |