X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=widgets.sh;h=fc6818e206748cb2c933e409e35afc52b0c14bbe;hb=ffd0decf7b87d2cb76bdbd7db84324678dd8f73f;hp=a4ec856e296cb6a8069bf1e3cf94f3de36710f8e;hpb=02812995d1df8b60f702be2ec8cf807782a7ab35;p=serve0 diff --git a/widgets.sh b/widgets.sh index a4ec856..fc6818e 100644 --- a/widgets.sh +++ b/widgets.sh @@ -7,28 +7,14 @@ include_widgets="$0" w_refuri="$(URL "$PATH_INFO")?$(HTML "$QUERY_STRING")" -w_ascii=' - s-0-0-g; s-1-1-g; s-2-2-g; s-3-3-g; s-4-4-g; s-5-5-g; - s-6-6-g; s-7-7-g; s-8-8-g; s-9-9-g; - s-A-A-g; s-B-B-g; s-C-C-g; s-D-D-g; s-E-E-g; s-F-F-g; - s-G-G-g; s-H-H-g; s-I-I-g; s-J-J-g; s-K-K-g; s-L-L-g; - s-M-M-g; s-N-N-g; s-O-O-g; s-P-P-g; s-Q-Q-g; s-R-R-g; - s-S-S-g; s-T-T-g; s-U-U-g; s-V-V-g; s-W-W-g; s-X-X-g; - s-Y-Y-g; s-Z-Z-g; - s-a-a-g; s-b-b-g; s-c-c-g; s-d-d-g; s-e-e-g; s-f-f-g; - s-g-g-g; s-h-h-g; s-i-i-g; s-j-j-g; s-k-k-g; s-l-l-g; - s-m-m-g; s-n-n-g; s-o-o-g; s-p-p-g; s-q-q-g; s-r-r-g; - s-s-s-g; s-t-t-g; s-u-u-g; s-v-v-g; s-w-w-g; s-x-x-g; - s-y-y-g; s-z-z-g; - s---\--g; s-/-/-g; s-/-/-g; s-:-:-g; s-=-=-g; s-@-@-g; - s-_-_-g; s-~-~-g; s- - -g; s-^-^-g; s-|-|-g; -' - -w_tags="$_DATA/.index/tags.cache"; w_tagcategories="$_DATA/.index/tagcategories.cache" -if [ ! -f "$w_tags" -o ! -f "$w_tagcategories" ] \ - || [ "$(find "$_DATA/" -path '*/.index/meta' -newer "$w_tags")" ] +w_str_s="$(STRING "$SEARCH")" +w_str_f="$(STRING "$FILTER")" + +c_tags="$_DATA/.index/tags.cache"; c_tagcategories="$_DATA/.index/tagcategories.cache" +if [ ! -s "$c_tags" -o ! -s "$c_tagcategories" ] \ + || [ "$(find "$_DATA/" -path '*/.index/meta' -newer "$c_tags")" ] then - w_tags="$( { local cn=1 + w_tags="$( local cn=1 find "$_DATA/" -path '*/.index/meta' -print0 \ | xargs -r0 sed -r ' s;^.*\t.*\t.*\ttags=(.*)\tcomment=.*\t.*\r$;\1;; @@ -42,14 +28,16 @@ if [ ! -f "$w_tags" -o ! -f "$w_tagcategories" ] \ cn=1 } otag="$tag" - done - } |sort -rn |cut -f2- |HTML |sed "$w_ascii s- -\n-g; s;\n\n;\n;g;" |tee "$w_tags" )" - w_tagcategories="$(printf %s "$w_tags" \ - | sed -rn '/:/s;^-?([^:]+):.*$;\1;p' |sort -u \ - | tee "$w_tagcategories" )" + done \ + |sort -rn |cut -f2- |HTML \ + |sed "s- -\n-g; s;\n\n;\n;g;" + )" + w_tagcategories="$(printf %s "$w_tags" | sed -rn '/:/s;^-?([^:]+):.*$;\1;p' |sort -u )" + printf %s "$w_tags" >"$c_tags" + printf %s "$w_tagcategories" >"$c_tagcategories" else - w_tags="$(cat "$w_tags")" - w_tagcategories="$(cat "$w_tagcategories")" + w_tags="$(cat "$c_tags")" + w_tagcategories="$(cat "$c_tagcategories")" fi @@ -58,23 +46,33 @@ fi [ "$ORDER" = Length ] && w_colength=checked [ "$ORDER" = Group ] && w_cogroup=checked +w_bmname= +w_bmname(){ + [ "$w_bmname" ] || w_bmname="$( + bm="$_DATA/.index/bookmarks" + name="$(grep -m1 -aF " search=${w_str_s} filter=${w_str_f}${CR}" "$bm" 2>&-)" + + if [ "$name" ]; then + printf '%s' "$name" |cut -f1 |UNSTRING |HTML + else + printf '%s\t%s' "$SEARCH" "$FILTER" \ + | sed -r '/^\t$/{ s;\t;All;; q;} + /.*\t$/{ s;\t$;;; q;} + /^\t.*/{ s;^\t;;; + :x; s;(^|[~^|])([^|^~:]+):;\1;; tx; + s;\^; and ;g; s;\|;,;g; s;~;not ;g; q;}' \ + | HTML + fi + )" + printf '%s' "$w_bmname" +} + w_bookmarks(){ - local name='' cf='' cs='' bm="$_DATA/.index/bookmarks" proposed_name='' + local bm="$_DATA/.index/bookmarks" name='' search='' filter='' [ ! -d "${bm%/*}" ] && return 0 [ ! -f "$bm" ] && touch "$bm" - [ "$SEARCH" ] && cs="$(STRING "$SEARCH")" - [ "$FILTER" ] && cf="$(STRING "$FILTER")" - - name="$(grep -m1 -aF " search=$cs filter=$cf${CR}" "$bm" |cut -f1 |UNSTRING)" - [ ! "$name" ] && proposed_name="$( - printf '%s\t%s' "$SEARCH" "$FILTER" \ - |sed -r '/^\t$/{ s;\t;All;; q;} - /.*\t$/{ s;\t$;;; q;} - /^\t.*/{ s;^\t;;; - :x; s;(^|[~^|])([^|^~:]+):;\1;; tx; - s;\^; and ;g; s;\|;,;g; s;~;not ;g; q;}' - )" + grep -qaF " search=$w_str_s filter=${w_str_f}${CR}" "$bm" && name=Update || name=Add printf '[form #bookmarks action=?a=bookmark method=POST [a href="#" x] @@ -85,22 +83,21 @@ w_bookmarks(){ [button type="submit" %s]' \ "$w_refuri" \ "$(HTML "$SEARCH")" "$(HTML "$FILTER")" \ - "$(HTML "${name:-${proposed_name}}")" \ - "${name:+Update}${proposed_name:+Add}" + "$(w_bmname)" "${name}" [ "$name" ] && printf ' [submit "delete" "delete" Delete]' sort "$bm" |while read -r name search filter; do search="${search#search=}" filter="${filter#filter=}" filter="${filter%${CR}}" - [ "$search" = "${cs}" -a "$filter" = "${cf}" ] && continue + [ "$search" = "${w_str_s}" -a "$filter" = "${w_str_f}" ] && continue name="$(UNSTRING "$name")"; search="$(UNSTRING "${search}" |URL)"; filter="$(UNSTRING "${filter}" |URL)"; printf '[label .link %s] - [a .link target=blank href="?o=Name&s=%s&f=%s" by Name] - [a .link target=blank href="?o=Date&s=%s&f=%s" by Date] - [a .link target=blank href="?o=Length&s=%s&f=%s" by Length] - [a .link target=blank href="?o=Group&s=%s&f=%s" by Group] + [a .link target=blank href="/?o=Name&s=%s&f=%s" by Name] + [a .link target=blank href="/?o=Date&s=%s&f=%s" by Date] + [a .link target=blank href="/?o=Length&s=%s&f=%s" by Length] + [a .link target=blank href="/?o=Group&s=%s&f=%s" by Group] [br]' \ "$(HTML "$name" |sed 's;,\;;&[wbr];g;')" \ "$search" "$filter" \ @@ -167,9 +164,9 @@ w_index(){ w_advsearch(){ local n lbid tag category filter f t d - filter="$(HTML "${FILTER}^" |sed "$w_ascii")" + filter="$(HTML "${FILTER}^")" - printf '[form #advsearch action=?a=advsearch method=POST + printf '[form #advsearch action=./?a=advsearch method=POST [a href="#" Hide] [p .help Select multiple tags from each category by holding down the [strong Ctrl] key on your keyboard.[br] Refine the search further by setting additional search tags using the [strong "+and"] button.]' @@ -189,7 +186,7 @@ w_advsearch(){ $n "${t:-checked}" $n $n \ $n "${t:+checked}" $n $n - f="|${f#~}|" + f="|${f#\~}|" printf '*\n%s\n' "$w_tagcategories" \ | while read -r category; do lbid="cat_${n}_${category}" @@ -232,6 +229,15 @@ w_advsearch(){ "$w_colength" "$w_cogroup" } +w_delete(){ + printf '[a href="#multitag" Add Tags / Remove Tags] + [div #multitag [input type="hidden" name="ref" value="%s"] + [a href="#" Hide][br] + [fieldset [legend New:] + [submit "op" "filedelete" Delete Files] + ]]' "$w_refuri" +} + w_tagging(){ local tag category d printf '[a href="#multitag" Add Tags / Remove Tags]