X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=Index.html.pl;h=80c7dcb9ff1ec7442da48b7b22b30563208ef9e7;hb=3c9ac46d7c98e9d02911e3b6d1ce2e88133983aa;hp=49cb4f4322fb94882815cd4a5892f49f1008c27a;hpb=d5ff9ccf43977ffa10e539637a2cdcbe4008e0f3;p=www.jankratochvil.net.git diff --git a/Index.html.pl b/Index.html.pl index 49cb4f4..80c7dcb 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!

-
- 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 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();