summaryrefslogtreecommitdiff
path: root/htroot/js/yacyinteractive.js
AgeCommit message (Collapse)Author
2021-12-26Improved the Image search page to have bigger thumbnails, use a bigger area ↵ZeroCool940711
for results and a smaller left sidebar.
2016-06-08Aplied GNU licensing recommendations.luccioman
2016-06-06Added license information for YaCy owned js filesluccioman
2015-12-28use curl downloads in download script with silent modeMichael Peter Christen
2014-04-29design fixes to better use the new coloursMichael Peter Christen
2013-12-29unescaping the pathorbiter
2013-12-04fixed bug with image search in yacyinteractiveMichael Peter Christen
2013-02-16fixed interactive search which caused an error if pubDate is not presentorbiter
in a search result
2013-02-13Added image license generation for solr image search results whenMichael Peter Christen
results are generated within yjson result writer. This makes it possible to view images in yacyinteractive from solr.
2013-02-12better filesearch layoutMichael Peter Christen
2013-02-12reduced number of facets in yacyinteractive (only filetype necessary)Michael Peter Christen
2013-02-12extended JSON Response Writer and Opensearch Response Writer for theMichael Peter Christen
Solr search interface in such way that it is possible to use this interface for the yacyinteractive search. This search interface is now much faster using the Solr search directly. For the Solr interface it was necessary to create a translation from the YaCy search modifiers to the Solr facet selection. This was added in such a way that it becomes generic for the normal YaCy search and as a on-top evaluation for Solr queries.
2012-12-26- made image search in interactive search using the ViewImage servlet -Michael Peter Christen
that enables viewing of images for intranet SMB servers. - added a filter search for protocol, tld and ext again; otherwise p2p search produces a lot of rubbish
2012-12-19using the solr facets as navigation in yacyinteractive.html instead ofMichael Peter Christen
counting locally result types
2012-11-07using a better file nameMichael Peter Christen
2012-04-26hack to get all results if the actual number is between 10 and 64Michael Peter Christen
2012-04-22new indexing strategy: ALL links that appear anywhere are indexed, notMichael Peter Christen
only links where the content can be parsed. All non-parseable links are placed into the noload queue. The search process must therefore be able to filter out non-text search results. - This fixes the problem that image search results appeared in the text search. - The interactive search can retrieve now ALL types of links - The p2p interface is now extended to retrieve only certain types of links (text, image, video, apps) - The search process has an extension to filter the right document type according to the search query
2012-02-26better navigation in file search: less results by first try, but muchMichael Peter Christen
faster. after the first search is done, buttons appear to get more results for the same search
2011-12-28the link to the path shall be the pathMichael Christen
2011-11-27added a hint that the interactive search is only searching in the local indexorbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8116 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-10-27suppressing size if size unknownorbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8005 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-10-12BOOSTED the image search function. The result page now shows the images as ↵orbiter
embedded image link from the original source and not from the built-in image buffering and re-sizing servlet. The result is shown much faster now not because YaCy does not need to re-size the images but for a very strange other reason: because of RFC specification (http://tools.ietf.org/html/rfc2616#section-8.1.4) a browser does not open more than two connections to the same server at the same time. If the YaCy image servlet is used, then the target host is the YaCy host for all images and that prevents a parallel computation of the image loading. git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7998 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-09-14- style change for search box: larger font, selected by defaultorbiter
- style change for search results: by default no parser, size, image info git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7949 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-09-01a bit protection against search result bugs in interactive searchorbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7920 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-08-12better interactionorbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7875 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-08-12better integration of server list in interactive searchorbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7870 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-08-11#cccamp11 maintenance fix: anons may find up to 1000 items in interactive ↵orbiter
search (was: 100) git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7866 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-12-30enhancement in table display of path namesorbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7417 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-12-30layoutorbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7415 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-12-29fix for NPE and added comment in search resultorbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7412 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-12-26small changes to scannerorbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7393 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-12-16- a collection of bug fixes and some redesign of the Scanner classorbiter
- fixed smb crawling - added smbget to download script generation git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7381 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-12-08removed the display option from index.html, yacysearch.html and ↵orbiter
yacyinteractive.html instead, a setting at ConfigPortal.html can be made to define if the topmenu shall be shown at these pages or if there is no naviagtion at all. git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7366 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-12-05fixed several search result navigation bugsorbiter
fixed bad behaviours during search result collection git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7362 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-12-02- better caclculation of search result sizeorbiter
- predefined search recommendations git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7361 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-12-01added image search to yacyinteractive.htmlorbiter
this causes that the search result view switches from list format to image preview format when a search is restricted to png, gif or jpg documents git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7358 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-12-01enhanced interactive search:orbiter
- better table design - less enumeration of same table structure (prepared now for streaming) - added a 'remove filetype' link git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7356 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-11-30- added a catch-all parser for all documents that cannot be parsed: they ↵orbiter
will contributed with their document url for the search index only - enhanced the pdf and torrent parser: better documents titles - enhanced the ftp client: more time-out time - fixed bugs in json for search results - enhanced yacyinteractive.html: added a file type navigator and a download-script generator for search result files Please have a look at yacyinteractive.html: this will become the hacker-download tool for 27c3! git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7355 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-10-11custom + generic skins:orbiter
- added a generic skin which is filled with actual color assignment using a servlet - enabled css servlets - added a generic color scheme in configuration file - added configuration input in Customization/Appearance servlet - added a jquery color picker widget - placed color picked widget to input field of generic colour definition input fields git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7235 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-10-04small changes in search widget appearanceorbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7221 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-09-29ConfigLiveSearch.html: Fixed some HTML problems to validate at least XHTML ↵mikeworks
1.0 Transitional - strict is not possible because iframes are used. Replacing iframes with embedded object tag does not work in IE ConfigPortal.html: Fixed some HTML problems to validate at least XHTML 1.0 Transitional - for strict the target attribute of the a link has to be removed yacyinteractive.html: Moved all JS code to an external yacyinteractive.js file in JS folder yacysearch.html: Removed embedded scripts from in between the body tags - now everything is loaded in the header de.lng: Just in case JS files will be parsed at some point added translation for yacyinteractive.html result counter git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7208 6c8d7289-2bf4-0310-a012-ef5d649a1542