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

ref #41 #44

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 anonymous

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.

comment:2 Changed 17 years ago by Peter Johansson

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 Peter Johansson

Status: newassigned

comment:4 Changed 17 years ago by Peter Johansson

Resolution: fixed
Status: assignedclosed

(In [201]) fixes #76 and refs #87 new output file structure and draft to new main page.

Note: See TracTickets for help on using tickets.