~ignas/schooltool/schooltool_js_fixes

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
[buildout]
extends = base.cfg
parts += docs
develop = .

[versions]
# Unset versions of packages you want to develop
schooltool =
Pillow = 1.7.6

[package]
eggs = schooltool

[test]
eggs = schooltool [test, apidoc]

# To run selenium tests:
# - Download standalone selenium server from
#     http://code.google.com/p/selenium/downloads/list
# - Start the server: "java -jar selenium-server-standalone-2.7.0.jar"
# - Uncomment the lines below:
#
#selenium.default = html_unit
#selenium.html_unit.web_driver = remote
#selenium.html_unit.capabilities = HTMLUNITWITHJS

[docs]
recipe = z3c.recipe.sphinxdoc
eggs = schooltool [docs]
build-dir = ${buildout:directory}/docs
default.css = http://book.schooltool.org/_static/default.css
layout.html =