Move project parameters to separate page.
[www.jankratochvil.net.git] / project / captive / Index.html.pl
index 4af5157..8ff2221 100755 (executable)
@@ -34,6 +34,7 @@ Wuse 'project::captive::ListItem';
 my $W=My::Project->init_project(
                "__PACKAGE__"=>__PACKAGE__,
                "ListItem"=>\@project::captive::ListItem::ListItem,
+               "no_project_data"=>1,
                "head_css"=>"
 .reqpkg { font-style: italic; }
 .stuff  { font-style: italic; font-size: larger; margin-left: 20%; margin-right: 10%; }
@@ -46,14 +47,14 @@ print vskip("10ex")."<h1 align=\"center\">!!! DO NOT DISCLOSE !!!</h1>\n".vskip(
 
 print <<"HERE";
 <h1>The First Read/Write NTFS for Free Operating Systems</h1>
-<h1>The First Free Microsoft Windows Kernel API Emulation</h1>
+<h1>The First Open Source MS-Windows Kernel API for Free OS</h1>
 HERE
 
 my @stuff=(
                "A lot of people claim themselves as Windows Programmers.\n"
                                ." Now I can finally join them - I also wrote my own Microsoft Windows.",
                "Why do they need ".a_href('http://www.winsupersite.com/reviews/winserver2k3_gold2.asp','5000 developers')
-                               ." to write Microsoft Windows when it is just One Man Show task?",
+                               ." to write Microsoft Windows when it can be just One Man Show?",
 
 
 
@@ -72,8 +73,10 @@ print <<"HERE";
                <td align="left">
                        @{[ map("<p class=\"stuff\">$_</p>\n",($stuff[int rand @stuff])) ]}
                </td>
-               <td align="right">@{[ a_href My::Web::img_src('captive-install-acquire'),
-                               img('captive-install-acquire-small','[ Captive Microsoft Windows Drivers Acquire Illustration ]') ]}</td>
+               <td align="right">@{[
+                               img 'captive-install-acquire-small','[ Captive Microsoft Windows Drivers Acquire Illustration ]',
+                                               "a_href_img"=>'captive-install-acquire'
+                               ]}</td>
        </tr>
 </table>
 
@@ -95,8 +98,8 @@ my %reqpkg=(
                3=>[qw(glib2 gnome-vfs2 ORBit2 libxml2 openssl popt readline)],
                );
 my %version=(
-               map(($_=>["0.9.5","0"]),qw(captive captive-lufs captive-install)),
-               "lufs"=>["0.9.6","1captive3"],
+               map(($_=>["0.9.6","0"]),qw(captive captive-lufs captive-install)),
+               "lufs"=>["0.9.6","1captive5"],
                "gnome-vfs-httpcaptive"=>["2.3.8captive2","0"],
                "ntfsprogs"=>["200309071734","1captive1"],
                "ntfsprogs-gnomevfs"=>["1.0.1","0"],
@@ -294,7 +297,7 @@ class="quote">/usr/share/lufs/prepmod</span>.</p>
        <col width="0*" />
        <tr>
                <td align="left">
-                       <h2>The First Free Microsoft Windows Kernel API Emulation</h2>
+                       <h2>The First Open Source MS-Windows Kernel API for Free OS</h2>
 
                        <p>Compatibility with existing binary Microsoft Windows file system drivers was
                        reached. Microsoft Windows kernel system components required by these drivers
@@ -304,7 +307,7 @@ class="quote">/usr/share/lufs/prepmod</span>.</p>
                        <span class="productname">@{[ a_href 'http://www.reactos.com/','ReactOS' ]}</span>
                        code base made a big asset for this functionality.</p>
                </td>
-               <td align="right">@{[ a_href 'http://www.reactos.com/',img('reactos','ReactOS') ]}</td>
+               <td align="right">@{[ img 'reactos','ReactOS',"a_href"=>'http://www.reactos.com/' ]}</td>
        </tr>
 </table>
 
@@ -313,7 +316,8 @@ class="quote">/usr/share/lufs/prepmod</span>.</p>
 
 <h1>See also</h1>
 <ul>
-       <li>@{[ a_href 'Preview.html.pl','Technology Preview' ]}</li>
+       <li>@{[ a_href 'Preview.html.pl','<span style="font-size: larger;">Technology Preview</span>' ]}</li>
+       <li>@{[ a_href 'CVS.html.pl','CVS Repository' ]}</li>
        <li>@{[ a_href 'doc/','Developer Documentation' ]}; highlights:<ul>
                <li>@{[ a_href 'doc/About.html.pl#versions','Microsoft Windows Versions Compatibility' ]}</li>
                <li>@{[ a_href 'doc/Architecture.html.pl#law','Laws and Licensing Conditions' ]}</li>
@@ -355,7 +359,7 @@ class="quote">/usr/share/lufs/prepmod</span>.</p>
 
 <p class="stuff">
        Why did I install Microsoft Windows and wrote such disgusting piece of code?<br />
-       Expecting @{[ a_href $W->{"resume_url"},"yet another challenging task" ]}!
+       Expecting @{[ a_href $W->{"resume_url"},"yet another challenging task" ]}!
 </p>
 HERE