database index question

Post Reply
User avatar
Thunderstone
Site Admin
Posts: 2504
Joined: Wed Jun 07, 2000 6:20 pm

database index question

Post by Thunderstone »



please view this page at full screen for clarity

I have created a new database I named music. I would like webinator to read
just one file I have created called music.dat that contains a list of urls
listed, one per line.
examples only:
http://www.popmusic.htm
http://www.countrymusic.htm
http://www.rockmusic.shtml

These urls have hyperlinks that I do not wish to be indexed, I would like to
just index the information on these pages. I have tried doing this with the
following command

gw -a -g -D1 -fshtml -fdat -d/location/of/music_databse
"&http://www.mydomain.com/music.dat"

I have met with no success.

I would also like to rewalk the music database and just have the webinator
read the urls listed on the music.dat file.

I would appreciate suggestions on how to do this.
I am a novice, so please, be specific.

Thanks, Steve




User avatar
Thunderstone
Site Admin
Posts: 2504
Joined: Wed Jun 07, 2000 6:20 pm

database index question

Post by Thunderstone »




your music.dat file should be in your local file system, not on a web
server.
e.g., /tmp/music.dat => so use "&/tmp/music.dat" instead of
"&http://www.mydomain.com/music.dat"

Otis




Post Reply