-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME
23 lines (17 loc) · 779 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
This is the source code for _Tube Chaser_!
All of the source code in this repository is licensed under
the GNU Public License version 3, except for some Android
example code which is licensed under an Apache 2.0 license.
The directories listed here are:
* Android
This is the code for the Android Applicaion which is
currently in the Android Market. It can be imported into
Eclipse and build with the Android SDK.
* Resources
This contains all the helper scripts and icons which are
required for the Android application and the web site.
* Website
This is the Django web site which is set up for running in
Google App Engine. It includes code from the django-appengine
project, but could ported to vanilla Django with an SQL db
without too much trouble.