Forum Moderators: open
I'd like to take one second-level category and use just that portion of the ODP to make static pages to add to my site (a personal project), and then update it every so often with new static pages (not too often).
The only problem is that the files available in the rdf section of ODP seem quite jumbled together, with no easy way to determine where the second-level category I want is located...
Any experiences with grabbing/using a small sub-section of data from the dump that doesn't include parsing it into a dbase, etc.?
~Canton
For smaller projects, many webmasters use screen-scraping scripts (many commercial and noncommercial tools [dmoz.org] are out there).
If you only require a few pages then it may be a simpler thing to download the relevant pages from Dmoz and slice and dice the HTML. Or perhaps an even simpler solution would be to use some kind of Open Source php or perl program that actively takes the data from the Dmoz website and integrates it with your website.
Regards...jmcc