Commit Graph

11223 Commits

Author SHA1 Message Date
reger
03a7a29db3 limit OAI import urn resolver try for Deutsche National Library
The resolver service of National Library uses name space nbn, limit use of nbn-resolving.de accordingly to urn:nbn:
- add resolver for rfc's
2014-09-14 01:38:27 +02:00
Michael Peter Christen
0838326a76 changed error message, see http://mantis.tokeek.de/view.php?id=439 2014-09-13 17:02:26 +02:00
Michael Peter Christen
805a95a98b fix for http://mantis.tokeek.de/view.php?id=467 2014-09-13 16:26:40 +02:00
Michael Peter Christen
d1604258c1 added a script which retrieves the public ip of the local peer and
prints it out to the terminal using the new servlet /yacy/seedlist.xml.
just call:
bin/myip.sh
2014-09-13 11:09:35 +02:00
Michael Peter Christen
7527ae63e7 Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git 2014-09-13 11:02:38 +02:00
Michael Peter Christen
b93ea4e2a6 Added the option to retrieve only the own seed or a seleceted seed
(selected by peer-hash) in the /yacy/seedlist.[json/xml] api.
Added also a xml-version of the servlet.
The own seed can be retrieved i.e. with
http://localhost:8090/yacy/seedlist.xml?my=
http://localhost:8090/yacy/seedlist.json?my=
and any other peer can be selected with
http://localhost:8090/yacy/seedlist.xml?id=<peerhash>
http://localhost:8090/yacy/seedlist.json?id=<peerhash>
2014-09-13 11:02:11 +02:00
reger
b5e0f70197 - remove repositoryPath post from ConfigBasic (obsolete)
- remove static snippetComputationTime from ResultEntry (not used)
2014-09-13 03:21:52 +02:00
Michael Peter Christen
ffc259c944 changed link to new tutorial repository (yes, Youtube..). The link does
not point to youtube directly to prevent that the referer to the peer
address is given to youtube. Instead, a forwarder address at yacy.net is
used to redirect to the tutorial repository (and can be changed later).
2014-09-13 02:15:36 +02:00
Michael Peter Christen
eab35afb78 Merge branch 'master' of gitorious.org:yacy/icewindxs-rc1
Conflicts:
	locales/ru.lng
2014-09-13 01:19:24 +02:00
reger
8931e14514 fix NPE in image search 2014-09-13 00:27:39 +02:00
malykhin.dmitry
a10f4189f5 Update russian translation 2014-09-13 01:11:25 +04:00
Michael Peter Christen
b0bfafa581 Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git 2014-09-12 16:37:21 +02:00
Michael Peter Christen
1735dbc9d9 enhanced image search: bugfixes and performance enhancements 2014-09-12 16:37:01 +02:00
reger
1d5d0b82a6 - skip html template specific servlet post variables (show_xxx) for feeds,
- add <updated> (in required format) to atom feed
2014-09-12 02:10:18 +02:00
reger
8ed6550261 adding totalResults and id to atom feed output 2014-09-12 00:08:22 +02:00
malykhin.dmitry
9f6ea41353 Update russian translation 2014-09-11 13:34:17 +04:00
malykhin.dmitry
cb4637fce8 Update russian translation 2014-09-11 05:40:57 +04:00
Michael Peter Christen
ebd0be2cea fixes and speed updates for search process 2014-09-10 14:24:03 +02:00
Michael Peter Christen
7611bf79bd Merge branch 'master' of gitorious.org:yacy/icewindxs-rc1
Conflicts:
	locales/ru.lng
2014-09-10 13:24:49 +02:00
Michael Peter Christen
524bedc00a fixed text in startup tray icon and added shutdown icon during shutdown 2014-09-10 13:19:08 +02:00
Michael Peter Christen
d3b000b089 Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git 2014-09-10 13:18:15 +02:00
reger
9962b9e548 use configured search items per page if not specified in post
- remove verify=cacheonly from admin screen search box to use the configured values
  (otherwise definition overwrites configured behavior and is used for following searches what might give unexpected/confusing different results compared to using /yacysearch )
