Linux 软件免费装

github_activty

开发者 01001111
更新时间 2010年2月1日 03:55
捐献地址: 去捐款
PHP版本: 2.7 及以上
WordPress版本: 2.9

标签

widget scm github git source control

下载

详情介绍:

The github_activty widget/plugin lists recent activity on your github account.

安装:

  1. Upload 'github_activty.php' to the '/wp-content/plugins/' directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Configure the widget in the widget section.
To use as a plugin in your theme, include the following: <php $w = new github_activty($options); echo $w->outputEvents(); ?> The configuration parameters are: If using as a theme plugin, the options are an associative array with the following entries (and example values): $options = array( 'user' => "php", 'title' => "github activity", 'limit' => 10, 'dateFormat' => "Y-m-d H:i:s:", 'divid' => "github_activity" );

升级注意事项:

1.0.0 First release.

常见问题:

What's GitHub?

From http://github.com : Git is a fast, efficient, distributed version control system ideal for the collaborative development of software. GitHub is the easiest (and prettiest) way to participate in that collaboration: fork projects, send pull requests, monitor development, all with ease.

更新日志:

1.0.0