mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-16 12:12:06 +01:00
Added logo.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2124 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
4f404b25bf
commit
f91846102b
1 changed files with 8 additions and 7 deletions
|
@ -6,26 +6,27 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div class="header">
|
<table border="0"><tr><td>
|
||||||
Smack Documentation
|
<img src="images/smacklogo.png" width="100" height="100" alt="Smack" border="0" hspace="10">
|
||||||
</div>
|
</td><td>
|
||||||
|
<font size="4"><b>Smack Documentation</b></font>
|
||||||
|
</div></td></tr></table>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Documentation Contents:
|
<strong>Contents:</strong>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="overview.html">Overview</a>
|
<li><a href="overview.html">Overview</a>
|
||||||
<li><a href="gettingstarted.html">Getting Started Guide</a>
|
<li><a href="gettingstarted.html">Getting Started Guide</a>
|
||||||
<li><a href="messaging.html">Messaging Basics</a>
|
<li><a href="messaging.html">Messaging Basics</a>
|
||||||
<li><a href="roster.html">Presence and Roster</a>
|
<li><a href="roster.html">Roster and Presence</a>
|
||||||
<li><a href="processing.html">Processing Incoming Packets</a>
|
<li><a href="processing.html">Processing Incoming Packets</a>
|
||||||
<li><a href="providers.html">Provider Architecture</a>
|
<li><a href="providers.html">Provider Architecture</a>
|
||||||
<li><a href="properties.html">Packet Properties</a>
|
<li><a href="properties.html">Packet Properties</a>
|
||||||
<li><a href="debugging.html">Debugging with Smack</a>
|
<li><a href="debugging.html">Debugging with Smack</a>
|
||||||
<p>
|
<p>
|
||||||
<li><a href="extensions/index.html">Smack Extensions Documentation</a>
|
<li><a href="extensions/index.html">Smack Extensions Manual</a>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
|
|
Loading…
Reference in a new issue