⇤ ← Revision 1 as of 2005-02-25 17:04:43
Size: 479
Comment:
|
Size: 941
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
项目设计书 文章模板 | FeedCore -- an universal tool set for information analyzer. |
Line 7: | Line 7: |
* DocVersion: 草案|修改|正式|修订 | * DocVersion: 草案 |
Line 11: | Line 11: |
'''简述项目的整体设计,不用涉及如何实现,重点叙述项目的组织结构,计划''' | FeedCore is an universal tool set for information analyzer, first implemented as a RSS Collector. |
Line 14: | Line 14: |
FeedCore由三部分组成,数据库DB,核心core,还有plugin/handle. DB部分负责数据的存贮(暂时以sqlite为数据库,将来可能用xml)。core作为DB和plugin/handle之间交换数据和协调公作的机制。plugin负责数据的分析,handle负责数据的获取(比方RSS源.)。 |
|
Line 20: | Line 23: |
FeedCore is released under GPL(General Public License) | |
Line 22: | Line 26: |
''' 留下社区里的id就行 :)''' | |
Line 23: | Line 28: |
* Eddyxu: 俺是项目提出者 |
FeedCore -- an universal tool set for information analyzer.
::-- EddyXu [DateTime(2005-02-25T17:04:43Z)]
DocVersion: 草案
项目
FeedCore is an universal tool set for information analyzer, first implemented as a RSS Collector.
设计思想
FeedCore由三部分组成,数据库DB,核心core,还有plugin/handle. DB部分负责数据的存贮(暂时以sqlite为数据库,将来可能用xml)。core作为DB和plugin/handle之间交换数据和协调公作的机制。plugin负责数据的分析,handle负责数据的获取(比方RSS源.)。
技术原则
项目组织
版权
FeedCore is released under GPL(General Public License)
人员
留下社区里的id就行 :)
- Eddyxu: 俺是项目提出者
管理结构
发布管理
项目计划