Tagged Questions
67
votes
14answers
31k views
What CMS runs on Google App Engine?
Is it possible to deploy any CMS (Content Management System) using Google App Engine? Wikipedia lists 4 Python CMSes and one of them is Django based.
Do you know any way to make any of them to work ...
8
votes
2answers
1k views
Open source Java CMS for Google App Engine?
I am looking for an open source Java CMS (Web CMS, actually) to run on Google App Engine. I have looked at related older questions on this topic (What CMS runs on Google AppEngine?, CMS over Google ...
7
votes
3answers
1k views
What's a good Wiki that works on Google App Engine
I'm interested in using Google App Engine to host a wiki. I've already seen the question here: http://stackoverflow.com/questions/478760/what-cms-runs-on-google-app-engine about what's a good cms. ...
5
votes
9answers
2k views
Are there any NOSQL-compatible CMS projects?
This question is partially related to an older question (Any CMS is Google App Engine compatible?) , but is slightly more general. It seems that in most CMS systems, the most fragile failure point is ...
5
votes
5answers
7k views
CMS over Google App Engine, with SEO
Do you know a good CMS/Blogger application that could run over GoogleAppEngine (GAE) and that have Google Friendly Urls?
I need to install an application like this for a small company, so they could ...
3
votes
1answer
81 views
Is there a CMS that runs on Google App Engine that is comparable to Plone (in certain respects)?
I spent a while writing apps for Plone and feel that Plone "does content management right" compared to many other CMS offerings. I'm wondering if there's a comparable CMS that runs on Google App ...
3
votes
1answer
192 views
how to deploy “vosao” CMS web on google app engine
I am trying to to deploy VOSAO CMS web on google app engine for java application, but when I goes to deploy this its showing an exception that is-
C:\appengine\bin>appcfg.cmd update c:\vosaocms\
...
3
votes
3answers
519 views
CMS on Google App Engine
i recently stumbled upon http://www.vosao.org/
it seems to be the most advanced cms for app engine
so before i start coding with vosao, i wanted to know if there are tangible alternatives to vosao?
2
votes
3answers
322 views
Java Content Repository implementation: single-threaded, in-memory, read-only?
Does a Java Content Repository (JCR, specified in JSR-283) implementation with the following features exist?
Single-threaded (does not create threads for background processing).
In-memory (does not ...
2
votes
5answers
1k views
Complete CMS (or framework for CMS) with i18n support
We are looking for a way to publish articles in different languages, including differences in writing direction (RTL/LTR) and of course character sets. The maintainer of the current site works with ...
1
vote
1answer
44 views
Want to activate my account to deploy Vosao CMS on Google App Engine
I want to deploy Vosao from appcfg.sh. I never knew I have to
activate my account before executing the script for deployment. Prior to that for other GAE apps I used to deploy my app from Eclipse ...
0
votes
2answers
367 views
How to design an extensible CMS for Google App Engine?
I am a fan of the extensibility of the CMSes. You can upload some code (usually PHP), authorize it from the CMS admin panel and it's running.
I wonder if it is possible in Google App Engine. I ...