Index: trunk/extensions/Survey/README |
— | — | @@ -18,3 +18,27 @@ |
19 | 19 | * Surveys can be tested by admins via Special:TakeSurvey without them being live on the wiki. |
20 | 20 | * Summaries of survey submissions can be found on Special:SurveyStats. |
21 | 21 | * The survey submission data (ie user answers) can be exported via an API. |
| 22 | + |
| 23 | +== Contributing == |
| 24 | + |
| 25 | +If you have bug reports or requests, please add them to the Talk page: |
| 26 | +http://www.mediawiki.org/w/index.php?title=Extension_talk:Survey |
| 27 | +You can also send them to Jeroen De Dauw by email, jeroendedauw at googles mail service. |
| 28 | + |
| 29 | +For more info, see http://www.mediawiki.org/wiki/Extension:Survey |
| 30 | + |
| 31 | +== Credits to other projects == |
| 32 | + |
| 33 | +* Fancybox |
| 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 | + |
| 37 | +* jquery.numeric |
| 38 | +This extension includes a copy of the jquery.numeric extension by Sam Collett. |
| 39 | +It's dual licensed under the MIT [0] and GPL [1] licenses. |
| 40 | + |
| 41 | +* JSON.js |
| 42 | +This extension icnludes a copy of JSON.js, which is in the public domain. |
| 43 | + |
| 44 | +[0] http://www.opensource.org/licenses/mit-license.php |
| 45 | +[1] http://www.opensource.org/licenses/gpl-license.php |