CMS on Google App Engine [closed] - google-app-engine

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I recently stumbled upon http://www.vosao.org/.
It seems to be the most advanced CMS for App engine.
Before I start coding with vosao, I wanted to know if there are tangible alternatives to Vosao?

If you are to use Vosao, you can find the content management related functions that can be invoke from velocity template in VelocityService.java . Vosao separate "Page" and "Resource"

A search on Google Code throws up many results.

I just recently moved off of my old Rackspace server running Joomla to Vosao on GAE and I've been very happy with it so far. I looked at a few Django alternatives, but Vosao seemed to be the simplest for what I needed.

Today we released a Framework, written in python, wich is attached with a package including an exampleproject. This "Projekt" has features like: News/CMS/Shop/Forum ...
It's open Source and you can download it here:
http://www.viur.is
We are still translating some documentation to english ... so stay tuned...

Related

Separate mobile site [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 7 years ago.
Improve this question
So, I have a desktop site that has lots of features and design specific contents which are not really suitable for mobile view (loading speed etc).
So, I want to have a separate mobile site, such as m.example.com.
I am thinking of somehow detecting that it is in either mobile or tablet view.
What would be the most appropriate tutorial that is up to date?
As for a good overview of what you might want (to do further research), you might want to take a look at this question: How to make Mobile website like m.yahoo.com (Mobile Version)?
For a good tutorial, I'm not sure if you're asking for a text tutorial or a video tutorial. I find that text tutorials give you options to go at your own pace and dive deeper in the subject. Therefore, I would suggest this tutorial: http://www.html5rocks.com/en/mobile/responsivedesign/
Wish you best of luck with your developing

Google Cloud vs. Google App Engine for a beginner? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
Which do you think is easier for a beginner who lacks of knowledge of setting up a server?
Or, in other words: if I want to start a website, is learning the infrastructure of Google App Engine or learning the normal way to host a website easier?
I have spent some time learning Django, Python, AngularJS and Google App Engine.
AppEngine is PaaS - you can host there your apps. So you do not have to deal with the servlet container, datastore, cron jobs, scaling etc.
Compute Engine is Google's IaaS - you get a VM and you can do with it whatever you like.
Basically these 2 are completely 2 different things, for different use cases. What do you have? an app? or do you need to install other things on the machine? After you come up with answers to this, you will have the answer...

Which programming languages does Google Cloud Debugger support [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
Which programming languages does Google Cloud Debugger support other than Java?
As read on this blog post
We’re starting with Maven-based Java builds, but working to release
support for other languages, test frameworks and build systems in the
future.
So, simply put: none, it's just Java for now.
I know the blog post is a couple months old but there is no new material to be found on the subject.
Google Cloud Debugger only supports Java right now. The build doesn't have to be Maven based though.
Support for other languages, including Python, Node.js, and Go, is coming soon. If you are interested in trying out the debugger on one of these languages, please send me a personal message to be included as an alpha tester.

Can a pdf splitter on appengine be built? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
Would it be technically possible to build a pdf splitter on appengine or is there some part of it that couldn't be done? I was thinking of a function where you just upload the pdf file, choose which pages you want and the output is e.g. one chapter from a book and this can be done online. I think it can be a good service but I don't know whether it is technically feasible or whether the best choice first this would be Java, Python, PHP or Go?
I cannot see why not. Splitting a PDF should be possible in all 4 languages so it's up to you what you pick. I know that Python performs faster than Java. PHP doesn't sound like a good fit for me and Go isn't that widely used.
I'd go with Python. There is also a Python library that allows you to split a PDF.

Where to make source code publically available [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I've just finished a mini-project (a graphical 2d silverlight tag cloud) and I've made the source code available on my website as a zip file - but where should I put the code to allow people to find it and evolve it if they wish? codeplex? but I guess this would count as an inactive project?
http://sourceforge.net/
Find and Build
Open Source Software
Google Code is great, free, and easy. It supports subversion.
http://www.codeplex.com/ This is run by Microsoft, which should be a fine match with Silverlight.
I recommend github.
CodeProject is good too.
It depends upon what you plan to do.
If you want to share the code with the world and open it to large cooperation, definitely go github
If you want to setup a nice web site, with a complete community with mailing lists, and a selected number of authorized contributors, go sourceforge.
Alternatively, you could use one of the sourceforge-like : google code, codeplex, savannah, berlios...

Resources