From c7f88f3fd1f809734751ecbf0e1fd02d19dcff0d Mon Sep 17 00:00:00 2001 From: apfelmaennchen Date: Thu, 12 Jan 2012 23:30:23 +0100 Subject: [PATCH] fix for http://bugs.yacy.net/view.php?id=101 - the default crawl depth for bookmarks is now editable. --- htroot/YMarks.html | 74 ++++++++++++++--------- htroot/js/yacy-ymarks-bookmark-actions.js | 2 +- 2 files changed, 47 insertions(+), 29 deletions(-) diff --git a/htroot/YMarks.html b/htroot/YMarks.html index 98fa38933..8b1c42e11 100644 --- a/htroot/YMarks.html +++ b/htroot/YMarks.html @@ -305,44 +305,40 @@ To see a list of all APIs, please visit the - Site + Bookmark - + - - Scheduler - - run this crawl once
- scheduled, look every - - -
-      for new documents automatically. - - + - Path + Filter - load all files in domain
- load only files in a sub-path of given url + No filter
+ + + + Restrict to start domain
+ Restrict to sub-path of given url + - + + + Crawling Depth + + + + Limitations @@ -366,6 +362,28 @@ To see a list of all APIs, please visit the
+ + Scheduler + + run this crawl once
+ scheduled, look every + + +
+      for new documents automatically. + + diff --git a/htroot/js/yacy-ymarks-bookmark-actions.js b/htroot/js/yacy-ymarks-bookmark-actions.js index 2587f3c82..ed0e12d9d 100644 --- a/htroot/js/yacy-ymarks-bookmark-actions.js +++ b/htroot/js/yacy-ymarks-bookmark-actions.js @@ -163,7 +163,7 @@ function bm_dialog() { /* Initialize Crawl Start Dialog */ $("#ymarks_crawlstart").dialog({ autoOpen: false, - height: 390, + height: 450, width: 470, position: ['top',100], modal: true,