Commit Graph

584 Commits

Author SHA1 Message Date
allo
a8eff9a0ae xml/bookmarks/posts/all.xml to list all public Bookmarks
bookmarksIterator now accepts an option, if you want all(with private) or only public bookmarks.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1577 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-02-08 17:13:27 +00:00
allo
5a809f21c6 default tag on quickadd
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1573 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-02-08 13:54:52 +00:00
orbiter
aa01c78722 - added bookmarks to main menu
- added '+' to search results; this can be used to add search results to bookmarks

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1567 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-02-07 22:40:54 +00:00
rramthun
45a61c3da8 Fixed bug in Opera and IE, which caused the YaCy headline to be cut off.
Fixed bug in Opera and IE, which caused the search options to be centered and by this looked ugly.

Thanks to Philipp Redeker.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1565 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-02-07 12:00:20 +00:00
orbiter
8e55098b74 fixed detailed search
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1562 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-02-06 23:13:54 +00:00
allo
62a0bb475a More values displayed on WatchCrawler.html
status_p.xml: to be extended.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1561 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-02-06 19:47:59 +00:00
allo
2f188d3fa8 more stable layout and String Constant (for translation)
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1560 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-02-06 17:01:39 +00:00
allo
fd7af851bf WatchCrawler is working NOW!
Thx to theli.


git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1557 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-02-06 15:12:03 +00:00
theli
ebc5b1eafb *) adding a servlet that can be used to generate a Firefox search-plugin for yacy.logging
- You can access this servlet via YaCySearchPluginFF.html
   - The generated search plugin has the name YaCySearchPluginFF.src

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1555 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-02-06 14:41:59 +00:00
orbiter
0cb940a8e5 added detailed search.
ranking profiles do not work properly yet

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1551 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-02-05 23:38:00 +00:00
orbiter
c695928f7c adopted search page to new detailed search (to be commited later)
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1550 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-02-05 22:51:37 +00:00
orbiter
454c138e19 switched back to previous behavior of the search page,
keeping the new link presentation design.
The websearch.html used the wrong search page (yacy/search.java) which caused further problems.
Please keep this page unless the new detailed search page is in place,
then shrink options of this page to create a more simple search interface.


git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1549 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-02-05 15:51:53 +00:00
orbiter
8600f6a788 fix for empty strings during search
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1548 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-02-05 15:38:31 +00:00
allo
1fce0ea263 xml api for deleting bookmarks.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1546 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-02-05 14:54:07 +00:00
allo
6b16c13b20 showing the public/privat flag.
TODO: Some nice icons.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1545 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-02-05 14:03:33 +00:00
orbiter
fb7411d7bb re-structuring of ranking application:
concentration of all ranking attributes in the
plasmaSearchRankingProfile

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1541 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-02-05 01:47:51 +00:00
orbiter
d98418390b - introduced rankingProfile Class
- selection of ranking and timing profiles for each search


git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1539 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-02-04 23:51:00 +00:00
orbiter
eab1805bca refactoring: plasmaSearchProfile -> plasmaSearchTimingProfile
This was made to distiguish this profile from the
(to-be-implemented) plasmaSeachOrderProfile

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1538 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-02-04 23:11:31 +00:00
rramthun
4bb7397b53 Updated startYACY.sh:
now it checks if java is executable and provides errormessage if it is not.

