Index: trunk/extensions/Contest/README |
— | — | @@ -9,7 +9,12 @@ |
10 | 10 | |
11 | 11 | === Feature overview === |
12 | 12 | |
13 | | -* |
| 13 | +* Admin interface for managing contests and their challenges. |
| 14 | +* Landing and signup pages for each contest. |
| 15 | +* Personal contest list and submission interface for each user. |
| 16 | +* Summary pages per contest listing contestants, which can be filtered and sorted. |
| 17 | +* Judging interface that allows for rating and commenting on each participant. |
| 18 | +* All contests, challenges, contestants, comments and votes can be queried and exported via the API. |
14 | 19 | |
15 | 20 | == Credits to other projects == |
16 | 21 | |
— | — | @@ -23,6 +28,11 @@ |
24 | 29 | This extension uses code from the jQuery UI library. |
25 | 30 | jQuery is dual licensed under the MIT [0] and GPL [1] licenses. |
26 | 31 | |
| 32 | +=== Fancybox === |
| 33 | + |
| 34 | +This extension includes code from the FancyBox library. FancyBox is an open-source |
| 35 | +jQuery library dual licensed under the MIT [0] and GPL [1] licenses. |
| 36 | + |
27 | 37 | === jQuery datetimepicker === |
28 | 38 | |
29 | 39 | This extension includes the jQuery timepicker addon by Trent Richardson. |