summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2015-04-28 08:27:29 +0200
committerYorhel <git@yorhel.nl>2015-04-28 08:27:29 +0200
commit2da67d585ccdce8820ca5730811bb9d7efe3b8e5 (patch)
treee86df812cb9968f01c79cf8682cc9ff2ca78fc10 /www
parenta2f3692f3cbafce974acefb1c6e31a233c7e3392 (diff)
Various changes/fixes, 3 new distro versions
Diffstat (limited to 'www')
-rwxr-xr-xwww/index.pl24
1 files changed, 13 insertions, 11 deletions
diff --git a/www/index.pl b/www/index.pl
index 3a43504..8b8eba7 100755
--- a/www/index.pl
+++ b/www/index.pl
@@ -43,16 +43,18 @@ TUWF::set(
# TODO: Abstract this into the systems table?
-$TUWF::OBJ->{pkglinks} = {
- arch => sub { "http://www.archlinux.org/packages/$_[0]{category}/i686/$_[0]{name}/" },
- 'debian-squeeze' => sub { "http://packages.debian.org/squeeze/$_[0]{name}" },
- 'debian-wheezy' => sub { "http://packages.debian.org/wheezy/$_[0]{name}" },
- 'ubuntu-lucid' => sub { "http://packages.ubuntu.com/lucid/$_[0]{name}" },
- 'ubuntu-precise' => sub { "http://packages.ubuntu.com/precise/$_[0]{name}" },
- 'ubuntu-quantal' => sub { "http://packages.ubuntu.com/quantal/$_[0]{name}" },
- 'ubuntu-raring' => sub { "http://packages.ubuntu.com/raring/$_[0]{name}" },
- 'ubuntu-saucy' => sub { "http://packages.ubuntu.com/saucy/$_[0]{name}" },
-};
+$TUWF::OBJ->{pkglinks} = { };
+# arch => sub { "http://www.archlinux.org/packages/$_[0]{category}/i686/$_[0]{name}/" },
+# 'debian-squeeze' => sub { "http://packages.debian.org/squeeze/$_[0]{name}" },
+# 'debian-wheezy' => sub { "http://packages.debian.org/wheezy/$_[0]{name}" },
+# 'ubuntu-lucid' => sub { "http://packages.ubuntu.com/lucid/$_[0]{name}" },
+# 'ubuntu-precise' => sub { "http://packages.ubuntu.com/precise/$_[0]{name}" },
+# 'ubuntu-quantal' => sub { "http://packages.ubuntu.com/quantal/$_[0]{name}" },
+# 'ubuntu-raring' => sub { "http://packages.ubuntu.com/raring/$_[0]{name}" },
+# 'ubuntu-saucy' => sub { "http://packages.ubuntu.com/saucy/$_[0]{name}" },
+# 'ubuntu-trusty' => sub { "http://packages.ubuntu.com/trusty/$_[0]{name}" },
+# 'ubuntu-utopic' => sub { "http://packages.ubuntu.com/utopic/$_[0]{name}" },
+#};
TUWF::register(
@@ -609,7 +611,7 @@ sub htmlHeader {
div id => 'header';
a href => '/', 'manned.org';
form action => '/browse/search', method => 'get';
- input type => 'text', name => 'q', id => 'q';
+ input type => 'text', name => 'q', id => 'q', tabindex => 1;
input type => 'submit', value => ' ';
end;
end;