diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-08-26 22:06:58 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-08-26 22:06:58 +0000 |
| commit | d9472b6a3a3bd8d7cb9bdd9a247a111165b9b398 (patch) | |
| tree | 925dd96178e00aa2a8884a2d300ae98a333bb393 /htroot/Network.xml | |
| parent | e332b844b2c0d4d41bef0add8f3f5de140839cc7 (diff) | |
* fixed problem with watch crawler
* added new column to network table (remote crawl urls):
the new value for provided URLs will be used for new remote crawl method
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4061 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Network.xml')
| -rw-r--r-- | htroot/Network.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/htroot/Network.xml b/htroot/Network.xml index c5c961665..6d80113e3 100644 --- a/htroot/Network.xml +++ b/htroot/Network.xml @@ -9,8 +9,9 @@ <ppm>#[ppm]#</ppm>
<qph>#[qph]#</qph>
<uptime>#[uptime]#</uptime>
- <links>#[links]#</links>
- <words>#[words]#</words>
+ <links>#[LCount]#</links>
+ <words>#[ICount]#</words> + <rurls>#[RCount]#</rurls> <lastseen>#[lastSeen]#</lastseen>
<sendWords>#[sI]#</sendWords>
<receivedWords>#[rI]#</receivedWords>
@@ -60,8 +61,9 @@ <version>#[my-version]#</version>
<utc>#[my-utc]#</utc>
<uptime>#[my-uptime]#</uptime>
- <links>#[my-links]#</links>
- <words>#[my-words]#</words>
+ <links>#[my-LCount]#</links>
+ <words>#[my-ICount]#</words> + <words>#[my-RCount]#</words> <acceptcrawl>#[my-acceptcrawl]#</acceptcrawl>
<acceptindex>#[my-dhtreceive]#</acceptindex>
<acceptranking>#[my-rankingreceive]#</acceptranking>
|
