diff --git a/build.properties b/build.properties index 678872126..962233a44 100644 --- a/build.properties +++ b/build.properties @@ -3,7 +3,7 @@ javacSource=1.6 javacTarget=1.6 # Release Configuration -releaseVersion=0.99 +releaseVersion=1.0 stdReleaseFile=yacy_v${releaseVersion}_${DSTAMP}_${releaseNr}.tar.gz sourceReleaseFile=yacy_src_v${releaseVersion}_${DSTAMP}_${releaseNr}.tar.gz releaseFileParentDir=yacy diff --git a/htroot/js/yacyinteractive.js b/htroot/js/yacyinteractive.js index 43b18a832..554d5edb8 100644 --- a/htroot/js/yacyinteractive.js +++ b/htroot/js/yacyinteractive.js @@ -20,7 +20,7 @@ var modifiertype = ""; function search(search, count, offset) { var navhtml = document.getElementById("searchnavigation"); - if (navhtml != null) navhtml.innerHTML = "
loading...
"; + if (navhtml != null) navhtml.innerHTML = "
loading from local index...
"; query = search; maximumRecords = count; if (count == "") maximumRecords = 1000; diff --git a/htroot/yacyinteractive.html b/htroot/yacyinteractive.html index a9d4a9352..41bf5c28b 100644 --- a/htroot/yacyinteractive.html +++ b/htroot/yacyinteractive.html @@ -48,7 +48,7 @@ To see a list of all APIs, please visit the +