Skip to content

Commit

Permalink
download link + build status image
Browse files Browse the repository at this point in the history
  • Loading branch information
amsul committed May 18, 2013
1 parent ee59d76 commit 0c00783
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ node_js:
- 0.8
before_script:
- npm install -g grunt-cli
branches:
only:
- gh-pages
- dev
- edge
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# pickadate v3.0.0 [![pickadate build status](https://travis-ci.org/amsul/pickadate.js.png?branch=time-picker)](https://travis-ci.org/amsul/pickadate.js)
# pickadate v3.0.0 [![pickadate build status](https://travis-ci.org/amsul/pickadate.js.png?branch=gh-pages)](https://travis-ci.org/amsul/pickadate.js)

The mobile-friendly, responsive, and lightweight jQuery date & time input picker.

Expand All @@ -11,7 +11,7 @@ The mobile-friendly, responsive, and lightweight jQuery date & time input picker

#### To get it:

[Download v3.0.0](https://github.com/amsul/pickadate.js/archive/v3.0.0.zip) or `git clone git://github.com/amsul/pickadate.js.git` or `bower install pickadate`
[Download v3.0.0](https://github.com/amsul/pickadate.js/archive/3.0.0.zip) or `git clone git://github.com/amsul/pickadate.js.git` or `bower install pickadate`



Expand Down
4 changes: 2 additions & 2 deletions _raw/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# {%= pkg.name %} v{%= pkg.version %} [![{%= pkg.name %} build status](https://travis-ci.org/amsul/pickadate.js.png?branch=time-picker)](https://travis-ci.org/amsul/pickadate.js)
# {%= pkg.name %} v{%= pkg.version %} [![{%= pkg.name %} build status](https://travis-ci.org/amsul/pickadate.js.png?branch=gh-pages)](https://travis-ci.org/amsul/pickadate.js)

{%= pkg.description %}

Expand All @@ -21,7 +21,7 @@

#### To get it:

[Download v{%= pkg.version %}]({%= meta.gitrepo_url %}/archive/v{%= pkg.version.split('-')[0] %}.zip) or `git clone git://github.com/amsul/pickadate.js.git` or `bower install pickadate`
[Download v{%= pkg.version %}]({%= meta.gitrepo_url %}/archive/{%= pkg.version %}.zip) or `git clone git://github.com/amsul/pickadate.js.git` or `bower install pickadate`



Expand Down
2 changes: 1 addition & 1 deletion _raw/hero.htm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="section__block text-center">
<h1 class="heading heading--splash"><img src="demo/images/logo.png" alt="pickadate.js" width="478" height="90"></h1>
<h2 class="heading heading--thin">The mobile-friendly, responsive, and&nbsp;lightweight<br>jQuery date <span class="ampersand">&amp;</span> time input picker.</h2>
<h3 class="heading heading--thin"><a class="button" href="https://github.com/amsul/pickadate.js/archive/v3.0.0.zip">Download {%= pkg.title %} v{%= pkg.version %}</a></h3>
<h3 class="heading heading--thin"><a class="button" href="https://github.com/amsul/pickadate.js/archive/{%= pkg.version %}.zip">Download {%= pkg.title %} v{%= pkg.version %}</a></h3>
<div class="groupset groupset--splash">
<span class="groupset__item"><iframe src="http://ghbtns.com/github-btn.html?user=amsul&repo=pickadate.js&size=large&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="145" height="30"></iframe></span>
<span class="groupset__item"><iframe src="http://ghbtns.com/github-btn.html?user=amsul&repo=pickadate.js&size=large&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="135" height="30"></iframe></span>
Expand Down
8 changes: 4 additions & 4 deletions api.htm
Original file line number Diff line number Diff line change
Expand Up @@ -328,16 +328,16 @@ <h3 class="heading heading--divide"><span class="heading__text"><b>*</b> Item Ob
pick: 1366430400000
}</code></pre>

<p>Here’s a <b>time picker item object</b> for <u>7:35 PM</u>:</p>
<p>Here’s a <b>time picker item object</b> for <u>9:10 PM</u>:</p>
<pre><code data-language="javascript">{
// Hour of the day from 0 to 23.
hour: 19,
hour: 21,

// The minutes of the hour from 0 to 59 (based on the interval).
mins: 60,
mins: 30,

// The “pick” value used for comparisons.
pick: 1200
pick: 1290
}</code></pre>

</div> <!-- .section__block -->
Expand Down
2 changes: 1 addition & 1 deletion index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<div class="section__block text-center">
<h1 class="heading heading--splash"><img src="demo/images/logo.png" alt="pickadate.js" width="478" height="90"></h1>
<h2 class="heading heading--thin">The mobile-friendly, responsive, and&nbsp;lightweight<br>jQuery date <span class="ampersand">&amp;</span> time input picker.</h2>
<h3 class="heading heading--thin"><a class="button" href="https://github.com/amsul/pickadate.js/archive/v3.0.0.zip">Download pickadate.js v3.0.0</a></h3>
<h3 class="heading heading--thin"><a class="button" href="https://github.com/amsul/pickadate.js/archive/3.0.0.zip">Download pickadate.js v3.0.0</a></h3>
<div class="groupset groupset--splash">
<span class="groupset__item"><iframe src="http://ghbtns.com/github-btn.html?user=amsul&repo=pickadate.js&size=large&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="145" height="30"></iframe></span>
<span class="groupset__item"><iframe src="http://ghbtns.com/github-btn.html?user=amsul&repo=pickadate.js&size=large&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="135" height="30"></iframe></span>
Expand Down

0 comments on commit 0c00783

Please sign in to comment.