up
authorChris Koeritz <fred@gruntose.com>
Thu, 7 Feb 2013 21:14:20 +0000 (16:14 -0500)
committerChris Koeritz <fred@gruntose.com>
Thu, 7 Feb 2013 21:14:20 +0000 (16:14 -0500)
scripts/notes/info_overload_report.sh

index 7dbd4fe8fbce4bf2d60826787e8e1c499f7b580c..3fdd96f59e820b914eb11ddb6e10bd0ee49328e1 100644 (file)
@@ -86,11 +86,11 @@ analyze_hierarchy_and_report ~/cloud/grunty_notes "grunty notes"
 #hmmm: make an html todo scanning function from this.
 # scan web documents for to-do lists.  individual items are marked with <li>.
 # we do this one a bit differently since we have different criteria for html to-do items.
-html_item_depth=$(find ~/cloud/grunty_notes/ -type f -iname "*.html" -exec grep "<li" "{}" ';' | wc -l | tr -d ' ')
-total_overload=$(($html_item_depth + $total_overload))
-html_item_weight=$(find ~/cloud/grunty_notes/ -type f -iname "*.html" -exec grep "<li" "{}" ';' | wc -c | tr -d ' ')
-total_weight=$(($total_weight + $html_item_weight))
-full_report+="$(format_report_line "$html_item_depth" "$html_item_weight" "to-do notes in html")"
+#html_item_depth=$(find ~/cloud/grunty_notes/ -type f -iname "*.html" -exec grep "<li" "{}" ';' | wc -l | tr -d ' ')
+#total_overload=$(($html_item_depth + $total_overload))
+#html_item_weight=$(find ~/cloud/grunty_notes/ -type f -iname "*.html" -exec grep "<li" "{}" ';' | wc -c | tr -d ' ')
+#total_weight=$(($total_weight + $html_item_weight))
+#full_report+="$(format_report_line "$html_item_depth" "$html_item_weight" "to-do notes in html")"
 ####
 
 # scan all the items declared as active projects.