This is a simple ruby script to convert Colloquy's awful XML logs
(.colloquyTranscript
) to plain text (.txt
).
Installation
gem install colloquy_log_to_text
- Done!
Usage
colloquy_log_to_text log.colloquyTranscript
- Plain text log will be in the file named
log.txt
Development
- Fork
- Edit
rake
- Submit pull request