From 6287c2b4a9663b18bf93ea6fe5c342cae160c5ef Mon Sep 17 00:00:00 2001 From: apfelmaennchen Date: Sun, 20 Nov 2011 22:42:15 +0000 Subject: [PATCH] YMarks: - introduced tag manager - a quite powerful tool (still not 100% stable, so be careful) git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8060 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/YMarks.html | 71 ++++++++-- htroot/api/ymarks/get_ymark.java | 6 +- htroot/api/ymarks/get_ymark.json | 4 +- htroot/api/ymarks/replace_tags.java | 8 +- htroot/env/yacy-ymarks.css | 7 + htroot/jquery/css/jquery.multiselect.css | 4 +- .../jquery/css/jquery.multiselect.filter.css | 3 + .../js/jquery.multiselect.filter.min.js | 15 ++ htroot/jquery/js/jquery.multiselect.min.js | 2 +- htroot/js/yacy-ymarks.js | 134 ++++++++++++------ source/de/anomic/data/ymark/YMarkUtil.java | 2 +- 11 files changed, 190 insertions(+), 66 deletions(-) create mode 100644 htroot/jquery/css/jquery.multiselect.filter.css create mode 100644 htroot/jquery/js/jquery.multiselect.filter.min.js diff --git a/htroot/YMarks.html b/htroot/YMarks.html index 99b3759e9..1ca136aa4 100644 --- a/htroot/YMarks.html +++ b/htroot/YMarks.html @@ -9,6 +9,9 @@ + + + @@ -36,12 +39,12 @@