captive-1.1.3.2
[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 table.navigate td { padding-bottom: 1ex; padding-left: 15px; padding-right: 15px; }
46 ",
47                 "project_text_after_title"=>""
48                                 .'<table border="0" width="100%"><tr><td align="center">'
49                                         .'<table border="0" class="navigate"><tr>'
50                                                 .'<td>&bull;&nbsp;'.a_href('#download','Download').'</td>'
51                                                 .'<td>&bull;&nbsp;'.a_href('#news','NEWS').'</td>'
52                                                 .'<td>&bull;&nbsp;'.a_href('#testimonials','Testimonials').'</td>'
53                                                 .'<td>&bull;&nbsp;'.a_href('#notes','Installation Notes').'</td>'
54                                                 .'<td>&bull;&nbsp;'.a_href('#lists','Mailing Lists').'</td>'
55                                                 .'<td>&bull;&nbsp;'.a_href('#seealso','See Also').'</td>'
56                                         .'</tr></table>'
57                                 .'</td></tr></table>'
58                 );
59
60
61 print <<"HERE"; # if !$WebConfig::WebConfig{"no_job"};
62 @{[ vskip "3ex" ]}
63
64 <table border="0" width="100%"><tr><td align="center">
65         <table border="0" style="margin: 3ex; padding: 2ex; background: #bb8888;">
66                 <tr><td style="font-size: larger;">
67                         Looking for a challenging job: @{[ a_href $W->{"resume_url"},"My resume" ]}
68                 </td></tr>
69         </table>
70 </table>
71 HERE
72
73 my %version=(
74                 map(($_=>["1.1.3.2","0"]),qw(captive captive-lufs captive-install)),
75                 "lufs"=>["0.9.7","1captive8"],
76                 );
77
78 print <<"HERE";
79 <a name="download"><h2>Download</h2></a>
80
81 <h3>Choose the one preferred installation format:</h3>
82
83 <h4 align="center">Currently DO NOT USE for MS-Windows 2000 NTFS bootable disk!</h4>
84 <p>Next release will address this issue.
85 No data are lost although you may need to use CHKDSK from your "recovery
86 console" of your installation CD (NTFS superblock backup is not updated due to
87 a Linux kernel bug).</p>
88
89 <table border="0" align="center" width="100%"><tr><td align="center">
90 <table border="1" frame="border" rules="rows" align="center" style="text-align: center;" class="download">
91         <tr>
92                 <td>
93                         RPM i386 binary<br />
94                         tested for distributions:
95                                         <table border="0"><tr><td align="left"><ul>
96                                                 <li>Red&nbsp;Hat&nbsp;9&nbsp;Shrike</li>
97                                                 <li>Red&nbsp;Hat&nbsp;8&nbsp;Psyche</li>
98                                                 <li>Mandrake&nbsp;9.1&nbsp;Bamboo</li>
99                                         </ul></td></tr></table>
100                 </td>
101                 <td>@{[ a_href 'dist/captive-static-'.$version{"captive"}[0].'-'.$version{"captive"}[1].'.i386.rpm',
102                                 undef(),"size"=>1,"basename"=>1 ]}</td>
103         </tr>
104         <tr>
105                 <td>.tar.gz i386 binary<br />(for non-RPM distributions)</td>
106                 <td>@{[ a_href 'dist/captive-static-'.$version{"captive"}[0].'.tar.gz',undef(),"size"=>1,"basename"=>1 ]}</td>
107         </tr>
108         <tr>
109                 <td>Debian .deb binaries</td>
110                 <td>@{[ a_href 'CVS.html.pl#debian','download link' ]}</td>
111         </tr>
112         <tr>
113                 <td>Source archives</td>
114                 <td>@{[ a_href 'CVS.html.pl#source','download link' ]}</td>
115         </tr>
116 </table>
117 </td></tr></table>
118
119 @{[ vskip "3ex" ]}
120
121 <a name="news"><h2>NEWS</h2></a>
122
123 <dl>
124         <dt>captive-1.1.3.2 (2003-12-07) [@{[ a_href $W->{"project_viewcvs"}.'/*checkout*/captive/NEWS?rev=HEAD','archive' ]}]</dt>
125         <dd>
126                 <ul>
127                         <li>Proper unmount: no auto-chkdsk and no W2K BSOD (Geoff Talvola/Marek Koch)</li>
128                         <li>Prevent &quot;mv dir dir/subdir&quot; (Ulrich Mueller)</li>
129                         <li>Workaround Linux kernel bug wrt update of NTFS last sector superblock-backup</li>
130                         <li>Fixed directory listings of files with invalid timestamps (Graeme/Unit3)</li>
131                         <li>Fixed refusal of filesystem ops related to NTFS security (Tonda Nebuzelsky)</li>
132                         <li>Fixed refusal of mounting some NTFS drives</li>
133                         <li>Identify German W32 XP (No Service Pack) Free Build (Moritz Moeller-Herrmann)</li>
134                 </ul>
135         </dd>
136         <dt>lufs-0.9.7captive8 (2003-12-06) [@{[ a_href $W->{"project_viewcvs"}.'/*checkout*/lufs/NEWS.captive?rev=1.1.2.11','archive' ]}]</dt>
137         <dd>
138                 <ul>
139                         <li>Cope with the installed Linux kernel sources not matching the current kernel.</li>
140                 </ul>
141         </dd>
142 </dl>
143
144 @{[ vskip "3ex" ]}
145
146 <a name="testimonials"><h2>Captive NTFS Testimonials</h2></a>
147
148 <ul>
149         <li>Derek J Witt
150                 <p>I commend you for this project. I am currently using this on my XP NTFS
151                 partitions and I am impressed that I can actually move, edit, and remove files
152                 and directories with no apparent ill effects. This is very nice indeed.</p>
153                 <p>I initially was skeptical because it uses wine and parts of ReactOS
154                  (I have messed with this OS a few times), but you have proved me wrong. I have
155                 noticed no lag on my system.  I do notice the initial mounting process does
156                 take slightly longer than the Linux-NTFS project. But, once I'm past that, it's
157                 quite transparent.</p>
158                 <p><span style="font-style: italic;">[ technical question cut ]</span></p>
159         </li>
160         <li>James Van't Slot
161                 <p>Just wanted to drop you a note and say &quot;Excellent work!&quot;</p>
162                 <p>I just installed captive and it worked as advertized right out of the
163                 rpm.  Thanks, I've been holding off recompiling my kernel until NTFS is
164                 supported out of the box for Redhat.  Now I don't have to bother.</p>
165                 <p>Thanks again and keep up the great work.</p>
166         </li>
167 </ul>
168
169 @{[ vskip "3ex" ]}
170
171
172 <a name="notes"><h1>Installation Notes</h1></a>
173
174 <p>You should first run <b>captive-install-acquire</b> command to check your
175 available Microsoft Windows drivers versions. Now you can execute:</p>
176
177 <blockquote>
178         <p class="quote">
179                 # mkdir /mnt/dosc<br />
180                 # mount -t captive-ntfs /dev/hda1 /mnt/dosc
181         </p>
182 </blockquote>
183
184
185 <h2>Overview</h2>
186
187 <p>Any errors from '<b>captive-lufs</b>' are written to '<b>/var/log/messages</b>'.</p>
188
189 <p>Needed drivers (at least ntoskrnl.exe+ntfs.sys) must be in '<b>/var/lib/captive</b>'.</p>
190
191 <p>'<b>captive</b>' package creates '<b>captive</b>' user and '<b>captive</b>' group on your system.</p>
192
193
194 <h2>LUFS Kernel Driver Module</h2>
195
196 <p>@{[ a_href 'http://lufs.sourceforge.net/lufs/','LUFS' ]} (Linux Userland File
197 System) needs Linux kernel module driver (<i>lufs.o</i>) compatible with your
198 running Linux kernel. The binary driver is supplied already precompiled for many
199 Linux kernel versions in the binary packages above (<b>.i386.rpm</b> and
200 <b>_i386.deb</b> archives).</p>
201
202 <p>If you cannot <b>mount</b>(8) your NTFS filesystem you should run <span
203 class="quote">/usr/share/lufs/prepmod</span> to see the reasons. It is always
204 recommended to upgrade to the latest stable kernel supplied by your GNU/Linux
205 distribution vendor. You may need to install package
206 <b>kernel-source</b> (Red Hat) or <b>kernel-headers</b> (Debian) matching your
207 Linux kernel version (<b>rpm&nbsp;-q&nbsp;kernel</b>) and re-run <span
208 class="quote">/usr/share/lufs/prepmod</span>.</p>
209
210 <p><b>WARNING:</b> This 'captive' package may modify your Linux kernel
211 sources matching your currently running kernel version. These minor
212 modifications may include a dependencies rebuild, compiling build tools, fixes of
213 several include files, etc. All the modifications are done at the mount(8) time
214 by the automatically executed <span class="quote">/usr/share/lufs/prepmod</span> script.
215 This behavior was not present in the original
216 @{[ a_href 'http://lufs.sourceforge.net/lufs/','LUFS' ]} distribution
217 by @{[ a_href 'http://www.malinux.net/main/','Florin Malita' ]}.</p>
218
219
220 HERE
221
222
223 print rightimg <<"HERE",'reactos','ReactOS',"a_href"=>'http://www.reactos.com/';
224         <h2>The First Open Source MS-Windows Kernel API for Free OS</h2>
225
226         <p>Compatibility with the existing binary Microsoft Windows file system drivers has been
227         reached. Microsoft Windows kernel system components required by these drivers
228         were analyzed and successfully emulated in the GNU/Linux operating system.
229         The project brings the Microsoft Windows kernel emulation framework to support even
230         other types of Microsoft Windows drivers in the future.
231         The <span class="productname">@{[ a_href 'http://www.reactos.com/','ReactOS' ]}</span>
232         code base proved to be a big asset for this functionality.</p>
233 HERE
234
235
236 my @lists=qw(captive-announce-list captive-list captive-devel-list);
237
238 print <<"HERE";
239
240 <a name="lists"><h2>Mailing Lists</h2></a>
241
242 <form action="@{[ top_dir("/Mailman.pl") ]}" method="post">
243         <table border="1" class="mailman" style="border-collapse: collapse; border-style: solid; border-width: 1px;">
244                 <tr>@{[ map('<th>'.$_.'@jankratochvil.net</th>',@lists) ]}</tr>
245                 <tr><td>New version announcements<br />
246                         (low traffic, recommended)</td>
247                                 <td>User support,<br />bug reports</td>
248                                 <td>Development</td>
249                                 </tr>
250                 <tr>@{[ map({ "<td>".a_href(&{$W->{"mailman_url_sub"}}()."listinfo/$_",'Mailman Infopage')."</td>"; } @lists) ]}</tr>
251                 <tr>@{[ map({ "<td>".a_href(&{$W->{"pipermail_url_sub"}}()."$_",'Archive')."</td>"; } @lists) ]}</tr>
252                 <tr>@{[
253                         map(('<td><input type="checkbox" name="list" value="'.$_.'"'
254                                         .($_ ne "captive-announce-list" ? '' : ' checked="checked"')
255                                         .' /> Subscribe?</td>'),@lists)
256                         ]}</tr>
257                 <tr><td colspan="3">
258                         <table border="0" style="text-align: left;">
259                                 <tr><td>Email address:            </td><td><input type="text"     name="email"   size="30" /></td></tr>
260                                 <tr><td>Your new Mailman password:</td><td><input type="password" name="pw"      size="15" /></td></tr>
261                                 <tr><td>Reenter your password:    </td><td><input type="password" name="pw-conf" size="15" /></td></tr>
262                         </table>
263                         <p><input type="submit" name="email-button" value="Subscribe me" /></p>
264                 </td></tr>
265         </table>
266 <input type="hidden" name="back" value="/project/captive/#lists" />
267 </form>
268
269
270 @{[ vskip "3ex" ]}
271
272 <a name="seealso"><h1>See Also</h1></a>
273 <ul>
274         <li>@{[ a_href 'Preview.html.pl','Technology Preview' ]}</li>
275         <li>@{[ a_href 'CVS.html.pl','Download Sources, CVS Repository' ]}</li>
276         <li>@{[ a_href 'doc/','Developer Documentation' ]}; highlights:<ul>
277                 <li>@{[ a_href 'doc/About.html.pl#versions','Microsoft Windows Versions Compatibility' ]}</li>
278                 <li>@{[ a_href 'doc/Architecture.html.pl#law','Laws and Licensing Conditions' ]}</li>
279                 <li>@{[ a_href 'doc/Details.html.pl#sandbox','Sandboxing of W32 Filesystem' ]}</li>
280                 <li>@{[ a_href 'doc/TODO.html.pl#todo_fsck','TODO: Fsck of NTFS' ]}</li>
281                 <li>@{[ a_href 'doc/TODO.html.pl#todo_surprise','TODO: NTFS Support for Partition Surprise' ]}</li>
282                 <li>@{[ a_href 'doc/Related.html.pl#LinuxNTFScompet','Related Projects - Linux NTFS' ]}</li>
283                 <li>@{[ a_href 'doc/Related.html.pl#vmware','Related Projects - VMware Workstation' ]}</li>
284                 <li>@{[ a_href 'doc/LinuxNTFS.html.pl',"Re: 7.7 Can't we write a wrapper for Windows' driver?" ]}</li>
285                 </ul></li>
286         <li>@{[ a_href $W->{"project_viewcvs"}.'/*checkout*/captive/TODO?rev=HEAD','Known Bugs' ]}</li>
287         <li>Man Pages<ul>
288                 @{[
289                         do {
290                                 my @mans=(
291                                                 'captive'=>[7,'Microsoft Windows NT kernel emulation for NTFS disk access'],
292                                                 'mount.captive'=>[8,'mount(8) interface for NTFS disk access'],
293                                                 'lufs-captivefs'=>[7,'Linux Userland File System module for NTFS as filesystem'],
294                                                 'captive-cmdline'=>[1,'Command-line client for captive(7) NTFS disk access'],
295 ###                                             'captive-sandbox-server'=>[1,'Security+safety wrapper for NTFS disk access'],
296                                                 'captive-install-acquire'=>[1,'Find MS Windows XP driver files for NTFS'],
297 ###                                             'captive-install-fstab'=>[1,'Manage captive-ntfs /etc/fstab entries'],
298                                                 );
299                                 my @r;
300                                 while (@mans) {
301                                         my $file=shift @mans;
302                                         my($section,$name)=@{shift @mans};
303                                         push @r,"<li>".a_href("man/$file.pod.html",$file)."($section) - $name</li>\n";
304                                         }
305                                 @r;
306                                 }
307                         ]}
308                 </ul></li>
309         <li>@{[ a_href 'Resources.html.pl','Related Pages' ]}</li>
310         <li>@{[ a_href 'Thanks.html.pl','Thanks' ]}</li>
311 </ul>
312 HERE
313
314
315 My::Web->footer();