+img
[www.jankratochvil.net.git] / project / ircon / Index.html.pl
index a659a1e..da7c831 100755 (executable)
@@ -36,7 +36,7 @@ My::Project->init_project(
                "ListItem"=>\@project::ircon::ListItem::ListItem,
                );
 
-print <<'HERE';
+print <<"HERE";
 <p>Package consists of:</p>
 <ul>
 <li>Linux kernel module implementing <code>/dev/ircon</code> device as hardware interface</li>
@@ -61,6 +61,11 @@ print <<'HERE';
 should be more intelligent and generate the signal itself as PC hardware simply is too slow to keep up strictly
 with the original frequencies and so in about 1 of 30 button presses it misses. Due to this the automatic Maspro
 tuning software (generating hundreds of button presses) is not usable.</p>
+
+@{[ centerimg
+               ['ircon-parport-small.jpeg','Parallel Port Adapter',"a_href_img"=>'ircon-parport.jpeg'],
+               ['ircon-led-small.jpeg','Remote LED Transmitter',"a_href_img"=>'ircon-led.jpeg']
+               ]}
 HERE
 
 My::Web->footer();