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