File tree 1 file changed +15
-27
lines changed
_octopress/source/_includes/custom/asides
1 file changed +15
-27
lines changed Original file line number Diff line number Diff line change 1
1
< section >
2
- < h1 > Build status </ h1 >
2
+ < h1 > Badges </ h1 >
3
3
4
4
< p >
5
- I've recently created a test-suite and hooked it up to Travis CI.
6
- Many tests are still failing so if you would like to help out and fix one it
7
- would be greatly appreciated.
5
+ < a href ="http://travis-ci.org/kvz/phpjs "> < img src ="https://secure.travis-ci.org/kvz/phpjs.png?branch=master " /> </ a > < br />
6
+ < a href ="https://npmjs.org/package/phpjs "> < img src ="http://badge.fury.io/js/phpjs.png " /> </ a > < br />
7
+ < a href ="https://david-dm.org/kvz/phpjs "> < img src ="https://david-dm.org/kvz/phpjs.png?theme=shields.io " /> </ a > < br />
8
+ < a href ="https://david-dm.org/kvz/phpjs#info=devDependencies "> < img src ="https://david-dm.org/kvz/phpjs/dev-status.png?theme=shields.io " /> </ a > < br />
9
+ < br />
8
10
</ p >
9
- < p >
10
- < a href ="https://travis-ci.org/kvz/phpjs "> < img src ="https://travis-ci.org/kvz/phpjs.png?branch=master " /> </ a >
11
- </ p >
12
- < p >
13
- It's pretty easy to set things up:
14
- </ p >
15
- < pre > < code > git clone https://github.com/kvz/phpjs.git
16
- cd phpjs
17
- npm install
18
- node bin/phpjs.js --debug --action test --name <function_name>
19
- </ code > </ pre >
20
-
21
11
22
- < h1 > Donate</ h1 >
23
-
24
- < br />
12
+ < h1 > Sponsor development</ h1 >
25
13
26
- < a href =" http://www.pledgie.com/campaigns/5962 " > < img alt =" Click here to lend your support to: phpjs and make a donation at www.pledgie.com ! " src =" http://www.pledgie.com/campaigns/5962.png?skin_name=chrome " border =" 0 " > </ a >
27
-
28
- < br />
29
- < br />
30
-
31
- < iframe src =" http://api.flattr.com/button/view/?url=http%3A%2F%2Fphpjs.org& " width =" 55 " height =" 62 " frameborder =" 0 " scrolling =" no " border =" 0 " marginheight =" 0 " marginwidth =" 0 " allowtransparency =" true " > </ iframe >
32
-
33
-
14
+ < p >
15
+ < a href =" https://www.gittip.com/kvz/ " > < img src =" http://img.shields.io/gittip/kvz.png " /> </ a > < br />
16
+ < a href =" https://flattr.com/submit/auto?user_id=kvz&url=https://github.com/kvz/phpjs&title=phpjs&language=&tags=github&category=software " > < img src =" http://img.shields.io/flattr/donate.png?color=yellow " /> </ a > < br />
17
+ < a href =" https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=kevin%40vanzonneveld%2enet&lc=NL&item_name=Open%20source%20donation%20to%20Kevin%20van%20Zonneveld¤cy_code=USD&bn=PP-DonationsBF%3abtn_donate_SM%2egif%3aNonHosted " > < img src =" http://img.shields.io/paypal/donate.png?color=yellow " /> </ a > < br />
18
+ < a href =" https://coinbase.com/checkouts/19BtCjLCboRgTAXiaEvnvkdoRyjd843Dg2 " > < img src =" http://img.shields.io/bitcoin/donate.png?color=yellow " /> </ a > < br />
19
+ < br / >
20
+ < br />
21
+ </ p >
34
22
</ section >
You can’t perform that action at this time.
0 commit comments