summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrent Richardson <trentdrichardson@gmail.com>2013-10-26 09:08:01 -0400
committerTrent Richardson <trentdrichardson@gmail.com>2013-10-26 09:08:01 -0400
commit1b37e2c67e4187348bf6fc06996f5254a49c852c (patch)
tree9f1ebc5566bc10c74087a11711b43cb232f28ef0
parenta3c6fe75ab01a60982a72cb8cb19c1975224edfa (diff)
downloadIntimidatetime-1b37e2c67e4187348bf6fc06996f5254a49c852c.zip
Intimidatetime-1b37e2c67e4187348bf6fc06996f5254a49c852c.tar.gz
Intimidatetime-1b37e2c67e4187348bf6fc06996f5254a49c852c.tar.bz2
Updates readme
-rw-r--r--README.md27
1 files changed, 19 insertions, 8 deletions
diff --git a/README.md b/README.md
index 4e9f5fa..80c0981 100644
--- a/README.md
+++ b/README.md
@@ -2,17 +2,24 @@
A wicked good date time picker for jQuery and Zepto
-Intimidatetime is not yet ready for use, but check back soon!
+Intimidatetime is still young, but already comes with many features like timezones, i18n, unix timestamps, date time ranges, and more!.
+
+- Author: [Trent Richardson](http://trentrichardson.com)
+- Documentation: [http://trentrichardson.com/examples/Intimidatetime/](http://trentrichardson.com/examples/Intimidatetime/)
+- Twitter: [@practicalweb](http://twitter.com/practicalweb)
## Getting Started
-Download the [production version][min] or the [development version][max].
+Download the [production version][jsmin] or the [development version][jsmax] and css [production version][cssmin] or the [development version][cssmax].
-[min]: https://raw.github.com/trentrichardson/Intimidatetime/master/dist/Intimidatetime.min.js
-[max]: https://raw.github.com/trentrichardson/Intimidatetime/master/dist/Intimidatetime.js
+[jsmin]: https://raw.github.com/trentrichardson/Intimidatetime/master/dist/Intimidatetime.min.js
+[jsmax]: https://raw.github.com/trentrichardson/Intimidatetime/master/dist/Intimidatetime.js
+[cssmin]: https://raw.github.com/trentrichardson/Intimidatetime/master/dist/Intimidatetime.min.css
+[cssmax]: https://raw.github.com/trentrichardson/Intimidatetime/master/dist/Intimidatetime.css
In your web page:
```html
+<link rel="stylesheet" media="all" type="text/css" href="Intimidatetime.min.css" />
<script src="jquery.js"></script>
<script src="dist/Intimidatetime.min.js"></script>
<script>
@@ -22,11 +29,15 @@ jQuery(function($) {
</script>
```
+I also recommend getting the eBook [Handling Time](https://sellfy.com/p/8gxZ). Although it uses jQueryUI Timepicker Addon many of the principles are the same.
+
## Documentation
-_(Coming soon)_
+[http://trentrichardson.com/examples/Intimidatetime/](http://trentrichardson.com/examples/Intimidatetime/)
-## Examples
-_(Coming soon)_
+## Todo (Help if you can)
+1) Much like jQueryUI Timepicker Addon, Intimidatetime has a control type abstraction (select dropdown, label, list). List is not yet implemented, but it should generate clickable links to set the value. This will implement the calendar grid for the "day" selection, and simply a list of links for the other units. The type is specified in the option for unites.day.type.
+2) Once the control type for list is working there is a modes functionality. Modes are groups of presets. So if you want all select boxes, you could have a modes for those
+3) I18N improvements. If you are fluent in a language other than English, please help. It only takes a couple minutes.
## Release History
-_(Nothing yet)_
+0.1.0: First release \ No newline at end of file