From 3fe03f153d64a23528b015d8a8f5b2406918654c Mon Sep 17 00:00:00 2001 From: orbiter Date: Wed, 26 Jan 2011 14:58:28 +0000 Subject: [PATCH] - search page becomes default start page (new users are not forced to do configuration since this is not necessary) - adjusted top menu on search page (shows less stuff and now also the network graphics) - adjusted the network page (looks better in when showing no other navigation on top) git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7448 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- defaults/yacy.init | 6 +- htroot/Network.html | 108 ++++++++++----------- htroot/env/templates/simpleheader.template | 12 +-- 3 files changed, 62 insertions(+), 64 deletions(-) diff --git a/defaults/yacy.init b/defaults/yacy.init index f7af46cf9..28125b03e 100644 --- a/defaults/yacy.init +++ b/defaults/yacy.init @@ -368,7 +368,7 @@ use_proxyAccounts=false # settings through the web interface # should be set to a secret. By default it is without a password # but you are encouraged to set it to another value on the page -# http://localhost:8080/ConfigBasic.html +# http://localhost:8080/ConfigAccounts_p.html #adminAccount=admin:mysecretpassword adminAccount= adminAccountBase64MD5= @@ -377,7 +377,7 @@ adminAccountBase64MD5= # access from localhost may be granted with administration authority # if this flag is set. It is set to true by default to make usage of YaCy easy # if you use YaCy on a headless server, you should set this to false -# or configure this on http://localhost:8080/ConfigBasic.html +# or configure this on http://localhost:8080/ConfigAccounts_p.html # during the first 10 minutes of operation of YaCy; # if the admin account password is still empty after 10 minutes a random # password is generated an access is then ONLY from localhost, which will cause @@ -446,7 +446,7 @@ staticIP= # pop-up here or set a different start page, like the search page # the browser type is optional and works only under certain conditions browserPopUpTrigger=true -browserPopUpPage=ConfigBasic.html +browserPopUpPage=index.html browserPopUpApplication=firefox # a forward page can be given for the index.html page diff --git a/htroot/Network.html b/htroot/Network.html index 335b4552e..d0681b526 100644 --- a/htroot/Network.html +++ b/htroot/Network.html @@ -1,7 +1,7 @@ - YaCy '#[clientname]#': YaCy Network + YaCy '#[clientname]#': YaCy Search Network #%env/templates/metas.template%#