Projects tagged ‘app’ and ‘gae’


[12 total ]

0 Users

It only opened for Google App Engine. 本页的开通主要是为Google的一些编程爱好者们提供一个交流和互相学习的地方,为共同开发出大家期待而又充满活力的Google ... [More] App Engine应用程序努力! 同时,本站上传的程序和作品仅供大家学习之用,若涉及到您的合法权益请告诉我们(在本页留言),我们会慎重处理! 若大家要将本站的程序用于商业用途,请大家自觉联系作者! [Less]
Created 9 months ago.

0 Users

JavaServer Faces on Google AppengineThis is a project template for Google Appengine developers. The project contain some features: JavaServer Faces 1.2 Facelets Logger (Sun Implementation) Managed ... [More] Beans Let's go joing us and contributing to moving on the JavaServer Faces ahead! Be free to submit your patches and improvments! [Less]
Created 4 months ago.

0 Users

Fashion Girls Open PlatformFashion Girls Open Platform is an open source software package which can be easily to be deployed to Google AppEngine to make you have your own photo album sites in seconds. ... [More] What you can get from Fashion Girls Open PlatformYou can get your own Photo Album Web sites like Fashion Girls! You can share your excellent photos with all the 40,000(and counting) Fashion Girls App users! You can make money with just a free Google Account! YES, Fashion Girls Open Platform can help you make that! Sample SiteEnglish: http://fashion-girls.appspot.com/en/ 中文版 :http://fashion-girls.appspot.com/cn/ Download Source CodeDownload the source code package, then follow the deploying instruction: http://fashion-girls.googlecode.com/files/fashion_girls_op_r15.zip To check out the latest version, please use "svn checkout" command: svn checkout http://fashion-girls.googlecode.com/svn/trunk/src/FashionGirls_GAE/ FashionGirls_GAE How to test and deploy to Google AppEngineBelow is the steps of testing and deploying to Google AppEngine. 1. Windows Download and install Python: http://www.python.org/ or http://www.activestate.com/activepython/ Download and install Google App Engine SDK for Python: http://code.google.com/appengine/downloads.html Apply and create an App in Google AppEngine: http://appengine.google.com/ Check out the code, please use "svn checkout" command: svn checkout http://fashion-girls.googlecode.com/svn/trunk/src/FashionGirls_GAE/ FashionGirls_GAE Unzip the source code package. Modify "upload_all_apps.py" in the root directory of codes just checked out, to change the "app_ids" to your Google AppEngine app-id, admin google account email and Google Analytics id. To test on you local PC, just double click "run.bat", and open this url: http://localhost:8080/ in your browser. To deploy to Google AppEngine, just double click "deploy.bat", it will prompt to input your Google Account and password to upload all the files. Open this url: http://app-id.appspot.com/ in your browser, here you get your own Album Web Site! You can input your sources(http://app-id.appspot.com/sources) in Fashion Girls App in the "Add Album Source" interface. Enjoy! 2. Linux Download and install Python: http://www.python.org/ or http://www.activestate.com/activepython/ Download and install Google App Engine SDK for Python: http://code.google.com/appengine/downloads.html Apply and create an App in Google AppEngine: http://appengine.google.com/ Check out the code, please use "svn checkout" command: svn checkout http://fashion-girls.googlecode.com/svn/trunk/src/FashionGirls_GAE/ FashionGirls_GAE Unzip the source code package. Modify "upload_all_apps.py" in the root directory of codes just checked out, to change the "app_ids" to your Google AppEngine app-id, admin google account email and Google Analytics id. To test on you local PC, just run "run.sh" in your shell, and open this url: http://localhost:8080/ in your browser. To deploy to Google AppEngine, just run "deploy.sh" in your shell, it will prompt to input your Google Account and password to upload all the files. Open this url: http://app-id.appspot.com/ in your browser, here you get your own Album Web Site! You can input your sources(http://app-id.appspot.com/sources) in Fashion Girls App in the "Add Album Source" interface. Enjoy! 3. Other system The similar steps as Windows and Linux. Our support forum: http://groups.google.com/group/fashiongirlsapp Please contact support@appwill.com for more information. [Less]
Created 4 months ago.

0 Users

访问水木社区(www.newsth.net)的iPhone App 及 Web App
Created about 1 year ago.

