summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authororbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2010-06-06 23:26:04 +0000
committerorbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2010-06-06 23:26:04 +0000
commita33f39832e2cd22bfee70b085b75c5f43feda6c0 (patch)
treebf4523291c8e95a32fa2b3bdbfef774f0f0efa8d
parentc71d829bb5115d629a59feca622397e7b02ec409 (diff)
- small change in display of use cases
- explain usage of ftp, smb and file search domains git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6913 6c8d7289-2bf4-0310-a012-ef5d649a1542
-rw-r--r--build.properties2
-rw-r--r--htroot/ConfigBasic.html17
-rw-r--r--htroot/env/grafics/usecase_freeworld.pngbin47089 -> 46698 bytes
-rw-r--r--htroot/env/grafics/usecase_intranet.pngbin24852 -> 27376 bytes
-rw-r--r--htroot/env/grafics/usecase_webportal.pngbin32644 -> 31775 bytes
5 files changed, 11 insertions, 8 deletions
diff --git a/build.properties b/build.properties
index 05bc061e7..a942cce11 100644
--- a/build.properties
+++ b/build.properties
@@ -3,7 +3,7 @@ javacSource=1.5
javacTarget=1.5
# Release Configuration
-releaseVersion=0.95
+releaseVersion=0.96
stdReleaseFile=yacy_v${releaseVersion}_${DSTAMP}_${releaseNr}.tar.gz
sourceReleaseFile=yacy_src_v${releaseVersion}_${DSTAMP}_${releaseNr}.tar.gz
releaseFileParentDir=yacy
diff --git a/htroot/ConfigBasic.html b/htroot/ConfigBasic.html
index f56e4cc66..0ca6b9ea5 100644
--- a/htroot/ConfigBasic.html
+++ b/htroot/ConfigBasic.html
@@ -41,9 +41,9 @@
<fieldset>
<table border="0">
<tr>
- <td width="33%"><input type="radio" name="usecase" value="freeworld" id="usecaseFreeworld" #(freeworldChecked)#::checked="checked"#(/freeworldChecked)# /><label for="usecaseFreeworld">Community-based web search</label></td>
- <td width="33%"><input type="radio" name="usecase" value="portal" id="usecasePortal" #(portalChecked)#::checked="checked"#(/portalChecked)# /><label for="usecasePortal">Search portal for your own web pages</label></td>
- <td width="33%"><input type="radio" name="usecase" value="intranet" id="usecaseIntranet" #(intranetChecked)#::checked="checked"#(/intranetChecked)# /><label for="usecaseIntranet">Intranet Indexing</label></td>
+ <td width="256"><input type="radio" name="usecase" value="freeworld" id="usecaseFreeworld" #(freeworldChecked)#::checked="checked"#(/freeworldChecked)# /><label for="usecaseFreeworld">Community-based web search</label></td>
+ <td width="256"><input type="radio" name="usecase" value="portal" id="usecasePortal" #(portalChecked)#::checked="checked"#(/portalChecked)# /><label for="usecasePortal">Search portal for your own web pages</label></td>
+ <td width="100%"><input type="radio" name="usecase" value="intranet" id="usecaseIntranet" #(intranetChecked)#::checked="checked"#(/intranetChecked)# /><label for="usecaseIntranet">Intranet Indexing</label></td>
</tr>
<tr>
<td><label for="usecaseFreeworld"><img src="/env/grafics/usecase_freeworld.png" /></label></td>
@@ -51,10 +51,13 @@
<td><label for="usecaseIntranet"><img src="/env/grafics/usecase_intranet.png" /></label></td>
</tr>
<tr>
- <td><label for="usecaseFreeworld">join and support the global network 'freeworld', search the web with an uncensored user-owned search network</label></td>
- <td><label for="usecasePortal">your YaCy installation behaves independently from other peers and you define your own web index by starting your own web crawl. This can be used to search your own web pages or to define a topic-oriented search portal.</label></td>
- <td><label for="usecaseIntranet">create a search portal for your intranet web pages, or pages that are placed at DATA/HTDOCS/repository and can be accessed at <a href="http://localhost:#[port]#/repository/">http://localhost:#[port]#/repository</a></label>
- <input type="text" name="repositoryPath" size="37" value="#[repositoryPath]#" /></td>
+ <td valign="top"><label for="usecaseFreeworld">Join and support the global network 'freeworld', search the web with an uncensored user-owned search network</label></td>
+ <td valign="top"><label for="usecasePortal">Your YaCy installation behaves independently from other peers and you define your own web index by starting your own web crawl. This can be used to search your own web pages or to define a topic-oriented search portal.</label></td>
+ <td valign="top"><label for="usecaseIntranet">Create a search portal for your intranet or web pages or your (shared) file system. URLs may be used with http/https/ftp and a local domain name or IP, or with an URL of the form file:///&lt;path&gt; or smb://&lt;server&gt/&lt;path&gt<br/>
+ Files may also be shared with the YaCy server, assign a path here:
+ <input type="text" name="repositoryPath" size="37" value="#[repositoryPath]#" /><br/>
+ This Path cann be accessed at <a href="http://localhost:#[port]#/repository/">http://localhost:#[port]#/repository</a></label>. Use that path as crawl start point.
+ </td>
</tr>
</table>
</fieldset>
diff --git a/htroot/env/grafics/usecase_freeworld.png b/htroot/env/grafics/usecase_freeworld.png
index 47cba14fc..622a666e7 100644
--- a/htroot/env/grafics/usecase_freeworld.png
+++ b/htroot/env/grafics/usecase_freeworld.png
Binary files differ
diff --git a/htroot/env/grafics/usecase_intranet.png b/htroot/env/grafics/usecase_intranet.png
index 60050ca7e..6423150a9 100644
--- a/htroot/env/grafics/usecase_intranet.png
+++ b/htroot/env/grafics/usecase_intranet.png
Binary files differ
diff --git a/htroot/env/grafics/usecase_webportal.png b/htroot/env/grafics/usecase_webportal.png
index ff29f27f4..dbdb62a3d 100644
--- a/htroot/env/grafics/usecase_webportal.png
+++ b/htroot/env/grafics/usecase_webportal.png
Binary files differ