+Support for: $W->{"css_push"}
[www.jankratochvil.net.git] / project / captive / Index.pm
1 # $Id$
2 # Main page of 'My::Project::captive'
3 # Copyright (C) 2003-2005 Jan Kratochvil <project-www.jankratochvil.net@jankratochvil.net>
4
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; exactly version 2 of June 1991 is required
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 # GNU General Public License for more details.
13
14 # You should have received a copy of the GNU General Public License
15 # along with this program; if not, write to the Free Software
16 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17
18
19 package project::captive::Index;
20 require 5.6.0;  # at least 'use warnings;' but we need some 5.6.0+ modules anyway
21 our $VERSION=do { my @r=(q$Revision$=~/\d+/g); sprintf "%d.".("%03d"x$#r),@r; };
22 our $CVS_ID=q$Id$;
23 use strict;
24 use warnings;
25
26 use My::Web;
27 Wuse 'project::Lib';
28
29
30 our @ListItem=(
31                 "name"=>"Captive",
32                 "platform"=>"unixuser",
33                 "priority"=>666,
34                 "summary"=>"The first free NTFS read/write filesystem for GNU/Linux",
35                 "license"=>"GPL",
36                 "maintenance"=>"update",
37                 "language"=>"i386 asm, C, Perl",
38                 "icon"=>"captive-install-acquire-icon",
39                 "cvs-of main tree"=>"captive",
40                 "cvs-of branched ReactOS subdir"=>"reactos:captive",
41                 "cvs-of branched LUFS"=>"lufs:captive",
42                 "cvs-of 'httpcaptive://' method"=>"gnome-vfs-httpcaptive:captive",
43                 "cvs-of 'libntfs://' method"=>"ntfsprogs-gnomevfs",
44                 "description"=>sub { return <<"HERE"; },
45 <p>Project implements the first full read/write free access to NTFS disk drives.
46 You can mount your Microsoft Windows NT, 200x or XP partition as
47 a transparently accessible volume for your GNU/Linux.</p>
48 <p>This compatibility was achieved in
49 the @{[ a_href 'http://www.winehq.com/','Wine' ]} way by using the original
50 Microsoft Windows <i>ntfs.sys</i> driver. It emulates the required subsystems of
51 the Microsoft Windows kernel by reusing one of the original
52 <i>ntoskrnl.exe</i>, @{[ a_href 'http://www.reactos.com/','ReactOS' ]} parts, or
53 this project's own reimplementations, on a case by case basis.
54 Project includes the first open source MS-Windows kernel API for Free operating systems.
55 Involvement of the original driver files was chosen to achieve the best
56 and unprecedented filesystem compatibility and safety.</p>
57 <p>As opposed to other projects this is currently the only software supporting the full
58 read/write access including the possibility to create/delete files, modify directories
59 etc.</p>
60 HERE
61                 );
62
63 sub handler
64 {
65 my $W=project::Lib->init(
66                 "no_project_data"=>1,
67                 "css_push"=>"./Index.css",
68                 "project_text_after_title"=>sub { return ""
69                                 .'<table border="0" width="100%"><tr><td align="center">'
70                                         .'<table border="0" class="navigate"><tr>'
71                                                 .'<td>&bull;&nbsp;'.a_href('#download','Download').'</td>'
72                                                 .'<td>&bull;&nbsp;'.a_href('#news','NEWS').'</td>'
73                                                 .'<td>&bull;&nbsp;'.a_href('#testimonials','Testimonials').'</td>'
74                                                 .'<td>&bull;&nbsp;'.a_href('#press','Internet Press').'</td>'
75                                                 .'<td>&bull;&nbsp;'.a_href('#notes','Installation Notes').'</td>'
76                                                 .'<td>&bull;&nbsp;'.a_href('#lists','Mailing Lists').'</td>'
77                                                 .'<td>&bull;&nbsp;'.a_href('#seealso','See Also').'</td>'
78                                         .'</tr></table>'
79                                 .'</td></tr></table>';
80                                 },
81                 );
82
83
84 print <<"HERE" if !$W->{"no_job"};
85 @{[ vskip "3ex" ]}
86
87 <table border="0" width="100%"><tr><td align="center">
88         <table border="0" style="margin: 3ex; padding: 2ex; background: #bb8888;">
89                 <tr><td style="font-size: larger;">
90                         Looking for a challenging job: @{[ a_href $W->{"resume_url"},"My resume" ]}
91                 </td></tr>
92         </table>
93 </table>
94 HERE
95
96 my %version=(
97                 map(($_=>["1.1.5","0"]),qw(captive captive-lufs captive-install)),
98                 "lufs"=>["0.9.7","1captive8"],
99                 );
100
101 print <<"HERE";
102 <h2 id="download">Download</h2>
103
104 <h3>Choose the one preferred installation format:</h3>
105
106 <table border="0" style="text-align: center;" width="100%"><tr><td align="center">
107 <table border="1" frame="border" rules="rows" style="text-align: center;" class="download">
108         <tr>
109                 <td>
110                         <p>RPM i386 binary<br />tested for distributions:</p>
111                         <table border="0"><tr><td align="left"><ul>
112                                 <li>Red&nbsp;Hat&nbsp;9&nbsp;Shrike</li>
113                                 <li>Red&nbsp;Hat&nbsp;8&nbsp;Psyche</li>
114                                 <li>SuSE&nbsp;9.0</li>
115                                 <li>SuSE&nbsp;9.1</li>
116                                 <li>Mandrake&nbsp;9.1&nbsp;Bamboo</li>
117                         </ul></td></tr></table>
118                 </td>
119                 <td>@{[ a_href 'dist/captive-static-'.$version{"captive"}[0].'-'.$version{"captive"}[1].'.i386.rpm',
120                                 undef(),"size"=>1,"basename"=>1 ]}</td>
121         </tr>
122         <tr>
123                 <td>
124                         <p>.tar.gz i386 binary<br />(for non-RPM distributions)</p>
125                 </td>
126                 <td>@{[ a_href 'dist/captive-static-'.$version{"captive"}[0].'.tar.gz',undef(),"size"=>1,"basename"=>1 ]}</td>
127         </tr>
128         <tr>
129                 <td>Source archives</td>
130                 <td>@{[ a_href 'CVS.pm#source','download link' ]}</td>
131         </tr>
132 </table>
133 </td></tr></table>
134
135 <h4>Development Status</h4>
136
137 <p>Project is no longer developed. The key functionality is reached
138 by the latest released version. All its resources are available
139 @{[ a_href 'CVS.pm#source','here' ]} for download.</p>
140
141 <h4>Known Issue</h4>
142
143 <p>Captive was written to interface with the Linux kernel via
144 @{[ a_href 'http://lufs.sourceforge.net/lufs/','LUFS' ]}.
145 Unfortunately, this project is no longer being maintained by its author.
146 Mounting of NTFS devices usually works, but is no longer supported by the
147 author of Captive. Always unmount the device by umount(8) command before shutting
148 down your GNU/Linux system.</p>
149
150 <p>A port of Captive to the newer
151 @{[ a_href 'http://fuse.sourceforge.net/','FUSE' ]}
152 interface has not yet been implemented.
153 There is an experimental LUFS-FUSE bridge called
154 @{[ a_href 'http://sourceforge.net/project/showfiles.php?group_id=121684','lufis' ]}
155 that can be used in the meanwhile.
156 Also, the captive-cmdline(1) interface will get around any kernel compatibility
157 problems.</p>
158
159 @{[ vskip "3ex" ]}
160
161 <h2 id="news">NEWS</h2>
162
163 <dl>
164         <dt>captive-1.1.5 (2004-01-18) [@{[ a_href $W->{"project_viewcvs"}.'/*checkout*/captive/NEWS?rev=HEAD','archive' ]}]</dt>
165         <dd>
166                 <ul>
167                         <li>Fixed ignorance of the file truncate operation via LUFS (Matthias R.)</li>
168                         <li>Support for reading of HIDDEN SYSTEM NTFS files via LUFS</li>
169                         <li>Fixed refusal to mount some NT4.0 NTFSes (Nerijus Baliunas, Scott Chevalley)</li>
170                         <li>Support <code>/dev/ataraid</code> devices (Ivan Tonov)</li>
171                 </ul>
172         </dd>
173         <dt>lufs-0.9.7captive8 (2003-12-06) [@{[ a_href $W->{"project_viewcvs"}.'/*checkout*/lufs/NEWS.captive?rev=1.1.2.11','archive' ]}]</dt>
174 </dl>
175
176 @{[ vskip "3ex" ]}
177
178 <h2 id="testimonials">Captive NTFS Testimonials</h2>
179
180 <ul>
181         <li>Hospital of Castelo Branco - Bruno Santos
182                 <p>we are preparing the machines to install another system that will allow
183                 the digitalization of medical images - PACS (picture archive and
184                 communication system).</p>
185
186                 <p>since the computers that are need are about 100 and we need to install
187                 windows in all of them (even we have an almost automated instalation - but
188                 requires some administrator interaction). So, we want to install
189                 windows2000 without pressing a key.</p>
190
191                 <p>@{[ a_href 'TestimonialBrunoSantos.pm','<span style="font-style: italic;">[ more ]</span>' ]}</p>
192         </li>
193         <li>@{[ a_href 'http://www.amunra.co.uk/','Dave &quot;AmunRa&quot; Rigby' ]}
194                 <p>Ok, I'm impressed (@{[ a_href 'http://www.amunra.co.uk/archives/000028.php','Captive Review' ]})</p>
195                 <p>Linux software generally has a reputation for having some great, novell
196                 ideas, but often lacking in the general 'spit and polish' - difficult to
197                 install, unreliable, and so on. However the latest program I have tried out
198                 - Captive, is a breath of fresh air - simple to install and set up, and It
199                 Just WorksTM. And not only that, it's probably one of the most useful and
200                 technically impressive projects I've seen in a long time ...</p>
201                 <p><span style="font-style: italic;">[ snip ]</span></p>
202         </li>
203         <li>Derek J Witt
204                 <p>I commend you for this project. I am currently using this on my XP NTFS
205                 partitions and I am impressed that I can actually move, edit, and remove files
206                 and directories with no apparent ill effects. This is very nice indeed.</p>
207                 <p>I initially was skeptical because it uses wine and parts of ReactOS
208                  (I have messed with this OS a few times), but you have proved me wrong. I have
209                 noticed no lag on my system.  I do notice the initial mounting process does
210                 take slightly longer than the Linux-NTFS project. But, once I'm past that, it's
211                 quite transparent.</p>
212                 <p><span style="font-style: italic;">[ technical question cut ]</span></p>
213         </li>
214         <li>James Van't Slot
215                 <p>Just wanted to drop you a note and say &quot;Excellent work!&quot;</p>
216                 <p>I just installed captive and it worked as advertized right out of the
217                 rpm.  Thanks, I've been holding off recompiling my kernel until NTFS is
218                 supported out of the box for Redhat.  Now I don't have to bother.</p>
219                 <p>Thanks again and keep up the great work.</p>
220         </li>
221 </ul>
222
223 <h2 id="press">@{[ a_href 'Press.pm','Internet Press' ]}</h2>
224
225 @{[ vskip "3ex" ]}
226
227
228 <h1 id="notes">Installation Notes</h1>
229 <p>You should first run <b>captive-install-acquire</b> command to check your
230 available Microsoft Windows drivers versions. Now you can execute:</p>
231
232 <blockquote>
233         <p class="quote" style="white-space: pre;"
234 ># captive-cmdline \\
235                 --load-module=/var/lib/captive/ntoskrnl.exe \\
236                 --filesystem=/var/lib/captive/ntfs.sys \\
237                 --sandbox-server=/usr/sbin/captive-sandbox-server \\
238                 --bug-pathname=/tmp/captive-bug-%FT%T.captivebug.xml.gz \\
239                 --disk --rw /dev/hda1
240 # Now you can use ftp(1)-like command-line interface for the NTFS disk access.</p
241         >
242         <p>(Backslash end-of-line characters '\\' to be omitted for line continuation.)</p>
243 </blockquote>
244
245
246 <h2>Overview</h2>
247
248 <p>Any errors from '<b>captive-lufs</b>' are written to '<b>/var/log/messages</b>'.</p>
249 <p>Needed drivers (at least ntoskrnl.exe+ntfs.sys) must be in '<b>/var/lib/captive</b>'.</p>
250 <p>'<b>captive</b>' package creates '<b>captive</b>' user and '<b>captive</b>' group on your system.</p>
251
252
253 <h2>LUFS Kernel Driver Module</h2>
254
255 <p>@{[ a_href 'http://lufs.sourceforge.net/lufs/','LUFS' ]} (Linux Userland File
256 System) needs Linux kernel module driver (<i>lufs.o</i>) compatible with your
257 running Linux kernel. The binary driver is supplied already precompiled for many
258 Linux kernel versions in the binary packages above (<b>.i386.rpm</b> and
259 <b>_i386.deb</b> archives).</p>
260
261 <p>If you cannot <b>mount</b>(8) your NTFS filesystem you should run <span
262 class="quote">/usr/share/lufs/prepmod</span> to see the reasons. It is always
263 recommended to upgrade to the latest stable kernel supplied by your GNU/Linux
264 distribution vendor. You may need to install package
265 <b>kernel-source</b> (Red Hat) or <b>kernel-headers</b> (Debian) matching your
266 Linux kernel version (<b>rpm&nbsp;-q&nbsp;kernel</b>) and re-run <span
267 class="quote">/usr/share/lufs/prepmod</span>.</p>
268
269 <p><b>WARNING:</b> This 'captive' package may modify your Linux kernel
270 sources matching your currently running kernel version. These minor
271 modifications may include a dependencies rebuild, compiling build tools, fixes of
272 several include files, etc. All the modifications are done at the mount(8) time
273 by the automatically executed <span class="quote">/usr/share/lufs/prepmod</span> script.
274 This behavior was not present in the original
275 @{[ a_href 'http://lufs.sourceforge.net/lufs/','LUFS' ]} distribution
276 by @{[ a_href 'http://www.malinux.net/main/','Florin Malita' ]}.</p>
277
278
279 HERE
280
281
282 print rightimg <<"HERE",'reactos','ReactOS',"a_href"=>'http://www.reactos.com/';
283         <h2>The First Open Source MS-Windows Kernel API for Free OS</h2>
284
285         <p>Compatibility with the existing binary Microsoft Windows file system drivers has been
286         reached. Microsoft Windows kernel system components required by these drivers
287         were analyzed and successfully emulated in the GNU/Linux operating system.
288         The project brings the Microsoft Windows kernel emulation framework to support even
289         other types of Microsoft Windows drivers in the future.
290         The <span class="productname">@{[ a_href 'http://www.reactos.com/','ReactOS' ]}</span>
291         code base proved to be a big asset for this functionality.</p>
292 HERE
293
294
295 my @lists=qw(captive-announce-list captive-list captive-devel-list);
296
297 print <<"HERE";
298
299 <h2 id="lists">Mailing Lists</h2>
300
301 <form action="@{[ uri_escaped(path_web "/Mailman.pm") ]}" method="post">
302         <table border="1" class="mailman" style="border-collapse: collapse; border-style: solid; border-width: 1px;">
303                 <tr>@{[ map('<th>'.$_.'@jankratochvil.net</th>',@lists) ]}</tr>
304                 <tr><td>New version announcements<br />
305                         (low traffic, recommended)</td>
306                                 <td>User support,<br />bug reports</td>
307                                 <td>Development</td>
308                                 </tr>
309                 <tr>@{[ map({ "<td>".a_href($W->{"mailman_url"}."listinfo/$_",'Mailman Infopage')."</td>"; } @lists) ]}</tr>
310                 <tr>@{[ map({ "<td>".a_href($W->{"pipermail_url"}."$_",'Archive')."</td>"; } @lists) ]}</tr>
311                 <tr>@{[
312                         map(('<td><input type="checkbox" name="list" value="'.$_.'"'
313                                         .($_ ne "captive-announce-list" ? '' : ' checked="checked"')
314                                         .' /> Subscribe?</td>'),@lists)
315                         ]}</tr>
316                 <tr><td colspan="3">
317                         <table border="0" style="text-align: left;">
318                                 <tr><td>Email address:            </td><td><input type="text"     name="email"   size="30" /></td></tr>
319                                 <tr><td>Your new Mailman password:</td><td><input type="password" name="pw"      size="15" /></td></tr>
320                                 <tr><td>Reenter your password:    </td><td><input type="password" name="pw-conf" size="15" /></td></tr>
321                         </table>
322                         <p>
323                                 <input type="hidden" name="back" value="/project/captive/#lists" />
324                                 <input type="submit" name="email-button" value="Subscribe me" />
325                         </p>
326                 </td></tr>
327         </table>
328 </form>
329
330
331 @{[ vskip "3ex" ]}
332
333 <h1 id="seealso">See Also</h1>
334 <ul>
335         <li>@{[ a_href 'Preview.pm','Technology Preview' ]}</li>
336         <li>@{[ a_href 'CVS.pm','Download Sources, CVS Repository' ]}</li>
337         <li>@{[ a_href 'doc/','Developer Documentation' ]}; highlights:<ul>
338                 <li>@{[ a_href 'doc/About.pm#versions','Microsoft Windows Versions Compatibility' ]}</li>
339                 <li>@{[ a_href 'doc/Architecture.pm#law','Laws and Licensing Conditions' ]}</li>
340                 <li>@{[ a_href 'doc/Details.pm#sandbox','Sandboxing of W32 Filesystem' ]}</li>
341                 <li>@{[ a_href 'doc/TODO.pm#todo_fsck','TODO: Fsck of NTFS' ]}</li>
342                 <li>@{[ a_href 'doc/TODO.pm#todo_surprise','TODO: NTFS Support for Partition Surprise' ]}</li>
343                 <li>@{[ a_href 'doc/Related.pm#LinuxNTFScompet','Related Projects - Linux NTFS' ]}</li>
344                 <li>@{[ a_href 'doc/Related.pm#vmware','Related Projects - VMware Workstation' ]}</li>
345                 <li>@{[ a_href 'doc/LinuxNTFS.pm',"Re: 7.7 Can't we write a wrapper for Windows' driver?" ]}</li>
346                 </ul></li>
347         <li>@{[ a_href $W->{"project_viewcvs"}.'/*checkout*/captive/TODO?rev=HEAD','Known Bugs' ]}</li>
348         <li>Man Pages<ul>
349                 @{[
350                         do {
351                                 my @mans=(
352                                                 'captive'=>[7,'Microsoft Windows NT kernel emulation for NTFS disk access'],
353                                                 'mount.captive'=>[8,'mount(8) interface for NTFS disk access'],
354                                                 'lufs-captivefs'=>[7,'Linux Userland File System module for NTFS as filesystem'],
355                                                 'captive-cmdline'=>[1,'Command-line client for captive(7) NTFS disk access'],
356 ###                                             'captive-sandbox-server'=>[1,'Security+safety wrapper for NTFS disk access'],
357                                                 'captive-install-acquire'=>[1,'Find MS Windows XP driver files for NTFS'],
358 ###                                             'captive-install-fstab'=>[1,'Manage captive-ntfs /etc/fstab entries'],
359                                                 );
360                                 my @r;
361                                 while (@mans) {
362                                         my $file=shift @mans;
363                                         my($section,$name)=@{shift @mans};
364                                         push @r,"<li>".a_href("man/$file.pod.html",$file)."($section) - $name</li>\n";
365                                         }
366                                 @r;
367                                 }
368                         ]}
369                 </ul></li>
370         <li>@{[ a_href 'Resources.pm','Related Pages' ]}</li>
371         <li>@{[ a_href 'Thanks.pm','Thanks' ]}</li>
372 </ul>
373 HERE
374
375
376 My::Web->footer();
377 }
378 1;