index.html 2.8 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

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

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

<p>
Openfire 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 Openfire.
    </li>
    <li>
        <a href="http://wiki.igniterealtime.org/display/WILDFIRE/Wildfire+to+Openfire+Upgrade+Guide">Upgrade Guide</a> -
        Instructions for upgrading an existing Wildfire installation into an Openfire installation.
    </li>
    <li>
        <a href="database.html">Database Installation Guide</a> - 
        How to setup your database for use with Openfire.
    </li>
    <li>
        <a href="ssl-guide.html">SSL Guide</a> - 
        A guide to setting up Openfire's SSL secure socket support.
    </li>
    <li>
        <a href="ldap-guide.html">LDAP Guide</a> - 
        A guide to setting up Openfire to work with LDAP user stores.
    </li>
    <li>
        <a href="db-integration-guide.html">Custom Database Integration Guide</a> -
        A guide to integrating Openfire 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> -
        Openfire API documentation.
    </li>
    <li>
        <a href="source-build.html">Building the Source</a> -
        Instructions for downloading and compiling the Openfire source code.
    </li>
    <li>
        <a href="protocol-support.html">Protocol Support</a> -
        Provides details on the XMPP support and JEPs that Openfire implements.
    </li>
	   <li>
        <a href="plugin-dev-guide.html">Plugin Developer Guide</a> -
        A guide to writing and installing plugins for Openfire.
    </li>
    <li>
        <a href="translator-guide.html">Translator Guide</a> -
        Information for those interested in translating the admin console of Openfire into other languages.
    </li>
    <li>
        <a href="database-guide.html">Database Schema Guide</a> -
        A tour of the Openfire database schema for developers and database administrators.
    </li>
    <li>
        <a href="overlay.html">Customization Guide</a> -
        Instructions on customization support within the build process for Openfire.
    </li>
</ul>

<br>

<p>
An active support community for Openfire is available at
<a href="http://www.igniterealtime.org/forum/index.jspa">http://www.igniterealtime.org/forum/index.jspa</a>.
</p>

	</div>

</div>

</body>
</html>