summaryrefslogtreecommitdiff
path: root/htroot/ViewFile.html
AgeCommit message (Collapse)Author
2024-09-21added an option to ViewFile to see all solr fields which contain textsMichael Peter Christen
2020-12-11turned HostBrowser into a admin-only page, now called IndexBrowserMichael Peter Christen
This was required because spiders and bots crawled through this page and created load on the peer without use for the user or the YaCy network.
2019-04-18Added "Show Metadata" links to the ViewFile.html links modeluccioman
To conveniently follow parsed links in the file viewer
2018-07-23Optionally render the response header when using the Solr html writerluccioman
With params rendered as html input fields for conveniently modifying params values and refreshing results.
2018-03-27Fixed initial ViewFile mode and suggestions links from previous commitluccioman
2018-03-27Keep the selected view mode when typing a new URL in the ViewFile pageluccioman
Otherwise, when interested in viewing `Link List` for example, each time you typed a new URL, `Parsed Sentences` view mode was selected as default and you had to selected again the view mode you are insterested in.
2017-03-30URL Viewer : only display the link to metadata when metadata existsluccioman
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-06-08JavaScript License fixes for LibreJS compatibilityluccioman
2015-12-25apply default css styles (class btn) to submit buttons reger
2014-11-30position api icon (ViewFile.html)reger
2014-11-13added new 'firstSeen' database table and necessary data structures whichMichael Peter Christen
hold a date for each URL to record when a url was first seen. This is then used to overwrite the modification date for urls upon recrawl in case that the first-seen date is before the latest document date. This behaviour is necessary due to the common behaviour of content management systems which attach always the current date to all documents. Using the firstSeen database it is possible to approximate a real first document creation date in case that the crawler starts frequently for the same domain. As a result the search results ordered by date have a much better quality and the usage of YaCy as search agent for latest news has a better quality.
2014-09-21fix NPE in ViewFile - show snippetreger
on document not in index
2014-07-24added a snippet test function in ViewFile: you can now search for aMichael Peter Christen
specific word on the document; the servlet returns the snippet in the same way as it would be shown in a search result.
2014-03-31replacing direct html table cellspacing with css set-up for cellspacingMichael Peter Christen
2014-03-28fixed visibility of custom iconMichael Peter Christen
2014-03-19redesign of menus; usage of bootstrap buttons and dropdown-menusMichael Peter Christen
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-02-07removed jena library and all code that depended on jena. When jena wasMichael Peter Christen
introduced, it was also used for search facets. The generic search facets are now deduced from generic solr fields which makes jena as tool for facet semantics superfluous.
2013-06-13show the citation report also in ViewFileMichael Peter Christen
2013-06-09replaced yacydoc servlet usage by a solr result output using an htmlorbiter
output writer. This made the creation of a html result writer necessary which is included in this commit. The yacydoc servlet was used to present all metadata to a document, but the solr interface can serve for this purpose in a much better way. All usages (instead one) of yacydoc were replaced by a solr call. This affects also the 'metadata' link attached to search results.
2013-01-24fix for search result link in ViewFileMichael Peter Christen
2013-01-03moved HTCache, Heuristics and Parser servlet to a more appropriate menuMichael Peter Christen
location
2012-10-16enhanced the HostBrowser:Michael Peter Christen
- showing also outbound links to other domains if there are any - the outbound links browser shows also the link structure image - showing even inbound links if the web structure graph has information about that - removed the left menu and made the HostBrowser a part of the top menu for search - moved the file search also to the top menu - added hover information in the HostBrowser to explain what the click means - because the HostBrowser also links to the Metadata viewer ViewFile, there should be a button to switch back to the HostBrowser: added that also.
2012-09-11added search functionality to ViewFile.html servletMichael Peter Christen
2012-09-04added collections to crawl monitorMichael Peter Christen
2012-08-13- added coordinate storage in solr schemaMichael Peter Christen
- fixed shutdown process - fixed some solr-to-metadata reading - added a large number of metadata attributes in ViewFile.html
2012-06-16show triplestore metadata in yacydoc and viewfileMichael Peter Christen
2012-04-17display is not used any moreMichael Peter Christen
2011-12-10small bugfixes for search result display and cache displayMichael Christen
2011-11-15- refactoring of getpageinfo_p.xml (moved out of util)orbiter
- added more logging in getpageinfo_p.xml git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8037 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-11-14added a link to /api/util/getpageinfo_p.xml as API to crawl start info and ↵orbiter
to ViewFile.html git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8035 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-08-25- bugfixes in html parserorbiter
- new fields in solr - extended file viewer to debug parser git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7897 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-03-30- added geo information parsing to html parserorbiter
- extended metadata information in index with geolocalisation - added display of location in yacydoc and ViewFile git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7629 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-11-27- view image files from cacheorbiter
- fixed generic header settings; affects CORS functionality git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7344 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-10-17IndexControlRWIs_p.html, IndexControlURLs_p.html, ViewFile.html/.java: ↵mikeworks
changes to HTML output and   in case of empty values for XHTML strict / transitional validation de.lng: Added missing translation for Show Content and changed existing line --> Index Administration should now correctly validate XHTML 1.0 Strict / Trans git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7255 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-09-03simple selection of views in ViewFile.html (omit usage of button)orbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7100 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-03-11added more information about metadata in ViewFile.htmlorbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6740 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-03-06added one more option in ViewFile to show an iframe like for the orginal web ↵orbiter
page content but using the cache than the direct link to the content in the web. Upgraded the very old and previously not any more used CacheResource_p servlet to a new and working version. git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6719 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-03-05- fixed some bugs in Table viewerorbiter
- added 'select all' feature in Tables_p - enhanced ViewFile.html: has now an input field to load arbitrary resources from the web and analyze them (!!!) - included the ViewFile servlet into the Index Administration menu - show in ViewFile if ressource is in url-db and/or in Web cache - bugfixes to BEncodedHeap and Tables management git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6713 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-09-24some updates to dublin core, metadata browsing, file indexing and parser ↵orbiter
stability git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6342 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-01-04fixed a problem with attribute flags on RWI entries that prevented proper ↵orbiter
selection of index-of constraint git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5437 6c8d7289-2bf4-0310-a012-ef5d649a1542
2008-10-18*) further propagation of display value (see ↵low012
http://forum.yacy-websuche.de/viewtopic.php?f=5&t=1536) *) removed another depreciated parameter "time" which led to ugly -UNRESOLVED_PATTERN- in URL git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5285 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-10-24* Complete number localization and provide a more reasonable interface to ↵fuchsi
serverObjects: - put(key, value) methods are now used if a value added to the map should be kept as it is. Numbers are transformed (but not formatted) to an equivalent String representation. - putASIS(...) have been removed, now done with simple put(...) (see above). - puNum(...) can be used for number values which should be stored in a formatted way, either depending on the current locale setting for yacy (default) or in a "none" locale (see javadocs and setLocalize()). - putHTML(...) escapes special characters into corresponding HTML enities ('<' => '&lt;') which was done with put(...) before and so was called too often, becauses it is necessary only for very few cases. Additionally there is a "forXML" mode which only replaces < > & ". In short: Use put(...) for almost everything, use putXY(...) if you need some special transformation of the value. A few bugs have been fixed as well, and there should be a small performance improvement for complex pages with a lot of values. * added additional Sum/Avg rows to access tracker pages, see http://forum.yacy-websuche.de/viewtopic.php?f=5&t=456 * removed duplicate code (mostly related to the big changes above). TODO: - make sure, number formats work as expected _everywhere_, report overseen stuff http://forum.yacy-websuche.de/viewtopic.php?f=5&t=437 - probably a good idea to add special putDate() methods as they are used in many pages and create duplicated formatting code + maybe some centralized handling for memory value formatting. - further improve the speed of page creation for the WatchCrawler. git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4178 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-03-08- fix for last two commitskarlchenofhell
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3452 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-03-08- fixed small bug at home page, button "peer's console"karlchenofhell
- fixed <fieldset><dl> for safari on many pages - added Blog-link to Network page git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3450 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-02-03- fix for http://www.yacy-forum.de/viewtopic.php?t=3483karlchenofhell
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3330 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-01-06- updated DetailedSearch and ViewFilekarlchenofhell
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3173 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-12-07- added a media search for images, audio, video and applicationsorbiter
- new search options on search page - new option in ViewInfo to display all links of a file - enhanced collection data structure git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3054 6c8d7289-2bf4-0310-a012-ef5d649a1542