Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/README.md
blob: 571c16b1f65d953f1017e359196e530606ae99cc (plain)
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
# What is Abecedarium ?

Abecedarium activity for Sugar.  
 


# How it works ?

Abecedarium is wrote mainly in HTML5/JavaScript using the Enyo Framework.  
All the HTML5/JavaScript is encapsulated in Python code executing a WebView (an instance of the WebKit browser).  

# Folders

## /.

Contains Python code (activity.py) and the framework to communicate between Python and JavaScript (enyo.py).

## /activity

Contains the Sugar manifest manifest to describe the activity.

## /html

All the HTML5/JavaScript is in this directory. 
* index.html is the HTML container
* styles.css contains all CSS class used
* package.js list all javascript files to load
* app.js is the main screen


## /html/enyo and /html/lib

Contains the Enyo Framework.

## /html/audio

Contains all music and sound files.

## /html/images

Contains all images.

## /html/css

Styles sheet for different platforms.