Including urls for webinator 3 on Windows

Post Reply
webmaster2697
Posts: 12
Joined: Thu Oct 05, 2006 4:15 pm

Including urls for webinator 3 on Windows

Post by webmaster2697 »

Hello,

I want to include some urls to index in a config file for webinator 3 on Windows. I know the exclusion syntax is:

"xhttp://mysite/donotindex/"

but my guess about the inclusion syntax was wrong:
"ihttp://mysite/hardtofind/indexme.html"

The config file is OptCompl.set

and the indexing is launched by a batch file with the command:
gw -dd:\web\webinator\db -md:\web\automatisation\webinator\OptCompl.set http://%ServUrl%/index.jsp -index

Any help will be truly appreciated.

Cheers,
Bert
webmaster2697
Posts: 12
Joined: Thu Oct 05, 2006 4:15 pm

Including urls for webinator 3 on Windows

Post by webmaster2697 »

Hello,

I also tried:
"ahttp://mysite/hardtofind/indexme.html"

B
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Including urls for webinator 3 on Windows

Post by mark »

There was no version 3 Webinator. You must be referring to version 2. Option files only take options. Urls are specified on the command line or in a url list file. See the manual for gw or the output of
gw -h

Webinator WWW Site Indexer Version 2.7
...
Use: gw [options] URL
...
-mFILE : get more options from FILE.
place options in FILE one per line without the leading -
blank lines and lines beginning with # are ignored.
...
url : Where to begin fetching HTML from.
This may be an & followed by the name of a file that
contains a list of URLs. (e.g.: gw "&url.lst")
If the filename is - gw will read the list from standard input.
(e.g.: makelist|gw "&-")
Urls that begin with - (e.g.: "-http://www.....") will be
added to the exclusion list (see -x) instead of the todo list.
Post Reply