Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
belenios
belenios
Commits
cbcd7675
Commit
cbcd7675
authored
Apr 24, 2013
by
Stephane Glondu
Browse files
Reorganize tree layout
parent
bfc51251
Changes
101
Hide whitespace changes
Inline
Side-by-side
myocamlbuild.ml
View file @
cbcd7675
...
...
@@ -16,8 +16,8 @@ let () = dispatch & function
|
After_rules
->
Pathname
.
define_context
"web"
[
"lib"
;
"helios/src"
];
Pathname
.
define_context
"helios/src"
[
"lib"
;
"web"
];
Pathname
.
define_context
"web"
[
"lib"
;
"
web/
helios/src"
];
Pathname
.
define_context
"
web/
helios/src"
[
"lib"
;
"web"
];
Pathname
.
define_context
"tests"
[
"lib"
];
Pathname
.
define_context
"."
[
"lib"
];
...
...
tests/ocsigenserver.conf.in
View file @
cbcd7675
...
...
@@ -27,10 +27,10 @@
<host charset="utf-8" hostfilter="*" defaulthostname="localhost">
<site path="static" charset="utf-8">
<static dir="_SRCDIR_/helios/static" />
<static dir="_SRCDIR_/
web/
helios/static" />
</site>
<site path="booth" charset="utf-8">
<static dir="_SRCDIR_/helios/booth" />
<static dir="_SRCDIR_/
web/
helios/booth" />
</site>
<eliom module="_build/web/server.cma">
<load dir="tests/data"/>
...
...
helios/booth/.gitignore
→
web/
helios/booth/.gitignore
View file @
cbcd7675
File moved
helios/booth/README.txt
→
web/
helios/booth/README.txt
View file @
cbcd7675
File moved
helios/booth/boothworker.js
→
web/
helios/booth/boothworker.js
View file @
cbcd7675
File moved
helios/booth/css/booth.css
→
web/
helios/booth/css/booth.css
View file @
cbcd7675
File moved
helios/booth/css/forms.css
→
web/
helios/booth/css/forms.css
View file @
cbcd7675
File moved
helios/booth/css/style.css
→
web/
helios/booth/css/style.css
View file @
cbcd7675
File moved
helios/booth/election.json
→
web/
helios/booth/election.json
View file @
cbcd7675
File moved
helios/booth/encrypting.gif
→
web/
helios/booth/encrypting.gif
View file @
cbcd7675
File moved
helios/booth/js/jquery-1.2.2.min.js
→
web/
helios/booth/js/jquery-1.2.2.min.js
View file @
cbcd7675
File moved
helios/booth/js/jquery-jtemplates.js
→
web/
helios/booth/js/jquery-jtemplates.js
View file @
cbcd7675
File moved
helios/booth/js/jquery.json.min.js
→
web/
helios/booth/js/jquery.json.min.js
View file @
cbcd7675
File moved
helios/booth/js/jquery.query-2.1.5.js
→
web/
helios/booth/js/jquery.query-2.1.5.js
View file @
cbcd7675
File moved
helios/booth/js/jscrypto/README
→
web/
helios/booth/js/jscrypto/README
View file @
cbcd7675
File moved
helios/booth/js/jscrypto/bigint.class
→
web/
helios/booth/js/jscrypto/bigint.class
View file @
cbcd7675
File moved
helios/booth/js/jscrypto/bigint.dummy.js
→
web/
helios/booth/js/jscrypto/bigint.dummy.js
View file @
cbcd7675
File moved
helios/booth/js/jscrypto/bigint.java
→
web/
helios/booth/js/jscrypto/bigint.java
View file @
cbcd7675
File moved
helios/booth/js/jscrypto/bigint.js
→
web/
helios/booth/js/jscrypto/bigint.js
View file @
cbcd7675
File moved
helios/booth/js/jscrypto/class.js
→
web/
helios/booth/js/jscrypto/class.js
View file @
cbcd7675
File moved
Prev
1
2
3
4
5
6
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment