summaryrefslogtreecommitdiff
path: root/htroot/index.html
AgeCommit message (Collapse)Author
2026-07-07fix for spelling in web pages, fixes in locale translations, addedMichael Peter Christen
missing pages in de-locale, removed translation for non-existing pages
2018-08-20Fixed encoding of '+' character on search pages linksluccioman
As revealed by issue #216
2018-05-22Limit the rate of calls to the suggest API when typing in search fieldluccioman
2018-01-02Added UI switch to control content domain constraint per search requestluccioman
2017-11-03Added a help link to ISO 639-1 language codes list refluccioman
2017-11-02Added description of spatial restrictions in search optionsluccioman
2017-10-31Added language HTML attribute to the search home page.luccioman
2017-10-31Fixed spellingluccioman
2017-10-31Updated search page keyboard shortcuts descriptions. luccioman
2017-10-30Use accessible labels for search home page radio buttons.luccioman
2017-10-26Enable HTTP Digest authentication for non admin users.luccioman
Also ensure authentication is not lost by Digest timeout when navigating between index.html and search results page. This way, running searches with extended features on a remote peer or a password protected peer works with a regular user (with "Extended search" rights). When authenticating on the search page with a user without "Extended search" rights, it appears as authenticated, but has just its usual access to the public search features.
2017-10-24Use the same top nav bar on index.html and search results.luccioman
Thus eventually including the same optional login link/status in the search start page than in the results page, for the same convenient login without the need to use the Administration section.
2017-10-23Fixed loss of index page form values on 'more options' link click.luccioman
Restores the behavior introduced eleven years ago (see commit 479861a3cf82e3439f7cdcce3865d3de602d53c3) and lost by mistake 3 years ago (see commit 617dd9c97b5db119a4603190ccedaf7d504b728b), when the click handler started referencing a missing HTML id.
2017-09-29Ensure private search features are not lost on Digest auth timeoutluccioman
This is a fix for mantis 766 ( http://mantis.tokeek.de/view.php?id=766 ) Since the upgrade to Digest authentication, access to protected search features was indeed disabled once the Digest nonce timed out. After Digest auth timeout the browser no more sent authentication information and as the search results page is not private, protected features were simply be hidden without asking browser again for authentication. Adding a supplementary parameter when accessing the search results as authenticated fixes this.
2017-06-02Introduce keyword query parameter reger
This enables keyword navigator to filter on keywords. Added search page output and layout config for keywords, allowing e.g. in Intranet use to display the keywords. No styling or links applied to the keyword text (but is desirable possibly in combination with bootstrap-tagsinput for future/intranet).
2016-11-08Switched more URLs to relative ones when possible.luccioman
This permits an easier and more flexible reverse proxy configuration. Some related mantis issues : http://mantis.tokeek.de/view.php?id=106 and http://mantis.tokeek.de/view.php?id=701
2016-10-07Removed xmlns attribute which no more makes sense in HTML5 pages.luccioman
2016-10-07Added some accessibility improvements to the main interface.luccioman
Tested with NVDA screen reader.
2016-10-07Fixed HTML validation errors and grouped radios options in fieldsetsluccioman
2016-10-07Switched to the short HTML Doctypeluccioman
This pages were already no more XHTML 1.0 because made use of the HTML5 syntax and elements. Applied current (2016) HTML standard recommended Doctype declaration (see https://www.w3.org/TR/html/syntax.html#the-doctype ).
2016-10-02mention date search parameter in search option help (index.html)reger
2016-09-22Accessibility : add a customizable alternative text to YaCy logluccioman
Applied W3C recommendations : https://www.w3.org/TR/html51/semantics-embedded-content.html#a-link-or-button-containing-nothing-but-an-image and https://www.w3.org/TR/html51/semantics-embedded-content.html#logos-insignia-flags-or-emblems
2016-09-08OpenSearch short name : made it generic (non internationalized)luccioman
This ensure consistency between the index link and the opensearchdescription, even when switching language after having added your YaCy peer to the browser engines list.
2016-05-19del cytag trail for own index.html (save resource not used by default)reger
2015-04-15enhanced timezone managament for indexed data:Michael Peter Christen
to support the new time parser and search functions in YaCy a high precision detection of date and time on the day is necessary. That requires that the time zone of the document content and the time zone of the user, doing a search, is detected. The time zone of the search request is done automatically using the browsers time zone offset which is delivered to the search request automatically and invisible to the user. The time zone for the content of web pages cannot be detected automatically and must be an attribute of crawl starts. The advanced crawl start now provides an input field to set the time zone in minutes as an offset number. All parsers must get a time zone offset passed, so this required the change of the parser java api. A lot of other changes had been made which corrects the wrong handling of dates in YaCy which was to add a correction based on the time zone of the server. Now no correction is added and all dates in YaCy are UTC/GMT time zone, a normalized time zone for all peers.
2015-03-02added a new way of content browsing in search results:Michael Peter Christen
- date navigation The date is taken from the CONTENT of the documents / web pages, NOT from a date submitted in the context of metadata (i.e. http header or html head form). This makes it possible to search for documents in the future, i.e. when documents contain event descriptions for future events. The date is written to an index field which is now enabled by default. All documents are scanned for contained date mentions. To visualize the dates for a specific search results, a histogram showing the number of documents for each day is displayed. To render these histograms the morris.js library is used. Morris.js requires also raphael.js which is now also integrated in YaCy. The histogram is now also displayed in the index browser by default. To select a specific range from a search result, the following modifiers had been introduced: from:<date> to:<date> These modifiers can be used separately (i.e. only 'from' or only 'to') to describe an open interval or combined to have a closed interval. Both dates are inclusive. To select a specific single date only, use the 'to:' - modifier. The histogram shows blue and green lines; the green lines denot weekend days (saturday and sunday). Clicking on bars in the histogram has the following reaction: 1st click: add a from:<date> modifier for the date of the bar 2nd click: add a to:<date> modifier for the date of the bar 3rd click: remove from and date modifier and set a on:<date> for the bar When the on:<date> modifier is used, the histogram shows an unlimited time period. This makes it possible to click again (4th click) which is then interpreted as a 1st click again (sets a from modifier). The display feature is NOT switched on by default; to switch it on use the /ConfigSearchPage_p.html servlet.
2015-02-08fix: searchoption hint for heuristicreger
2014-10-01add html5 autofocus to query input fieldreger
(leave onload untouched = redundant, for IE9 http://www.w3schools.com/tags/att_input_autofocus.asp) adjust Peer-to-Peer/ Privacy switch label to display "Peer-to-Peer" as 2nd switch option in active stealth mode
2014-07-22fix double &query parameter (index.html)reger
?query=word&query=
2014-07-20Combine /heuristic search modifier with opensearch configured targetsreger
- with search modifier /heuristic a request is send to all configured opensearch target systems (old /heuristic/blekko modifier not longer valid) - this allows to use opensearch heuristic on individual search request (in contrast to configuration HEURISTIC_OPENSEARCH=true which sends a osd request on all global searches - the index.html searchoption text adjusted to be displayed only if option configured - add Archive-It to predefined systems
2014-05-03fix input-group layout on index.htmlreger
see bug http://mantis.tokeek.de/view.php?id=391
2014-04-30input-group for main search input windowMichael Peter Christen
2014-04-27remove redundant javascript & id in index.htmlreger
to set focus to query field in IE11
2014-04-01fixed crawl start links after renaming them in latest commitMichael Peter Christen
2014-03-28fixed visibility of custom iconMichael Peter Christen
2014-03-27added typeahead library to re-implement search suggestions for bootstrapMichael Peter Christen
framework.
2014-03-26- added (previously removed) autocompleteMichael Peter Christen
- removed autocomplete from yacyinteractive.html - todo: replace old jquery-1.3.2.min.js with latest which is already a part of bootstrap.css
2014-03-22- do not show external link icon on navbar iconMichael Peter Christen
- do not show navbar icon on index.html
2014-03-21- added new input field in index.htmlMichael Peter Christen
- changed progress bar in yacysearch.html - moved pagination navigation to page bottom - moved search term input field to headline
2014-03-19fixed bold label setting in bootstrap which causes a bad look in YaCyMichael Peter Christen
2014-03-19- removed usage of jquery and yacy/ui in standard search interfaces asorbiter
possible - re-implemented formerly jquery-based tagcloud with simple html - fixed minimized menu for mobile/minimized view (try that: make window very narrow...)
2014-03-18- added bootstrap css frameworkMichael Peter Christen
- adopted all YaCy administration pages to new framework - created new search page layout (working, but still work in progress) - old skin files are fully appliable! (and looking good) - target is a new style based on bootstrap examples, see /test.html - icons in YaCy may be replaced by glyphicons (to be done)
2014-02-10make internal page links relative to ease any future development for context ↵reger
aware servlets note also http://bugs.yacy.net/view.php?id=106
2014-01-20adjusted ConfigHeuristic and changed QueryGoal.getOriginalQueryString to ↵reger
.getQueryString - since specific heuristic Twitter & Blekko is not longer available or redundant with OpenSearchHeuristic, adjusted ConfigHeuristic to use OpensearchHeuristic settings only. For this the default OSD search target list is made available (copied) by default and the other configs are removed. - the return of QueryGoal.getOriginalQueryString includes the queryModifier, which are held separately in a modifier object, but in most (all) cases just the query term is expected, clarified and renamed it to QueryGoal.getQueryString which returns just the search term (if needed a .getOrigianlQueryString could be implemented in Queryparameters, adding the modifiers) - started to adjust internal html href references from absolute to relative (currently it is mixed). For future development we should prefer relative href targets (less trouble with context aware servlets)
2013-07-30External links in HTML interface are marked as external with small icon.Marc Nause
*) added new icon *) added CSS rules to mark all external links except search results (target="_self")
2013-06-10added new buttons to search result page in p2p mode which show theMichael Peter Christen
switch between p2p search and the 'stealth mode' which is simply a non-p2p search within the p2p network. The functionality was there all the time, but the switch to this was not very visible.
2013-03-08added/fixed missing DOCTYPE line (submitted by Thomas)orbiter
2013-01-14added a 'inlink' search option according to the suggestion in the YaCyMichael Peter Christen
forum at http://forum.yacy-websuche.de/viewtopic.php?f=18&t=4572#p27410 The feature was not called 'haslink' but called 'inlink' to have a analogous naming like 'inurl'. This causes now that you can search for words in links of the document, like: * inlink:yacy searches all documents which link to pages which have an 'yacy' in the url.
2012-11-13because we have the inurl:<term> - searchmodifier, we don't actuallyMichael Peter Christen
need regular expressions as search attributes. They had now been removed from the advanced search page while they are still created internally. The filter is then expressed against solr as regular expression filter query. If the expression points out a selection of an specific protocol, host or filetype this is then translated into a facetted query.
2012-06-10fix for autocomplete in index.htmlMichael Peter Christen