1
0
Fork 0
mirror of synced 2024-06-25 18:31:09 -04:00
Commit graph

8 commits

Author SHA1 Message Date
Chris Sivanich 94ce6e42bb Removed unnecessary Meta.py executor 2014-04-24 08:55:19 -05:00
Chris Sivanich e4abb8b7a7 Fix whitespace issue 2014-04-23 21:13:55 -05:00
Chris Sivanich 18e84711ee Add task metadata
Metadata is supported in the config file on a per-task basis. It is to be put
in the 'meta' key's value json.

Currently 'title' and 'description' keys are supported. See the example below.

```
[
    {
        "meta" : {
            "title" : "This is the title",
            "description" : "This is a longer description, not shown with -Q"
        }
    }
]
```
2014-04-23 21:07:03 -05:00
Anish Athalye 564c1f13bf Update README 2014-03-21 00:48:42 -04:00
Anish Athalye a2b6e0a185 Add README 2014-03-20 23:53:02 -04:00
Anish Athalye a8edc8ee2b Add license 2014-03-20 21:59:23 -04:00
Anish Athalye 4da9a85b30 Add example install script 2014-03-20 21:59:23 -04:00
Anish Athalye 60a560e976 Initial commit 2014-03-20 18:57:56 -04:00