0 Users

Base on GAE(google app engine), Put a code on your page without programming, display some information about the people who have accessed your site
Created 9 months ago.

0 Users

Rabbit Forms designed in Python to work with Google App Engine
Created 12 months ago.

0 Users

View your app directories and files structure. View the file content. Just click the file name. Download the file to local. Download the hole directory as a zip file to local.
Created 12 months ago.

0 Users

Maven Archetype for GAE/J project4 Steps to start GAE/J project1 create GAE/J project from maven archetype, artifactId is the app id.> mvn archetype:generate ... [More] -DarchetypeCatalog=http://www.mvnsearch.org/maven2 2 Build project> mvn package 3 Run Server & Test> ant runserver 4 Deploy> ant update GAE/J SSJ(Strut2, Spring and JPA) archetype ready!RoadMap 1 mvn plugin for app engine, such as gae:runserver, gae:deploy [Less]
Created 8 months ago.

0 Users

AexpressAboutAexpress (read: App Express) is an attempt of building a collection of reusable mini-apps that can easily be plugged into new web applications that use django and run on the Google App ... [More] Engine. It's about simplifying the development process by adding components that are tested and working well in other projects. Requirementsapp-engine-patch is the port of django to the Google App Engine that is used as the basis, including its snippet library 'ragendja'. SourceWe are using the distributed version control system Mercurial, with a main repository: http://bitbucket.org/fabian/aexpress/ Inspired byIt's inspired by the Pinax Project, which is a collection of reusable apps for django running on relational databases (so far). [Less]
Created 11 months ago.

0 Users

gae-django-cms (GD-cms) is a Multi-Author CMS running on the Google App Engine implemented by python and django. Featuresovercome the 1,000 result limit of Google's datastore Multi-Author , after ... [More] registration through the mail to activate rich content editor by tinymce integrated picasa album or upload photos to Google's datastore import data from wordpress export file cache enabled I18N suport Themes suport Syntaxhighlighter RSS Sitemap Now you can view the sample sites: http://gae-django-cms.appspot.com Download open project source from http://code.google.com/p/gae-django-cms/ How toSet "application: your_gae_id" in app.yaml Set "DEFAULT_FROM_EMAIL = 'yourgmail@gmail.com'" in settings.py Set utcoffset of class EstTzinfo in /cms/models.py Replace logo.gif and favicon.ico at /media/images/ update to your GAE TipsThe default administrator with the username and password "admin" Set "USE_I18N = False" in settings.py to set GD-cms default language to 'en' Users to retain powered by information Creat: Jul 29, 2009 Update: Sep 3, 2009 Update: Nov 2, 2009 //////////////////////////////////////////////// gae-django-cms (GD-cms) 是一个多用户、用python编写、运行在GAE上的CMS, 一、主要功能:文章、分类没有限制(解决了GAE搜索数据只返回1000个结果、效率随返回结果指数增加的问题) 多用户(注册后通过邮箱激活即可)投递文章 用tinymce编辑器,集成picasa相册、或直接把照片上传到GAE数据库 可以导入从wordpress导出的文章 支持缓存,浏览速度很快,添加文章也很快(比wordpress快四五倍) 多国语言支持 支持多主题 代码高亮 RSS Sitemap GD-cms网站演示及文档http://gae-django-cms.appspot.com 二、使用说明:下载后修改app.yaml的application: your_gae_id; 修改settings.py的DEFAULT_FROM_EMAIL = 'yourgmail@gmail.com'; 默认为英文版,修改settings.py的USE_I18N = True#即为中文; 替换/media/images/下的favicon.ico文件; 替换/themes/XXXXXX/images/下的logo.gif、logo.png文件; 上传即可使用 注:默认管理员帐户和密码都是:admin,用户系统独立于google帐户 GD-cms下载地址http://code.google.com/p/gae-django-cms/ 三、进阶使用:也可以自己制作主题,制作主题请参考http://gae-django-cms.appspot.com/cms/show_categories/18_1.html 更多的进阶使用可参考文档http://gae-django-cms.appspot.com/cms/show_categories/18_1.html 使用请尊重他人的劳动果实,保留powered by信息 2009.07.29创建 2009.09.03更新 2009.11.02更新 ScreenshotsMain Page Add/Edit Blog [Less]
Created 4 months ago.