<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
<title>Jive Software - Wildfire: Overview</title>
<link type="text/css" rel="stylesheet" href="style.css">
</head>
<body>

<div id="pageContainer">
 
	<div id="pageHeader">
		<div id="logo"></div>
		<h1>Wildfire @version@</h1>
	</div>
	<div class="navigation">
	</div>
	
	<div id="pageBody">

<p>
Wildfire provides comprehensive group chat and instant
messaging (IM) services using the XMPP protocol.
</p>

<p><b>Documentation:</b></p>

<ul>
    <li>
        <a href="install-guide.html">Installation Guide</a> -
        How to install Wildfire.
    </li>
    <li>
        <a href="database.html">Database Installation Guide</a> - 
        How to setup your database for use with Wildfire.
    </li>
    <li>
        <a href="ssl-guide.html">SSL Guide</a> - 
        A guide to setting up Wildfire's SSL secure socket support.
    </li>
    <li>
        <a href="ldap-guide.html">LDAP Guide</a> - 
        A guide to setting up Wildfire to work with LDAP user stores.
    </li>
    <li>
        <a href="db-integration-guide.html">Custom Database Integration Guide</a> -
        A guide to integrating Wildfire authentication, user, and group data with a custom database.
    </li>
</ul>

<p><b>Developer Documentation:</b></p>

<ul>
	 <li>
        <a href="javadoc/index.html">JavaDocs</a> -
        Wildfire API documentation.
    </li>
    <li>
        <a href="source-build.html">Building the Source</a> -
        Instructions for downloading and compiling the Wildfire source code.
    </li>
    <li>
        <a href="protocol-support.html">Protocol Support</a> -
        Provides details on the XMPP support and JEPs that Wildfire implements.
    </li>
	   <li>
        <a href="plugin-dev-guide.html">Plugin Developer Guide</a> -
        A guide to writing and installing plugins for Wildfire.
    </li>
    <li>
        <a href="translator-guide.html">Translator Guide</a> -
        Information for those interested in translating the admin console of Wildfire into other languages.
    </li>
    <li>
        <a href="database-guide.html">Database Schema Guide</a> -
        A tour of the Wildfire database schema for developers and database administrators.
    </li>
</ul>

<br>

<p>
An active support community for Wildfire is available at
<a href="http://www.jivesoftware.org/forums/">http://www.jivesoftware.org/forums/</a>.
</p>

	</div>

</div>

</body>
</html>