最新消息:

WordPress Plugin 架构

技术 2661浏览 0评论

WordPress之所以能够风行全球,一个重要的原因就是其开放式的架构平台,支持灵活的插件机制,能够让其他志愿者较快地开发所需要的plugin来扩展其功能,从而形成一个良性互动的开发者社区,这一点与Facecook的策略类似“平台之争-从Facebook Platform谈起”,当然Firefox、Eclipse、Winamp等都是采用Plugin机制的经典案例。

目前炒得很火的OSGI与Plugin也有莫大关系。

一个Plugin Architecture应该提供如下一些功能:

  • 插件的定义
  • 插件的加载。(文件、URL等形式)
  • 插件的生命周期管理。(安装、卸载、启动、停止、更新)
  • 插件间的交互机制
  • 插件的扩展

 

1、wordpresss架构

http://codex.wordpress.org/Plugin_API

http://www.mengyan.org/blog/archives/2005/07/14/32.html

http://steve-yegge.blogspot.com/2007/01/pinocchio-problem.html

 

2、wordpress数据库结构

A look inside the WordPress database

    http://wpbits.wordpress.com/2007/08/08/a-look-inside-the-wordpress-database/

Database description

    http://codex.wordpress.org/Database_Description

WordPress 数据库探究

    http://fairyfish.net/2007/08/11/wordpress-database-intro/

3、其他一些近期需要关注plugin-based的软件

OSGI:  Eclipse+OSGI

Openfire、Spark:

Gregarius:

4、关于plugin与extension

在firefox中,对plugin和extension和较为明显的区分,wikipedia的定义:

Plugins and Extensions

Plugins are slightly different from extensions, which modify or add to existing functionality. The main difference is that plugins generally rely on the host application’s user interface and have a well-defined boundary to their possible set of actions. Extensions generally have fewer restrictions on their actions, and may provide their own user interfaces. They sometimes are used to decrease the size of the host application and offer optional functions. Mozilla Firefox and related software use Add-on as an inclusive term for a category of augmentation modules that are subdivided into plugins, themes, search engines and a well-developed extension system which reduces the feature creep that plagued the Mozilla Application Suite. This is good example article

5、参考资料

http://wpbits.wordpress.com

http://codex.wordpress.org

http://en.wikipedia.org/wiki/Plugin

http://en.wikipedia.org/wiki/Extension_%28computing%29

http://www.plugin.com

 

Technorati 标签: , , , , , ,

转载请注明:出家如初,成佛有余 » WordPress Plugin 架构

发表我的评论
取消评论

表情

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

网友最新评论 (0)

  1. 日记本本的特性 ● 完全基于Wordpress改造,保留所有功能 ● 模板众多,轻轻一点,界面全换 ● 独特的拼音文件名功能,修正了wordpress在中文下的地址问题 ● 数据库特殊优化,保证多用户的稳定性 ● 全页面缓存,速度更快 ● 所有wordpress优良的特性 ● 演示日记本: http://ykjsw.rijibb.com
    日记本本17年前 (2007-11-25)回复
  2. helpful,thanks!