-
Notifications
You must be signed in to change notification settings - Fork 12
/
README.txt
96 lines (44 loc) · 1.92 KB
/
README.txt
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
B U T T E R F L Y
What is this?
-------------
Butterfly is a modular web application framework.
How do I use it?
----------------
Type
$ ./butterfly
and then pointing your browser to
http://127.0.0.1:8080/
where you should see a Butterfly welcome page.
Where is the stuff that Butterfly is showing me?
------------------------------------------------
Butterfly's main concept is webapp modules. By default, modules are
located in
./modules/
and wired together with information contained in the file named
./modules.properties
those two together should give you hints on how to start looking around for
what Butterfly does.
Is there any other documentation?
---------------------------------
Point your browser to
http://code.google.com/p/simile-butterfly/
to go to the official Butterfly home page.
Licensing and legal issues
--------------------------
Butterfly is open source software and is licensed under the Apache
License v2.0 located in the LICENSE.txt file located in the same directory
as this very file you are reading.
Note that Butterfly depends on software that maybe be licensed under
different licenses (see the NOTICE.txt file for more info)
although Butterfly complies with their licencing terms.
You might wish to check such libraries' terms yourself and how
they might effect your ability to redistribute Butterfly
would you wish to do so.
Credits
-------
It was originally conceived and written by:
- Stefano Mazzocchi <[email protected]>
--- o ---
Thanks for your interest.
The Butterfly Project
http://code.google.com/p/simile-butterfly/