diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..43a507e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [0.1.0] - 2020-06-28 diff --git a/Cask b/Cask new file mode 100644 index 0000000..b42a668 --- /dev/null +++ b/Cask @@ -0,0 +1,22 @@ +(source gnu) +(source melpa) + +(package + "chronometrist-goals" + "0.1.0" + "Adds support for time goals to Chronometrist") + +(depends-on "emacs" "25.1") +(depends-on "cl-lib" "1.0") +(depends-on "alert" "1.2") +(depends-on "chronometrist" "0.4.3") + +(files "chronometrist-goals.el") + +(development + (depends-on "f") + (depends-on "ecukes") + (depends-on "ert-runner") + (depends-on "el-mock") + (depends-on "elsa") + (depends-on "buttercup")) diff --git a/README.md b/README.md new file mode 100644 index 0000000..80852cf --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# chronometrist-goals +Adds support for time goals to [Chronometrist](https://github.com/contrapunctus-1/chronometrist/) + +## Installation +You can get `chronometrist-goals` from https://github.com/contrapunctus-1/chronometrist-goals/ + +`chronometrist-goals` requires [alert.el](https://github.com/jwiegley/alert) and, of course, [Chronometrist](https://github.com/contrapunctus-1/chronometrist/) + +## Usage + +## Customization +See the Customize groups `chronometrist` and `chronometrist-report` for variables intended to be user-customizable. + +## Roadmap/Ideas + +## Contributions and contact +Feedback and MRs very welcome. 🙂 + +Contact the creator and other Emacs users in the Emacs room on the Jabber network - [xmpp:emacs@salas.suchat.org?join](xmpp:emacs@salas.suchat.org?join) ([web chat](https://inverse.chat/#converse/room?jid=emacs@salas.suchat.org)) + +(For help in getting started with Jabber, [click here](https://xmpp.org/getting-started/)) + +## License +Chronometrist is released under your choice of [Unlicense](https://unlicense.org/) and the [WTFPL](http://www.wtfpl.net/). + +(See files [UNLICENSE](UNLICENSE) and [WTFPL](WTFPL)). + +## Thanks +wasamasa, bpalmer, aidalgol, and the rest of #emacs for their tireless help and support diff --git a/UNLICENSE b/UNLICENSE new file mode 100644 index 0000000..fdddb29 --- /dev/null +++ b/UNLICENSE @@ -0,0 +1,24 @@ +This is free and unencumbered software released into the public domain. + +Anyone is free to copy, modify, publish, use, compile, sell, or +distribute this software, either in source code form or as a compiled +binary, for any purpose, commercial or non-commercial, and by any +means. + +In jurisdictions that recognize copyright laws, the author or authors +of this software dedicate any and all copyright interest in the +software to the public domain. We make this dedication for the benefit +of the public at large and to the detriment of our heirs and +successors. We intend this dedication to be an overt act of +relinquishment in perpetuity of all present and future rights to this +software under copyright law. + +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 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. + +For more information, please refer to diff --git a/WTFPL b/WTFPL new file mode 100644 index 0000000..c6c7def --- /dev/null +++ b/WTFPL @@ -0,0 +1,13 @@ + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + + Copyright (C) 2004 Sam Hocevar + + Everyone is permitted to copy and distribute verbatim or modified + copies of this license document, and changing it is allowed as long + as the name is changed. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO.