forked from indico/indico
-
Notifications
You must be signed in to change notification settings - Fork 0
/
THANKS
71 lines (49 loc) · 3 KB
/
THANKS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Indico THANKS
=============
Several people outside the Indico Development Team
contributed to the project:
- Jim Fromm (Fermilab): He developed the Timezone awareness for Indico.
Thanks for a great job!
- Martin Kuba: He added the LDAP module.
- Kevin Flannery and Jeffrey Clark (Fermilab): They have developed the WebEx plugin.
- Jim Fulton for helping us with the scripts
Other software and pieces of code:
CKEditor is used for the online creation of web pages. CKEditor is
distributed under the GPL, LGPL and MPL open source licenses.
<http://ckeditor.com/>.
The DHTML / JavaScript Calendar is used by Indico and it is available
under the terms of the GNU Lesser General Public License version 2.1 or
above.
<http://www.dynarch.com/projects/calendar/>
strip_ml_tags is a routine by Micah D. Cochran submitted on 26 Aug 2005 that
removes all HTML/XML-like tags from the input text.
This routine is allowed to be put under any license Open Source (GPL, BSD, LGPL, etc.) License
or any Propriety License. Effectively this routine is in public domain.
HTMLParser/SimpleHtmlParser is a JS library that allows to parse HTML. It has been written
originally by Erik Arvidsson and extended by John Resig. The original license is GPLv2 or later.
Compatibility of GPLv3 with this library.
jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing,
event handling, animating, and Ajax interactions for rapid web development.
Dual licensed under the MIT or GPL Version 2 licenses.
<http://jquery.org/>
jQuery UI is the jQuery visual controls. Dual licensed under the MIT or GPL Version 2 licenses.
<http://jqueryui.com/>
jQuery Colorbox is a a full featured, light-weight, customizable lightbox based on jQuery 1.3+.
Licensed under the MIT license.
<http://jacklmoore.com/colorbox/>
jQuery Form Plugin for jQuery. Dual licensed under the MIT and GPL licenses.
Compatibility of GPLv3 with this library.
<http://malsup.com/jquery/form/>
qTip2 - Pretty powerful tooltips based on jQuery. Dual licensed under MIT or GPLv2 licenses.
<http://craigsworks.com/projects/qtip2/>
jQuery-ColorPicker is a colorpicker plugin for jQuery based in the original developed by Stefan Petre. Dual
licensed under MIT and GPLv3.
<https://github.com/Belelros/jQuery-ColorPicker>
Underscore is a utility-belt library for JavaScript that provides a lot of the functional programming support
that you would expect in Prototype.js (or Ruby), but without extending any of the built-in JavaScript objects. Underscore is freely distributable under the MIT license.
http://documentcloud.github.com/underscore/>
jQuery TypeWatch <github.com/dennyferra/TypeWatch>: Dual licensed under the MIT and GPL licenses.
jQuery Extra Selectors <https://github.com/keithclark/JQuery-Extended-Selectors>: Released under MIT license.
selectivizr (http://selectivizr.com/) is freely distributed under MIT license.
Werkzeug (http://werkzeug.pocoo.org) is a BSD-licensed WSGI utility library providing nice things like LocalProxy.
See also the AUTHORS and ChangeLog files.