Project state: No longer maintained.
[www.jankratochvil.net.git] / project / captive / Index.html.pl
index d8f8b35..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(
@@ -104,6 +104,7 @@ print <<"HERE";
                                                <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>
@@ -130,17 +131,29 @@ print <<"HERE";
 </table>
 </td></tr></table>
 
-<h4>Known Issue</h4>
+<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>
 
-<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>
+<h4>Known Issue</h4>
 
-<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>
+<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" ]}