-
Notifications
You must be signed in to change notification settings - Fork 3
/
README
78 lines (59 loc) · 1.76 KB
/
README
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
|
|
|
|
| NOTE: THIS PROJECT IS NO LONGER MAINTAINED AND HAS BEEN SUCCEEDED BY
| ANTPLANNER2: https://github.com/gumho/antplanner2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Welcome to AntPlanner!
=== OVERVIEW ===
AntPlanner is an tool for helping students of the UC Irvine schedule classes. In short,
AntPlanner aims to often frustrating task of choosing classes by providing a way for
students to experiment with course scheduling in a visual way.
AntPlanner is written in Python and Javascript, uses the web.py framework, and runs on
Google App Engine.
=== Compatibility ===
AntPlanner runs perfectly on most browsers:
-Mozilla Firefox 3+
-Webkit browsers (Chrome, Safari)
-Internet Explorer 7, 8
Opera is not supported at this time.
=== INSTRUCTIONS ===
-- Getting up and Running --
To develop on AntPlanner, you need the Google App Engine SDK. Once installed, download
the AntPlanner source. All you have to do to get it running is load the 'antplanner'
folder in the App Engine Launcher and 'Run'. This is possible through the App Engine
GUI or command line utilities.
-- Development Notes --
AntPlanner uses the Templetor templating system. When serving on GAE, templates need to
be compiled before serving the pages since the Python parser module is blocked by GAE.
After changes to templates are made, you need to issue the following before running to
see changes:
$python web/template.py --compile templates/
To run the app, use the GoogleAppEngineLauncher or issue the following :
$dev_appserver.py .
=== DISCLAIMER ===
Ant Planner is not officially recognized by UC Irvine. The author of this application is
not responsible for any damages as a result of using AntPlanner. Use at your own risk!
At the time of this release, WebSoc is version 3.2