X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=project%2Fcaptive%2FIndex.html.pl;h=48b5c6b94596141ccd3d6e6d5462293cf192e35a;hb=5f6f5d9eb38a223fe8b6ccab959aaf7f434d9c30;hp=63a7780d0930c716ce1acda14675f18b2968b24c;hpb=58ea2377a598f852de48b8fac7a834f1303b135d;p=www.jankratochvil.net.git diff --git a/project/captive/Index.html.pl b/project/captive/Index.html.pl index 63a7780..48b5c6b 100755 --- a/project/captive/Index.html.pl +++ b/project/captive/Index.html.pl @@ -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( @@ -103,6 +103,8 @@ print <<"HERE";
  • Red Hat 9 Shrike
  • Red Hat 8 Psyche
  • +
  • SuSE 9.0
  • +
  • SuSE 9.1
  • Mandrake 9.1 Bamboo
@@ -129,6 +131,30 @@ print <<"HERE"; +

Development Status

+ +

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.

+ +

Known Issue

+ +

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.

+ +

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.

+ @{[ vskip "3ex" ]}

NEWS