experimental topword-intergartion in rss

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@167 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 20 years ago
parent 6af3744a0b
commit 73922f3501

@ -9,5 +9,15 @@
<link>#[url]#</link> <link>#[url]#</link>
</item> </item>
#{/results}# #{/results}#
<topwords>
#(combine)#
::
#{words}#
<item>
<word>#[word]#</word>
</item>
#{/words}#
#(/combine)#
</topwords>
</channel> </channel>
</rss> </rss>

@ -19,6 +19,6 @@ else
echo "To stop YaCy, please execute stopYACY.sh and wait some seconds" echo "To stop YaCy, please execute stopYACY.sh and wait some seconds"
echo "To administrate YaCy, start your web browser and open http://localhost:8080" echo "To administrate YaCy, start your web browser and open http://localhost:8080"
else else
java -classpath classes:$CLASSPATH yacy java -Xms16m -Xmx200m -classpath classes:$CLASSPATH yacy
fi fi
fi fi

Loading…
Cancel
Save