You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Peter Christen
226aea5914
added a servlet which can create preview images, preview tumbnails and
preview pdfs from web pages, i.e.:
http://localhost:8090/api/snapshot.png?url=http://yacy.net/en/&width=128&height=128
http://localhost:8090/api/snapshot.jpg?url=http://yacy.net/en/&width=128&height=128
http://localhost:8090/api/snapshot.pdf?url=http://yacy.net/en/
This supports also an on-the-fly generation of the preview documents if
the user is an administrator. Otherwise, the servlet fails.
To enable this, you must add wkhtmltopdf, imagemagick and (on headless
servers) xvfb to your operation system.
for detailed instructions, see
97f6089a41
|
10 years ago |
.. |
contentcontrol
|
do YaCy p2p connections using a timeout-request which covers the http
|
11 years ago |
cora
|
added a servlet which can create preview images, preview tumbnails and
|
10 years ago |
crawler
|
added a servlet which can create preview images, preview tumbnails and
|
10 years ago |
data
|
YaCy can now create web page snapshots as pdf documents which can later
|
10 years ago |
document
|
skip creation of unused Bluelist contenttransformer
|
10 years ago |
gui
|
add. use host port parameter in YaCyApp
|
11 years ago |
http
|
added a servlet which can create preview images, preview tumbnails and
|
10 years ago |
kelondro
|
Replaced all fixed thread pools with cached thread pools. The cached
|
10 years ago |
peers
|
fix empty text facet entry
|
11 years ago |
repository
|
in case that loading from the cache fails, load from wkhtmltopdf without
|
10 years ago |
search
|
added the property timeoutrequests to configuration to disable
|
10 years ago |
server
|
skip creation of unused Bluelist contenttransformer
|
10 years ago |
utils
|
refactoring (class name should start with uppercase letter)
|
11 years ago |
visualization
|
prevent division by zero
|
11 years ago |
YaCySearchClient.java
|
Added 'final' for all exception blocks as this helps the Java compiler
|
12 years ago |
dbtest.java
|
enhanced graphics computation (avoiding long string parsing for colours)
|
11 years ago |
migration.java
|
added new solr schema fields which record the occurences of vocabulary
|
11 years ago |
yacy.java
|
add a check of java version string >=1.7 to startup class
|
11 years ago |