Hey,
what is a cool blogging engine for GAE? I really like wordpress, but PHP isn't available on the GAE.
Which blogging systems do you use on GAE?
Which experiences you have made with it?
Thanks.
Hey,
what is a cool blogging engine for GAE? I really like wordpress, but PHP isn't available on the GAE.
Which blogging systems do you use on GAE?
Which experiences you have made with it?
Thanks.
Maybe see http://brizzled.clapper.org/id/77 (no personal experience using it, myself).
cpedia has an excellent demo not just of the front end but of all the features in the admin itself.
In my experience GAE is a joy to play with, especially if you have any experience with Django or MVP (or MVC as django folks prefer to say).
There is a python framework web2py and there are some appliances (plugins) for this framework. Although I have not tried that, you may be interested in application Wordpress Clone.
Installing web2py is very easy (just unzip and copy files) and web2py is guaranteed to run on GAE.
Anyway, this solution is for anyone who want to play with framework (and python) if you just need to blog, I recommend to go for some already installed system (wordpressn is ok, if you like it) at http://wordpress.com/ or anywhere else.
You could look here for a blogging-application for GAE:
http://groups.google.com/group/google-appengine/web/google-app-engine-open-source-projects
For example Bloog is mentioned there:
There's PickyWiki (a CMS) by Ian Bicking (haven't used it myself)
you'll find some blog engines for GAE (mostly GAE/P) in application section of Google App Engine as a Framework project
I have just set up Wordpress 2.7.1 with modifications running on Quercus (PHP in Java) by way of the instructions and install here. It's incredibly impressive, but not ready for prime-time. For example, the entire admin interface doesn't work. I don't recommend it (yet).
Take a look at bloggart, written mainly by fellow StackOverflow user Nick Johnson. His blog includes a great series that explains its implementation from the very beginning.
I just wrote my own because I couldn't find one I liked (either too simple, or too bloated), but recently I noticed Nick Johnson of the App Engine Team had written one too. I'd look at using his if I had to do it again!
Have you tried Votay? You can download the source code at http://github.com/andrewarrow/votay