You can download DMOZ hierarchy information [rdf.dmoz.org] and then write your own little script to compile the links.
choster
5:47 pm on Aug 5, 2003 (gmt 0)
You could get software to crawl each site and return a tree, like a site map generator. That's probably less effective than running a script against the category structure RDF because there are numerous crosslinks (say, Arts/Libraries@ which points to Reference/Libraries) and in the course of hundreds of thousands of categories it could choke.
john22
5:58 pm on Aug 5, 2003 (gmt 0)
Hey
Thanx for your replies - i was hoping more for "heres one we made earlier"....
But ok if not, how do I write a script or any good places to start me off.
g1smd
12:01 am on Aug 6, 2003 (gmt 0)
There is probably a file with category-only information at: rdf.dmoz.org/rdf/ if that helps.
The category count is now nearly half a million cateogries. Not really parsable by hand any more.
totalXSive
4:12 pm on Aug 6, 2003 (gmt 0)
[dmoz.org...] has 25 entries for sites which let you do things with the RDF dump.
g1smd
8:14 pm on Aug 6, 2003 (gmt 0)
Additional information linked from [rodan.ncc.com...] (changes to file formats, error trapping, etc).