2014-09-10 00:52:37 +02:00
malykhin.dmitry
65de1236b3 Update russian translation 2014-09-08 14:20:43 +04:00
Michael Peter Christen
2a52c6f0f1 using htroot/api/blacklists as source folder: removed package
declaration of some classes in that folder
2014-09-08 11:36:28 +02:00
Michael Peter Christen
4709d8417c npe fix for non-tray users 2014-09-08 10:26:28 +02:00
reger
53ecce81e3 changed translation of submenuCustomization.template to submenuDesign.template
- removed obsolete scroogle translation
2014-09-08 05:00:30 +02:00
orbiter
5b5635e187 replaced font for boot tray icon with image and added some more images
for further tray icon displays
2014-09-08 00:21:29 +02:00
orbiter
aa6cdc4ab5 speed-up of start process if remote DNS waits for timeout 2014-09-07 12:28:19 +02:00
orbiter
40b3977c21 added an animation of the tray icon during the boot phase of YaCy.
Additionally, there is a tooltip and a new headline at the tray menu
which states the current booting status.
2014-09-07 12:04:35 +02:00
Michael Peter Christen
ec6082c872 very bad language detection hack fix hack 2014-09-05 23:29:09 +02:00
Michael Peter Christen
1ec892c85b Merge branch 'master' of gitorious.org:yacy/icewindxs-rc1 2014-09-05 15:09:36 +02:00
Michael Peter Christen
39615de3f9 adding the buffer size is not wrong but may cause confusing information
when the buffer is cleaned after a buffer flush which is not then
available in Solr since that is waiting for a commit. In such cases the
counter would run backwards which is prevented by ignoring the buffer
size.
2014-09-05 14:57:40 +02:00
Michael Peter Christen
395edec6f1 changed strategy to count the number of documents: get the max of
solr+buffer and the hit cache. This shall help during first crawls to
see a running document counter even if there was no commit meanwhile to
solr. To support that strategy, the hit cache must be written earlier.
2014-09-05 14:50:22 +02:00
Michael Peter Christen
e87dc08c0d set the correct fail time in error docs 2014-09-05 14:46:11 +02:00
Michael Peter Christen
f510fb82dd css skin fix: visited was not set which caused bad colors on new-user
menu design.
2014-09-05 12:54:21 +02:00
malykhin.dmitry
caa0830ecc Update russian translation 2014-09-05 14:50:56 +04:00
malykhin.dmitry
1ba16c2377 Update russian translation 2014-09-05 01:17:41 +04:00
Michael Peter Christen
cfb20bc0ce removing the [] for ipv6 addresses may be a bad idea.. 2014-09-04 18:17:38 +02:00
orbiter
b6d57f06eb enhanced the apk parser (up to beeing production-ready).
The parser is not yet activated and will be after the next release step.
2014-09-04 09:41:42 +02:00
Michael Peter Christen
2b1cf26828 removed solr warning during startup 2014-09-02 13:25:30 +02:00
Michael Peter Christen
a7dd89c4de changed method to write the citation index: do not catch up references
during document parsing; instead use the same references that would also
be written into the webgraph. That should cause that the webgraph and
the citation index express the exact same semantic.
2014-09-02 13:22:12 +02:00
Michael Peter Christen
57ce7eeff3 fixed localhost authorization and replaced the adminRealm with an info
string which is visible in the browser. That makes it possible that the
browser instructs the user how to change a forgotten admin password
(during runtime).
2014-09-02 13:15:19 +02:00
Michael Peter Christen
62f48a28d6 moved index administration up ahead of system administration to put more
importance on it. People should not feel that it is more important to
tweak any settings (which may break things) than to look into the index.
2014-09-02 12:06:56 +02:00
Michael Peter Christen
77b4c6dc5b moved Table administration and Busy Queues Config out of mini-submenu of
advanced settings to a top-menu entry. Moved the advanced setting to a
less prominent place of the submenu. Removed the table administration
from target analysis submenu because it appeared double, the table
administration is now the default in the system administration.
Sorry for inconvenience if i constantly move menues around, but this
makes just more sense and YaCy is still not finished :)
2014-09-02 12:04:44 +02:00
Michael Peter Christen
c90ae191ab moved cookie monitoring to the network monitoring submenu 2014-09-02 11:53:22 +02:00
orbiter
f318d7c285 enhanced date-ordered ranking 2014-09-01 13:01:30 +02:00
orbiter
0947bea882 fixed wrong submenu title 2014-09-01 11:08:35 +02:00
orbiter
3ba47823cb switched position of API steering and content semantic 2014-09-01 11:04:24 +02:00
reger
a6891ff7f8 fix Querygoal.parse exception on +/-null-term
covers http://mantis.tokeek.de/view.php?id=452
2014-09-01 00:16:26 +02:00
reger
0ff66118bf exclude nav-header/footer in ServerScannerList.html?embedded
fixes display of header in yacyinteractive.html
2014-08-31 05:04:19 +02:00