README
No OneTemporary

File Metadata

Created
Thu, Jun 12, 2:53 PM
To use the KDE Traffic build script:
- get ktpub.tar.gz from www.kerneltraffic.org and unpack it in this directory
(should create ktpub directory)
- recommended hacks (should prevent build failures -- works for me (TM)):
- patch the ktpub system as needed: (cd ktpub; cat ../ktpub.diff | patch -p1)
- touch ktpub/xslt/site
- execute ./mkkdetraf <issue-number> (like ./mkkdetraf 68)
- you should have files kdeYYYYMMDD_II.xml and .html - look at them
To also generate statistics:
- if you use knode and gmane to read the lists (or have them subscribed this
way) [NOTE however: the sizes will be ROUGH ESTIMATES ONLY]:
- mkdir mkstats-knode-headers
- ln -s $KDEHOME/share/apps/knode/nntp.<number>/{subscribed-lists}.static \
mkstats-knode-headers
- echo 'cat ./mkstats-knode-headers/* | ./mkstats-knode' > mkstats
- chmod +x mkstats
- if you have only mail archive: XXX write compatible mkstats script :/
-- Peter Rockai, 14.11.2003