46 |
|
// |
47 |
|
// Douglas Thrift |
48 |
|
// |
49 |
< |
// $Id: Indexer.cpp,v 1.13 2003/07/15 07:22:06 douglas Exp $ |
49 |
> |
// $Id: Indexer.cpp,v 1.14 2003/07/17 04:59:49 douglas Exp $ |
50 |
|
|
51 |
|
#include "Indexer.h" |
52 |
|
|
137 |
|
http.clear(); |
138 |
|
if (!http.handle(url, referer)) exit(1); |
139 |
|
|
140 |
< |
cout << "Indexing " << url << "..." << flush; |
140 |
> |
cout << "Indexing " << url << " ... " << flush; |
141 |
|
|
142 |
|
if (processor.process(http, url)) |
143 |
|
{ |
227 |
|
|
228 |
|
if (http.handle(robots)) |
229 |
|
{ |
230 |
< |
cout << "Checking " << robots << "..." << flush; |
230 |
> |
cout << "Checking " << robots << " ... " << flush; |
231 |
|
|
232 |
|
string line; |
233 |
|
|