From a9902f1bd1fad46c134ffcf7ced304e163595c5d Mon Sep 17 00:00:00 2001
From: orbiter
Date: Mon, 1 May 2006 00:21:26 +0000
Subject: [PATCH] documentation update
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2048 6c8d7289-2bf4-0310-a012-ef5d649a1542
---
doc/Download.html | 4 ++--
doc/News.html | 3 +--
startYACY.command | 2 +-
3 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/doc/Download.html b/doc/Download.html
index f74ff5055..6ff6b7925 100644
--- a/doc/Download.html
+++ b/doc/Download.html
@@ -65,14 +65,14 @@ You can download the Java
Latest Release:
-The latest YaCy release version is 0.44
+The latest YaCy release version is 0.45
Nightly builds from compiles out of SVN can be obtained from http://devbin.yacy-forum.de/.
Main releases of YaCy are hosted on yacy.net, yacy@BerliOS.de and yacy@freshmeat.net.
Download Mirrors and YaCy Flavours:
- Generic release of YaCy (all platforms with J2SE 1.4.2: Linux, Mac OS X, Windows, Solaris):
- Windows-flavour release of YaCy (same code as generic release, but with convenient Windows-Installer):
diff --git a/doc/News.html b/doc/News.html
index 95f3dcf05..626c3433c 100644
--- a/doc/News.html
+++ b/doc/News.html
@@ -84,8 +84,7 @@ globalheader();
-->
-
v0.45_2006042x_2xxx
-
+
v0.45_20060501_2046
- Enhanced Search Functions
- Re-designed search page: this shows now a simplified page without the left navigation column. The column is only shown if the user is logged-in.
diff --git a/startYACY.command b/startYACY.command
index 0b3b7f597..e1bbdc7a8 100755
--- a/startYACY.command
+++ b/startYACY.command
@@ -1,4 +1,4 @@
-?cd `dirname $0`
+cd `dirname $0`
./startYACY.sh &
echo "****************** YaCy Web Crawler/Indexer & Search Engine *******************"
echo "**** (C) by Michael Peter Christen, usage granted under the GPL Version 2 ****"