captive-1.1.1.2
[www.jankratochvil.net.git] / project / captive / Index.html.pl
index daab52c..f5f3373 100755 (executable)
@@ -41,31 +41,11 @@ my $W=My::Project->init_project(
 .re     { font-style: italic; }
 table.mailman > * /* FIXME: What is it? */ > tr > th,
 table.mailman > * /* FIXME: What is it? */ > tr > td { padding: 1ex; text-align: center; }
-table.download { border-style: none; margin: 8px; }
 table.download td { padding: 8px; }
 ",
                );
 
 
-print <<"HERE";
-<h1>The First free Read/Write NTFS for Free Operating Systems</h1>
-<h1>The First Open Source MS-Windows Kernel API for Free OS</h1>
-HERE
-
-my @stuff=(
-               "A lot of people claim to be Windows Programmers.\n"
-                               ." Now, I can join them at last - I have also written my own Microsoft Windows.",
-               "Why do they need ".a_href('http://www.winsupersite.com/reviews/winserver2k3_gold2.asp','5,000 developers')
-                               ." to write Microsoft Windows when it can be just a One Man Show?",
-               "My first Microsoft Windows program ever written? Some 'helloworld'?"
-                               ." <span class=\"quote\">hal.dll</span>.",
-               );
-
-print rightimg((map("<p class=\"stuff\">$_</p>\n",($stuff[int rand @stuff])))[0],
-               'captive-install-acquire-small','[ Captive Microsoft Windows Drivers Acquire Illustration ]',
-                               "a_href_img"=>'captive-install-acquire');
-
-
 print <<"HERE" if !$WebConfig::WebConfig{"no_job"};
 @{[ vskip "3ex" ]}
 
@@ -79,51 +59,18 @@ print <<"HERE" if !$WebConfig::WebConfig{"no_job"};
 </table>
 HERE
 
-
-print <<"HERE";
-@{[ vskip "3ex" ]}
-
-
-<h2>NEWS</h2>
-
-<dl>
-       <dt>captive-1.1 (2003-11-27) [@{[ a_href $W->{"project_viewcvs"}.'/*checkout*/captive/NEWS?rev=HEAD','archive' ]}]</dt>
-       <dd>
-               <ul>
-                       <li>Distributed as 'captive-static' fully independent single package</li>
-                       <li>Allow concurrent file access by multiple handles - fixes scp(1) copying</li>
-                       <li>Installer now features MS-Windows drivers download retries from microsoft.com</li>
-                       <li>Installer compatibility and user interface lockup fixes</li>
-                       <li>Fixed SUSE-9.0 package installation compatibility (Christian Kristukat)</li>
-               </ul>
-       </dd>
-       <dt>lufs-0.9.7captive7 (2003-11-27) [@{[ a_href $W->{"project_viewcvs"}.'/*checkout*/lufs/NEWS.captive?rev=1.1.2.9','archive' ]}]</dt>
-       <dd>
-               <ul>
-                       <li>Branch update for 0.9.7 (no changes apply to 'captive' branch)</li>
-                       <li>'prepmod'-wrap 'lufsd' instead of 'lufsmnt' as 'prepmod' fail is safe this way</li>
-                       <li>Fixed kernel module compilation if invoked by mount(8)</li>
-                       <li>Drop lufsumount(1) in the favor of compatibility with generic umount(8)</li>
-                       <li>Kernel module prebuilding compatibility with TurboLinux and SuSE kernels</li>
-               </ul>
-       </dd>
-</dl>
-HERE
-
-print vskip "1ex";
-
 my %version=(
-               map(($_=>["1.1","0"]),qw(captive captive-lufs captive-install)),
+               map(($_=>["1.1.1.2","0"]),qw(captive captive-lufs captive-install)),
                "lufs"=>["0.9.7","1captive7"],
                );
 
 print <<"HERE";
 <h2>Download</h2>
 
-<h3>Choose one preferred installation format:</h3>
+<h3>Choose the one preferred installation format:</h3>
 
 <table border="0" align="center" width="100%"><tr><td align="center">
-<table border="1" align="center" style="text-align: center;" class="download">
+<table border="1" frame="border" rules="rows" align="center" style="text-align: center;" class="download">
        <tr>
                <td>
                        RPM i386 binary<br />
@@ -144,15 +91,44 @@ print <<"HERE";
        </tr>
        <tr>
                <td>Debian .deb binaries</td>
-               <td>@{[ a_href 'CVS.html.pl#debian','Download Page' ]} [link]</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 Page' ]} [link]</td>
+               <td>@{[ a_href 'CVS.html.pl#source','download link' ]}</td>
        </tr>
 </table>
 </td></tr></table>
 
+@{[ vskip "3ex" ]}
+
+<h2>NEWS</h2>
+
+<dl>
+       <dt>captive-1.1.1.2 (2003-11-30) [@{[ a_href $W->{"project_viewcvs"}.'/*checkout*/captive/NEWS?rev=HEAD','archive' ]}]</dt>
+       <dd>
+               <ul>
+                       <li>Mounted NTFS partitions are now public readable:
+                                       <span style="font-family: monospace;">rwx------</span> is now
+                                       <span style="font-family: monospace;">rwxr-xr-x</span></li>
+                       <li>Fixed refusal (crash) to mount some kind of NTFS disk drives (Nir Misgav)</li>
+                       <li>Fixed refusal to write &gt;64MB files on some NTFS disk drives (Charles Duffy)</li>
+                       <li>Fixed crash (=>no disk changes) during unmount of some NTFSes (Nir Misgav)</li>
+                       <li>Extended the set of MS-Windows XP drivers identified as Captive compatible</li>
+                       <li>Compatibility with SMP MS-Windows XP kernel binaries</li>
+               </ul>
+       </dd>
+       <dt>lufs-0.9.7captive7 (2003-11-27) [@{[ a_href $W->{"project_viewcvs"}.'/*checkout*/lufs/NEWS.captive?rev=1.1.2.9','archive' ]}]</dt>
+       <dd>
+               <ul>
+                       <li>Branch update for 0.9.7 (no changes apply to 'captive' branch)</li>
+                       <li>'prepmod'-wrap 'lufsd' instead of 'lufsmnt' as 'prepmod' fail is safe this way</li>
+                       <li>Fixed kernel module compilation if invoked by mount(8)</li>
+                       <li>Drop lufsumount(1) in the favor of compatibility with generic umount(8)</li>
+                       <li>Kernel module prebuilding compatibility with TurboLinux and SuSE kernels</li>
+               </ul>
+       </dd>
+</dl>
 
 @{[ vskip "3ex" ]}