Mephisto Switch
Message from 2022
This post is pretty old! Opinions and technical information in it are almost certainly oudated. Commands and configurations will probably not work. Consider the age of the content before putting any of it into practice.
I was somewhat disappointed with the recent troubles on Typo’s trac site, so I’m giving Mephisto a shot.
Attachment test:
# proc.rb x = ["zeroth", "first", "gaius baltar"] n = 0 x.each do |e| puts "The n}th entry is e}" n += 1 end