Aug
13th
Mon
13th
以下再インストールするとき用の slogger 設定メモ。 ●以下の profile を作成して、Every page load の profile として設定。 ○ general タブ Profile name Text log & HTML pages ○ SavePages タブ Enable save pages: チェック Save each pages as: Web Page HTML onlyを選択 (テキストだけ検索できればいいので。画像も全部保存したい富豪の方は Web Page complete を選べばできますが、だいぶ遅くなります。) Folder: 月単位のフォルダにして保存。パスは利用環境に合わせて変更 D: mirror slogger archive html_files $year-$month Filename for saved pages: $year-$month-$day_$hour-$minute-$second-$millisecond.$typeext ○ Log file タブ Enable write to log file: チェック Folder: D: mirror slogger archive Filename for log file: slogger_text_log-$year-$month.txt Entry into Log File for each page: シンプルにテキストのログで。後で閲覧した URL と紐付けられるように保存されるhtmlのファイル名を入れるようにした $year-$month-$day_$hour-$minute-$second-$millisecond.$typeext $url Append content to logfile: at end お好みでどっちでもいいかも Add link to log in custom menu: チェック View this month s text log ○ Filters タブ Enable: チェック Block logging a page if the same URL is loaded within this number of seconds: 300 適当に5分に設定。5分以上たつと同じURLでも再度保存される Enable blacklist: “$host” “127.0.0.1” “$url”.match file: “$url”.match about: “$url”.match . google . ※最後の行は、googler って言うのか? なので、 google の検索結果とか google reader とか gmail とかの画面は保存されたくない 必要ない ので除外している。 ○ここに書いてない項目は全部空白&未チェックで。 以上