Hi Jay, thanks for responding and attempting to install GAE-CMS. As far as I know, the latest <https://developers.google.com/appengine/downloads> App Engine SDK ignores .svn and other "files in an RCS revision control directory"<https://developers.google.com/appengine/docs/python/config/appconfig#Skipping_Files>during deployment by default. I have developed and tested only on the last two versions of App Engine and have not faced this problem before so can you try with the latest version? If you are in fact using the latest version, please respond and I'll try to get to the bottom of it. Thank you.
On Saturday, 16 June 2012 12:56:07 UTC-4, Jay wrote: > > When I try to run locally I get > > path not accessible: './themes/.svn/templates' > > On Friday, June 15, 2012 12:16:24 AM UTC-5, GAE-CMS wrote: >> >> Hi Tim, I'm afraid the only demo right now is the one actually running >> the website http://www.gae-cms.com. You may have been tricked into >> thinking that it's actually Google Code but that is the theme I cloned for >> the website to make it a more seamless experience. You can replace this >> theme however, and try out different themes using the form on the top right >> of the site. To try out the administrative features including creating >> pages, adding content, creating themes, etc you will have to check it >> out from source <http://code.google.com/p/gae-cms/source/checkout>, >> change the appspot id in the app.yaml file to one that you manage, and >> deploy it. >> >> On Thursday, 14 June 2012 22:32:49 UTC-4, timh wrote: >>> >>> Is there a live demo somewhere ? >>> >>> >>> >>> On Wednesday, June 13, 2012 12:06:59 AM UTC+8, GAE-CMS wrote: >>>> >>>> I am the creator of a brand new CMS called >>>> GAE-CMS<http://www.gae-cms.com>. >>>> It is based on Google App Engine written in Python 2.7. It is free and >>>> open source (GPL). It has been designed from the ground up for speed and >>>> usability. As well it is very easy for designers to modify every aspect >>>> of >>>> the theme and apply different themes to different sections of the website. >>>> >>>> It is developed in a very modular way with different types of content able >>>> to inherit from the base content class and define how it behaves and its >>>> views. I believe it is a fresh new take on CMSs and believe it could >>>> surpass some of the current great CMSs if enough developers get behind it. >>>> >>>> This is an open call to developers to check out our project, install it, >>>> use it and if you believe in it then contribute back and join our >>>> leadership team to help guide the vision of this project. Visit >>>> http://www.gae-cms.com for more information and access to the code. >>>> >>> >> On Thursday, 14 June 2012 22:32:49 UTC-4, timh wrote: >>> >>> Is there a live demo somewhere ? >>> >>> >>> >>> On Wednesday, June 13, 2012 12:06:59 AM UTC+8, GAE-CMS wrote: >>>> >>>> I am the creator of a brand new CMS called >>>> GAE-CMS<http://www.gae-cms.com>. >>>> It is based on Google App Engine written in Python 2.7. It is free and >>>> open source (GPL). It has been designed from the ground up for speed and >>>> usability. As well it is very easy for designers to modify every aspect >>>> of >>>> the theme and apply different themes to different sections of the website. >>>> >>>> It is developed in a very modular way with different types of content able >>>> to inherit from the base content class and define how it behaves and its >>>> views. I believe it is a fresh new take on CMSs and believe it could >>>> surpass some of the current great CMSs if enough developers get behind it. >>>> >>>> This is an open call to developers to check out our project, install it, >>>> use it and if you believe in it then contribute back and join our >>>> leadership team to help guide the vision of this project. Visit >>>> http://www.gae-cms.com for more information and access to the code. >>>> >>> -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/_i3iTF90o9sJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
