if you have a list of oai servers you can import them all using the linux command: bin/importOAIList.sh <name-of-oai-list-file> git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7141 6c8d7289-2bf4-0310-a012-ef5d649a1542pull/1/head
parent
64860dc1bb
commit
fc924f024e
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
cd "`dirname $0`"
|
||||
for N in `cat $1`; do
|
||||
echo import of $N:
|
||||
./apicall.sh /IndexImportOAIPMH_p.html?urlstart=$N > /dev/null
|
||||
C=$(($C+1))
|
||||
done
|
||||
|
||||
|
Loading…
Reference in new issue