Show
Ignore:
Timestamp:
2007-09-01 19:54:46 (1 year ago)
Author:
Stefan Schwarzer <sschwarzer@sschwarzer.net>
branch:
default
Message:
Added a module `dirtree` which handles scanning of directory trees for
use in `converter.dir_to_html`. `dirtree` has the additional
functionality to collect information about parent and sibling items
for all items.

For example, for the directory tree

/root/abc
/root/abc/abc
/root/abc/def
/root/abc/ghi
/root/def
/root/def/abc

it finds out that /root/abc/abc has no previous sibling, /root/abc/ghi
has no last, and that the previous sibling of /root/def is /root/abc.
More information can be found in the docstrings of the new module and
the doctest file.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • todo.txt

    r301 r309  
    2929===== 
    3030 
    31 - write documentation (websourcebrowser.txt, reStructuredText) 
    32 - write help text 
    3331- write tutorial? 
    3432 
     
    3836  anyone can stop a public server) 
    3937- re-think supporting a configuration file 
    40 - improve running Websourcebrowser without installation 
    41 - rename parameter "dir_levels" to "dir_level" where appropriate 
    4238- search function (identifiers? regular expressions?) 
    4339- allow collapsing/expanding of individual directories ("explorer-like")