Forum Moderators: open

Message Too Old, No Replies

Using DMOZ's RDF

How can I use this?

         

Condor12

12:34 pm on Mar 12, 2003 (gmt 0)

10+ Year Member



Hi,

I've seen a few scripts that allow me to use the rdf dump to add a DMOZ like directory to my own websites. (All with the developers banners)

Can anyone point me to somewhere I can learn to use the rdf file myself?

Thanks.

RFranzen

12:55 pm on Mar 12, 2003 (gmt 0)

10+ Year Member



This may be more theory than you want, but it's always nice to start at the beginning:

* [w3.org...]
* [rdf.dmoz.org...]

-- Rich

Condor12

1:43 pm on Mar 12, 2003 (gmt 0)

10+ Year Member



Cheers RFranzen,

Looks like I've got a lot of reading ahead of me :)

Thanks

Condor12

OntheEdge

1:50 pm on Mar 12, 2003 (gmt 0)

10+ Year Member



Those little banners aren't looking so bad after all, eh? ;)

jimbo_mac

1:50 pm on Mar 12, 2003 (gmt 0)

10+ Year Member



Condor 12,

you could put a small snippet of javascript code
http*://digitalwindmill.com/

choster

4:01 pm on Mar 12, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



ODP has a category for upload tools [dmoz.org] for either parsing the RDF or scraping the static directory pages. You might want to check there for the specific capabilities and licensing you're looking for.

Psycho1

11:00 pm on Mar 19, 2003 (gmt 0)

10+ Year Member



Anyone here know of a free tool that will parse an RDF dump into a mySQL database and help me create HTML pages from it? I know someone above posted a link to an ODP section on RDF upload tools, but most of them are not free. I'm a noobie at this stuff, so I'm hoping to find one that's easy to use. I've done a lot of searching and found several websites and forum threads where they discuss this, but I can never find a clear cut answer. I'll only be using a small portion of the RDF dump. Any help is greatly appreciated.

Fischerlaender

11:37 pm on Mar 30, 2003 (gmt 0)

10+ Year Member



I've got an old Perl script which does just this. It takes the dump file and saves two CSV files which contain the categories and the sites. These CSV files can easily be imported into MySQL with LOAD DATA.

You'll find this script on my company's homepage. (Link at the bottom of the website in my profile.)

1. The script has english comments.
2. The last time I used it was in August 2002.
3. It doesn't process the RDF in an elegant way; it's just a brutal attack of Regular Expressions.