Project state: No longer maintained.
[www.jankratochvil.net.git] / project / captive / Index.html.pl
index a89ab2c..48b5c6b 100755 (executable)
@@ -32,7 +32,7 @@ Wuse 'project::captive::ListItem';
 
 
 my $lang="";
-do { $lang="de" if $_ && /^de/i; } for ($ENV{"HTTP_ACCEPT_LANGUAGE"});
+do { $lang="de" if $_ && /^de/i; } for ($ENV{"HTTP_ACCEPT_LANGUAGE"});
 
 
 my $W=My::Project->init_project(
@@ -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>'
@@ -102,6 +103,8 @@ 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>
@@ -122,16 +125,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>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>
@@ -154,6 +177,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
@@ -184,6 +219,8 @@ print <<"HERE";
        </li>
 </ul>
 
+<a name="press"><h2>@{[ a_href 'Press.html.pl','Internet Press' ]}</h2></a>
+
 @{[ vskip "3ex" ]}