From: short <> Date: Thu, 16 Oct 2003 07:11:08 +0000 (+0000) Subject: Include captive description text. X-Git-Url: http://git.jankratochvil.net/?p=www.jankratochvil.net.git;a=commitdiff_plain;h=5a2041537573f2e89d0f684711f5c03f55aff7b8 Include captive description text. --- diff --git a/Index.html.pl b/Index.html.pl index c895de0..76f2165 100755 --- a/Index.html.pl +++ b/Index.html.pl @@ -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!

-
@{[ vskip "1ex" ]}

- A programmer for hire: - - 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' ]}. - -

@{[ vskip "1ex" ]}
+ + +
+ A programmer for hire: + + 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' ]}. + +

Introducing the Captive NTFS Filesystem for GNU/Linux

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' ]}.

+ HERE +Wrequire "project::captive::ListItem"; +my %captive_ListItem=( @project::captive::ListItem::ListItem ); +print $captive_ListItem{"description"}; + My::Web->footer();