summaryrefslogtreecommitdiff
path: root/htroot/ConfigBasic.html
AgeCommit message (Collapse)Author
2023-10-24added a warning message in ConfigBasic in case that the default passwordMichael Peter Christen
was not changed.
2022-02-28Update ConfigBasic.htmltangdou1
2021-02-09use environment variables to overwrite configuration variablesMichael Peter Christen
you can i.e. do: export YACY_PORT=8092 && ./startYACY.sh Just append "YACY_" to uppercase version of environment variables and replace all "." with "_".
2020-12-02adding message to UI to make port change transparentMichael Peter Christen
2018-12-20Cleaned up Spanish translation after merge of PR #238luccioman
* Fixed some indentation * Removed untranslated entries
2018-09-30adding Spanish to the interface language listivanhercaz
2018-06-12Added Italian in available web interface languages listluccioman
2018-04-18Enforced access controls on basic administration settings pages.luccioman
Ensuring http post method is used for operations with server-side effects (in respect of http semantics), and a valid transaction token is provided by the user-agent.
2018-04-11Added controls on mode switch when attached to remote Solr instance(s)luccioman
- to prevent unwanted exposure of index entries about private local/intranet documents when switching from "Intranet Indexing" mode while attached to remote Solr instance(s) - to warn user about remote Solr instance(s) still attached when switching from modes other than "Intranet Indexing"
2017-11-04Renamed Chinese & Greek lng files using ISO639-1 codes.luccioman
Previously named with their ISO 3166-1 country code : this way, when setting language to "Browser" in ConfigBasic.html, it didn't work properly when browser preferred language was Chinese or Greek as their respective language codes are "zh" and "el" (not "cn" and "gr" which are their country codes)
2017-10-02Added textual hints to language radio buttons labelsluccioman
As an help and accessible alternative to visual styling marking whether a language is available in browser preferred lang mode.
2016-08-26Merge pull request #61 from luccioman/heroku_experimentsOrbiter
Deploy YaCy on Heroku
2016-08-23Introduce additional language setting "browser/Browser Language" for UI ↵reger
internationalization. If language is set to "browser" the client/user browser language is used to choose from available translation. simply: one users browser speaks English -> YaCy responds in English, other users browser speaks French -> YaCy responds in French. ! To make a translation/language available you have to activate the language once ! (or manually use the utility class TranslateAll) In ConfigBasic.html availabel translations are marked green on setting language=Browser The client language is determined by http header Accept-Language (checked in DefaultServlet)
2016-07-12Handle more propertly local port configuration by system propertyluccioman
And prefixed property with "net.yacy" to avoid ambiguity.
2016-02-20include initial japaneese translation to language selectionreger
2014-08-26removed the HTDOCS repository concept because the concept to host filesorbiter
on the YaCy http server is obsolete; YaCy can index file:// and smb:// paths
2014-08-20remove old description for proxy port settings ↵reger
(Settings_p.html?page=ProxyAccess) - The options were not current (only port number accepted, which is part of ConfigBasic.html) - Deleted options and the port number input field from the proxyaccess page. - joined both transparent proxy setup pages (Settings_Http.inc & Settings_ProxyAccess.inc) in one page - adjustments to the related/linked pages
2014-08-05added hint to port forwarding videosMichael Peter Christen
2014-06-02add links to port config in status panelreger
- pom upd to match javadoc location
2014-04-01fixed crawl start links after renaming them in latest commitMichael Peter Christen
2014-03-31Complete redesign of administration top-level menu. This follows twoMichael Peter Christen
principles: - provide an easy tutorial-like "what should I do first" menu - provide all elements which are subject to most first questions to YaCy exibition people on top level: Resource limitation, Parser and Ranking settings I apologize to everyone who are used to the old style and need to find the menu items (again) after this change. I hope that this will make the interface more usable for new users who see a web indexer/crawler the first time.
2014-03-20replaced pdblue-homebrew buttons with bootstrap standard buttonsorbiter
2014-01-26disable wrong forward to https on port changereger
2013-12-25added SSL/HTTPS connector to support SSL/https connection on port 8443reger
!!! attention !!! to make sure YaCy can start, https will be disabled if port 8443 is used - added ping test for above to migration - as of now port for https is hardcoded to default 8443 - if not urgend required I'd leave it this way (it's standard) to use different ports for http and https - post https port on ConfigBasic.html (if active)
2013-05-10added checkbox (near port) to switch on ssl support (https access) toMichael Peter Christen
the admin interface.
2013-04-17added hindi translation configurationMichael Peter Christen
2012-09-03added new button design to more buttonsMichael Peter Christen
2012-01-17added Ukrainian translationMichael Peter Christen
2011-12-18added language selector for russian and chinese in ConfigBasicMichael Christen
2011-02-14added orbiter
accept-charset="UTF-8" to all forms this applies patches from http://forum.yacy-websuche.de/viewtopic.php?p=20891#p20891 git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7482 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-01-28- removed 'peerName' property from the yacy settings file because this ↵orbiter
information is stored in the yacy seed file - the own seed file gets the lead for storage of the peer name - exchanged default peer name generation method with one that does not use the local ip - default peer names are now strings starting with '_anon' - added another switch to suppress forwarding to ConfigBasic if the name was already changed - replaced all usages of the yacy.conf peerName with access to the local seed - changes to the peer name are now applied directly and not after the next peer ping git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7453 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-12-11*) Fixed links to CrawlStart-pagelow012
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7370 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-11-13change language immediatelylotus
there is a bad behaviour: if language is changed, servlets are translated but the returning servlet is yet the old one. therefore the page is loaded again after language changed. git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7321 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-09-10added 'francais' as language option for default configurationorbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7131 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-07-24ConfigBasic.html: XHTML 1.0 Strict fixesmikeworks
DictionaryLoader_p.html: Filled <dt> elements to eliminate warnings Moved CSS for portalsearch field from header to metas template because it belongs in the <head>er yacui-portalsearch.css Added #yacylivesearch form { display: inline; } because HTML 1.0 Strict does not allow <form><input> and the added <p> would otherwise provoke a line break de.lng: Updates translations for added <dt> elements and deactivated statement in DictionaryLoader_p.html git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6994 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-06-11de.lng: Added new Network.html German translationsmikeworks
Network.html: shortened some <br /> tags to <br/> ConfigBasic.html fixed some typo cann for German translation file git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6914 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-06-06- small change in display of use casesorbiter
- 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
2010-02-11ups, unclosed HTML tag fixed....suessthomas
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6664 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-02-11minor corrections and bug fixessuessthomas
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6663 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-06-01fixed configuration of repository pathorbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6002 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-03-07show upnp statuslotus
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5679 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-02-06added new cybertag-tracking feature that was inspired by itgrlorbiter
from the forum discussion in http://forum.yacy-websuche.de/viewtopic.php?p=12612#p12612 The feature will provide two basic entities: - you can integrate image links which point to your yacy installation anywhere in the web. the image can be loaded with <img src="http://<yourpeer>:<yourport>/cytag.png?icon=invisible&nick=<yournickname_or_community_id>&tag=<anything>"> This will place a invisible 1-pixel image. If you change the icon=invisible to icon=redpill, you will see a red pill Use this, to track your activity in the web. - you can view your tracks at http://localhost:8080/Tracks.html - There is a public api to your tracks at http://localhost:8080/api/tracks_p.json which needs authentication git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5581 6c8d7289-2bf4-0310-a012-ef5d649a1542
2008-06-30undo reduced menudanielr
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4960 6c8d7289-2bf4-0310-a012-ef5d649a1542
2008-06-29- set staticIP at startUpdanielr
- added setting for reduced menu (simpleMenu) git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4959 6c8d7289-2bf4-0310-a012-ef5d649a1542
2008-06-11* fix: display proper port on 1st startuplotus
* new message on portchange * first implementation of external link-update for search page (still inactive) git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4915 6c8d7289-2bf4-0310-a012-ef5d649a1542
2008-05-28fix for bad linkorbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4861 6c8d7289-2bf4-0310-a012-ef5d649a1542
2008-05-26better use case selectionlotus
added transparency to pictures git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4855 6c8d7289-2bf4-0310-a012-ef5d649a1542
2008-05-23- added illustration grafics to basic configurationorbiter
- added navigation links to terminal git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4842 6c8d7289-2bf4-0310-a012-ef5d649a1542
2008-05-22* ported restart on Windows to unix-style, works on _noconsole nowlotus
* removed Win9x scripts from build for more tidiness and less decisions for newbies git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4835 6c8d7289-2bf4-0310-a012-ef5d649a1542
2008-05-20added use cases to basic configurationorbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4831 6c8d7289-2bf4-0310-a012-ef5d649a1542