Project state: No longer maintained.
[www.jankratochvil.net.git] / project / captive / Index.html.pl
index 06566d2..48b5c6b 100755 (executable)
@@ -31,6 +31,10 @@ Wuse 'My::Project';
 Wuse 'project::captive::ListItem';
 
 
+my $lang="";
+# do { $lang="de" if $_ && /^de/i; } for ($ENV{"HTTP_ACCEPT_LANGUAGE"});
+
+
 my $W=My::Project->init_project(
                "__PACKAGE__"=>__PACKAGE__,
                "ListItem"=>\@project::captive::ListItem::ListItem,
@@ -45,20 +49,24 @@ table.download td { padding: 8px; }
 table.navigate td { padding-bottom: 1ex; padding-left: 15px; padding-right: 15px; }
 ",
                "project_text_after_title"=>""
+                               .($lang ne "de" ? "" : "<h1>Captive:"
+                                               ." Das erste kostenlose Programm um auf ein NTFS Dateisystem unter GNU/Linux zu lesen und zu schreiben</h1>")
                                .'<table border="0" width="100%"><tr><td align="center">'
                                        .'<table border="0" class="navigate"><tr>'
                                                .'<td>&bull;&nbsp;'.a_href('#download','Download').'</td>'
                                                .'<td>&bull;&nbsp;'.a_href('#news','NEWS').'</td>'
                                                .'<td>&bull;&nbsp;'.a_href('#testimonials','Testimonials').'</td>'
+                                               .'<td>&bull;&nbsp;'.a_href('#press','Internet Press').'</td>'
                                                .'<td>&bull;&nbsp;'.a_href('#notes','Installation Notes').'</td>'
                                                .'<td>&bull;&nbsp;'.a_href('#lists','Mailing Lists').'</td>'
                                                .'<td>&bull;&nbsp;'.a_href('#seealso','See Also').'</td>'
                                        .'</tr></table>'
-                               .'</td></tr></table>'
+                               .'</td></tr></table>',
+               ($lang eq "" ? () : ("force_charset"=>"utf-8")),
                );
 
 
-print <<"HERE"; # if !$WebConfig::WebConfig{"no_job"};
+print <<"HERE" if !$WebConfig::WebConfig{"no_job"};
 @{[ vskip "3ex" ]}
 
 <table border="0" width="100%"><tr><td align="center">
@@ -71,7 +79,7 @@ print <<"HERE"; # if !$WebConfig::WebConfig{"no_job"};
 HERE
 
 my %version=(
-               map(($_=>["1.1.3.2","0"]),qw(captive captive-lufs captive-install)),
+               map(($_=>["1.1.5","0"]),qw(captive captive-lufs captive-install)),
                "lufs"=>["0.9.7","1captive8"],
                );
 
@@ -80,21 +88,23 @@ print <<"HERE";
 
 <h3>Choose the one preferred installation format:</h3>
 
-<h4 align="center">Currently DO NOT USE for MS-Windows 2000 NTFS bootable disk!</h4>
-<p>Next release will address this issue.
-No data are lost although you may need to use CHKDSK from your "recovery
-console" of your installation CD (NTFS superblock backup is not updated due to
-a Linux kernel bug).</p>
-
 <table border="0" align="center" width="100%"><tr><td align="center">
 <table border="1" frame="border" rules="rows" align="center" style="text-align: center;" class="download">
        <tr>
                <td>
-                       RPM i386 binary<br />
-                       tested for distributions:
+HERE
+       if ($lang eq "") {
+               print "RPM i386 binary<br />tested for distributions:";
+               }
+       if ($lang eq "de") {
+               print "RPM i386 Binärcode<br />getestet für den Betrieb unter:";
+               }
+print <<"HERE";
                                        <table border="0"><tr><td align="left"><ul>
                                                <li>Red&nbsp;Hat&nbsp;9&nbsp;Shrike</li>
                                                <li>Red&nbsp;Hat&nbsp;8&nbsp;Psyche</li>
+                                               <li>SuSE&nbsp;9.0</li>
+                                               <li>SuSE&nbsp;9.1</li>
                                                <li>Mandrake&nbsp;9.1&nbsp;Bamboo</li>
                                        </ul></td></tr></table>
                </td>
@@ -102,43 +112,64 @@ a Linux kernel bug).</p>
                                undef(),"size"=>1,"basename"=>1 ]}</td>
        </tr>
        <tr>
