花了2个月时间,终于把博客从micolog完全转到自己的构架上来   放弃micolog的原因很多,但不可否认micolog是一款在GAE上出色的Blog.但也因为GAE因为GWF作怪,活跃度不是很高.导致micolog的发展一直不是很快 考虑到micolog自身因设计时候造成代码的冗余以及体积的庞大,自己就重造了一会轮子. ╮(╯▽╰)╭ 上天原谅我吧. 博客重构后,重点考虑到了性能问题,因此在次方面进行了优化,网速正常情况下 访问http://i-studio.appspot.com只需要2s 访问http://www.fengsage.com 由于反向代理的关系,一般在5s-10s内打开 原http://fengsageblog.appspot.com 访问都会自动跳转到相应的http://i-studio.appspot.com页面上来 目前运行已经一周,尚运行稳定.   ------------------------Exercise English----------------------------- Take me two months, I reconstruct my blog on GoogleAppEngine. Micolog is very good blog on GoogleAppEngine. everyone can download the srouce from http://code.google.com/p/micolog/ But i also have some reason give up it. 1. The blog develop very slow. the author long time update. i think the GWF is important reason that it also closed the connection when chinese person visted GAE. 2. The blog code not beautiful. ok, because author using python.  me too. i like the code more simple

......