Skip to content

Commit

Permalink
Version switch to 0.501 by /me as Orbiter is at 23C3
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3139 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
rramthun committed Dec 27, 2006
1 parent 7da6fd1 commit cf49d5b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions build.properties
Expand Up @@ -3,11 +3,11 @@ javacSource=1.4
javacTarget=1.4

# Release Configuration
releaseVersion=0.50
#releaseFile=yacy_dev_v${releaseVersion}_${DSTAMP}_${releaseNr}.tar.gz
releaseFile=yacy_v${releaseVersion}_${DSTAMP}_${releaseNr}.tar.gz
#releaseDir=yacy_dev_v${releaseVersion}_${DSTAMP}_${releaseNr}
releaseDir=yacy_v${releaseVersion}_${DSTAMP}_${releaseNr}
releaseVersion=0.501
releaseFile=yacy_dev_v${releaseVersion}_${DSTAMP}_${releaseNr}.tar.gz
#releaseFile=yacy_v${releaseVersion}_${DSTAMP}_${releaseNr}.tar.gz
releaseDir=yacy_dev_v${releaseVersion}_${DSTAMP}_${releaseNr}
#releaseDir=yacy_v${releaseVersion}_${DSTAMP}_${releaseNr}
releaseFileParentDir=yacy
releaseNr=$Revision$

Expand Down
6 changes: 3 additions & 3 deletions doc/Details.html
@@ -1,11 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>YaCy: details</title>
<title>YaCy: Details</title>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<!-- <meta name="Content-Language" content="German, Deutsch, de, at, ch"> -->
<meta name="Content-Language" content="English, Englisch">
<meta name="keywords" content="YaCy HTTP Proxy search engine spider indexer java network open free download Mac Windwos Software development">
<meta name="keywords" content="YaCy HTTP Proxy search engine spider indexer java network open free download Mac Windows Software development">
<meta name="description" content="YaCy Software HTTP Proxy Freeware Home Page">
<meta name="copyright" content="Michael Christen">
<script src="navigation.js" type="text/javascript"></script>
Expand Down Expand Up @@ -51,7 +51,7 @@
<h2>Technology Details</h2>

<p><img width="480" src="grafics/YaCy_Technology_Methods.png" align="center"></p>
<p>YaCy has alarge number of document parsers included.</p><br><br>
<p>YaCy has a large number of document parsers included.</p><br><br>

<p><img width="480" src="grafics/YaCy_Technology_IndexDistribution.png" align="center"></p>
<p>When YaCy has indexed a number of web pages, it starts to distribute parts of the web index
Expand Down
8 changes: 4 additions & 4 deletions doc/News.html
Expand Up @@ -88,8 +88,8 @@ <h2>News</h2>
<ul>
<li>Added Media Search</li>
<ul>
<li>Added search pages for Images, Audio, Video, and Application search.</li>
<li>Added media links presentation during snippet fetch; the Image Search presents search results as image thumbnails.</li>
<li>Added search pages for Images, Audio, Video and Application search.</li>
<li>Added media link presentation during snippet fetch; the Image Search presents search results as image thumbnails.</li>
<li>Better recognition of search hits for text snippet generation.</li>
<li>Media search results are indexed again after remote search results are collected; only media links are used to update the index.</li>
</ul>
Expand All @@ -103,10 +103,10 @@ <h2>News</h2>
</ul>
<li>Better Crawl Monitoring</li>
<ul>
<li>After a crawl start was initialized, the Crawler Monitor is showed.</li>
<li>After a crawl start was initialized, the Crawler Monitor is shown.</li>
<li>The Crawl Monitor now shows all queue elements in one table.</li>
<li>Monitoring of index size.</li>
<li>The Crawl Profiles are showed; crawls can be interrupted within the profile table.</li>
<li>The Crawl Profiles are shown; crawls can be interrupted within the profile table.</li>
<li>A crawl may now distinguish between text indexing and media link indexing.</li>
</ul>
<li>Migration to new Database Structure</li>
Expand Down

0 comments on commit cf49d5b

Please sign in to comment.