update readme

master
yihua.huang 2013-07-26 11:55:40 +08:00
parent d3e527fd6b
commit fed3c0c98a
3 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,3 @@
webmagic-core
-------
webmagic核心部分。

View File

@ -0,0 +1,6 @@
webmagic-plugin
-------
webmagic的插件模块。
目前仅实现了freemarker模板渲染和redis实现分布式爬虫。
这部分依赖比较杂,以后考虑多分几个包。

View File

@ -0,0 +1,3 @@
webmagic-selenium
-------
尝试使用selenium来进行页面动态渲染开发中。