-               <td>.tar.gz i386 binary<br />(for non-RPM distributions)</td>
+               <td>
+HERE
+       if ($lang eq "") {
+               print ".tar.gz i386 binary<br />(for non-RPM distributions)";
+               }
+       if ($lang eq "de") {
+               print ".tar.gz i386 Binärcode<br />(für Linux Versionen ohne RPM z.B. Knoppix)";
+               }
+print <<"HERE";
+                               </td>
                <td>@{[ a_href 'dist/captive-static-'.$version{"captive"}[0].'.tar.gz',undef(),"size"=>1,"basename"=>1 ]}</td>
        </tr>
        <tr>
-               <td>Debian .deb binaries</td>
-               <td>@{[ a_href 'CVS.html.pl#debian','download link' ]}</td>
-       </tr>
-       <tr>
                <td>Source archives</td>
                <td>@{[ a_href 'CVS.html.pl#source','download link' ]}</td>
        </tr>
 </table>
 </td></tr></table>
 
+<h4>Development Status</h4>
+
+<p>Project is no longer developed. The key functionality is reached
+by the latest released version. All its resources are available
+@{[ a_href 'CVS.html.pl#source','here' ]} for download.</p>
+
+<h4>Known Issue</h4>
+
+<p>Captive was written to interface with the Linux kernel via
+@{[ a_href 'http://lufs.sourceforge.net/lufs/','LUFS' ]}.
+Unfortunately, this project is no longer being maintained by its author.
+Mounting of NTFS devices usually works, but is no longer supported by the
+author of Captive. Always unmount the device by umount(8) command before shutting
+down your GNU/Linux system.</p>
+
+<p>A port of Captive to the newer
+@{[ a_href 'http://fuse.sourceforge.net/','FUSE' ]}
+interface has not yet been implemented.
+There is an experimental LUFS-FUSE bridge called
+@{[ a_href 'http://sourceforge.net/project/showfiles.php?group_id=121684','lufis' ]}
+that can be used in the meanwhile.
+Also, the captive-cmdline(1) interface will get around any kernel compatibility
+problems.</p>
+
 @{[ vskip "3ex" ]}
 
 <a name="news"><h2>NEWS</h2></a>
 
 <dl>
-       <dt>captive-1.1.3.2 (2003-12-07) [@{[ a_href $W->{"project_viewcvs"}.'/*checkout*/captive/NEWS?rev=HEAD','archive' ]}]</dt>
+       <dt>captive-1.1.5 (2004-01-18) [@{[ a_href $W->{"project_viewcvs"}.'/*checkout*/captive/NEWS?rev=HEAD','archive' ]}]</dt>
        <dd>
                <ul>
-                       <li>Proper unmount: no auto-chkdsk and no W2K BSOD (Geoff Talvola/Marek Koch)</li>
-                       <li>Prevent &quot;mv dir dir/subdir&quot; (Ulrich Mueller)</li>
-                       <li>Workaround Linux kernel bug wrt update of NTFS last sector superblock-backup</li>
-                       <li>Fixed directory listings of files with invalid timestamps (Graeme/Unit3)</li>
-                       <li>Fixed refusal of filesystem ops related to NTFS security (Tonda Nebuzelsky)</li>
-                       <li>Fixed refusal of mounting some NTFS drives</li>
-                       <li>Identify German W32 XP (No Service Pack) Free Build (Moritz Moeller-Herrmann)</li>
+                       <li>Fixed ignorance of the file truncate operation via LUFS (Matthias R.)</li>
+                       <li>Support for reading of HIDDEN SYSTEM NTFS files via LUFS</li>
+                       <li>Fixed refusal to mount some NT4.0 NTFSes (Nerijus Baliunas, Scott Chevalley)</li>
+                       <li>Support <code>/dev/ataraid</code> devices (Ivan Tonov)</li>
                </ul>
        </dd>
        <dt>lufs-0.9.7captive8 (2003-12-06) [@{[ a_href $W->{"project_viewcvs"}.'/*checkout*/lufs/NEWS.captive?rev=1.1.2.11','archive' ]}]</dt>
-       <dd>
-               <ul>
-                       <li>Cope with the installed Linux kernel sources not matching the current kernel.</li>
-               </ul>
-       </dd>
 </dl>
 
 @{[ vskip "3ex" ]}
