+img
authorshort <>
Tue, 14 Oct 2003 17:54:34 +0000 (17:54 +0000)
committershort <>
Tue, 14 Oct 2003 17:54:34 +0000 (17:54 +0000)
project/ircon/Index.html.pl
project/ircon/ListItem.pm
project/ircon/ircon-icon.jpeg [new file with mode: 0644]
project/ircon/ircon-led-small.jpeg [new file with mode: 0644]
project/ircon/ircon-led.jpeg [new file with mode: 0644]
project/ircon/ircon-parport-small.jpeg [new file with mode: 0644]
project/ircon/ircon-parport.jpeg [new file with mode: 0644]

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();
index 6e2803b..a49a536 100755 (executable)
@@ -32,6 +32,7 @@ our @ListItem=(
                "name"=>"IRCon",
                "platform"=>"unixuser",
                "priority"=>5,
+               "icon"=>"ircon-icon.jpeg",
                "download"=>"ircon.tar.gz",
                "link-index of scanned images"=>"ircon-img/",
                "download-all scanned images"=>"ircon-img.tar",
diff --git a/project/ircon/ircon-icon.jpeg b/project/ircon/ircon-icon.jpeg
new file mode 100644 (file)
index 0000000..07ed8f4
Binary files /dev/null and b/project/ircon/ircon-icon.jpeg differ
diff --git a/project/ircon/ircon-led-small.jpeg b/project/ircon/ircon-led-small.jpeg
new file mode 100644 (file)
index 0000000..92880e2
Binary files /dev/null and b/project/ircon/ircon-led-small.jpeg differ
diff --git a/project/ircon/ircon-led.jpeg b/project/ircon/ircon-led.jpeg
new file mode 100644 (file)
index 0000000..4bcd442
Binary files /dev/null and b/project/ircon/ircon-led.jpeg differ
diff --git a/project/ircon/ircon-parport-small.jpeg b/project/ircon/ircon-parport-small.jpeg
new file mode 100644 (file)
index 0000000..e5ff7f3
Binary files /dev/null and b/project/ircon/ircon-parport-small.jpeg differ
diff --git a/project/ircon/ircon-parport.jpeg b/project/ircon/ircon-parport.jpeg
new file mode 100644 (file)
index 0000000..62398cd
Binary files /dev/null and b/project/ircon/ircon-parport.jpeg differ