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
ali@0
     1
The cache directory contains the following:
ali@0
     2
ali@0
     3
sf/attachments/<file_id>
ali@0
     4
	Raw attachments as downloaded from sourceforge by sf2bz
ali@0
     5
ali@0
     6
sf/artifacts/<atid>/<aid>.html
ali@0
     7
	Tagsoup detailed artifacts as downloaded from sourceforge by sf2bz
ali@0
     8
ali@0
     9
sf/users/<user_id>.html
ali@0
    10
	Tagsoup user profiles as downloaded from sourceforge by sf2bz
ali@0
    11
ali@0
    12
attachments/<file_id>.xml
ali@0
    13
	Attachments converted to xml by sf2bz
ali@0
    14
ali@0
    15
artifacts/<atid>/<aid>.xhtml
ali@0
    16
	Conversion of detailed artifacts to xhtml by tagsoup
ali@0
    17
ali@0
    18
users/<user_id>.xhtml
ali@0
    19
	Conversion of user profiles to xhtml by tagsoup