summaryrefslogtreecommitdiff
path: root/htroot/yacysearch.rss
AgeCommit message (Collapse)Author
2024-07-21replaced http links with httpsMichael Peter Christen
2016-11-12Absolute URLs in yacysearch.* : ensure no downgrade from https to httpluccioman
Also removed unnecessary use of deprecated Seed.getIP().
2015-03-02Show dates in the content of a document in the search result:Michael Peter Christen
- if an eventDate is given in the search result, replace the document date with the event date and prefix it with the string "on ". - the document date is omitted if a date from the cent is shown Added also the date as fields in the json and rss result sets.
2014-01-04fix opensearch resultcount in yacysearch.rssreger
see merge request https://gitorious.org/yacy/rc1/merge_requests/24 use result count in searchtrailer.xml which is on p2p search more accurate (timing)
2013-01-16integrated search term into opensearch result title. this makes betterMichael Peter Christen
bookmark names when subscribing multiple search results from the same peer
2012-04-29changed link to opensearchdescription document to a absolute uri (in ↵reger
yacysearch.html and yacysearch.rss) see http://www.opensearch.org/Specifications/OpenSearch/1.1/Draft_5#The_.22Description.22_element
2011-03-30the location search shows now not re-evaluated locations but only such ↵orbiter
locations that are attached as metadata to web pages - added parser for in-text appearing geo-locations - added geo-locations to rss search result - added evaluation of metadata-attached geo-locations in yacysearch_location to show search results within a map git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7631 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-01-11- more control in access tracker: count number of returned search results ↵orbiter
(not only info how much is in the index) - extended query params for this - enhanced cora git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7430 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-05-15*) added missing namespace declarations in yacysearch.rsslow012
*) minor change in yacysearchtrailer.java git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6875 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-11-23added json and rss output for image searchorbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6503 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-04-15- fixed bad search results when searching for empty stringorbiter
- simplified result handling and page composition in case that nothing was searched git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5807 6c8d7289-2bf4-0310-a012-ef5d649a1542
2008-12-03performance hacksorbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5376 6c8d7289-2bf4-0310-a012-ef5d649a1542
2008-12-02added new interactive search feature:orbiter
- during the user types search queries, the local database is searched - results are presented interactively This was implemented using a new JSON result format for search results in YaCy - added JSON as file format for servlets - refactoring of current search servlets (xml and html) - added JSON output format for search results - added AJAX-based search page, that uses the yacysearch.json selrvlet to print results as a query is typed git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5373 6c8d7289-2bf4-0310-a012-ef5d649a1542
2008-06-11added new shell script to do a web search from the terminalorbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4916 6c8d7289-2bf4-0310-a012-ef5d649a1542
2008-03-11fix for bad opensearch file formatorbiter
did you know that yacy has a built-in rss feed reader? try: http://localhost:8080/FeedReader_p.html?url=http://www.tagesthemen.de/xml/rss2 it can be used to fetch search results from other yacy peers: http://localhost:8080/FeedReader_p.html?url=http://sciencenet.fzk.de:8080/yacysearch.rss?search=yacy git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4551 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-11-22- added url export to http://localhost:8080/IndexControlURLs_p.htmlorbiter
- removed command-line option to export urls git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4226 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-10-04fix more encooding problems in yacysearch.rss.fuchsi
- URL encoding for search terms where required - removed "ugly" CDATA escaping - UTF-8 encoding for the XML - no HTML style escaping for XML/RSS element values Note: some unicode characters might still be encooded in a wrong way. git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4140 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-10-03more fixes to the yacysearch.rss, it's now 100% valid according to ↵fuchsi
http://feedvalidator.org - RFC-822 date time had to include the time instead of date only - <opensearch:link> doesn't exist -> <atom:link>, see http://www.opensearch.org/Specifications/OpenSearch/1.1 - <link> elements are mandatory for <channel> and <item> git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4131 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-10-02- fixed opensearch bugsorbiter
- added 'full domain' button to expert crawl start - removed not-workin 'only one domain' button, the regex allowed crawling of other domains git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4125 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-10-02Fix some of the issues with the RSS search interface, see ↵fuchsi
http://forum.yacy-websuche.de/viewtopic.php?f=6&t=392 Note: the new DateFormatter822 in the plasmaSwitchboard is just a copy of the DateFormatter that always uses the US locale to allow formatting of a loocale independent date String. git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4124 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-09-09fixed/re-implemented rss-version of search result pageorbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4081 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-06-04*) Snippet fetching: theli
Snippet are now fetched synchronous if the query parameter "fetchSnippet=" is appended to the query string on the yacy search page. This is required for the RSS feed. See: http://www.yacy-forum.de/viewtopic.php?t=4051 *) Small changes in the XSLT-stylesheet that is used to generate a html page from the RSS feed. git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3787 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-05-29*) totalResults and itemsPerPage gets set againlow012
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3768 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-03-07*) adding guid to yacysearch.rsstheli
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3435 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-08-12added open search compatibilityorbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2401 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-04-03some kind of refactoring of yacysearch:orbiter
made 'room' for new picture search result presentation git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1993 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-03-04* added yacysearch page with better view on search resultsorbiter
the old search page is obsolete and will be removed * ConfigBasic.html is now the default page instead of index.html as long as no password is set git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1815 6c8d7289-2bf4-0310-a012-ef5d649a1542