+Document LUFS issue.
[www.jankratochvil.net.git] / project / captive / Index.html.pl
index 3a3cbc6..d8f8b35 100755 (executable)
@@ -56,6 +56,7 @@ table.navigate td { padding-bottom: 1ex; padding-left: 15px; padding-right: 15px
                                                .'<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>'
@@ -78,7 +79,7 @@ print <<"HERE" if !$WebConfig::WebConfig{"no_job"};
 HERE
 
 my %version=(
-               map(($_=>["1.1.4","0"]),qw(captive captive-lufs captive-install)),
+               map(($_=>["1.1.5","0"]),qw(captive captive-lufs captive-install)),
                "lufs"=>["0.9.7","1captive8"],
                );
 
@@ -102,6 +103,7 @@ 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>Mandrake&nbsp;9.1&nbsp;Bamboo</li>
                                        </ul></td></tr></table>
                </td>
@@ -122,29 +124,36 @@ print <<"HERE";
                <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>Known Issue</h4>
+
+<p>Linux kernel interface @{[ a_href 'http://lufs.sourceforge.net/lufs/','LUFS' ]}
+being used for Captive is no longer maintained by LUFS author. Mounting of
+NTFS devices by Linux kernel usually works but it is no longer supported by the
+author of Captive.</p>
+
+<p>Port of the Captive interface to @{[ a_href 'http://sourceforge.net/projects/avf','FUSE' ]}
+is not yet implemented - use
+@{[ a_href 'man/captive-cmdline.pod.html','captive-cmdline' ]}(1)
+interface in the case of any compatibility problems.</p>
+
 @{[ vskip "3ex" ]}
 
 <a name="news"><h2>NEWS</h2></a>
 
 <dl>
-       <dt>captive-1.1.4 (2003-12-13) [@{[ 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>Unicode/UTF8 localized filenames conversion for GNU/Linux is now supported</li>
-                       <li>Various GNU/Linux distributions compatibility fixes</li>
-                       <li>Fixed omitted captive-install-acquire(1) --microsoft-com progress bar</li>
-                       <li>Fixed captive-install-acquire(1) --scan-disks* memory leaks (Steve Wampler)</li>
-                       <li>Fixed captive-install-acquire(1) --scan-disks* performance</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>
@@ -155,6 +164,18 @@ print <<"HERE";
 <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
@@ -185,6 +206,8 @@ print <<"HERE";
        </li>
 </ul>
 
+<a name="press"><h2>@{[ a_href 'Press.html.pl','Internet Press' ]}</h2></a>
+
 @{[ vskip "3ex" ]}