many pervasive clean-ups
[feisty_meow.git] / nucleus / applications / bookmark_tools / js_marks_maker.cpp
index d32f50f4dbe515d05321c7b02a69703a394e64e0..49578283e5cc81882e12370d1cc059ee508f88fa 100644 (file)
@@ -103,7 +103,7 @@ by finding the phrase $INSERT_LINKS_HERE in it and replacing that with html\n\
 formatted link and categories from the input file.  Another tag of $TODAYS_DATE\n\
 will be replaced with the date when the output file is regenerated.\n\
 The HOOPLE link format is documented here:\n\
-    http://hoople.org/guides/link_database/format_manifesto.txt\n\
+    http://feistymeow.org/guides/link_database/format_manifesto.txt\n\
 ", program_name.basename().raw().s(), program_name.basename().raw().s());
   program_wide_logger::get().log(to_show, ALWAYS_PRINT);
   return 12;
@@ -111,7 +111,7 @@ The HOOPLE link format is documented here:\n\
 
 void marks_maker_javascript::write_category(inner_mark_tree *node, astring &output)
 {
-//  FUNCDEF("write_category");
+  FUNCDEF("write_category");
   // output a javascript line for the category.
 
   int node_num = node->_uid;
@@ -133,7 +133,7 @@ void marks_maker_javascript::write_category(inner_mark_tree *node, astring &outp
 void marks_maker_javascript::write_link(inner_mark_tree *node, const link_record &linko, 
     astring &output)
 {
-//  FUNCDEF("write_link");
+  FUNCDEF("write_link");
   // write a javascript link definition.
   int parent_node = node->_uid;
   astring chewed_name = linko._description;
@@ -177,7 +177,7 @@ void marks_maker_javascript::write_link(inner_mark_tree *node, const link_record
 
 int marks_maker_javascript::execute()
 {
-//  FUNCDEF("execute");
+  FUNCDEF("execute");
   SETUP_COMBO_LOGGER;
 
   command_line cmds(_global_argc, _global_argv);  // process the command line parameters.