Earlier quoted context omitted.
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.
How do I use it without installing a bunch of stuff on my Windows computer? Wordpress is for the masses this is like jekyll alternative rather than wordpress killer.
Getting Started With Toto, a Tiny WordPress Killer
11–20 of 28 posts
Re: Getting Started With Toto, a Tiny WordPress Killer
#12Earlier quoted context omitted.
How do I use it without installing a bunch of stuff on my Windows computer? Wordpress is for the masses this is like jekyll alternative rather than wordpress killer.
Yes but how do you use WordPress without installing a bunch of stuff on your computer? You need MySQL and you need a web server to run it, probably Apache. These don't come standard with Windows, so it's not that much easier to get WordPress running locally. It's true that many hosts now offer very easy WordPress installs, but there is no reason why something like this can't be set up for Toto. But as it is right now…
Re: Getting Started With Toto, a Tiny WordPress Killer
#13Earlier quoted context omitted.
How do I use it without installing a bunch of stuff on my Windows computer? Wordpress is for the masses this is like jekyll alternative rather than wordpress killer.
Yes but how do you use WordPress without installing a bunch of stuff on your computer? You need MySQL and you need a web server to run it, probably Apache. These don't come standard with Windows, so it's not that much easier to get WordPress running locally. It's true that many hosts now offer very easy WordPress installs, but there is no reason why something like this can't be set up for Toto. But as it is right now…
Re: Getting Started With Toto, a Tiny WordPress Killer
#14I'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.
It would be pretty easy to dump each post into its own txt file to work with this. You might have a problem importing comments, I am not sure if disqus has a way to import older comments. I would guess not.
This was a long-standing request (http://disqus.disqus.com/how_do_i_import_comments) but it seems there is a solution for the past year (http://www.makeuseof.com/tag/give-your-wordpress-comments-a-...) Tell us if you try it out.
Re: Getting Started With Toto, a Tiny WordPress Killer
#15There are two reasons why WordPress is wildly successful...
(1) It's built in PHP so it can run on anything. Any webhost out there will run it, and 99% of them will have a "one-click-install" button for you.
(2) It has a pretty damn good admin interface and theme/plugin community. Anyone can install themes and plugins, either thru the interface or with some simple FTP knowledge.
All of this aside... I can't effing stand WordPress. I've been developing for it since it first branched off from the b2 blogging engine many moons ago. For a developer, building a complete site in WP generally consists of hacking plugins to work with one another, or writing your own modifications.
I built this site (http://arbesko.com) in WordPress because the client wanted it. Only about 10% of it is WP. I extended the URL rewriting system and wrote all of my own template code, most of the queries were written by hand. An experience WP dev might frown upon this because of "future incompatibility" but honestly, if you want to write good shit you're not gonna find it with WP's built in tools. The only thing left that isn't my own is pretty much the DB.
For a super simple blog, go with WP. For a "WP as a CMS site", don't fall for that bullshit. Write it in something else, anything else. Write it from scratch in Perl for all I care, just stay away from using WP for anything more than a blog and/or very simple site.
And again, these kinds of things (toto, jekyll, etc...) are fun for hackers, but they will never kill WP. If you want to kill WP you're going to need to attack it from the perspective of an "SEO Marketing social media expert from Tampa FL who has 2 kids and runs the Tampa Tweetup every weekend", and not that of a hacker. The most you can expect from someone is installing an FTP client and uploading it. These people don't play with terminals or git.
Re: Getting Started With Toto, a Tiny WordPress Killer
#16Tiny 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
#17Earlier quoted context omitted.
How do I use it without installing a bunch of stuff on my Windows computer? Wordpress is for the masses this is like jekyll alternative rather than wordpress killer.
Yes but how do you use WordPress without installing a bunch of stuff on your computer? You need MySQL and you need a web server to run it, probably Apache. These don't come standard with Windows, so it's not that much easier to get WordPress running locally. It's true that many hosts now offer very easy WordPress installs, but there is no reason why something like this can't be set up for Toto. But as it is right now…
Re: Getting Started With Toto, a Tiny WordPress Killer
#18Toto might be a "WordPress Killer" for hackers , but that's just about it. There are two reasons why WordPress is wildly successful... (1) It's built in PHP so it can run on anything. Any webhost out there will run it, and 99% of them will have a "one-click-install" button for you. (2) It has a pretty damn good admin interface and theme/plugin community. Anyone can install themes and plugins, either thru the interfac…
Also, the "future incompatibility" is not that bad with wordpress, just look out for "deprecated" in the source.
Re: Getting Started With Toto, a Tiny WordPress Killer
#19Tiny 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.