4 This README provides an overview over the source code.
5 For installation instructions see INSTALL.
10 What code gets executed for a request and in which order?
11 Perl modules referenced can be found under lib/
16 Apache rewrites -- serves static files
17 (conf/apache.conf.sed.in) (generated by cron script,
18 | or installed from static)
21 (cgi-bin/dispatcher.pl)
25 (Packages::Dispatcher)
30 uses data from files/)
35 uses templates under templates/<format>/)
40 ./bin/daily executes scripts from cron.d/ with run-parts:
41 (these are mostly just wrappers for scripts from bin/)
43 010git -- pull changes from git
44 050checkinst -- check if all needed packages are installed
45 100syncarchive -- retrieve data from main Debian archive
46 100syncarchive_backports -- retrieve data from backports.org
47 100syncarchive_debports -- retrieve data from debian-ports.org (m68k)
48 100syncarchive_installer -- retrieve d-i data
49 100syncarchive_m68k -- retrieve data for etch-m68k
50 100syncarchive_maintainers -- retrieve maintainer index
51 100syncarchive_volatile -- retrieve data from volatile.d.o
52 110debtags -- retrieve debtags vocabular
53 120synctrans -- retrieve DDTP translations
54 200process_archive -- convert all retrieved data to databases
56 300maintainerdb -- create data for @packages.d.o aliases
57 400changelogs_map -- create changelogs map (for changelog: shortcut)
58 500update_po -- update .pot and .po files and generate .gmo
59 600index_pages -- create static index pages
60 <suite>/, <suite>/<subsection>, and
62 600prepare_newpkg -- prepare data for newpkg sites
63 700install_static -- install data from static/ to www/
65 After that ./bin/daily runs ./bin/extract_changelogs to update
66 the changelogs in www/changelogs.
68 logs can be found in files/logs/{cron,changelogs,git}.log