发布iHere blog1.0.4
Wednesday, Oct.. 14. 2009 –
Category: GAE 开发 –
18 Comments
Tags:
topStory
blog
release
ihere
发布iHere blog1.0.4:http://code.google.com/p/ihere-blog/这次主要是bug更新: 解决了上传后index的问题(注意index构建需要一段时间,不能马上生效,上传后等1,2个小时就好了。) 解决了runtest的bug 现在可以正常使用了 接下来准备iHere Blog1.1版本的更新: 集成appengine-patch1.1 openid的集成 twitter header改成可选的 其他一些小的bug变更 [...]
iHere Blog 1.0.3 Release Notes
Thursday, May. 21. 2009 –
Category: GAE 开发 –
0 Comments
Tags:
ihere
release
iHere Blog 1.0.3 Release NotesiHere Blog 1.0.3 发布download at:http://code.google.com/p/ihere-blog/ 1.Tag URL change to /tag/tagname/pagenumtag 的url 改变为/tag/tagname/pagenum2.Fixed can't run test when upgrade to gae sdk 1.2.2修正了run test的问题 现在可以在sdk以及gae 环境下正确运行test了 3.Add archive function : 1.Archives by month url: /year/ [...]
关于iHere Blog那点事儿(1)
Monday, March. 30. 2009 –
Category: GAE 开发 –
1 Comments
Tags:
ihere
blog
google app engine
国内用python的人不多,做gae的更是凤毛麟角了。很多朋友跟我说看不懂代码,我想还是写点东西介绍下吧:-) 首先得理解下iHere的结构: iHere--->Django1.0---->Appengine Patch---->Google App Engine’s Python sandbox Blog程序---Django1.0---让Django1.0工作在gae上的工具---gae python环境 首先说说Django这个框架,它同python的关系与rails和ruby的关系有点类似。都是为了简化web开发,才使用的。 在python上开发web应用,有web2py Pylons turbogear [...]
iHere Blog 使用调查
Saturday, March. 28. 2009 –
Category: GAE 开发 –
4 Comments
Tags:
ihere
blog
刚刚发布1.0.2版两天,就发现下载突破230+。看来已经有很多朋友在关注ihere blog了.假如你在使用iHere Blog 希望你能在这里留下你的appspot地址:-)我很有兴趣看看大家是怎么用的:-) 假如你修改了blog的模版,定制成了自己的样子,愿意分享模版的话 也希望能够联系我:-) 请在下面回复评论吧,谢谢:-) If you are using iHere Blog,I'am glad to know about it:-)Please leave your blog link :-). Thanks! [...]
iHere Blog 1.0.2 安装配置
Friday, March. 27. 2009 –
Category: GAE 开发 –
17 Comments
Tags:
blog
ihere
做了个幻灯:-) [...]
iHere Blog 1.0.2发布!
Thursday, March. 26. 2009 –
Category: GAE 开发 –
2 Comments
Tags:
ihere
blog
google app engine
今天忙活了半天 ,整理了下代码。发布了1.0.2版。其实都变了好多,不过这之后的代码应该相对稳定了吧 http://code.google.com/p/ihere-blog/downloads/list 这版主要还是code refactoring,还有简化了下安装配置: 改变如下: 将iHere相关的settings都放在了根目录ihere_settings.py这个文件中 上方头部header里面的菜单可定制了 分为两级 进入Admin里面Blog-Menus里面可以修改 links可定制 在Admin里面的Blog-Links里面增加 加了两个相册mbGallery 和 pikachoose sidebar改为了一栏,很多人诟 [...]
Django里面怎么缓存部分页面
Thursday, March. 26. 2009 –
Category: Django –
0 Comments
Tags:
cache
Django
ihere
以前有人问过我Django里面怎么缓存部分页面。最常见的需求是缓存右边的sidebar。当时我只想到可以用ajax+cachepage的方式实现。今天突然发现Django1.0的template里面可以做到,而且还很简单 就是是使用{%cache%}这个tag。注意这个是django1.0的新功能。 http://docs.djangoproject.com/en/dev/topics/cache/?from=olddocs#template-fragment-caching 立即在我的sidebar加上了cache,页面响应时间瞬间提升 赞!~ {% cache 3600 sidebar user.username %}< [...]
Release iHere 1.0.1
Friday, March. 13. 2009 –
Category: GAE 开发 –
1 Comments
Tags:
ihere
blog
Google App Engine
发布1.0.1 fix了几个feeds的bug 现在应该好了 最近比较懒= = http://code.google.com/p/ihere-blog/ [...]
iHere Blog 1.0正式发布!
Friday, March. 6. 2009 –
Category: GAE 开发 –
5 Comments
Tags:
blog
ihere
Google App Engine
google app engine
正式发布iHere Blog 1.0版本! 下载地址:http://ihere-blog.googlecode.com/files/ihere1.0_release.zip 项目地址: http://code.google.com/p/ihere-blog/ SVN:svn checkout http://ihere-blog.googlecode.com/svn/trunk/ihere_ap_1.0beta6 ihere-blog-read-only 在线Demo地址:http://6.latest.inforsphere.appspot.com WLW RPC地址: http://6.latest.inforsphe [...]
iHere Blog 安装 简要配置
Friday, March. 6. 2009 –
Category: GAE 开发 –
15 Comments
Tags:
Google App Engine
ihere
blog
准备工作: 1.你已经有一个google account 2.用这个google account 去http://appengine.google.com/申请一个google app engine的id 假设为yourappid 下载之后有两个文件需要配置: 1.app.yaml 第一行 改为 application: yourappid 2.settings.py #start ihere blog settings###########################################LINK_FORMAT=r'^(?P<slug>.*).html$'#LINK_FORMAT=r'^(?P< [...]
支持了Windows Live Writer(Weblog api)
Wednesday, March. 4. 2009 –
Category: GAE 开发 –
2 Comments
Tags:
ihere
blog
weblog api
gae
3月5日的更新! 今天晚上会正式放出1.0版 把WLW的支持加上 :P 支持了Windows Live Writer(Weblog api)! 刚刚可用 功能完善中~~大家帮试下: Demo: http://6.latest.inforsphere.appspot.com RPC地址: http://6.latest.inforsphere.appspot.com/xmlrpc/ 用户名/密码: ihere@domain.com/ihere 目前权限全部放开:-) 喜欢用这个写blog的同学 帮测试下 看有没问题:P 刚刚支持文章的发布 编辑 删除 tags已经支持了 还有图片附件还有点问题 [...]
新加Ajax效果Page flow
Monday, March. 2. 2009 –
Category: GAE 开发 –
1 Comments
Tags:
new
feature
pageflow
blog
ihere
google app engine
新加Ajax效果Page flow!你可以发现每次滚到页底部,会自动ajax load下5篇文章,这样就好像有一个永远滚不完的page flow 一样:-) 是一个很流行的替代翻页的web2.0效果 Google Reader 有用,实现方式是jquery plugin: jquery pageflow+Django会merge到1.0的release里面:-)用Django开发真的很快 从开始有这个实现的想法到大概实现只用了1个小时不到的时间,又磨合了一个小时bug fix这个功能就成型了Tip: jquery plugin: jquery pageflow 使用挺简单 几个参数page maxpage传好给他就可以 [...]
iHereBlog在线Demo
Friday, Feb.. 27. 2009 –
Category: GAE 开发 –
8 Comments
Tags:
ihere
blog
google app engine
demo
iHereBlog在线Demohttp://6.latest.inforsphere.appspot.com/可以用你的Google 帐户登入 添加 修改 删除文章 ,可以进入Google 控制台在/console/,Django Admin 在/admin/ ,想看看Django admin效果的同学在这里留下你的google 帐户(不用密码)我好给你权限.. [...]
New Mashup: Inforsphere just released!
Friday, Feb.. 27. 2009 –
Category: GAE 开发 –
3 Comments
Tags:
inforsphere
google app engine
released
ihere
New Mashup: Inforsphere just released!哈哈 一个新作品 Inforsphere:-)You can find that it‘s beyond the border:P A web proxy app:PWatch pages&share with your friends:Phttp://inforsphere.appspot.com/ [...]
iHere Project
Thursday, Feb.. 26. 2009 –
Category: GAE 开发 –
4 Comments
Tags:
ihere
blog
google app engine
iHere Blog ProjectiHere Blog是一个运行在Google App Engine上的开源Blog程序。只要你免费申请一个Google帐户,即可用这个程序在Internet上搭建一个属于你自己的blog程序。 用到的技术包括不限于:Google App Engine,Django1.0, Python,Appengine Patch, Jquery项目:http://ihere.appspot.com http://code.google.com/p/ihere-blog/关于 Google App Engine:Google App Engine是Google搭建的云计算平台,现在还在测试阶段,在一定的流量下 [...]
iHere Blog 1.0pre发布 大家帮忙测试
Sunday, Feb.. 22. 2009 –
Category: GAE 开发 –
26 Comments
Tags:
Google App Engine
ihere
iHere Blog 1.0pre发布 大家帮忙测试http://code.google.com/p/ihere-blog/downloads/list说明:1.app.yaml要改下 application: your app id version: 12.支持三种格式的url,在setting里面注释着,想改的请自行修改:#LINK_FORMAT=r'^(?P<slug>.*).html$'#LINK_FORMAT=r'^(?P<slug>.*)/$'#LINK_FORMAT=r'^(?P<year>\d+)/(?P<month>\d\d+)/(?P< [...]
换了模板&开源准备- -!
Thursday, Feb.. 19. 2009 –
Category: Blog –
12 Comments
Tags:
open source
blog
ihere
换了个Wordpress的模板- -#收拾收拾 准备开源 - -#可能会出个pre 版 , 召唤小白来试~ [...]
Logo
About Me
-
A Computer Geek in Beijing, China. Focus on Web2.0 Technology: Google App Engine, Python, Django, Software Architecture, Agile, JAVA, J2EE, JavaScript, etc.
Coding for fun, Coding with passion :-) It's my life!
Daily Menu
Most Popular Posts
- 1. GAE限制续 (5761)
- 2. Eclipse Google Plugin安装指南 (5722)
- 3. iHere Blog 1.0.2 安装配置 (5461)
- 4. iHere Blog 安装 简要配置 (4390)
- 5. 跑题跑题- -! 节节熊的篮球报名 (4208)
- 6. 发布一个早期的飞信web客户端: (4107)
- 7. Web Python IDE Py I/O release! (4057)
- 8. 发布iHere blog1.0.4 (3949)
- 9. web fetion - A fetion client built on... (3696)
- 10. 新加Ajax效果Page flow (3597)
Tags
-
App Engine
Appengine patch
Django
GAE 开发
Google
Google App Engine
Google App Engine
Java
algorithm
api
app
appengine
autodiscovery
blog
cache
chat
cloud computing
cron jobs
datastore
demo
feature
fetion
fridge
gae
geo
google
google app engine
google docs
googlemaps
hire
iHere Blog History
ide
ihere
inforsphere
install
java
jquery
map
mashup
memcache
metaweblog
new
nutch
open source
pageflow
plugin
projects
pyio
python
quota
release
released
rss
sdk
snap
sort
topStory
twitter
weblog api
杂记

