Opened 17 years ago
Closed 17 years ago
#76 closed task (fixed)
change output file structure
Reported by: | Peter Johansson | Owned by: | Peter Johansson |
---|---|---|---|
Priority: | critical | Milestone: | 0.6 |
Component: | output | Version: | trunk |
Keywords: | Cc: |
Description
In order to allow a spectrum of parallel output pages the file structure need to be slightly modified.
Running svndigest on this project now creates directories with name
svndigest, svndigest/lib, svndigest/test etc
and the main page is written to svngest/index.html
In order to allow for parallel output I suggest the following structure:
svndigest, svndigest/parallelA/, svndigest/parallelA/lib/, svndigest/parallelB/, svndigest/parallelB/lib/ etc
Also we should have a symbolic link svndigest/index.html to the most important svndigest/ParallelX (e.g. the one based on all authors and all lines). To avoid problems with anchors here all anchors must be absolute (relative anchors from a symbolic link is a disaster).
Change History (4)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
I think we'll go for a structure like:
root/user/linetype/
for milestone:0.7 it could easily be expanded to
root/user/linetype/stats_type/
comment:3 Changed 17 years ago by
Status: | new → assigned |
---|
comment:4 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Instead of the symbolic link, I think it would be preferable to have like a summary page as main page with perhaps some basic statistics. Then we avoid the problem with absolute anchors.