remove "clean" option from booki-twiki-gateway: it was unused.
[objavi2.git] / templates / booki-twiki-gateway.html
blob2d25ab48aa167eec7ae7102536a6e0934ebac4a8
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! TWiki wrapper</title>
25 <meta name="robots" content="noindex" />
26 <link rel="stylesheet" href="/static/objavi.css" type="text/css" media="screen" />
27 </head>
29 <body>
30 <form action="" method="post" id="obform" name="obform">
31 <div id="main">
32 <h1>TWiki to Booki gateway</h1>
33 <p>
34 This script produces Booki-like output from a TWiki server.
35 </p>
37 %(ziplink)s
39 <div id="server_div" class="form-item">
40 <div class="input_title">FLOSS Manuals server</div>
41 <div class="input_contents">
42 <select id="server" name="server">
43 %(server-list)s
44 </select>
45 </div>
46 </div>
47 <div id="book_div" class="form-item">
48 <div class="input_title">Book (short name)</div>
49 <div class="input_contents">
50 <input id="book" name="book" />
51 </div>
52 </div>
54 <div id="use-cache_div" class="form-item">
55 <div class="input_title">Use cached images if possible</div>
56 <div class="input_contents">
57 <input type="checkbox" id="use-cache" name="use-cache" value="yes!" checked="checked" />
58 </div>
59 </div>
61 <button id="submit">export</button>
63 </div>
64 </form>
65 <!--
66 <script src="/static/jquery.js" type="text/javascript"></script>
67 <script src="/static/form.js" type="text/javascript"></script>-->
68 </body>
69 </html>