Humla is an open source project of HTML5 presentation environment inspired by HTML5Rocks.
Similarly as Beamer exist for Latexers, Humla'a aim is to provide environment for creating slides for presentations in HTML while utilizing extensive HTML5 features. Humla is particularly useful for technical presentations and was originally created as a tool for the Czech Technical University courses Middleware and Web Services and Web 2.0. To see Humla in action, see Lecture 1 of Web Services and Middleware course.
There is currently no IDE available, slides must be edited directly in HTML.
Feel free to fork Humla, write plugins and patch it yourself!
- Every slide has a unique URL.
- Plugin architecture with views and extensions.
- A view allows to define the way how slides are presented; there is currently a browsing view for convenient slides browsing, a slideshow view for presentations, a grid view for overview of slides in a presentation, and a print view for printing slides.
- An extension defines processing of slides' content such as for replacment of variables, online integration with pictures from Google Drawing, online integration with github to display a code, Latex formulas, etc.
Humla currently works and is tested on the latest versions of Chrome and Safari.
Via git (or downloaded tarball):
$ git clone [email protected]:tomvit/humla.git
After Humla has been downloaded, go to the humla directory and update submodules:
$ git submodule update --init --recursive
To run test.html
in examples locally, you need to start your browser with options to run XHR on
local files. For example, to enable Chrome to run XHR on local files start it with the argument
--args --allow-file-access-from-files
. If you can access test.html
at a Web server,
just point your browser to it.
Use the following keys to navigate in the presentation:
1
switches to the browser view2
switches to the slideshow view3
switches to the grid view4
orp
switches to the print viewleft
,right
goes to the previous and next slide respectivelye
shows the last error if anyd
toggles the debug mode
See Lecture 1 of Web Services and Middleware course for more information on how Humla can be used for making presentations.
The GPL version 3, http://www.gnu.org/licenses/gpl.txt