@@ -146,6 +177,28 @@ a Linux kernel bug).</p>
 <a name="testimonials"><h2>Captive NTFS Testimonials</h2></a>
 
 <ul>
+       <li>Hospital of Castelo Branco - Bruno Santos
+               <p>we are preparing the machines to install another system that will allow
+               the digitalization of medical images - PACS (picture archive and
+               communication system).</p>
+
+               <p>since the computers that are need are about 100 and we need to install
+               windows in all of them (even we have an almost automated instalation - but
+               requires some administrator interaction). So, we want to install
+               windows2000 without pressing a key.</p>
+
+               <p>@{[ a_href 'TestimonialBrunoSantos.html.pl','<span style="font-style: italic;">[ more ]</span>' ]}</p>
+       </li>
+       <li>@{[ a_href 'http://www.amunra.co.uk/','Dave &quot;AmunRa&quot; Rigby' ]}
+               <p>Ok, I'm impressed (@{[ a_href 'http://www.amunra.co.uk/archives/000028.php','Captive Review' ]})</p>
+               <p>Linux software generally has a reputation for having some great, novell
+               ideas, but often lacking in the general 'spit and polish' - difficult to
+               install, unreliable, and so on. However the latest program I have tried out
+               - Captive, is a breath of fresh air - simple to install and set up, and It
+               Just WorksTM. And not only that, it's probably one of the most useful and
+               technically impressive projects I've seen in a long time ...</p>
+               <p><span style="font-style: italic;">[ snip ]</span></p>
+       </li>
        <li>Derek J Witt
                <p>I commend you for this project. I am currently using this on my XP NTFS
                partitions and I am impressed that I can actually move, edit, and remove files
@@ -166,13 +219,35 @@ a Linux kernel bug).</p>
        </li>
 </ul>
 
-@{[ vskip "3ex" ]}
+<a name="press"><h2>@{[ a_href 'Press.html.pl','Internet Press' ]}</h2></a>
 
+@{[ vskip "3ex" ]}
 
-<a name="notes"><h1>Installation Notes</h1></a>
 
+<a name="notes"><h1>
+HERE
+       if ($lang eq "") {
+               print "Installation Notes";
+               }
+       if ($lang eq "de") {
+               print "Installationsanleitung";
+               }
+print <<"HERE";
+</h1></a>
+HERE
+       if ($lang eq "") {
+               print <<"EOF";
 <p>You should first run <b>captive-install-acquire</b> command to check your
 available Microsoft Windows drivers versions. Now you can execute:</p>
+EOF
+               }
+       if ($lang eq "de") {
+               print <<"EOF";
+<p>Sie sollten als erstes den Befehl <b>captive-install-acquire</b>
+ausführen um ihre Windows Treiber Version zu überprüfen. Nun können sie folgenden Befehl ausführen:</p>
+EOF
+               }
+print <<"HERE";
 
 <blockquote>
        <p class="quote">
@@ -182,13 +257,28 @@ available Microsoft Windows drivers versions. Now you can execute:</p>
 </blockquote>
 
 
+HERE
+       if ($lang eq "") {
+               print <<"EOF";
 <h2>Overview</h2>
 
 <p>Any errors from '<b>captive-lufs</b>' are written to '<b>/var/log/messages</b>'.</p>
-
 <p>Needed drivers (at least ntoskrnl.exe+ntfs.sys) must be in '<b>/var/lib/captive</b>'.</p>
-
 <p>'<b>captive</b>' package creates '<b>captive</b>' user and '<b>captive</b>' group on your system.</p>
+EOF
+               }
+       if ($lang eq "de") {
+               print <<"EOF";
+<h2>Übersicht</h2>
+
+<p>Jegliche Fehler des '<b>captive-lufs</b>' werden im Ordner '<b>/var/log/messages</b>' aufgelistet.</p>
+<p>Die Dateien ntoskrnl.exe und ntfs.sys müssen in den '<b>/var/lib/captive</b>'-Ordner kopiert werden.
+(Empfehlendswert über ein Wechseldatenträger [CD-ROM, Diskette].)</p>
+<p>Das '<b>captive</b>' Packet erstellt einen '<b>captive</b>' Benutzer und eine '<b>captive</b>' Gruppe auf Ihrem System.</p>
+<p align="right" style="font-size: smaller;">Übersetzung von Botond Beres.</p>
+EOF
+               }
+print <<"HERE";
 
 
 <h2>LUFS Kernel Driver Module</h2>