+Expected SUSE-9.0 packaging.
[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 ",
45                 );
46
47
48 print <<"HERE";
49 <h1>The First free Read/Write NTFS for Free Operating Systems</h1>
50 <h1>The First Open Source MS-Windows Kernel API for Free OS</h1>
51 HERE
52
53 my @stuff=(
54                 "A lot of people claim to be Windows Programmers.\n"
55                                 ." Now, I can join them at last - I have also written my own Microsoft Windows.",
56                 "Why do they need ".a_href('http://www.winsupersite.com/reviews/winserver2k3_gold2.asp','5,000 developers')
57                                 ." to write Microsoft Windows when it can be just a One Man Show?",
58                 "My first Microsoft Windows program ever written? Some 'helloworld'?"
59                                 ." <span class=\"quote\">hal.dll</span>.",
60                 );
61
62 print rightimg((map("<p class=\"stuff\">$_</p>\n",($stuff[int rand @stuff])))[0],
63                 'captive-install-acquire-small','[ Captive Microsoft Windows Drivers Acquire Illustration ]',
64                                 "a_href_img"=>'captive-install-acquire');
65
66
67 print <<"HERE" if !$WebConfig::WebConfig{"no_job"};
68 @{[ vskip "3ex" ]}
69
70 <table border="0" width="100%"><tr><td align="center">
71         <table border="0" style="margin: 4ex; padding: 2ex; background: #552222;">
72                 <tr><td style="font-size: larger;">
73                         Why did I install Microsoft Windows and write such a disgusting piece of code?<br />
74                         Expecting @{[ a_href $W->{"resume_url"},"yet another challenging task" ]}!
75                 </td></tr>
76         </table>
77 </table>
78 HERE
79
80
81 print <<"HERE";
82 @{[ vskip "3ex" ]}
83
84
85 <h2>NEWS</h2>
86
87 <dl>
88         <dt>captive-1.0.2 (2003-11-06) [@{[ a_href $W->{"project_viewcvs"}.'/*checkout*/captive/NEWS?rev=HEAD','archive' ]}]</dt>
89         <dd>
90                 <ul>
91                         <li>Fixed sandbox chroot(2) compatibility bug</li>
92                         <li>Fixed serious sandbox-server spawn memory leak for big files copying to NTFS</li>
93                         <li>Improved performance - 1GHz CPU: read 1.5MB/s, write 500KB/s, 20MB of RAM</li>
94                         <li>Various GNU/Linux distributions compatibility fixes</li>
95                 </ul>
96         </dd>
97 </dl>
98
99
100 @{[ vskip "1ex" ]}
101
102
103 <table border="1" align="center" style="text-align: center;" width="100%"><tr><th>Distribution</th>
104                 <th>Installation Case #1<br />Filesystem and installer<br />(recommended)</th>
105                 <th>Installation Case #2<br />Manual installation<br />(filesystem, expert user)</th>
106                 <th>Installation Case #3<br />Command-line client<br />(no filesystem access)</th></tr>
107 HERE
108 my %pkg=(
109                 1=>[qw(captive captive-lufs captive-install lufs gnome-vfs-httpcaptive ntfsprogs ntfsprogs-gnomevfs)],
110                 2=>[qw(captive captive-lufs                 lufs)],
111                 3=>[qw(captive)],
112                 );
113 my %reqpkg=(
114                 1 =>[qw(glib2 gnome-vfs2 ORBit2 libxml2 openssl popt readline libgnomeui)],
115                 23=>[qw(glib2 gnome-vfs2 ORBit2 libxml2 openssl popt readline)],
116                 );
117 my %version=(
118                 map(($_=>["1.0.2","0"]),qw(captive captive-lufs captive-install)),
119                 "lufs"=>["0.9.6","1captive6"],
120                 "gnome-vfs-httpcaptive"=>["2.3.8captive2","0"],
121                 "ntfsprogs"=>["200309071734","1captive1"],
122                 "ntfsprogs-gnomevfs"=>["1.0.2","0"],
123                 );
124 my %has_rh8=(map(($_=>1),qw(
125                 gnome-vfs-httpcaptive
126                 captive
127                 captive-lufs
128                 captive-install
129                 )));
130 my %has_mdk91=(map(($_=>1),qw(
131                 gnome-vfs-httpcaptive
132                 lufs
133                 captive
134                 captive-lufs
135                 captive-install
136                 )));
137 my %has_mdk92=(map(($_=>1),qw(
138                 captive
139                 captive-lufs
140                 captive-install
141                 )));
142 my %has_devel=(map(($_=>1),qw(
143                 ntfsprogs
144                 )));
145 my %pkg_nosrc=(map(($_=>1),qw(
146                 captive-lufs
147                 captive-install
148                 )));
149
150 my $case;
151 my $a_href_arch=sub ($$%)
152 {
153 my($file_base,$text,%args)=@_;
154
155         $text=~s/[._]\D.*$// if $case!=1 && $text!~/^[.]/;
156         return a_href $file_base,$text,"size"=>($case==1),%args;
157 };
158
159 my @libxml2_rh8_pkgs=qw(libxml2-2.5.4-1.i386.rpm libxml2-python-2.5.4-1.i386.rpm libxml2-devel-2.5.4-1.i386.rpm);
160
161 my $ntfsprogs_after=sub ($) {
162         my($format)=@_;
163                 return () if $case!=1;
164                 return '<hr width="80%" />requirement: '
165                                 .a_href('http://linux-ntfs.sourceforge.net/downloads.html#downloads','ntfsprogs')
166                                 .' '.$format.' &ge; 1.8.0';
167         };
168
169 my @dist=(
170                 {
171                         "name"=>"Red Hat 9<br />Shrike i386",
172                         "out"=>sub {
173                                 my($pkg,$version_base,$version_ext)=@_;
174                                         return () if $pkg eq "ntfsprogs";
175                                         my $file="$pkg-$version_base-$version_ext.i386.rpm";
176                                         my $r=&$a_href_arch("dist/$file",$file);
177                                         (my $filedev=$file)=~s/^\Q$pkg\E-/${pkg}-devel-/;
178                                         $r.="<br />".&$a_href_arch("dist/$filedev",$filedev) if $has_devel{$pkg};
179                                         return $r;
180                                 },
181                         "after"=>sub { return &{$ntfsprogs_after}(".i386.rpm"); },
182                         },
183                 {
184                         "name"=>"Red Hat 8<br />Psyche i386<br />"
185                                         ."(".a_href("#libxml2_rh8","libxml2 upgrade note").")",
186                         "out"=>sub {
187                                 my($pkg,$version_base,$version_ext)=@_;
188                                         return () if $pkg eq "ntfsprogs";
189                                         my $file="$pkg-$version_base-$version_ext".(!$has_rh8{$pkg} ? "" : "rh8").".i386.rpm";
190                                         my $r=&$a_href_arch("dist/$file",$file);
191                                         (my $filedev=$file)=~s/^\Q$pkg\E-/${pkg}-devel-/;
192                                         $r.="<br />".&$a_href_arch("dist/$filedev",$filedev) if $has_devel{$pkg};
193                                         if ($pkg eq "captive-install") {
194                                                 for (@libxml2_rh8_pkgs) {
195                                                         $r.="<br />".&$a_href_arch('ftp://ftp.redhat.com/pub/redhat/linux/9/en/os/i386/RedHat/RPMS/'.$_,$_)." of Red Hat 9";
196                                                         }
197                                                 }
198                                         return $r;
199                                 },
200                         "after"=>sub { return &{$ntfsprogs_after}(".i386.rpm"); },
201                         },
202                 {
203                         "name"=>"Mandrake 9.2<br />TBA i586",
204                         "out"=>sub {
205                                 my($pkg,$version_base,$version_ext)=@_;
206                                         return () if $pkg eq "ntfsprogs";
207                                         my $file="$pkg-$version_base-$version_ext"
208                                                         .($has_mdk92{$pkg} ? "mdk92.i586.rpm" : ($has_mdk91{$pkg} ? "mdk91.i586.rpm" : ".i386.rpm"));
209                                         my $r=&$a_href_arch("dist/$file",$file);
210                                         (my $filedev=$file)=~s/^\Q$pkg\E-/${pkg}-devel-/;
211                                         $r.="<br />".&$a_href_arch("dist/$filedev",$filedev) if $has_devel{$pkg};
212                                         return $r;
213                                 },
214                         "after"=>sub { return &{$ntfsprogs_after}(".i386.rpm"); },
215                         },
216                 {
217                         "name"=>"Mandrake 9.1<br />Bamboo i586",
218                         "out"=>sub {
219                                 my($pkg,$version_base,$version_ext)=@_;
220                                         return () if $pkg eq "ntfsprogs";
221                                         my $file="$pkg-$version_base-$version_ext".($has_mdk91{$pkg} ? "mdk91.i586.rpm" : ".i386.rpm");
222                                         my $r=&$a_href_arch("dist/$file",$file);
223                                         (my $filedev=$file)=~s/^\Q$pkg\E-/${pkg}-devel-/;
224                                         $r.="<br />".&$a_href_arch("dist/$filedev",$filedev) if $has_devel{$pkg};
225                                         return $r;
226                                 },
227                         "after"=>sub { return &{$ntfsprogs_after}(".i386.rpm"); },
228                         },
229                 {
230                         "name"=>"Debian GNU/Linux<br />'unstable' i386",
231                         "out"=>sub {
232                                 my($pkg,$version_base,$version_ext)=@_;
233                                         $version_ext=~s/^\d+//;
234                                         my $file="${pkg}_$version_base".($version_ext=~/^\d+$/ ? "" : $version_ext)."_i386.deb";
235                                         my $r=&$a_href_arch("dist/$file",$file);
236                                         (my $filedev=$file)=~s/^\Q$pkg\E_/${pkg}-dev_/;
237                                         $r.="<br />".&$a_href_arch("dist/$filedev",$filedev) if $has_devel{$pkg};
238                                         return $r;
239                                 },
240                         },
241                 {
242                         "name"=>"Sources (.tar.gz)",
243                         "out"=>sub {
244                                 my($pkg,$version_base,$version_ext)=@_;
245                                         return () if $pkg_nosrc{$pkg};
246                                         $version_ext=~s/^\d+//;
247                                         my $file="$pkg-$version_base".($version_ext=~/^\d+$/ ? "" : $version_ext).".tar.gz";
248                                         return $file,$file;
249                                 },
250                         "after"=>sub { return &{$ntfsprogs_after}(".tar.gz"); },
251                         },
252                 {
253                         "name"=>"Sources (.src.rpm)<br />(Red Hat 9 - Shrike)",
254                         "out"=>sub {
255                                 my($pkg,$version_base,$version_ext)=@_;
256                                         return () if $pkg eq "ntfsprogs";
257                                         return () if $pkg_nosrc{$pkg};
258                                         my $file="$pkg-$version_base-$version_ext.src.rpm";
259                                         return $file,$file;
260                                 },
261                         "after"=>sub { return &{$ntfsprogs_after}(".i386.rpm (incl. -devel)"); },
262                         },
263                 );
264
265 for my $dist (@dist) {
266         if ($dist->{"name"} eq "Debian GNU/Linux<br />'unstable' i386") {
267                 print "<tr>";
268                         print "<td>SUSE-9.0</td>";
269                         print '<td colspan="3" style="padding: 4ex;">';
270                                 print "Expected these days; ".a_href('#lists','subscribe <b>captive-announce-list</b> below.');
271                                 print join(", ",map("<span class=\"reqpkg\">$_</span>",@{$reqpkg{$case}}));
272                         print '</td>';
273                 print "</tr>\n";
274                 }
275         print "<tr>";
276                 print "<td>".$dist->{"name"}."</td>";
277                 for my $casel (1,2,3) {
278                         $case=$casel;
279                         print "<td>";
280                         print join("<br />",map({ my $pkg=$_;
281                                 my($file,$text)=&{$dist->{"out"}}($pkg,@{$version{$pkg}});
282                                 (!defined $text ? ($file) || () : (&$a_href_arch("dist/$file",$text)));
283                                 } @{$pkg{$case}}),map({ (!$_ ? () : (&{$_}())); } $dist->{"after"}));
284                         print "</td>";
285                         }
286         print "</tr>\n";
287         }
288 print "<tr style=\"height: 2ex;\"></tr>\n";
289 print "<tr>";
290         print "<td>Package Requirements</td>";
291         for my $case (1,23) {
292                 print "<td".($case==23 ? ' colspan="2"' : '').">";
293                         print join(", ",map("<span class=\"reqpkg\">$_</span>",@{$reqpkg{$case}}));
294                 print "</td>";
295                 }
296 print "</tr>\n";
297 print <<"HERE";
298 </table>
299
300 <blockquote>
301         <p><a name="libxml2_rh8"><b><i>Red Hat 8 Psyche</i> upgrade of <i>libxml2</i> package:</b></a>
302         Upgrade only the packages already installed on your system to prevent
303         many dependency requirements - do not use &quot;<code>rpm -U</code>&quot;,
304         use &quot;<code>rpm -F</code>&quot; instead:</p>
305         <blockquote><p class="quote">
306                 <code>rpm -F @{[ join(" ",@libxml2_rh8_pkgs) ]}</code>
307         </p></blockquote>
308 </blockquote>
309
310 @{[ vskip "3ex" ]}
311
312
313 <h1>Installation Notes</h1>
314
315 <p>You should first run <b>captive-install-acquire</b> command to check your
316 available Microsoft Windows drivers versions. Now you can execute:</p>
317
318 <blockquote>
319         <p class="quote">
320                 # mkdir /mnt/dosc<br />
321                 # mount -t captive-ntfs /dev/hda1 /mnt/dosc
322         </p>
323 </blockquote>
324
325
326 <h2>Overview</h2>
327
328 <p>'<b>captive</b>' is the base package. It contains debugging '<b>captive-cmdline</b>' client.<br />
329 '<b>captive-lufs</b>' permits mounting NTFS as regular filesystem. It needs '<b>lufs</b>'.<br />
330 '<b>lufs</b>' is a daemon to enable userland process to provide filesystem functions.</p>
331
332 <p>Any errors from '<b>captive-lufs</b>' are written to '<b>/var/log/messages</b>'.</p>
333
334 <p>Needed drivers (at least ntoskrnl.exe+ntfs.sys) must be in '<b>/var/lib/captive</b>'.</p>
335
336 <p>'<b>captive</b>' package creates '<b>captive</b>' user and '<b>captive</b>' group on your system.</p>
337
338
339 <h2>Package Version Conflicts</h2>
340
341 <dl>
342
343 <dt>@{[ a_href 'http://lufs.sourceforge.net/lufs/','lufs' ]}</dt>
344 <dd><p><b>'captive' version required</b>: Although you may already have the
345 original package installed you must replace it by the local 'captive'-marked
346 version containing some 'captive'-essential fixes and extensions.</p></dd>
347
348 </dl>
349
350
351 <h2>LUFS Kernel Driver Module</h2>
352
353 <p>@{[ a_href 'http://lufs.sourceforge.net/lufs/','LUFS' ]} (Linux Userland File
354 System) needs Linux kernel module driver (<i>lufs.o</i>) compatible with your
355 running Linux kernel. The binary driver is supplied already precompiled for many
356 Linux kernel versions in the binary packages above (<b>.i386.rpm</b> and
357 <b>_i386.deb</b> archives).</p>
358
359 <p>If you cannot <b>mount</b>(8) your NTFS filesystem you should run <span
360 class="quote">/usr/share/lufs/prepmod</span> to see the reasons. It is always
361 recommended to upgrade to the latest stable kernel supplied by your GNU/Linux
362 distribution vendor. You may need to install package
363 <b>kernel-source</b> (Red Hat) or <b>kernel-headers</b> (Debian) matching your
364 Linux kernel version (<b>rpm&nbsp;-q&nbsp;kernel</b>) and re-run <span
365 class="quote">/usr/share/lufs/prepmod</span>.</p>
366
367 <p><b>WARNING:</b> This 'captive' package may modify your Linux kernel
368 sources matching your currently running kernel version. These minor
369 modifications may include a dependencies rebuild, compiling build tools, fixes of
370 several include files, etc. All the modifications are done at the mount(8) time
371 by the automatically executed <span class="quote">/usr/share/lufs/prepmod</span> script.
372 This behavior was not present in the original
373 @{[ a_href 'http://lufs.sourceforge.net/lufs/','LUFS' ]} distribution
374 by @{[ a_href 'http://www.malinux.net/main/','Florin Malita' ]}.</p>
375
376
377 HERE
378
379
380 print rightimg <<"HERE",'reactos','ReactOS',"a_href"=>'http://www.reactos.com/';
381         <h2>The First Open Source MS-Windows Kernel API for Free OS</h2>
382
383         <p>Compatibility with the existing binary Microsoft Windows file system drivers has been
384         reached. Microsoft Windows kernel system components required by these drivers
385         were analyzed and successfully emulated in the GNU/Linux operating system.
386         The project brings the Microsoft Windows kernel emulation framework to support even
387         other types of Microsoft Windows drivers in the future.
388         The <span class="productname">@{[ a_href 'http://www.reactos.com/','ReactOS' ]}</span>
389         code base proved to be a big asset for this functionality.</p>
390 HERE
391
392
393 my @lists=qw(captive-announce-list captive-list captive-devel-list);
394
395 print <<"HERE";
396
397 <a name="lists"><h2>Mailing Lists</h2></a>
398
399 <form action="@{[ top_dir("/Mailman.pl") ]}" method="post">
400         <table border="1" class="mailman" style="border-collapse: collapse; border-style: solid; border-width: 1px;">
401                 <tr>@{[ map('<th>'.$_.'@jankratochvil.net</th>',@lists) ]}</tr>
402                 <tr><td>New version announcements<br />
403                         (low traffic, recommended)</td>
404                                 <td>User support,<br />bug reports</td>
405                                 <td>Development</td>
406                                 </tr>
407                 <tr>@{[ map({ "<td>".a_href(&{$W->{"mailman_url_sub"}}()."/listinfo/$_",'Mailman Infopage')."</td>"; } @lists) ]}</tr>
408                 <tr>@{[ map({ "<td>".a_href(&{$W->{"pipermail_url_sub"}}()."/$_",'Archive')."</td>"; } @lists) ]}</tr>
409                 <tr>@{[
410                         map(('<td><input type="checkbox" name="list" value="'.$_.'"'
411                                         .($_ ne "captive-announce-list" ? '' : ' checked="checked"')
412                                         .' /> Subscribe?</td>'),@lists)
413                         ]}</tr>
414                 <tr><td colspan="3">
415                         <table border="0" style="text-align: left;">
416                                 <tr><td>Email address:            </td><td><input type="text"     name="email"   size="30" /></td></tr>
417                                 <tr><td>Your new Mailman password:</td><td><input type="password" name="pw"      size="15" /></td></tr>
418                                 <tr><td>Reenter your password:    </td><td><input type="password" name="pw-conf" size="15" /></td></tr>
419                         </table>
420                         <p><input type="submit" name="email-button" value="Subscribe me" /></p>
421                 </td></tr>
422         </table>
423 <input type="hidden" name="back" value="/project/captive/#lists" />
424 </form>
425
426
427 @{[ vskip "3ex" ]}
428
429 <h1>See Also</h1>
430 <ul>
431         <li>@{[ a_href 'Preview.html.pl','<span style="font-size: larger;">Technology Preview</span>' ]}</li>
432         <li>@{[ a_href 'CVS.html.pl','CVS Repository' ]}</li>
433         <li>@{[ a_href 'doc/','Developer Documentation' ]}; highlights:<ul>
434                 <li>@{[ a_href 'doc/About.html.pl#versions','Microsoft Windows Versions Compatibility' ]}</li>
435                 <li>@{[ a_href 'doc/Architecture.html.pl#law','Laws and Licensing Conditions' ]}</li>
436                 <li>@{[ a_href 'doc/Details.html.pl#sandbox','Sandboxing of W32 Filesystem' ]}</li>
437                 <li>@{[ a_href 'doc/TODO.html.pl#todo_fsck','TODO: Fsck of NTFS' ]}</li>
438                 <li>@{[ a_href 'doc/TODO.html.pl#todo_surprise','TODO: NTFS Support for Partition Surprise' ]}</li>
439                 <li>@{[ a_href 'doc/Related.html.pl#LinuxNTFScompet','Related Projects - Linux NTFS' ]}</li>
440                 <li>@{[ a_href 'doc/Related.html.pl#vmware','Related Projects - VMware Workstation' ]}</li>
441                 <li>@{[ a_href 'doc/LinuxNTFS.html.pl',"Re: 7.7 Can't we write a wrapper for Windows' driver?" ]}</li>
442                 </ul></li>
443         <li>@{[ a_href $W->{"project_viewcvs"}.'/*checkout*/captive/TODO?rev=HEAD','Known Bugs' ]}</li>
444         <li>Man Pages<ul>
445                 @{[
446                         do {
447                                 my @mans=(
448                                                 'captive'=>[7,'Microsoft Windows NT kernel emulation for NTFS disk access'],
449                                                 'mount.captive'=>[8,'mount(8) interface for NTFS disk access'],
450                                                 'lufs-captivefs'=>[7,'Linux Userland File System module for NTFS as filesystem'],
451                                                 'captive-cmdline'=>[1,'Command-line client for captive(7) NTFS disk access'],
452 ###                                             'captive-sandbox-server'=>[1,'Security+safety wrapper for NTFS disk access'],
453                                                 'captive-install-acquire'=>[1,'Find MS Windows XP driver files for NTFS'],
454 ###                                             'captive-install-fstab'=>[1,'Manage captive-ntfs /etc/fstab entries'],
455                                                 );
456                                 my @r;
457                                 while (@mans) {
458                                         my $file=shift @mans;
459                                         my($section,$name)=@{shift @mans};
460                                         push @r,"<li>".a_href("man/$file.pod.html",$file)."($section) - $name</li>\n";
461                                         }
462                                 @r;
463                                 }
464                         ]}
465                 </ul></li>
466         <li>@{[ a_href 'Resources.html.pl','Related Pages' ]}</li>
467         <li>@{[ a_href 'Thanks.html.pl','Thanks' ]}</li>
468 </ul>
469 HERE
470
471
472 My::Web->footer();