這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

GitSwag

外掛說明

GitSwag displays data from a Github account using Github’s public API. In order to avoid
rate-limiting, it caches the JSON from the API locally, and refers to that whenever
available. You can display a user profile, list of repositories, header for a single
repository, preview files or gists.

Administration

In “GitSwag” under the settings tab, enter your github username, select the
“update cache” checkbox and submit to change your username. Files under that
username can be deleted by checking the box next to the file and submitting.

Any changes you make to your github repo won’t be reflected immediately by
the plugin, you’ll have to manually delete the cache first.

Composer Updating

This plugin includes http://getcomposer.org and an autoloader to implement
the http://parsedown.org/ library.

To save a bit of space, composer.phar isn’t included with this plugin.

Parsedown is [https://github.com/erusev/parsedown/blob/master/LICENSE.txt](MIT licensed)

Shortcode

Display the profile of a single user
[gitswag_user_view github_username=”username”]

Display a list of repos for a user
[gitswag_repo_list github_username=”username”]

View data for a repository
[gitswag_repo_view github_username=”username” github_repo=”reponame”]

Preview a file
[gitswag_file_view github_username=”username” github_repo=”reponame” path=”path/to/” filename=”file.txt”]

List gists by a user
[gitswag_gist_list github_username=”username”]

Preview a gist
[gitswag_gist_view gist_id=”id”]

display the readme for a repo
[gitswag_readme github_username=”username” github_repo=”reponame”]

Administration

Because the public github API is rate limited, this plugin will download and keep a cached
version of the .json files and readme markdown from API calls locally, and will need to be deleted
in the admin panel when a change needs to be reflected. You can select a file and submit to delete them.

螢幕擷圖

安裝方式

  1. Upload plugin-name.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Add some shortcodes.

常見問題集

Can I clone/pull/push/whatever?

..no. Nothing that requires authentication is supported.

what’s to stop me from getting the data from someone else’s repo?

..nothing. It’s all public data anyway. Be nice.

this is missing an api feature

I’ll probably get around to it at some point.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈GitSwag〉的開發相關工作。

參與者

將〈GitSwag〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄。

變更記錄

1.2 added output buffering and changed echoes to returns, fixing possible rendering issues. updated css.
1.1 bugfix

1.0 works