Dev topic tree view
revision 2 — 2008/06/09 06:35:49 — Fil Salustri
http://deseng.ryerson.ca/icons/mini/notdone.png A tree based indexing capacity.

Instead of the usual alphabetic index, it could be nice to map out a web as a tree.

  • Assuming web home is the root of a whole tree,
  • Use PROGENY recursively to build all the tree.
    • Remember to check for loops.
Performance tweak
Give PROGENY a new clause {cache on}
  • This tells PROGENY to reuse the cache of files.
  • Move the list of files outside PROGENY.
  • By default, the cache is cleared & reloaded when PROGENY starts.
  • If {cache on}, skip the clear/reload.