#!/bin/sh
#
# Here's a startup file for a  web-explorer  that  searches  for  abc
# music files and indexes them. This one does a general search of the
# web, to depth 4, and puts its output into files with "Tune_" at the
# start  of their names.  You might want to twiddle the options a bit
# before running this.

export V_TuneList
V_TuneList=3TuneSearch.out

TuneList \
	+A -art +D4 +orig20 +X4 +K +sTune_ +urls .html=abc .txt=abc -30 \
	< BadURLs \
	http://celtic.stanford.edu/ \
	http://celtic.stanford.edu/pub/tunes/ \
	http://celtic.stanford.edu/pub/tunes/abc.tunes/ \
	http://diana.ecs.soton.ac.uk/~jra/ \
	http://trillian.mit.edu/~jc/music/book/ \
	http://trillian.mit.edu/~jc/music/abc/ \
	http://este.darmstadt.gmd.de/~loehr/folk.html \
	http://home1.swipnet.se/~w-11382/abc.htm \
	http://ihp02.ihp-ffo.de/~msm/ \
	http://members.aol.com/boynehunt/ \
	http://members.aol.com/somido/abcsongs.html \
	http://members.tripod.com/~Rosin_the_bow/tunes.html \
	http://polyglot.lss.wisc.edu/german/homes/agng/roadreco.htm \
	http://pw1.netcom.com/~mbreton/music/musicpg.htm \
	http://pw2.netcom.com/~crfowler/pcorner.htm \
	http://rigel.csuchico.edu/~pubscout/songs.html \
	http://sally.roke.co.uk/SIB/abc/ \
	http://tnt.vianet.on.ca/pages/rickere/ \
	http://w3.one.net/~rsim/music.htm \
	http://web.syr.edu/~htkeays/music/abc/ \
	http://web.ukonline.co.uk/Members/laurie.griffiths/infs.html \
	http://world.std.com/~ttraub/tunes.html \
	http://www.bath.ac.uk/~ccshf/music/music.html \
	http://www.cri.ensmp.fr/~keryell/trad/partitions/partitions.html \
	http://www.cs.uky.edu/~raphael/lansdowne.html \
	http://www.cybernw.com/~oneil/ \
	http://www.erols.com/olsonw/BLDTNNDX.HTM \
	http://www.execpc.com/~danb/tunes/dantunes.html \
	http://www.geocities.com/BourbonStreet/Delta/2201/SCOT1.HTM \
	http://www.geocities.com/Heartland/4985/abc.html \
	http://www.geocities.com/Nashville/1401/ \
	http://www.gre.ac.uk/~c.walshaw/abc/ \
	http://www.interlync.com/flatpick/ \
	http://www.internetland.net/~bshull/NAFA/tuneabc.html \
	http://www.irishfest.com/oneills/ \
	http://www.irishfest.com/oneills/dev/files.html \
	http://www.leeds.ac.uk/music/Info/RRTuneBk/RRtunes2/ \
	http://www.leeds.ac.uk/music/Info/RRTuneBk/RRtunes3/ \
	http://www.leeds.ac.uk/music/Info/RRTuneBk/RRtunes4/ \
	http://www.leeds.ac.uk/music/Info/RRTuneBk/RRtunes5/ \
	http://www.leeds.ac.uk/music/Info/RRTuneBk/RRtunes6/ \
	http://www.leeds.ac.uk/music/Info/RRTuneBk/RRtunes7/ \
	http://www.leeds.ac.uk/music/Info/RRTuneBk/listings.html \
	http://www.lll.hawaii.edu/contra/dances/tune-sources.html \
	http://www.prairienet.org/~daglenn/conc_70.html \
	http://www.purr.demon.co.uk/jack/jack.html \
	http://www.sff.net/people/julia.west/songs/faberabc.html \
	http://www.spirit.net.au/~gramac/tunesABC.html \
	http://www.tardis.ed.ac.uk/~ibb/scd/Music/ \
	http://www.tardis.ed.ac.uk/~ibb/scd/links.html \
	http://www.tcp.co.uk/~hmitchell/ \
	http://www.ucolick.org/~sla/morris/music/ \
	http://www.ulst.ac.uk/users/b.stocks/music/ \
	http://www.webcom.com/~liam/gaelsong/song.html \
	http://www1.roke.co.uk/SIB/abc/index.html \
	http://www2.netcom.com/~crfowler/pcorner.htm \
	> TuneList.log

exit 0

# Parking place for temporary deletions:
	+Htrillian.mit.edu \

