1 #include "top.h"
2 #include "current.h"
3 #include "bodytop.h"
4 #include "navbar.h"
5 </*>
6       <h3>Current Husky</h3>
7 
8       <blockquote>
9 
10       <p>
11       Current Husky describes the bleeding edge source code that we are
12       currently working on. This is latest <b>development</b> version.
13       As Husky is Open Source, you can immediately access
14       what we are currently programming. However, doing so is not required
15       unless you are a developer or very experienced user:
16       the current cvs version may work but also may not work.
17       If you run a development version on your bbs and something
18       goes wrong with your bbs, it's your problem. Make sure you
19       have a good backup before trying a development version.
20       </p>
21 
22       <p>Current Husky is made available as snapshots from our CVS server on a
23       daily basis. Of course the version numbers of Husky do not change every
24       day. So, a single version number, like <tt><b>hpt 1.3.0</b></tt>, can
25       describe a lot of different versions of the software in Husky
26       current. (Second number is odd for current version.)
27       </p>
28 
29       <p>In order to make sure you have matching versions of the package, you
30       should fetch all packages that you need at once, i.e. use snapshots from
31       the same day for all libraries and programs. Then, you should re-build
32       and re-install <i>everything</i>, i.e. all libraries and programs in
33       dependience order, because changes of library interfaces etc. are made
34       without warning in current Husky.
35       </p>
36 
37       <p>Current Husky is available as follows:
38 
39       <ul>
40         <li>via http from <a href="/cvs2">here</a>.
41         <li>via filerequest at 2:240/5034, filenames: husky/<i>module</i>-latest.tar.gz,
42           husky/<i>module-YYMMDD</i>.tar.gz. and husky/<i>module-YYMMDD</i>.diff.gz.
43         <li>via mailinglist: (husky-diffs@lists.sourceforge.net). You can
44           subscribe/unsubscribe using
45           <a href="http://lists.sourceforge.net/mailman/listinfo/husky-diffs">lists.sourceforge.net</a>
46       </ul>
47 
48       <p>You should understand that the latest snapshot archives are generated
49       automatically, are untested, and can contain all sorts of bugs and
50       problems. If you are a new user, you should not start with the
51       snapshots. Instead, try getting a <a href="stable.html">stable</a> version.
52       </p>
53 
54       </blockquote>
55 
56       <h3>CVS Server</h3>
57       <blockquote>
58       <a href="cvs.html">Read more about our cvs-server...</a><br>
59       </blockquote>
60 
61       <small>Last update: 14/11/2002</small>
62 <!--*/>
63 #include "bottom.h"
64