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