README.cache
author ali@yendor.vm.bytemark.co.uk
Thu Nov 16 08:30:26 2006 +0000 (2006-11-16)
changeset 0 ae7b3fa753dc
permissions -rw-r--r--
First cut. Distintly raw around the edges:
* Assumes it will be running in /home/ali/wk/slashem/web.scripts
* Assumes cache directory will be in topdir
* No build system (simple compiling and linking against libxml2)
* No configure system (eg., tagsoup)
* Output XML untested
* Doesn't set bugzilla maintainer or exporter
* Handling of artifact priorities and resolution is suspect
     1 The cache directory contains the following:
     2 
     3 sf/attachments/<file_id>
     4 	Raw attachments as downloaded from sourceforge by sf2bz
     5 
     6 sf/artifacts/<atid>/<aid>.html
     7 	Tagsoup detailed artifacts as downloaded from sourceforge by sf2bz
     8 
     9 sf/users/<user_id>.html
    10 	Tagsoup user profiles as downloaded from sourceforge by sf2bz
    11 
    12 attachments/<file_id>.xml
    13 	Attachments converted to xml by sf2bz
    14 
    15 artifacts/<atid>/<aid>.xhtml
    16 	Conversion of detailed artifacts to xhtml by tagsoup
    17 
    18 users/<user_id>.xhtml
    19 	Conversion of user profiles to xhtml by tagsoup