diff --git a/LICENSE b/LICENSE deleted file mode 100644 index e69de29..0000000 diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..6e5e665 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,22 @@ +The MIT License (MIT) +===================== + +Copyright (c) 2013 Juani Ruiz Echazu + +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. diff --git a/README.md b/README.md index 73bd535..49d143a 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ html5timetracker ================ -Try it live on http://unlayered.com/time/ +Forked from the good work of heyimjuani, but adds various features. -Code is far from being OK. Please bare with me, I don't know what I had been doing half of the time, I'm still learning Javascript :D +So far: +- Support for tasks longer than one hour +- Continue timing until task is actually logged (in case you ignore the alarm) +- Copy tasks to TSV (to paste into OpenOffice spreadsheet) +- Keyboard support (enter and esc) -================ - -Needs Keith Wood's countdown jQuery plugin (https://github.com/kbwood/countdown) to work. -Note that I had to change a line, more on that here: https://github.com/kbwood/countdown/issues/26 \ No newline at end of file diff --git a/index.html b/index.html index 3f73bb0..538794f 100644 --- a/index.html +++ b/index.html @@ -3,9 +3,9 @@