Vosao CMS, a free, open-source content management system for web sites hosted on the Google App Engine for Java.
0
votes
1answer
66 views
Using GWT with CMS (like Vosao)
I have a working website built completely with GWT. I want to test it to be used in a CMS; since using a CMS is likely to be the way for easier maintainance in the future instead of having to rewrite ...
0
votes
0answers
42 views
Inconsistent loading of pictures in vosao
I am using the CMS for app engine Vosao. I have linked my picasa account, and I'm trying to show pictures using the following code
#set($photos=${service.picasa.findPhotos("albumName",20)}) ...
-1
votes
2answers
193 views
Deploy Vosao in eclipse in windows
I am using google app engine in eclipse in windows OS. I want to used Vosao CMS(which is develop for GAE). But i can't deploy in eclipse in windows and easily deploy in eclipse in windows.So how ...
1
vote
1answer
82 views
Using vosao with Android
I am in a bit of a pickle, I need to use vosao with an Android application but I have no idea how to authenticate and use it, I have got the JSON-RPC part working by telling me if the username and ...
0
votes
1answer
130 views
Set image size in vosao
I am trying to show picasa images using Vosao and the velocity engine. I use:
#set($photos=${service.picasa.findPhotos('Album_Name',50)}) #foreach($photo in $photos)
<div class="slidePage">
...