1 #include "top.h"
2 #include "smapi.h"
3 #include "bodytop.h"
4 #include "navbar.h"
5 
6       <h3>What is SMAPI?</h3>
7       <blockquote>
8         <p><strong>Smapi</strong> is a modified message API for accesing *.MSG, Squish and Jam
9 	message base files. It is required for all other Husky software. </p>
10 	<p> As the source only builds a single library, there may be no binary package of smapi for your platform.
11 	 In that case, Husky does not support shared libraries on your platform and you will not need a smapi
12 	  package at all, because the binaries of the other projects will be stand-alone binaries.
13       </blockquote>
14 
15       <h3>What does it need?</h3>
16       <blockquote>
17         Operating systems:
18         <ul>
19           <li>All supported platforms.
20         </ul>
21         Caveats:
22         <ul>
23           <li>If you need two versions of SMAPI at once, e.g. because you want to use both <tt>hpt 0.9.7-stable</tt>, which requires <tt>smapi 1.6.4</tt>, but also want to use <tt>msged 6.0.0-release</tt>, which requires <tt>smapi 2.0</tt>, you will find instructions in the file <tt>DEPENDENCIES</tt> in the
24           <tt><a href="huskybse.html">huskybse</a></tt>&nbsp v1.4 RC4 package.</li>
25         </ul>
26       </blockquote>
27 
28       <h3>Downloads</h3>
29       <blockquote>
30 
31         <p>Archives of the older versions v1.0 &amp; v1.4 are available on the project&nbsp;
32           <a href="http://sourceforge.net/project/showfiles.php?group_id=1332">downloads</a>&nbsp;page,
33 	   as are the following more recent versions:
34 	  .</p>
35 
36         <table cellpadding="3" cellspacing="0" border="0">
37 
38           <tr valign="top">
39             <td><tt>smapi-2.4-rc5.tar.gz</tt></td>
40             <td>22 April 2006</td>
41             <td>newest release candidate: smapi 2.4 RC5 source code</td>
42           </tr>
43 
44           <tr valign="top">
45             <td><tt>smapi-2.4-rc5-win32.zip</tt></td>
46             <td>22 April 2006</td>
47             <td>newest release candidate: smapi 2.4 RC5 compiled for Win32</td>
48           </tr>
49 
50           <tr valign="top">
51             <td><tt>smapi-2.2.4.tar.gz</tt></td>
52             <td>30 May 2003</td>
53             <td>smapi 2.2.4 Release source code</td>
54           </tr>
55 
56           <tr valign="top">
57             <td><tt>smapi-2.2.4-release-win32.zip</tt></td>
58             <td>30 May 2003</td>
59             <td>smapi 2.2.4 Release compiled for Win32</td>
60           </tr>
61 
62         </table>
63 
64 
65         <p> Note also that development & other versions of the SMAPI files may be found in the
66 	 project&nbsp;<a href="cvs.html">CVS</a>&nbsp;repository, which is also viewable
67 	  online&nbsp;<a href="http://husky.cvs.sourceforge.net/husky">here</a>.</p>
68 
69       </blockquote>
70 
71 
72       <h3>Contacting the author</h3>
73       <blockquote>
74         No special maintainer. See the <a href="team.html">team page</a>.
75       </blockquote>
76 
77 
78       <small>Last update: 22 April 2006</small>
79 
80 #include "bottom.h"
81