Getting Started With Toto, a Tiny WordPress Killer
1–10 of 28 posts
Re: Getting Started With Toto, a Tiny WordPress Killer
#2Re: Getting Started With Toto, a Tiny WordPress Killer
#3I've been looking for a lightweight alternative to wordpress, so I'll give this a runaround. My only barrier to entry is having to dump all of wordpress posts into whichever new CMS I choose.
Re: Getting Started With Toto, a Tiny WordPress Killer
#4Toto is a nice simple script that publishes static files to heroku via git. It's interesting, and hackish, and fun, but hardly a WP killer.
Re: Getting Started With Toto, a Tiny WordPress Killer
#5Admittedly, it doesn't run on RoR, so you can't just pop it up on Heroku, but Bloxsom has been around for years and years, and has a stable group of maintainers on Sourceforge.
Re: Getting Started With Toto, a Tiny WordPress Killer
#6Tiny Wordpress Killer? That's the worst misleading title I've read in a while (and you'll se a lot of that here at HN). WordPress is a blogging software slowly becoming a full-blown CMS which is easy to host and --arguably-- easy to use. Toto is a nice simple script that publishes static files to heroku via git. It's interesting, and hackish, and fun, but hardly a WP killer.
Toto is blogging software, has a full blown CMS, through git, is easy to host (Heroku), and is easy to use.
Hence, they serve the same purpose, which is of publishing and managing articles in the cloud.
Re: Getting Started With Toto, a Tiny WordPress Killer
#7If you're interested in an ultra-lightweight blogging platform, may I suggest that you check out Bloxsom ( http://www.bloxsom.com , pronounced "Blossom")? It's written in Perl, all blog entries are text files, and categorization is done by sorting the entries into different folders. Admittedly, it doesn't run on RoR, so you can't just pop it up on Heroku, but Bloxsom has been around for years and years, and has a sta…
Your link goes to someone's personal homepage. :)
Re: Getting Started With Toto, a Tiny WordPress Killer
#8Tiny Wordpress Killer? That's the worst misleading title I've read in a while (and you'll se a lot of that here at HN). WordPress is a blogging software slowly becoming a full-blown CMS which is easy to host and --arguably-- easy to use. Toto is a nice simple script that publishes static files to heroku via git. It's interesting, and hackish, and fun, but hardly a WP killer.
I don't see how your description of WordPress makes it different from Toto. Toto is blogging software, has a full blown CMS, through git, is easy to host (Heroku), and is easy to use. Hence, they serve the same purpose, which is of publishing and managing articles in the cloud.
Re: Getting Started With Toto, a Tiny WordPress Killer
#9Tiny Wordpress Killer? That's the worst misleading title I've read in a while (and you'll se a lot of that here at HN). WordPress is a blogging software slowly becoming a full-blown CMS which is easy to host and --arguably-- easy to use. Toto is a nice simple script that publishes static files to heroku via git. It's interesting, and hackish, and fun, but hardly a WP killer.
I don't see how your description of WordPress makes it different from Toto. Toto is blogging software, has a full blown CMS, through git, is easy to host (Heroku), and is easy to use. Hence, they serve the same purpose, which is of publishing and managing articles in the cloud.
Wordpress is for the masses this is like jekyll alternative rather than wordpress killer.
Re: Getting Started With Toto, a Tiny WordPress Killer
#10So, I made a little Sinatra app with an ActiveRecord adapter that can understand the WP db schema.
It's just a hack to support my immediate needs at this point, but I think the concept is a good one.
http://github.com/trevorturk/trevorturk
Holler if it looks interesting to you.