pax_global_header 0000666 0000000 0000000 00000000064 12330514571 0014513 g ustar 00root root 0000000 0000000 52 comment=bf9d361e4e939286777751f4457af54b2e000c7c
jquery-timeago-1.4.1/ 0000775 0000000 0000000 00000000000 12330514571 0014460 5 ustar 00root root 0000000 0000000 jquery-timeago-1.4.1/.gitignore 0000664 0000000 0000000 00000000033 12330514571 0016444 0 ustar 00root root 0000000 0000000 .bundle
vendor/ruby
public
jquery-timeago-1.4.1/CNAME 0000664 0000000 0000000 00000000021 12330514571 0015217 0 ustar 00root root 0000000 0000000 timeago.yarp.com
jquery-timeago-1.4.1/CONTRIBUTING.md 0000664 0000000 0000000 00000002713 12330514571 0016714 0 ustar 00root root 0000000 0000000 ## Want to Contribute?
Found an issue? Thank you for helping out by reporting it. Please describe the
problem, what you tried, what you expected to see, and what you actually
experienced. Please [re-read the documentation](http://timeago.yarp.com/) to
make sure you're using the API as designed, but if you found something that's
broken, we really appreciate your efforts in letting us know. Bonus points for
submitting a failing test case to help us diagnose and potentially fix the
issue.
## Want to Contribute?
Awesome. We love help, but before getting started, please read:
**[Don't "Push" Your Pull Requests](http://www.igvita.com/2011/12/19/dont-push-your-pull-requests/)**
## Ready for a Pull-Request?
1. Fork the repo.
2. Run the tests. Run `rake` or open `open test/index.html`. We only take pull
requests with passing tests, and it's great to know that you started from a
clean slate.
3. Add a test for your change. Only refactoring and documentation change
require no new tests. If you are adding functionality or fixing a bug, we
need a test!
4. Make the test pass.
5. Push to your fork (hopefully this comes from a topical branch) and submit a
pull request.
At this point you're waiting on us. Please keep in mind that OSS maintainers
are often very busy. We'll do our best to at least comment on issues and
pull-requests as soon as possible, but sometimes life gets in the way. We may
also suggest some changes or improvements or alternatives.
jquery-timeago-1.4.1/LICENSE.txt 0000664 0000000 0000000 00000002062 12330514571 0016303 0 ustar 00root root 0000000 0000000 Copyright (c) 2008-2013 Ryan McGeary
MIT License
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
jquery-timeago-1.4.1/README.markdown 0000664 0000000 0000000 00000007501 12330514571 0017164 0 ustar 00root root 0000000 0000000 # timeago: a jQuery plugin
Timeago is a jQuery plugin that makes it easy to support automatically updating
fuzzy timestamps (e.g. "4 minutes ago" or "about 1 day ago") from ISO 8601
formatted dates and times embedded in your HTML (à la microformats).
**If you like this project, please help by donating.**
* Gittip: https://www.gittip.com/rmm5t/
* Bitcoin: `1wzBnMjWVZfpiFMc5i2nzKT7sCBaZNfLK`
## Usage
First, load jQuery and the plugin:
```html
```
Now, let's attach it to your timestamps on DOM ready - put this in the head
section:
```html
```
This will turn all abbr elements with a class of timeago and an ISO 8601
timestamp in the title (conforming to the
[datetime design pattern microformat](http://microformats.org/wiki/datetime-design-pattern)):
```html
December 17, 2011
```
into something like this:
```html
about 1 day ago
```
HTML5 `