Include captive description text.
authorshort <>
Thu, 16 Oct 2003 07:11:08 +0000 (07:11 +0000)
committershort <>
Thu, 16 Oct 2003 07:11:08 +0000 (07:11 +0000)
Index.html.pl

index c895de0..76f2165 100755 (executable)
@@ -52,25 +52,32 @@ from the safety of your favorite OS GNU/Linux. Well, the day of reckoning is at
 hand! Those nights lying awake feeling foolish for having that extra VFAT
 partition just to exchange files between GNU/Linux and MS-Windows are over!</p>
 
-<div style="background: #441111;">@{[ vskip "1ex" ]}<p style="font-size: larger;">
-       <b>A programmer for hire:</b>
-       <span style="color: #ffaaaa;">
-               I am looking for new challenges.
-               If you find the software here useful, please
-               @{[ a_href $W->{"resume_url"},'consider me' ]}
-               for your next software project and
-               @{[ a_href 'Contact.html.pl','get in touch' ]}</a>.
-       </span>
-</p>@{[ vskip "1ex" ]}</div>
+<table border="0" style="margin: 4ex; padding: 2ex; background: #441111; font-size: larger;">
+       <tr><td>
+               <b>A programmer for hire:</b>
+               <span style="color: #ffaaaa;">
+                       I am looking for new challenges.
+                       If you find the software here useful, please
+                       @{[ a_href $W->{"resume_url"},'consider me' ]}
+                       for your next software project and
+                       @{[ a_href 'Contact.html.pl','get in touch' ]}</a>.
+               </span>
+       </td></tr>
+</table>
 
 
 <h2>Introducing the <i>Captive NTFS Filesystem</i> for GNU/Linux</h2>
 
 <p>The @{[ a_href '/project/captive/','Captive NTFS' ]} filesystem is an
 installable filesystem for GNU/Linux which allows read/write access to NTFS
-partitions created by Windows NT or 200x. You can download it
+partitions created by Microsoft Windows NT, 200x or XP. You can download it
 @{[ a_href '/project/captive/','here' ]}.</p>
+
 HERE
 
+Wrequire "project::captive::ListItem";
+my %captive_ListItem=( @project::captive::ListItem::ListItem );
+print $captive_ListItem{"description"};
+
 
 My::Web->footer();