forked from elabftw/elabftw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDOCUMENTATION
51 lines (31 loc) · 1.57 KB
/
DOCUMENTATION
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
eLabFTW DOCUMENTATION
---------------------
This file is for developpers who want to help with the code, and also for me, as a reminder of stuff I did...
eLabFTW uses :
* php version > 5 (with PDO)
* mysql version > 5
Code from others (a big thanks to them for making their code available !) :
* jQuery
* jQuery UI
* jQuery plugins :
* Inline edit : https://github.com/codenothing/inline-edit
* Jeditable : http://www.appelsiini.net/projects/jeditable
* Pageslide : http://srobbin.com/jquery-plugins/pageslide/
* PubSub : https://github.com/tubalmartin/jquery-pubsub (GPL v3)
* Star Rating Plugin v3.14 (2012-02-08)
http://www.fyneworks.com/jquery/star-rating/
Dual licence : MIT, GPLv2
* Complexify : http://danpalmer.me/jquery-complexify (WTFPL v2 licence)
* Keymaster (for keyboard shortcuts) : https://github.com/madrobby/keymaster (License MIT)
* Todolist : http://web.koesbong.com/2011/01/24/sortable-and-editable-to-do-list-using-html5s-localstorage/
* TinyMCE (html wysiwyg editor) http://www.tinymce.com/ (LGPL)
* Cornify : http://www.cornify.com/
* Google Chart Tools (for statistics on experiments on profile page)
* mPDF : http://mpdf1.com/ (GPL)
* Swiftmailer v5.0.1 : http://swiftmailer.org for sending email with SMTP (GPLv3)
* Raphael (used by colorwheel) : http://raphaeljs.com/ (MIT)
* Colorwheel : http://jweir.github.com/colorwheel/ (MIT)
* File upload : https://github.com/sthielen/BigUpload
* Form field validation : http://parsleyjs.org/documentation.html
---------------------------
Developped with vim, and 4 spaces indent.