<?php
#
# File for Version number and info
#
define("VERSION_NUMBER", '1.3.0');
define("VERSION_STRING", '<img src="design_templates/nconf_fresh/nconf-logo-16.gif" style="vertical-align:bottom" alt="nconf-logo">
<b>NConf v. '.VERSION_NUMBER.' (final)</b>');
define("VERSION_NOT_FINAL_WARNING", '');
// define("VERSION_NOT_FINAL_WARNING", 'This is a pre-release version of NConf 1.3.0, intended FOR TESTING PURPOSES ONLY!
// <br>Do not use this version in a production environment or to upgrade your productive NConf installation!
// <br>Note that we will not provide any update functionality from this pre-release to the next official release.');
define("COPYRIGHT_STRING", '<i>Copyright © 2006 - 2012 <br>Sunrise Communications AG, Zurich, Switzerland</i>
<br><br>Project homepage: <a href="http://www.nconf.org/" target="_blank">www.nconf.org</a>');
define("DISCLAIMER_STRING", '<b>Developed by:</b>
<br>Fabian Gander, Angelo Gargiulo, Bernhard Waldvogel;
<br><br><b>License:</b>
<br>This software is distributed under the <a href="http://www.opensource.org/licenses/gpl-2.0.php" target="_blank">
GNU General Public License (GPL)</a>.
<br><br><b>Disclaimer of warranty:</b>
<br>NConf is provided as is with NO WARRANTY OF ANY KIND, including the warranty
<br>of design, merchantability, and fitness for a particular purpose.
<br><br><b>Trademarks:</b>
<br>Sunrise and the Sunrise logo are trademarks, servicemarks, registered trademarks
<br>or registered servicemarks owned by Sunrise Communications AG.<br>
<br>Nagios and the Nagios logo are trademarks, servicemarks, registered trademarks
<br>or registered servicemarks owned by Nagios Enterprises, LLC.
<br><br><b>Additional copyrights:</b>
<br><i>Sweetie</i> icons by <a href="http://sweetie.sublink.ca" target="_blank">Joseph North</a>.
<br><br>All other trademarks, servicemarks, registered trademarks, and
<br>registered servicemarks are the property of their respective owner(s).');
define("POWERED_BY_LOGOS", '<b>Powered by:</b><br><br>
<div style="vertical-align:middle">
<a href="http://www.sunrise.ch" target=_blank>
<img src="img/sunrise-logo.gif" style="vertical-align:middle" alt="sunrise-logo"></a>
<a href="http://www.jquery.org" target=_blank>
<img src="img/jquery_logo.gif" style="vertical-align:middle;margin-left:30px" alt="jquery_logo"></a>
<a href="http://github.com/nconf" target=_blank>
<img src="img/github_logo.gif" style="vertical-align:middle;margin-left:30px" alt="github_logo"></a>
<br><br><br>
<a href="http://www.swissmadesoftware.org" target=_blank>
<img src="img/sms-logo-small.gif" style="vertical-align:middle;margin-left:3px" alt="swiss-made-software-logo"></a>
<a href="http://www.nagios.org" target=_blank>
<img src="img/nagios_powered.png" style="vertical-align:middle;margin-left:30px" alt="nagios_powered"></a>
<a href="http://sourceforge.net/projects/nconf" target=_blank>
<img src="img/sflogo.gif" style="vertical-align:middle;margin-left:28px" alt="sf-logo"></a>
</div>');
?>