diff --git a/schema.sql b/schema.sql index 197a1cc..f16bdeb 100644 --- a/schema.sql +++ b/schema.sql @@ -76,7 +76,10 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES (20, 'Debian', '1.3', 'debian-bo', 2), (21, 'Debian', '2.0', 'debian-hamm', 3), (22, 'Debian', '2.1', 'debian-slink', 4), - (23, 'Debian', '2.2', 'debian-potato', 5); + (23, 'Debian', '2.2', 'debian-potato', 5), + (24, 'Debian', '3.0', 'debian-woody', 6), + (25, 'Debian', '3.1', 'debian-sarge', 7), + (26, 'Debian', '4.0', 'debian-etch', 8); -- Removes any path components and compression extensions from the filename. diff --git a/util/deb.sh b/util/deb.sh index 4e4f3f2..c0b7b9c 100755 --- a/util/deb.sh +++ b/util/deb.sh @@ -299,6 +299,18 @@ debian_potato() { syncrepo 23 "http://archive.debian.org/debian/" "potato" "main contrib non-free" } +debian_woody() { + syncrepo 24 "http://archive.debian.org/debian/" "woody" "main contrib non-free" +} + +debian_sarge() { + syncrepo 25 "http://archive.debian.org/debian/" "sarge" "main contrib non-free" +} + +debian_etch() { + syncrepo 26 "http://archive.debian.org/debian/" "etch" "main contrib non-free" +} + debian_old() { debian_buzz debian_rex @@ -306,6 +318,9 @@ debian_old() { debian_hamm debian_slink debian_potato + debian_woody + debian_sarge + debian_etch } diff --git a/www/index.pl b/www/index.pl index ef3763a..bac7393 100755 --- a/www/index.pl +++ b/www/index.pl @@ -57,8 +57,8 @@ sub home { # Relevant query: SELECT count(distinct hash), count(distinct name), count(*), count(distinct package) FROM man; # It's far too slow to run that on every pageview. :-( p style => 'float: none'; lit <<' _'; - Indexing 519,202 versions of 127,527 manual pages found in - 1,663,033 files of 176,474 packages. + Indexing 561,179 versions of 131,879 manual pages found in + 1,854,105 files of 196,356 packages.

Manned.org aims to index all manual pages from a variety of systems, both old and new, and provides a convenient interface for looking up and viewing