Questions tagged [toto]

toto is a git-powered, minimalist blog engine.

How toto it works

  • Content is entirely managed through git; you get full fledged version control for free.
  • Articles are stored as .txt files, with embedded metadata (in yaml format).
  • Articles are processed through a markdown converter (rdiscount) by default.
  • Templating is done through ERB.
  • toto is built right on top of Rack.
  • toto was built to take advantage of HTTP caching.
  • toto was built with heroku in mind.
  • comments are handled by disqus.
  • Individual articles can be accessed through urls such as /2009/11/21/blogging-with-toto
  • The archives can be accessed by year, month or day, wih the same format as above.
  • Arbitrary metadata can be included in articles files, and accessed from the templates.
  • Summaries are generated intelligently by toto, following the :max setting you give it.
  • You can also define how long your summary is, by adding ~ at the end of it (:delim).
4 questions
2
votes
3 answers

Ruby Blog: Toto vs Nesta

I need a simple and lightweight blog engine that plays well with Heroku. So far, I found Toto and Nesta and both seem to be great candidates and have a rather similar feature list. Since I have to make a quick decision Im interested in pragmatic…
goliatone
  • 2,183
  • 16
  • 29
2
votes
5 answers

WHERE OR but not both

I'm trying to find Devices for which: "PatchManagementPremium" doesn't exist in the column instancename "RemoteControl" doesn't exist in the column instancename Both entries do not exist in the column instancename But I want to exclude all the…
druid
  • 133
  • 1
  • 1
  • 10
0
votes
2 answers

Ruby Blog Engine like toto

Is there any other ruby blog engine like toto which could be easily deployed on services like heroku? If yes, Please suggest some names. Thanks in advance.
0
votes
1 answer

heroku deploy app (toto blog) don't work

hy i'm trying to deploy a toto blog on heroku system. this is the guide: site i have a error when i deploy. can you help me? thanks cristiano@ubuntu64bit1204:~$ git clone git://github.com/cloudhead/dorothy.git myblog Cloning into 'myblog'... remote:…
user1066183
  • 2,444
  • 4
  • 28
  • 57