-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.html
64 lines (57 loc) · 2.74 KB
/
README.html
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
<html>
<head>
<title>Macker</title>
<style type="text/css">@import "doc/macker.css";</style>
</head>
<body>
<h1>Macker</h1>
<div class="navbar">
<a href="doc/index.html">Home</a> |
<a href="doc/faq.html">FAQ</a> |
<a href="http://sourceforge.net/project/showfiles.php?group_id=55296">Download</a> |
<a href="doc/guide/index.html">Guide & Examples</a> |
<a href="http://sourceforge.net/projects/macker">Sourceforge</a> |
<a href="doc/contact.html">Contact</a>
</div>
<h2>About This Distribution <small>(@dist.version.long@)</small></h2>
<p>
In this distribution, you'll find:
<p>
<table class="example-table" cellspacing="0" cellpadding="0" border="0">
<tr><td class="example">macker.jar</td><td>Macker binary, ready for rule-checking fun</td></tr>
<tr><td class="example">lib/</td><td>libraries required by Macker, which your Ant task's classpath must also include
<br/><span class="moreinfo">(the ones in lib/build-only/ are only for building Macker from source; you don't need them to use Macker)</span>
</td></tr>
<tr><td class="example">src/</td><td>Macker source code
<br/><span class="moreinfo">("ant test" builds a jar and runs tests for you)</span>
</td></tr>
<tr><td class="example">doc/</td><td>lots of fascinating documentation, including an <a href="doc/faq.html">FAQ</a> and a <a href="doc/guide/index.html">user guide</a></td></tr>
<tr><td class="example">bin/</td><td>useful scripts for running Macker from a command line</td></tr>
<tr><td class="example">LICENSE.html</td><td>license for Macker (<a href="LICENSE.html">GPL</a>)</td></tr>
<tr><td class="example">lib/license/</td><td>licenses for bundled libraries</td></tr>
</table>
<p>
Not quite sure what Macker is? Read the <a href="doc/faq.html">FAQ</a>.
<p>
Already using Macker? Here's an overview of <a href="doc/whatsnew.html">what's new in version 0.4</a>.
<p>
This distribution includes a <a href="doc/index.html">local copy</a> of the Macker site.
Check the <a href="http://innig.net/macker">online version</a> for updates.
<p>
Questions or suggestions? Feel free to <a href="doc/contact.html">contact Paul</a>.
<div class="footer">
<div class="navbar">
<a href="index.html">Home</a> |
<a href="faq.html">FAQ</a> |
<a href="http://sourceforge.net/project/showfiles.php?group_id=55296">Download</a> |
<a href="guide/index.html">Guide & Examples</a> |
<a href="http://sourceforge.net/projects/macker">Sourceforge</a> |
<a href="contact.html">Contact</a>
</div>
</div>
<p align="right">
<A href="http://sourceforge.net"><IMG src="http://sourceforge.net/sflogo.php?group_id=55296" width="88" height="31" border="0" alt="SourceForge Logo"></A>
<a href="http://innig.net/?logo"><img src="http://innig.net/images/innig_3C0000.gif"></a>
</body>
</html>