Skip to content

Instantly share code, notes, and snippets.

View kazuhito-m's full-sized avatar

Kazuhito Miura kazuhito-m

View GitHub Profile
@kazuhito-m
kazuhito-m / catch2simplenote_converter.rb
Last active December 22, 2015 17:49
* 今は亡きcatch.comのエクスポートファイルをsimplenote.comに移行するテキストを吐くツール。 * 独自形式のファイルを読み、変換し、xmlへと吐きだすサンプルでもある。
#! ruby -Ku
# 今は亡きcatch.comのエクスポートファイルをsimplenote.comに移行するテキストを吐くツール。
require "kconv"
require "rexml/document"
# 内部で使用する構造体風VOクラス。
class Note
@id = ""
@tags
@auther = ""