Clarify License => GNU General Public License version 2.
[inoclam.git] / www / index.html
blob5605bbf6c44d885014cfe2513796717543d2b4c4
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <!--
5 /*
6 * inoclam - Inotify+ClamAV virus scanner
7 * Copyright (C) 2007 Vermont Department of Taxes
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License version 2 as
11 * published by the Free Software Foundation.
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22 * Contributor(s):
23 * Tom Cort <tom.cort@state.vt.us>
25 -->
26 <title>Welcome to the inoclam Project Website</title>
27 <meta http-equiv="Content-Language" content="English" />
28 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
29 <link rel="stylesheet" type="text/css" href="style.css" media="screen" />
30 </head>
31 <body>
32 <div id="header">
33 Welcome to the inoclam Project Website
34 </div>
35 <div id="container">
36 <div id="content">
37 <h3><a name="introduction">Introduction</a></h3>
38 <p>
39 <em>inoclam</em> uses <a href="http://en.wikipedia.org/wiki/Inotify">inotify</a>
40 to watch user specified directories. When a file is created, changed
41 or copied to one of the monitored directories, the file is virus checked with
42 <a href="http://www.clamav.net/">ClamAV</a>. If a virus is detected,
43 the file is optionally removed from the file system and the administrator
44 is optionally notified.
45 </p>
46 <h3><a name="license">License</a></h3>
47 <p>
48 This program is free software; you can redistribute it and/or modify
49 it under the terms of the GNU General Public License version 2 as
50 published by the Free Software Foundation.
51 </p>
52 <p>
53 This program is distributed in the hope that it will be useful,
54 but WITHOUT ANY WARRANTY; without even the implied warranty of
55 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
56 GNU General Public License for more details.
57 </p>
58 <p>
59 You should have received a copy of the GNU General Public License
60 along with this program; if not, write to the Free Software
61 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
62 </p>
63 <h3><a name="runtime-dependencies">Runtime Dependencies</a></h3>
64 <p>
65 <ul>
66 <li><a href="http://www.kernel.org/">Linux 2.6.13 or later</a> (GPL v2 Only)</li>
67 <li><a href="http://www.clamav.net/">ClamAV 0.91 or later</a> (GPL v2 Only)</li>
68 <li><a href="http://inotify-tools.sourceforge.net/">inotify-tools 3.12 or later</a> (GPL v2)</li>
69 <li><a href="http://0pointer.de/lennart/projects/libdaemon/">libdaemon 0.12 or later</a> (LGPL v2.1 or Later)</li>
70 <li><a href="http://johnwiggins.net/jwsmtp/">jwSMTP 1.32 or later</a> (GPL v2 Only)</li>
71 <li><a href="http://www.nongnu.org/confuse/">libConfuse 2.5 or later</a> (LGPL v2.1 or Later)</li>
72 </ul>
73 </p>
74 <h3><a name="build-dependencies">Build Dependencies</a></h3>
75 <p>
76 <ul>
77 <li><a href="http://gcc.gnu.org/">g++ 4.2 or later</a></li>
78 <li><a href="http://www.gnu.org/software/make/">make 3.81 or later</a></li>
79 <li><a href="http://www.cmake.org/">CMake 2.4 or later</a></li>
80 <li><i>All <a href="/index.html#runtime-dependencies">Runtime Dependencies</a> (listed above).</i></li>
81 </ul>
82 </p>
83 <h3><a name="download">Download</a></h3>
84 <p>
85 <em>inoclam</em> releases are hosted on the
86 <a href="http://sourceforge.net/project/showfiles.php?group_id=211334">file release system</a>
87 at <a href="http://sourceforge.net">Source Forge</a>.
88 </p>
89 <h3><a name="gitrepo">Git Repository</a></h3>
90 <p>
91 The <em>inoclam</em> project team uses the <a href="http://git.or.cz/">git</a> version control system
92 to manage the <em>inoclam</em> source code. A copy of our work is hosted on
93 <a href="http://repo.or.cz/">repo.or.cz</a> at no cost to us, thanks Petr Baudis! You may explore the
94 code history via <a href="http://repo.or.cz/w/inoclam.git">git-web</a> at the following URL:
95 <a href="http://repo.or.cz/w/inoclam.git">http://repo.or.cz/w/inoclam.git</a> The repository itself
96 may be accessed with <a href="http://git.or.cz/">git</a> at the following URL:
97 <a href="git://repo.or.cz/inoclam.git">git://repo.or.cz/inoclam.git</a>
98 </p>
99 <pre>
100 git clone git://repo.or.cz/inoclam.git
101 </pre>
102 <h3><a name="maillist">Mailing List</a></h3>
104 Patches, comments, support questions, suggestions, rants and raves should be directed to the
105 <a href="http://lists.sourceforge.net/mailman/listinfo/inoclam-discuss">inoclam-discuss</a> mailing list
106 at <a href="http://sourceforge.net">Source Forge</a>.
107 </p>
108 </div>
109 </div>
110 <div id="logo">
111 <a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=211334&amp;type=7" width="210" height="62" border="0" alt="SourceForge.net Logo" /></a>
112 </div>
113 <div id="footer">
114 Copyright &copy; 2007 Vermont Department of Taxes<br/>
115 </div>
116 </body>
117 </html>