Tag: text

Get a text backup of your Typo

After using Typo for some time now, I wanted a raw backup of my many posts. So I used some Ruby to extract of that information. First I wanted a raw text file of my content. $ script/runner -e production "Content.find(:all, :conditions => 'type = \"Article\"'). \ each {|i| puts '##########'; puts i.title; puts ''; …

Read more