Cosmetic: Prevent mailing list archive/listinfo double-slashes ('//').
[www.jankratochvil.net.git] / project / captive / Index.html.pl
1 #! /usr/bin/perl
2
3 # $Id$
4 # Main page of 'My::Project::captive'
5 # Copyright (C) 2003 Jan Kratochvil <project-www.jankratochvil.net@jankratochvil.net>
6
7 # This program is free software; you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by
9 # the Free Software Foundation; exactly version 2 of June 1991 is required
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 # GNU General Public License for more details.
15
16 # You should have received a copy of the GNU General Public License
17 # along with this program; if not, write to the Free Software
18 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
20
21 package project::captive::Index;
22 require 5.6.0;  # at least 'use warnings;' but we need some 5.6.0+ modules anyway
23 our $VERSION=do { my @r=(q$Revision$=~/\d+/g); sprintf "%d.".("%03d"x$#r),@r; };
24 our $CVS_ID=q$Id$;
25 use strict;
26 use warnings;
27
28 BEGIN{ open F,"Makefile"; our $top_dir=pop @{[split /\s/,(grep /^top_srcdir/,<F>)[0]]}; eval "use lib '$top_dir'"; close F; }
29 use My::Web;
30 Wuse 'My::Project';
31 Wuse 'project::captive::ListItem';
32
33
34 my $W=My::Project->init_project(
35                 "__PACKAGE__"=>__PACKAGE__,
36                 "ListItem"=>\@project::captive::ListItem::ListItem,
37                 "no_project_data"=>1,
38                 "head_css"=>"
39 .reqpkg { font-style: italic; }
40 .stuff  { font-style: italic; font-size: larger; margin-left: 20%; margin-right: 10%; }
41 .re     { font-style: italic; }
42 table.mailman > * /* FIXME: What is it? */ > tr > th,
43 table.mailman > * /* FIXME: What is it? */ > tr > td { padding: 1ex; text-align: center; }
44 table.download td { padding: 8px; }
45 ",
46                 );
47
48
49 print <<"HERE" if !$WebConfig::WebConfig{"no_job"};
50 @{[ vskip "3ex" ]}
51
52 <table border="0" width="100%"><tr><td align="center">
53         <table border="0" style="margin: 4ex; padding: 2ex; background: #552222;">
54                 <tr><td style="font-size: larger;">
55                         Why did I install Microsoft Windows and write such a disgusting piece of code?<br />
56                         Expecting @{[ a_href $W->{"resume_url"},"yet another challenging task" ]}!
57                 </td></tr>
58         </table>
59 </table>
60 HERE
61
62 my %version=(
63                 map(($_=>["1.1.1.2","0"]),qw(captive captive-lufs captive-install)),
64                 "lufs"=>["0.9.7","1captive7"],
65                 );
66
67 print <<"HERE";
68 <h2>Download</h2>
69
70 <h3>Choose the one preferred installation format:</h3>
71
72 <table border="0" align="center" width="100%"><tr><td align="center">
73 <table border="1" frame="border" rules="rows" align="center" style="text-align: center;" class="download">
74         <tr>
75                 <td>
76                         RPM i386 binary<br />
77                         tested for distributions:
78                                         <table border="0"><tr><td align="left"><ul>
79                                                 <li>Red&nbsp;Hat&nbsp;9&nbsp;Shrike</li>
80                                                 <li>Red&nbsp;Hat&nbsp;8&nbsp;Psyche</li>
81                                                 <li>Mandrake&nbsp;9.1&nbsp;Bamboo</li>
82                                                 <li>SuSE&nbsp;9.0</li>
83                                         </ul></td></tr></table>
84                 </td>
85                 <td>@{[ a_href 'dist/captive-static-'.$version{"captive"}[0].'-'.$version{"captive"}[1].'.i386.rpm',
86                                 undef(),"size"=>1,"basename"=>1 ]}</td>
87         </tr>
88         <tr>
89                 <td>.tar.gz i386 binary<br />(for non-RPM distributions)</td>
90                 <td>@{[ a_href 'dist/captive-static-'.$version{"captive"}[0].'.tar.gz',undef(),"size"=>1,"basename"=>1 ]}</td>
91         </tr>
92         <tr>
93                 <td>Debian .deb binaries</td>
94                 <td>@{[ a_href 'CVS.html.pl#debian','download link' ]}</td>
95         </tr>
96         <tr>
97                 <td>Source archives</td>
98                 <td>@{[ a_href 'CVS.html.pl#source','download link' ]}</td>
99         </tr>
100 </table>
101 </td></tr></table>
102
103 @{[ vskip "3ex" ]}
104
105 <h2>NEWS</h2>
106
107 <dl>
108         <dt>captive-1.1.1.2 (2003-11-30) [@{[ a_href $W->{"project_viewcvs"}.'/*checkout*/captive/NEWS?rev=HEAD','archive' ]}]</dt>
109         <dd>
110                 <ul>
111                         <li>Mounted NTFS partitions are now public readable:
112                                         <span style="font-family: monospace;">rwx------</span> is now
113                                         <span style="font-family: monospace;">rwxr-xr-x</span></li>
114                         <li>Fixed refusal (crash) to mount some kind of NTFS disk drives (Nir Misgav)</li>
115                         <li>Fixed refusal to write &gt;64MB files on some NTFS disk drives (Charles Duffy)</li>
116                         <li>Fixed crash (=>no disk changes) during unmount of some NTFSes (Nir Misgav)</li>
117                         <li>Extended the set of MS-Windows XP drivers identified as Captive compatible</li>
118                         <li>Compatibility with SMP MS-Windows XP kernel binaries</li>
119                 </ul>
120         </dd>
121         <dt>lufs-0.9.7captive7 (2003-11-27) [@{[ a_href $W->{"project_viewcvs"}.'/*checkout*/lufs/NEWS.captive?rev=1.1.2.9','archive' ]}]</dt>
122         <dd>
123                 <ul>
124                         <li>Branch update for 0.9.7 (no changes apply to 'captive' branch)</li>
125                         <li>'prepmod'-wrap 'lufsd' instead of 'lufsmnt' as 'prepmod' fail is safe this way</li>
126                         <li>Fixed kernel module compilation if invoked by mount(8)</li>
127                         <li>Drop lufsumount(1) in the favor of compatibility with generic umount(8)</li>
128                         <li>Kernel module prebuilding compatibility with TurboLinux and SuSE kernels</li>
129                 </ul>
130         </dd>
131 </dl>
132
133 @{[ vskip "3ex" ]}
134
135
136 <h1>Installation Notes</h1>
137
138 <p>You should first run <b>captive-install-acquire</b> command to check your
139 available Microsoft Windows drivers versions. Now you can execute:</p>
140
141 <blockquote>
142         <p class="quote">
143                 # mkdir /mnt/dosc<br />
144                 # mount -t captive-ntfs /dev/hda1 /mnt/dosc
145         </p>
146 </blockquote>
147
148
149 <h2>Overview</h2>
150
151 <p>Any errors from '<b>captive-lufs</b>' are written to '<b>/var/log/messages</b>'.</p>
152
153 <p>Needed drivers (at least ntoskrnl.exe+ntfs.sys) must be in '<b>/var/lib/captive</b>'.</p>
154
155 <p>'<b>captive</b>' package creates '<b>captive</b>' user and '<b>captive</b>' group on your system.</p>
156
157
158 <h2>LUFS Kernel Driver Module</h2>
159
160 <p>@{[ a_href 'http://lufs.sourceforge.net/lufs/','LUFS' ]} (Linux Userland File
161 System) needs Linux kernel module driver (<i>lufs.o</i>) compatible with your
162 running Linux kernel. The binary driver is supplied already precompiled for many
163 Linux kernel versions in the binary packages above (<b>.i386.rpm</b> and
164 <b>_i386.deb</b> archives).</p>
165
166 <p>If you cannot <b>mount</b>(8) your NTFS filesystem you should run <span
167 class="quote">/usr/share/lufs/prepmod</span> to see the reasons. It is always
168 recommended to upgrade to the latest stable kernel supplied by your GNU/Linux
169 distribution vendor. You may need to install package
170 <b>kernel-source</b> (Red Hat) or <b>kernel-headers</b> (Debian) matching your
171 Linux kernel version (<b>rpm&nbsp;-q&nbsp;kernel</b>) and re-run <span
172 class="quote">/usr/share/lufs/prepmod</span>.</p>
173
174 <p><b>WARNING:</b> This 'captive' package may modify your Linux kernel
175 sources matching your currently running kernel version. These minor
176 modifications may include a dependencies rebuild, compiling build tools, fixes of
177 several include files, etc. All the modifications are done at the mount(8) time
178 by the automatically executed <span class="quote">/usr/share/lufs/prepmod</span> script.
179 This behavior was not present in the original
180 @{[ a_href 'http://lufs.sourceforge.net/lufs/','LUFS' ]} distribution
181 by @{[ a_href 'http://www.malinux.net/main/','Florin Malita' ]}.</p>
182
183
184 HERE
185
186
187 print rightimg <<"HERE",'reactos','ReactOS',"a_href"=>'http://www.reactos.com/';
188         <h2>The First Open Source MS-Windows Kernel API for Free OS</h2>
189
190         <p>Compatibility with the existing binary Microsoft Windows file system drivers has been
191         reached. Microsoft Windows kernel system components required by these drivers
192         were analyzed and successfully emulated in the GNU/Linux operating system.
193         The project brings the Microsoft Windows kernel emulation framework to support even
194         other types of Microsoft Windows drivers in the future.
195         The <span class="productname">@{[ a_href 'http://www.reactos.com/','ReactOS' ]}</span>
196         code base proved to be a big asset for this functionality.</p>
197 HERE
198
199
200 my @lists=qw(captive-announce-list captive-list captive-devel-list);
201
202 print <<"HERE";
203
204 <a name="lists"><h2>Mailing Lists</h2></a>
205
206 <form action="@{[ top_dir("/Mailman.pl") ]}" method="post">
207         <table border="1" class="mailman" style="border-collapse: collapse; border-style: solid; border-width: 1px;">
208                 <tr>@{[ map('<th>'.$_.'@jankratochvil.net</th>',@lists) ]}</tr>
209                 <tr><td>New version announcements<br />
210                         (low traffic, recommended)</td>
211                                 <td>User support,<br />bug reports</td>
212                                 <td>Development</td>
213                                 </tr>
214                 <tr>@{[ map({ "<td>".a_href(&{$W->{"mailman_url_sub"}}()."listinfo/$_",'Mailman Infopage')."</td>"; } @lists) ]}</tr>
215                 <tr>@{[ map({ "<td>".a_href(&{$W->{"pipermail_url_sub"}}()."$_",'Archive')."</td>"; } @lists) ]}</tr>
216                 <tr>@{[
217                         map(('<td><input type="checkbox" name="list" value="'.$_.'"'
218                                         .($_ ne "captive-announce-list" ? '' : ' checked="checked"')
219                                         .' /> Subscribe?</td>'),@lists)
220                         ]}</tr>
221                 <tr><td colspan="3">
222                         <table border="0" style="text-align: left;">
223                                 <tr><td>Email address:            </td><td><input type="text"     name="email"   size="30" /></td></tr>
224                                 <tr><td>Your new Mailman password:</td><td><input type="password" name="pw"      size="15" /></td></tr>
225                                 <tr><td>Reenter your password:    </td><td><input type="password" name="pw-conf" size="15" /></td></tr>
226                         </table>
227                         <p><input type="submit" name="email-button" value="Subscribe me" /></p>
228                 </td></tr>
229         </table>
230 <input type="hidden" name="back" value="/project/captive/#lists" />
231 </form>
232
233
234 @{[ vskip "3ex" ]}
235
236 <h1>See Also</h1>
237 <ul>
238         <li>@{[ a_href 'Preview.html.pl','Technology Preview' ]}</li>
239         <li>@{[ a_href 'CVS.html.pl','Download Sources, CVS Repository' ]}</li>
240         <li>@{[ a_href 'doc/','Developer Documentation' ]}; highlights:<ul>
241                 <li>@{[ a_href 'doc/About.html.pl#versions','Microsoft Windows Versions Compatibility' ]}</li>
242                 <li>@{[ a_href 'doc/Architecture.html.pl#law','Laws and Licensing Conditions' ]}</li>
243                 <li>@{[ a_href 'doc/Details.html.pl#sandbox','Sandboxing of W32 Filesystem' ]}</li>
244                 <li>@{[ a_href 'doc/TODO.html.pl#todo_fsck','TODO: Fsck of NTFS' ]}</li>
245                 <li>@{[ a_href 'doc/TODO.html.pl#todo_surprise','TODO: NTFS Support for Partition Surprise' ]}</li>
246                 <li>@{[ a_href 'doc/Related.html.pl#LinuxNTFScompet','Related Projects - Linux NTFS' ]}</li>
247                 <li>@{[ a_href 'doc/Related.html.pl#vmware','Related Projects - VMware Workstation' ]}</li>
248                 <li>@{[ a_href 'doc/LinuxNTFS.html.pl',"Re: 7.7 Can't we write a wrapper for Windows' driver?" ]}</li>
249                 </ul></li>
250         <li>@{[ a_href $W->{"project_viewcvs"}.'/*checkout*/captive/TODO?rev=HEAD','Known Bugs' ]}</li>
251         <li>Man Pages<ul>
252                 @{[
253                         do {
254                                 my @mans=(
255                                                 'captive'=>[7,'Microsoft Windows NT kernel emulation for NTFS disk access'],
256                                                 'mount.captive'=>[8,'mount(8) interface for NTFS disk access'],
257                                                 'lufs-captivefs'=>[7,'Linux Userland File System module for NTFS as filesystem'],
258                                                 'captive-cmdline'=>[1,'Command-line client for captive(7) NTFS disk access'],
259 ###                                             'captive-sandbox-server'=>[1,'Security+safety wrapper for NTFS disk access'],
260                                                 'captive-install-acquire'=>[1,'Find MS Windows XP driver files for NTFS'],
261 ###                                             'captive-install-fstab'=>[1,'Manage captive-ntfs /etc/fstab entries'],
262                                                 );
263                                 my @r;
264                                 while (@mans) {
265                                         my $file=shift @mans;
266                                         my($section,$name)=@{shift @mans};
267                                         push @r,"<li>".a_href("man/$file.pod.html",$file)."($section) - $name</li>\n";
268                                         }
269                                 @r;
270                                 }
271                         ]}
272                 </ul></li>
273         <li>@{[ a_href 'Resources.html.pl','Related Pages' ]}</li>
274         <li>@{[ a_href 'Thanks.html.pl','Thanks' ]}</li>
275 </ul>
276 HERE
277
278
279 My::Web->footer();