2002-09-02
_ Namazu 2.0.11
見たら namazu 2.0.11 があったので版上げ。namazu.cgi を ${HOME} のてきとーな所に持ってくることを忘れずに。こんなことを言われて動きません。
namazu.cgi: Symbol `NMZ' has different size in shared object, consider re-linking
_ コメント行の考慮
日記のコメント行をインデクシングするというやつ。結局こーやることで解決。
rin@mariko[/usr/local/share/namazu/filter]% diff -ur html.pl~ html.pl
diff -ur html.pl~ html.pl
--- html.pl~	Mon Sep  2 20:19:10 2002
+++ html.pl	Mon Sep  2 22:59:52 2002
@@ -105,7 +105,8 @@
     html::get_title_attr($contref);
     html::normalize_html_element($contref);
     html::erase_above_body($contref);
-    html::remove_comments($contref);
+## use comment ( 20020902 by rin )
+##    html::remove_comments($contref);
     html::weight_element($contref, $weighted_str, $headings);
     html::remove_html_elements($contref);
     # restore entities of each content.
[ツッコミを入れる]

