Differences between revisions 1 and 2
Revision 1 as of 2005-09-09 02:00:19
Size: 1411
Editor: ZoomQuiet
Comment:
Revision 2 as of 2005-09-09 02:00:30
Size: 1388
Editor: ZoomQuiet
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
[[TableOfContents]]

GmailBlog正式启动了,在ZoomQuiet的协助下,在啄木鸟建立了项目,项目命名为PyGList

::-- ZoomQuiet [DateTime(2005-09-09T02:00:19Z)]

TableOfContents

1. 项目目的

  1. 利用Gmail作为Blog系统
  2. 将Gmail内邮件快速生成为一个站点

1.1. 和其他Blog系统的比较

http://static.flickr.com/25/41450816_2373339462_o.gif

除了blog基本的特性以外,以上三个特性是blog系统的高级特性,但是利用gmail本身我们就已经实现了上述三个功能。

2. 系统架构

http://static.flickr.com/23/41451969_842a0b9728_o.png

2.1. 核心模块

  1. 连接Gmail
    • libgmail
  2. CorePlugin

    • 我们可能要将Gmail内读取出的信息存放到很多地方,例如ZODB,DB,File,RSS等等,为了统一这些发布模块,建立了CorePlugin模块,用来统一规范所有的发布模块,目前该模块版本0.1

  3. web站点
    • 用户如果每次读取信息都连接gmail,在速度上很不理想,所以用户浏览的应该是一个站点,这个站点的模版系统采用ClearSliver

3. 目前项目进度

每日代码更新中,争取每日用blog记录项目进度

4. 反馈

Include(PyGList/DisCuss)

PyGList (last edited 2009-12-25 07:08:32 by localhost)