/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to README

  • Committer: galaxyAbstractor
  • Date: 2013-04-11 13:59:06 UTC
  • mto: (23.2.1 lenasys)
  • mto: This revision was merged to the branch mainline in revision 24.
  • Revision ID: galaxyabstractor@gmail.com-20130411135906-tohvazsxmw77otid
Removed codeigniter user guide, shouldn't be in the repo
Added and implemented CKEditor Wysiwyg editor for editing of pages
Made already uploaded code files visible as you edit a page
Implemented Adams dropdown menu in codeviewer

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
-------------------------------------------------------------------------------
2
 
| LenaSYS:                                                                    |
3
 
| A computer science course programming and examination environment           |
4
 
-------------------------------------------------------------------------------
5
 
 
6
 
This project has many components based on HTML5 designs.
7
 
 
8
 
* System for Displaying Programming Code in a CMS-like manner
9
 
* System for small automated Assignments
10
 
* System for Modeling and Querying Databases in the Browser
11
 
* System for importing and exporting graphics in support of the other goals.
12
 
 
13
 
The goal is to make a full featured system for teaching programming to
14
 
undergraduate students using modern platform independent web based
15
 
technologies.
16
 
 
17
 
This includes both examination, modeling design and programming in its various
18
 
forms.
19
 
 
20
 
Authors:
21
 
Gustav Hartigsson                       gustav(dot)hartvigsson<at>gmail(dot)com
22
 
Victor Nagy
23
 
(add more here)
24
 
 
25
 
Libraries/frameworks used:
26
 
CodeIgniter - http://ellislab.com/codeigniter
27
 
JQuery      - http://jquery.com/
28
 
AJAX Ace    - http://ajaxorg.github.io/ace/
29