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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
|
{
"Tools":[{
"Command":"/home/jeff/Workspace/levitating/captain/bin/startlight.sh",
"Open Console":"1",
"Name":"Start Webserver",
"Directory":"/home/jeff/Workspace/levitating/captain/bin"
}],
"Root":{
"Folders":[{
"Folders":[],
"Name":"-bin",
"Files":[{
"filename":"bin/local.conf",
"enabled":"1"
},{
"filename":"bin/startlight.sh",
"enabled":"1"
}]
},{
"Folders":[],
"Name":"+common",
"Files":[{
"filename":"../common/jessl.f90",
"enabled":"1"
},{
"filename":"../common/network.F90",
"enabled":"1"
},{
"filename":"../common/protocol.f90",
"enabled":"1"
},{
"filename":"../common/request.f90",
"enabled":"1"
},{
"filename":"../common/utilities.F90",
"enabled":"1"
},{
"filename":"../common/wsa.f90",
"enabled":"0"
}]
},{
"Folders":[{
"Folders":[],
"Name":"+static",
"Files":[{
"filename":"example/static/style.css",
"enabled":"1"
}]
}],
"Name":"+example",
"Files":[{
"filename":"example/levitating-permissions.conf",
"enabled":"1"
},{
"filename":"example/levitating.conf",
"enabled":"1"
},{
"filename":"example/levitating.xinetd",
"enabled":"1"
}]
},{
"Folders":[],
"Name":"+sql",
"Files":[{
"filename":"sql/create.sql",
"enabled":"1"
},{
"filename":"sql/scan_instructions.sh",
"enabled":"1"
}]
},{
"Folders":[],
"Name":"-templates",
"Files":[{
"filename":"templates/home.html",
"enabled":"1"
},{
"filename":"templates/index.gmi",
"enabled":"1"
},{
"filename":"templates/index.html",
"enabled":"1"
},{
"filename":"templates/login.html",
"enabled":"1"
},{
"filename":"templates/profile.html",
"enabled":"1"
},{
"filename":"templates/redirect.html",
"enabled":"1"
}]
}],
"Name":"+levitating-captain (levitating-captain)",
"Files":[{
"filename":"api.f90",
"enabled":"1"
},{
"filename":"auth_level.f90",
"enabled":"1"
},{
"filename":"BUILD.md",
"enabled":"1"
},{
"filename":"captain.f90",
"enabled":"1"
},{
"filename":"codes.f90",
"enabled":"1"
},{
"filename":"config.f90",
"enabled":"1"
},{
"filename":"crypt.F90",
"enabled":"1"
},{
"filename":"db.f90",
"enabled":"1"
},{
"filename":"external.f90",
"enabled":"1"
},{
"filename":"gemini.f90",
"enabled":"1"
},{
"filename":"http.f90",
"enabled":"1"
},{
"filename":"launch.f90",
"enabled":"1"
},{
"filename":"log.f90",
"enabled":"1"
},{
"filename":"postutils.f90",
"enabled":"1"
},{
"filename":"queryutils.f90",
"enabled":"1"
},{
"filename":"requtils.f90",
"enabled":"1"
},{
"filename":"response.f90",
"enabled":"1"
},{
"filename":"security.f90",
"enabled":"1"
},{
"filename":"special.f90",
"enabled":"1"
},{
"filename":"sqlite.f90",
"enabled":"1"
},{
"filename":"template.f90",
"enabled":"1"
},{
"filename":"uuid.f90",
"enabled":"1"
},{
"filename":"web.f90",
"enabled":"1"
}]
},
"Name":"levitating-captain (levitating-captain)",
"Options":{
"Compiler Options":{
"Fortran Flags":"-DGNU",
"Link Flags":"-lsqlite3 -lssl -lcrypt",
"C Flags":""
},
"Architecture":0,
"Type":0,
"Revision":2,
"Windows GUI":0,
"File Options":{
"Library Directories":["Default Library Directory"],
"Build Directory":"build",
"Module Directory":"modules",
"Include Directories":["Default Include Directory"]
},
"Target":"levitating-captain",
"Fortran Options":{
"Floating Point Exception Trap":0,
"Initialize Variables to Zero":"false",
"Use C Preprocessor":"false",
"Runtime Diagnostics":"true",
"Cray Pointers":"false",
"Disable Floating Point Exception Warnings":0,
"Enable OpenMP":"false",
"Enable Coarrays":"false",
"Default Double for Real":"false"
},
"Code Generation Options":{
"CPU Specific":"false",
"Processor":"generic",
"Aggressive Loops":"false",
"Debugging":"true",
"Optimization Mode":0,
"Profiling":"false",
"Link Time Optimization":"false"
},
"Build Dependencies":1,
"Launch Options":{
"Working Directory":"",
"Launch Using MPI":"false",
"Keep Console":"true",
"External Console":"false",
"Command Line Arguments":"./levitating-captain -c example/levitating.conf --verify jeff password",
"Build Before Launch":"true"
},
"Build Options":{
"Auto Management":"true",
"Makefile":"Makefile.levitating-captain",
"Auto Makefile":"true"
},
"Linker Options":{
"Static Linking Mode":0,
"Link MPI Library":"false",
"Link LAPACK":0
}
}
}
|