forked from CyberAula/vish_editor
-
Notifications
You must be signed in to change notification settings - Fork 0
ViSH Editor Installation
Aldo edited this page Feb 9, 2015
·
2 revisions
ViSH Editor is an open source e-Learning authoring tool to create web presentations in a simple and friendly way.
The client side has been developed using HTML5, CSS and JavaScript. The source code is available in this same repository.
A server side implementation has been developed in Ruby on Rails. The source code of this implementation is available in the ViSH repository, and it is also open source.
- The tool is composed by two main modules:
- ViSH Viewer: is a fully client-side HTML application, which only allows to show the presentations. Since it has no server side, all the source code is available on this same repository.
- ViSH Editor: allows both to create/edit and show the presentations. It requires a server side.
...