diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-06-01 00:13:23 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-06-01 00:13:23 +0000 |
| commit | 5eac6071662099f3a1fd3f61c8eaf48a08db2b7a (patch) | |
| tree | b01e33cc6d38dfa4da45188d5e58cec80a69dc00 /htroot/ConfigBasic.html | |
| parent | daee735ad73ab5fc4c2a2f04edda76302cde9f90 (diff) | |
fixed configuration of repository path
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6002 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/ConfigBasic.html')
| -rw-r--r-- | htroot/ConfigBasic.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/ConfigBasic.html b/htroot/ConfigBasic.html index 4e6e91d9a..8795295cc 100644 --- a/htroot/ConfigBasic.html +++ b/htroot/ConfigBasic.html @@ -54,7 +54,7 @@ <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="file" name="repository" size="10" value="/DATA/HTROOT/repositry"></td> + <input type="text" name="repositoryPath" size="37" value="#[repositoryPath]#"></td> </tr> </table> </fieldset> |