To-Do:
Perhaps could someone implement an -c (Cron) and -help option.
Places where you could find PATH are in the comments.
I will add text for -help if someone provides the code.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1530 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-02-04 15:56:21 +00:00
orbiter
be77fe1a88 code clean-up
@Martin: bitte schaue mal warum die Variablenzuweisung
         in plasmaCrawlNURLImporter war. So wie sie waren, waren sie überflüssig.
         Das hattest du dir bestimmt nicht so gedacht.
         Sollten es ggf. globale Variablen sein?

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1529 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-02-04 15:25:48 +00:00
allo
7bd61ab0e5 Locales will now be in DATA/HTDOCS. So it works with readonly htroot.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1527 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-02-04 10:50:22 +00:00
allo
1f3eaf9f8e use DATA/HTDOCS for notifier.gif. Works even if htroot is readonly
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1526 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-02-03 21:21:42 +00:00
theli
01ef85316d *) new search gui by roland
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1525 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-02-03 16:26:59 +00:00
rramthun
58ca4c777d Updated language file.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1523 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-02-03 15:36:07 +00:00
theli
50d85657b8 *) new import function for IndexImport_p.html
- can be used to import the crawling queue (noticeUrlDB + stacks)
   

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1518 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-02-02 16:46:58 +00:00
rramthun
5b85d92690 hendis patch from http://www.yacy-forum.de/viewtopic.php?p=16212#16212
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1511 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-02-01 21:05:25 +00:00
rramthun
9ce44c8d0a Some minor enhancements to the webinterface and updated translation.
de.lng mainly updated by Jan.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1509 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-02-01 17:29:14 +00:00
theli
442807cb29 *) Bugfix for last commit
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1506 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-01-31 15:26:11 +00:00
theli
6a99304b2b *) Redesign of db import functionality
- restructuring to allow different import tasks to be controlled via one gui 
   - adding possibility to import a single assortment file
   - adding possibility to set the cache size that should be used

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1504 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-01-31 12:30:24 +00:00
theli
48e302252e *) adding possibility to build a distribution containing an exe file for windows users
see: build file target "distWinExe"

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1494 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-01-30 16:16:37 +00:00
orbiter
fa90c3ca7a - removed some usage of indexEntity
- changed index collection process: indexes are not first flushed to indexEntity,
  but now collected directly from ram cache and assortments

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1489 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-01-30 12:42:06 +00:00
orbiter
03c65742ba changes towards the new index storage scheme:
- replaced usage of temporary IndexEntity by EntryContainer
- added more attributes to word index
- added exact-string search (using quotes in query)
- disabled writing into WORDS during search; EntryContainers are used instead


git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1485 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-01-30 00:42:38 +00:00
rramthun
c81ad1bf34 Many modifications to the webinterface.
Look at it and if the majority says it is not as good as before we undo the changes (especially the search page is very unfamiliar).

Thanks to Philipp Redeker.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1484 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-01-29 16:17:15 +00:00
theli
56e4dbeb71 *) displaying current active + current idle threads in PerformanceQueues_p.html now
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1470 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-01-28 15:17:04 +00:00
theli
6d73c6b481 *) adding xml version for QuickCrawlLink_p.java (used by yacybar)
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1465 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-01-27 15:36:42 +00:00
orbiter
b946e28e61 some ranking enhancements
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1460 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-01-27 02:48:27 +00:00
allo
0f84591d57 better defaulttime (the yacybar uses it)
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1459 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-01-26 21:28:28 +00:00
theli
3feeba3d7b *) better handling of urls containing query parameters
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1445 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-01-26 09:34:50 +00:00
low012
d0043b027c *) Fixed a bug where page name was not displayed in URL. (see http://www.yacy-forum.de/viewtopic.php?t=1778)
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1436 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-01-24 19:26:45 +00:00
allo
e575e57918 removed HTML from .java
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1431 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-01-24 15:32:19 +00:00
borg-0300
5756b9d5c8 blacklist entries now checked
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1426 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-01-24 13:28:50 +00:00
allo
da50e90615 " was missing
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1409 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-01-22 20:02:22 +00:00
allo
31985fb38a simple Bugfix for Messages_p
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1408 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-01-22 19:50:57 +00:00
borg-0300
0fcc07d3f7 "unresolved URL Hash" entries now checked
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1404 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-01-22 15:44:46 +00:00
borg-0300
d5a86e2287 added keywords, properties
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1402 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-01-22 14:35:51 +00:00
theli
319f8ffb18 *) changing file header
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1400 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-01-22 14:17:24 +00:00
theli
ed5ac0f81a *) adding servlet that is needed by the yacy screensaver
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1399 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-01-22 14:06:43 +00:00
orbiter
f14d49fae9 enhancements, bugfixes and additions to word index attribute storage
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1392 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-01-22 00:07:00 +00:00
allo
0f750c2ed6 new Templates
removed locales from Buildpath

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1391 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-01-21 23:01:08 +00:00
orbiter
1a70ad64b2 extended network grafics capacity
try this:
http://localhost:8080/NetworkPicture.png?width=1280&height=1024&pal=10000&pol=10000&max=1000 

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1387 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-01-21 00:21:39 +00:00