michitux
3d9e0e2a68
Fixed a bug in IE, now forms are displayed correctly again, fixed a bug in Firefox: dl.pairs is now displayed correctly when the dt is higher than the dd, but now this bug has appeared in IE. There is no solution known to me but changing the browser (or using a browser with a width of 1280px, then it should not appear, but it depends on the length of the string in the dt, so it might be there in translations). Added the color of the progressbar in the mint-green style so that it is no longer transparent.
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3812 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
7fdf31093b
automatic focus on one of the crawl starts when web structure is shown
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3811 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
allo
52bae9b006
help on index create
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3809 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
4fb86b02e4
- fixed problem when surftip url is broken
...
- more renaming of menu entrie
- redesigned network page: moved grafic more to top
- changed default link to index monitor: now it points to the web structure picture
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3808 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
allo
0cb1adaed6
one button on the right side
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3807 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
allo
7226816037
Newsfeed for the surftips
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3806 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
4934c5f4d3
- corrected News menu (wrong headline)
...
- changed order, appearance, naming of menues in main menu
- implemented no-main-menu mode for blog and wiki (similar to simple search page)
The YaCy wiki can now be embedded in iframes inside on web pages using the display option:
i.e.
http://localhost:8080/Wiki.html?display=2
http://localhost:8080/Blog.html?display=2
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3803 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
71b0206935
- shifted control queue monitor pages to crawl monitor
...
- the crawl start menu is now cleaned up and ready for more options
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3802 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
4fca11f95d
another small change to web structure design
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3799 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
25a54c8722
changes to web structure page
...
- added catos idea: hosts that have more connections are closer
- design update to page
- added +/- again
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3798 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
52cb033f01
- slightly different painting of web structure picture:
...
hosts that have many own connections are painted farer away (this is not yet cato's idea, this will be implemented in another step)
- doc update
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3796 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
allo
b955f29f70
more options and bugfix
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3795 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
allo
ef2395c244
use form instead of javascript
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3794 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
karlchenofhell
30c3d909b1
- fixed charset problem in ConfigProfil_p.html (use accept-charset="UTF-8" in forms)
...
- fixed wrong XML output if no peers are known in Network.xml
- simplified parsing of table properties in wikiCode and ZTableToken
- reimplemented GC heuristics. They are needed to constantly ensure that an amount of free memory is available which is higher than Java's max. limit for performing a Full GC (please use serverMemory.request(long, boolean) rather than serverMemory.available(long, boolean) to provide data for averaging over the last GCs)
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3793 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
allo
089c2a7c39
firefox-like filter function.
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3790 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
allo
d1e1580223
Surftips Blacklist
...
Blacklists List Hardcoded instead of only updated on firststart / migration.java
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3788 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
theli
051a65f7af
*) Snippet fetching:
...
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
18 years ago
theli
e1a5babff1
*) Logging GUI handler: line-size is now set to max-size if max-size was exceeded
...
See: http://www.yacy-forum.de/viewtopic.php?p=36355
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3786 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
(no author)
94cc9f05f5
*) Improvements for restart via update wrapper
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3785 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
allo
54ddb3262c
enter on webstrucutre
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3783 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
karlchenofhell
edec6049c3
- fix for UPNP error, TODO: via ajax
...
- removed unused "type" argument in yacysearch.html
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3782 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
allo
5fc00871a9
getpageinfo/sitemap bugfix
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3781 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
allo
e7da3d2340
fixed sitemap url in getpageinfo
...
added suggested tags/keywords in getpageinfo
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3780 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
allo
d0f8254f95
better refresh ui
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3779 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
hydrox
44bac7dea1
*) blog-comments can now be moderated
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3778 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
(no author)
f89517203d
*) SOAP: new function to get the Performance Settings of Queues and Processes
...
No items left in the yadmin SOAP-TODO :-)
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3776 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
(no author)
92351c4dcb
*) SOAP: bookmarks list now indicates if a bookmark is private (requested by KoH)
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3775 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
(no author)
5f80b72cac
*) adding peer-hash, seed-url and location to network.xml
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3772 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
(no author)
1efe607c34
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3771 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
low012
0610285c4f
*) totalResults and itemsPerPage gets set again
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3768 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
(no author)
5cc8bb075b
Syntaxfehler beseitigt
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3764 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
low012
a97a3756fe
*) got rid of HTML in Java classes that led to HTML tags being displayed on monitor pages
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3763 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
(no author)
ef24bed406
Sorry...
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3760 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
(no author)
a29cb2e1af
blupp
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3759 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
0ae6664ad8
enhanced web structure picture
...
- hand-over of get properties from web front-end to graphics generation
- added depth-control buttons
- added marking of anchor-points to highlight relation order
- enhanced ymage graphics library
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3757 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
54ca71535e
added search protection also to detailed search
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3755 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
b3d2fafcfb
added option to block the search function against unauthorized users
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3754 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
rramthun
dee29faf15
*) System independent restart is now possible if using the updater/wrapper. - Part 1/2 (YaCy side)
...
The old Windows-only method has not been removed, so Windows-users without updater are still able to restart without updater
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3752 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
c321ddff7a
redesigned access control to surftips:
...
- access is now granted to authorized admin, even if it is blocked to the public
- generalized naming
- changed links to buttons
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3750 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
(no author)
b4b56a5475
*) Preparations for system-independent restart using the wrapper. Not functional yet.
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3748 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
a585b4d41b
added web structure image
...
see http://localhost:8080/WatchWebStructure_p.html
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3747 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
33ad0c8246
added a web structure computation and logging:
...
- all web page parsing operations will now increase a web structure file
- the file is computed in memory and dumped at shutdown-time to PLASMASB/webStructure.map in readable form (not a database)
- the file can be used externally to analyse the link structure of the crawled pages
- the web structure can also be retrieved using a xml-interface at http://localhost:8080/xml/webstructure.xml
- the short-term purpose is the computation of a link-graph image (before linuxtag!)
- a long-term purpose could be a decentralized computation of the citation rank
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3746 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
auron_x
cd3494a04c
*) hint for idle indexer only appears if indexer is idle now
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3744 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
karlchenofhell
baa9402b97
- wiki-parser is now configurable via the config setting wikiParser.class which holds the class-name for the parser to use
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3742 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
karlchenofhell
601fc7d1c5
- added source to J7Zip-modifed.jar and it's license (changelog is still to come)
...
- moved HTML-*replace-methods from wikiCode to de.anomic.data.htmlTools
- prepared use of different wiki parsers as suggested here: http://www.yacy-forum.de/viewtopic.php?p=34444#34444
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3741 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
orbiter
b3f97b5c38
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3735 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
karlchenofhell
086239da36
- added servlet: remote crawler queue overview
...
- added servlet: crawl profile editor
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3731 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
theli
4dc45d6e97
*) adding tags for skype
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3729 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
karlchenofhell
8ba81e0995
- added some comments (will get more in the near future)
...
- added missing <label> to the search field in Network.html
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3728 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
allo
eda8696e33
http://www.yacy-forum.de/viewtopic.php?p=35721
...
wrong startindex
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3727 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago