Copy-edit and fact check of about.html (thanks Adam Hyde)
[objavi2.git] / about.html
blobeb486ef998951aecdfbe0c39763b3ee502699d9b
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <!-- Part of Objavi2, which turns html manuals into books.
5 This form select the manual and production options.
7 Copyright (C) 2009 Douglas Bagnall
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 along
20 with this program; if not, write to the Free Software Foundation, Inc.,
21 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22 -->
23 <head>
24 <title>OBJAVI! II</title>
25 <meta name="robots" content="noindex" />
26 <link rel="icon" href="http://www.flossmanuals.net/pub/TWiki//FlossSkin2/fl2.ico" type="image/x-icon" />
27 <link rel="stylesheet" href="/static/objavi.css" type="text/css" media="screen" />
28 </head>
30 <body>
31 <div id="main">
33 <h1>Objavi 2: another FLOSS Manuals publishing system</h1>
35 <p>
36 FLOSS Manuals books are written and stored as HTML, but are
37 converted to PDF and other formats for printing, reading, or
38 further processing. Programs which perform this task are
39 called objavi (pronounced "ob-YAH-vee", as if the J was a Y),
40 after the Croatian word "objavi!" meaning "publish!".
41 </p>
43 <p>
44 Objavi is free software, distributed under the version 2 or
45 greater of the GNU General Public License. The source is
46 available via
47 <a href="http://repo.or.cz/w/objavi2.git">http://repo.or.cz/w/objavi2.git</a>,
48 which also contains instructions for cloning the git repository.
49 </p>
51 <p>
52 For a more detailed description of the software, see the <a
53 href="/README">README</a> and <a href="/INSTALL">INSTALL</a>
54 files. If you wish to contribute, or even just install
55 Objavi, please join the <a
56 href="http://lists.flossmanuals.net/listinfo.cgi/tech-flossmanuals.net">FLOSS
57 Manuals tech mailing list</a>.
58 </p>
60 <p>
61 This is the second Objavi, written in 2009 by Douglas Bagnall
62 for FLOSS Manuals with support from sesawe.net and Internews.
63 The first was written by Aleksandar Erkalovic and Luka Frelih
64 in 2008.
65 </p>
67 </div>
68 </body>
69 </html>