-
Notifications
You must be signed in to change notification settings - Fork 7
/
ACKNOWLEDGEMENTS
44 lines (29 loc) · 1.19 KB
/
ACKNOWLEDGEMENTS
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
Acknowledgements
----------------
The following parts of Iliad reuses portions of code from the Seaside framework:
- The Widget class and its decorators
- The HTTP abstraction library
- The Swazoo adapter
Seaside is licenced under the MIT Licence.
Copyright © 2001–2009 Avi Bryant, Julian Fitzell
Copyright © 2007–2009 Lukas Renggli, Michel Bany, Philippe Marschall
Copyright © Seaside Contributors
http://www.seaside.st/about/licence
----------------
The JSON library is adapted from http://www.squeaksource.com/Diplomacy/
written by Avi Bryant and licenced under the MIT licence.
----------------
The Application class reuses code from HttpView2.
HttpView2 is written by Göran Krampe and Giovanni Corriga and licenced
under the MIT licence.
http://www.squeaksource.com/HttpView2
----------------
The Element hierarchy is widely inspired from the Aida/Web web framework,
written by Janko Mivsek.
Aida/Web is licenced under the MIT licence
Copyright (c) 2000-2007 Janko Mivšek
Copyright (c) 2007-2009 Janko Mivšek, Nicolas Petton, contributors
http://www.aidaweb.si
----------------
The javascript layer is inspired by the LISP web framework Weblocks
http://weblocks.viridian-project.de/