Skip to content
This repository has been archived by the owner on Jan 14, 2019. It is now read-only.

Commit

Permalink
oops - false markdown code chars
Browse files Browse the repository at this point in the history
  • Loading branch information
bahlo committed Dec 17, 2012
1 parent 901bbd8 commit 162e2b9
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions plugins/github/README.md
Expand Up @@ -5,7 +5,7 @@ With that plugin you can implement your GitHub information or list your repos ea

Usage example for repos:
========================
˚˚˚php
```php
<?php
$github = new github('abahlo', 10);

Expand All @@ -16,24 +16,24 @@ foreach($github->repos() as $repo):
<p><?php echo $repo->description ?></p>
</li>
<?php endforeach ?>
˚˚˚
```

Attributes for repo()
=====================
- ˚$repo->name˚ the name of the repository
- ˚$repo->description˚ the description
- ˚$repo->url˚ the url to the repository
- ˚$repo->last_update˚ the timestamp to the last update
- ˚$repo->forkcount˚ the number of forks
- ˚$repo->watchers˚ the number of watchers
- `$repo->name` the name of the repository
- `$repo->description` the description
- `$repo->url` the url to the repository
- `$repo->last_update` the timestamp to the last update
- `$repo->forkcount` the number of forks
- `$repo->watchers` the number of watchers

Attributes for user()
=====================
- ˚$user->username˚ the GitHub username
- ˚$user->name˚ the real name
- ˚$user->email˚ the email, if given
- ˚$user->followers˚ the count of followers
- ˚$user->following˚ the count of following
- ˚$user->url˚ the GitHub-url
- ˚$user->gravatar_id˚ the gravatar-id
- ˚$user->repos_url˚ the url to the repos
- `$user->username` the GitHub username
- `$user->name` the real name
- `$user->email` the email, if given
- `$user->followers` the count of followers
- `$user->following` the count of following
- `$user->url` the GitHub-url
- `$user->gravatar_id` the gravatar-id
- `$user->repos_url` the url to the repos

0 comments on commit 162e2b9

Please sign in to comment.