adjust
[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 use My::Project;
31 use project::captive::ListItem;
32
33
34 my $W=My::Project->init_project(
35                 "__PACKAGE__"=>__PACKAGE__,
36                 "ListItem"=>\@project::captive::ListItem::ListItem,
37                 "head_css"=>"
38 .reqpkg { font-style: italic; }
39 .stuff  { font-style: italic; font-size: larger; margin-left: 20%; margin-right: 10%; }
40 .re     { font-style: italic; }
41 ",
42                 );
43
44
45 print vskip("10ex")."<h1 align=\"center\">!!! DO NOT DISCLOSE - **************** !!!</h1>\n".vskip("10ex");
46
47 print <<"HERE";
48 <h1>The First Read/Write NTFS for Free Operating Systems</h1>
49 <h1>The First Free Microsoft Windows Kernel API Emulation</h1>
50 HERE
51
52 my @stuff=(
53                 "A lot of people claim themselves as Windows Programmers.\n"
54                                 ." Now I can finally join them - I also wrote my own Microsoft Windows.",
55                 "Why do they need ".a_href('http://www.winsupersite.com/reviews/winserver2k3_gold2.asp','5000 developers')
56                                 ." to write Microsoft Windows when it is just One Man Show task?",
57
58
59
60                 "My first Microsoft Windows program ever written? Some 'helloworld'?"
61                                 ." <span class=\"quote\">hal.dll</span>.",
62                 );
63
64
65 print <<"HERE";
66
67
68 <table border="0" width="100%">
69         <col width="1*" />
70         <col width="0*" />
71         <tr>
72                 <td align="left">
73                         @{[ map("<p class=\"stuff\">$_</p>\n",($stuff[int rand @stuff])) ]}
74                 </td>
75                 <td align="right">@{[ a_href My::Web::img_src('captive-install-acquire'),
76                                 img('captive-install-acquire-small','[ Captive Microsoft Windows Drivers Acquire Illustration ]') ]}</td>
77         </tr>
78 </table>
79
80 @{[ vskip "3ex" ]}
81
82 <table border="1" align="center" style="text-align: center;"><tr><th>Distribution</th>
83                 <th>Installation Case #1<br />Filesystem and installer<br />(recommended)</th>
84                 <th>Installation Case #2<br />Manual installation<br />(filesystem, expert user)</th>
85                 <th>Installation Case #3<br />Command-line client<br />(no filesystem access)</th></tr>
86 HERE
87 my %pkg=(
88                 1=>[qw(captive captive-lufs captive-install lufs gnome-vfs-httpcaptive ntfsprogs ntfsprogs-gnomevfs)],
89                 2=>[qw(captive captive-lufs                 lufs)],
90                 3=>[qw(captive)],
91                 );
92 my %reqpkg=(
93                 1=>[qw(glib2 gnome-vfs2 ORBit2 libxml2 openssl popt          libgnomeui)],
94                 2=>[qw(glib2 gnome-vfs2 ORBit2 libxml2 openssl popt)],
95                 3=>[qw(glib2 gnome-vfs2 ORBit2 libxml2 openssl popt readline)],
96                 );
97 my %version=(
98                 map(($_=>["0.9.1","0"]),qw(captive captive-lufs captive-install)),
99                 "lufs"=>["0.9.6","1captive2"],
100                 "gnome-vfs-httpcaptive"=>["2.3.8captive2","0"],
101                 "ntfsprogs"=>["200309071734","1captive1"],
102                 "ntfsprogs-gnomevfs"=>["1.0.1","0"],
103                 );
104 my %has_rh8=(map(($_=>1),qw(
105                 gnome-vfs-httpcaptive
106                 captive
107                 captive-lufs
108                 captive-install
109                 )));
110 my %has_mdk91=(map(($_=>1),qw(
111                 gnome-vfs-httpcaptive
112                 lufs
113                 captive
114                 captive-lufs
115                 captive-install
116                 )));
117 my %has_devel=(map(($_=>1),qw(
118                 ntfsprogs
119                 )));
120 my %pkg_nosrc=(map(($_=>1),qw(
121                 captive-lufs
122                 captive-install
123                 )));
124 my @dist=(
125                 {
126                         "name"=>"Red Hat 9<br />Shrike i386",
127                         "out"=>sub {
128                                 my($pkg,$version_base,$version_ext)=@_;
129                                         my $file="$pkg-$version_base-$version_ext.i386.rpm";
130                                         my $r=a_href "dist/$file",$file;
131                                         (my $filedev=$file)=~s/^\Q$pkg\E-/${pkg}-devel-/;
132                                         $r.="<br />".a_href("dist/$filedev",$filedev) if $has_devel{$pkg};
133                                         return $r;
134                                 },
135                         },
136                 {
137                         "name"=>"Red Hat 8<br />Psyche i386",
138                         "out"=>sub {
139                                 my($pkg,$version_base,$version_ext)=@_;
140                                         my $file="$pkg-$version_base-$version_ext".(!$has_rh8{$pkg} ? "" : "rh8").".i386.rpm";
141                                         my $r=a_href "dist/$file",$file;
142                                         (my $filedev=$file)=~s/^\Q$pkg\E-/${pkg}-devel-/;
143                                         $r.="<br />".a_href("dist/$filedev",$filedev) if $has_devel{$pkg};
144                                         if ($pkg eq "captive-install") {
145                                                 for (qw(libxml2-2.5.4-1.i386.rpm libxml2-python-2.5.4-1.i386.rpm)) {
146                                                         $r.="<br />".a_href('ftp://ftp.redhat.com/pub/redhat/linux/9/en/os/i386/RedHat/RPMS/'.$_,$_)." of Red Hat 9";
147                                                         }
148                                                 }
149                                         return $r;
150                                 },
151                         },
152                 {
153                         "name"=>"Mandrake 9.1<br />Bamboo i586",
154                         "out"=>sub {
155                                 my($pkg,$version_base,$version_ext)=@_;
156                                         my $file="$pkg-$version_base-$version_ext".(!$has_mdk91{$pkg} ? ".i386.rpm" : "mdk91.i586.rpm");
157                                         my $r=a_href "dist/$file",$file;
158                                         (my $filedev=$file)=~s/^\Q$pkg\E-/${pkg}-devel-/;
159                                         $r.="<br />".a_href("dist/$filedev",$filedev) if $has_devel{$pkg};
160                                         return $r;
161                                 },
162                         },
163                 {
164                         "name"=>"Red Hat .src.rpm<br />(of 9 - Shrike)",
165                         "out"=>sub {
166                                 my($pkg,$version_base,$version_ext)=@_;
167                                         return () if $pkg_nosrc{$pkg};
168                                         my $file="$pkg-$version_base-$version_ext.src.rpm";
169                                         return $file,$file;
170                                 },
171                         },
172                 {
173                         "name"=>"Debian GNU/Linux<br />'unstable' i386",
174                         "out"=>sub {
175                                 my($pkg,$version_base,$version_ext)=@_;
176                                         $version_ext=~s/^\d+//;
177                                         my $file="${pkg}_$version_base".($version_ext=~/^\d+$/ ? "" : $version_ext)."_i386.deb";
178                                         my $r=a_href "dist/$file",$file;
179                                         (my $filedev=$file)=~s/^\Q$pkg\E_/${pkg}-dev_/;
180                                         $r.="<br />".a_href("dist/$filedev",$filedev) if $has_devel{$pkg};
181                                         return $r;
182                                 },
183                         },
184                 {
185                         "name"=>"Debian GNU/Linux<br />sources",
186                         "out"=>sub {
187                                 my($pkg,$version_base,$version_ext)=@_;
188                                         return () if $pkg_nosrc{$pkg};
189                                         $version_ext=~s/^\d+//;
190                                         my $file="${pkg}_$version_base".($version_ext=~/^\d+$/ ? "" : $version_ext);
191                                         return CGI::escapeHTML($file).":"
192                                                         .' '     .a_href("dist/$file.dsc",".dsc","size"=>0)
193                                                         .'&nbsp;'.a_href("dist/$file.tar.gz",".tar.gz");
194                                 },
195                         },
196                 {
197                         "name"=>"Sources (.tar.gz)",
198                         "out"=>sub {
199                                 my($pkg,$version_base,$version_ext)=@_;
200                                         return () if $pkg_nosrc{$pkg};
201                                         $version_ext=~s/^\d+//;
202                                         my $file="$pkg-$version_base".($version_ext=~/^\d+$/ ? "" : $version_ext).".tar.gz";
203                                         return $file,$file;
204                                 },
205                         },
206                 );
207
208 for my $dist (@dist) {
209         print "<tr>";
210                 print "<td>".$dist->{"name"}."</td>";
211                 for my $case (1,2,3) {
212                         print "<td>";
213                         print join("<br />",map({ my $pkg=$_;
214                                 my($file,$text)=&{$dist->{"out"}}($pkg,@{$version{$pkg}});
215                                 (!defined $text ? ($file) || () : (a_href("dist/$file",$text)));
216                                 } @{$pkg{$case}}));
217                         print "</td>";
218                         }
219         print "</tr>\n";
220         }
221 print <<'HERE';
222 </table>
223 HERE
224
225 print vskip "3ex";
226
227 print <<"HERE";
228 <h1>Installation notes</h1>
229
230 <p>You should first run <b>captive-install-acquire</b> command to check your
231 available Microsoft Windows drivers versions. Now you can execute:</p>
232
233 <blockquote>
234 <p class="quote"># mount -t captive-ntfs /dev/hda1 /mnt/dosc</p>
235 </blockquote>
236
237 <h2>Package version conflicts</h2>
238
239 <dl>
240
241 <dt>@{[ a_href 'http://lufs.sourceforge.net/lufs/','lufs' ]}</dt>
242 <dd><p><b>'captive' version required</b>: Although you may already have the
243 original package installed you must replace it by the local 'captive'-marked
244 version containing some 'captive'-essential fixes and extensions.</p></dd>
245
246 <dt>@{[ a_href 'http://linux-ntfs.sourceforge.net/','ntfsprogs' ]}</dt>
247 <dd><p><b>Original version >=200309071734 sufficient</b>:
248 The package downloadable here has no code patches - you can freely use the
249 original version instead.  Unfortunately the last public release is
250 <b>1.7.1</b> while this project requires at least
251 @{[ a_href 'http://linux-ntfs.sourceforge.net/snapshots/','snapshot' ]} version
252 <b>@{[ a_href 'http://linux-ntfs.sourceforge.net/snapshots/ntfsprogs-200309071734.tar.bz2','200309071734' ]}</b>
253 which is not packaged (.rpm/.deb) yet. Packaged versions are provided here for
254 your convenience.</p></dd>
255
256 </dl>
257
258
259 <h2>LUFS kernel driver module</h2>
260
261 <p>@{[ a_href 'http://lufs.sourceforge.net/lufs/','LUFS' ]} (Linux Userland File
262 System) needs Linux kernel module driver (<i>lufs.o</i>) compatible with your
263 running Linux kernel. Binary driver is supplied already precompiled for many
264 Linux kernel versions in the binary packages above (<b>.i386.rpm</b> and
265 <b>_i386.deb</b> archives).</p>
266
267 <p>If you cannot <b>mount</b>(8) your NTFS filesystem you should run <span
268 class="quote">/usr/share/lufs/prepmod</span> to see the reasons. It is always
269 recommended to upgrade to the latest stable kernel supplied by your GNU/Linux
270 distribution vendor. You may need to install package
271 <b>kernel-source</b> (Red Hat) or <b>kernel-headers</b> (Debian) matching your
272 Linux kernel version (<b>rpm&nbsp;-q&nbsp;kernel</b>) and re-run <span
273 class="quote">/usr/share/lufs/prepmod</span>.</p>
274
275
276 <table border="0" width="100%">
277         <col width="1*" />
278         <col width="0*" />
279         <tr>
280                 <td align="left">
281                         <h2>The First Free Microsoft Windows Kernel API Emulation</h2>
282
283                         <p>Compatibility with existing binary Microsoft Windows file system drivers was
284                         reached. Microsoft Windows kernel system components required by these drivers
285                         were analyzed and successfuly emulated in the GNU/Linux operating system.
286                         Project brings Microsoft Windows kernel emulation framework to support even
287                         other types Microsoft Windows drivers in the future.
288                         <span class="productname">@{[ a_href 'http://www.reactos.com/','ReactOS' ]}</span>
289                         code base made a big asset for this functionality.</p>
290                 </td>
291                 <td align="right">@{[ a_href 'http://www.reactos.com/',img('reactos','ReactOS') ]}</td>
292         </tr>
293 </table>
294
295
296 @{[ vskip "3ex" ]}
297
298 <h1>See also</h1>
299 <ul>
300         <li>@{[ a_href 'Preview.html.pl','Technology Preview' ]}</li>
301         <li>@{[ a_href 'doc/','Developer Documentation' ]}</li>
302         <li>@{[ a_href 'apiref/','API Reference Manual' ]} (fragment)</li>
303         <li>
304                 @{[ a_href 'http://cvs.jankratochvil.net/viewcvs/priv/captive/','CVS Repository ViewCVS' ]}
305                 (@{[ a_href 'http://cvs.jankratochvil.net/viewcvs/priv/reactos/?only_with_tag=captive','ReactOS Branch Part' ]})
306                 </li>
307         <li>@{[ a_href 'http://cvs.jankratochvil.net/viewcvs/*checkout*/priv/captive/TODO?rev=HEAD','Known Bugs' ]}</li>
308         <li>@{[ a_href 'Resources.html.pl','Related Pages' ]}</li>
309         <li>@{[ a_href 'Thanks.html.pl','Thanks' ]}</li>
310 </ul>
311
312 @{[ vskip "3ex" ]}
313
314 <p class="stuff">
315         Why did I install Microsoft Windows and wrote such disgusting piece of code?<br />
316         I expect @{[ a_href $W->{"top_dir"}."/CV.html.pl","yet another challenging task" ]}, !
317 </p>
318 HERE
319
320
321 My::Web->footer();