プロジェクトについて

Tera Term is Tera Term Pro 2.3 succession version and is being officially recognized by the original author. Tera Term is open source free software terminal emulator supporting UTF-8 protocol. Now TTSSH supports SSH2 protocol (Original version supports SSH1).

最新文件发布

Tera Term_4 (4.107)2023-10-15 20:30
Tera Term-4 RC (4.107 RC)2023-09-10 19:46
Tera Term_5 (5.0)2023-10-15 20:32
Tera Term-5 RC (5.0 RC)2023-09-10 23:22
Tera Term old archive (4.68)2010-12-07 00:00

最新のプロジェクトアクティビティ

2024-04-29
2024-03-19

最近の更新 (Recent Changes)

2023-09-10
2023-08-29
2023-08-24
2023-08-11
2023-08-08
2023-08-07

Wikiガイド(Guide)

サイドバー (Side Bar)

MLのアーカイブを取得してmbox形式へ変換

  • MLの保存書庫からダウンロード
  • 少し修正してmboxとして利用できるようにする

アーカイブのダウンロード、mboxへ変換

ttssh2-user, ttssh2-dev

  • ttssh2-users.mbox を作成
wget --no-parent -r -l 1 -A "*.txt","*.txt.gz" https://osdn.net/projects/ttssh2/lists/archive/users/
zcat -f osdn.net/projects/ttssh2/lists/archive/users/* | sed -e 's/ @ /@/' > ttssh2-users.mbox
  • ttssh2-dev.mbox を作成
wget --no-parent -r -l 1 -A "*.txt","*.txt.gz" https://osdn.net/projects/ttssh2/lists/archive/dev/
zcat -f osdn.net/projects/ttssh2/lists/archive/dev/* | sed -e 's/ @ /@/' > ttssh2-dev.mbox
  • ttssh2-devel.mbox を作成
    • 非公開なのでuser,passwordが必要
curl -c cookie.txt -d "username=your@mail" -d "password=your_password" https://lists.osdn.me/mailman/private/ttssh2-devel/ -o list.html
wget --no-parent --load-cookies cookie.txt -r -erobots=off -A "*.txt","*.txt.gz" -l 1 https://lists.osdn.me/mailman/private/ttssh2-devel/
find lists.osdn.me/mailman/ -type f -exec nkf -w8 {} \; | sed -e 's/ @ /@/' > ttssh2-devel.mbox