-
Notifications
You must be signed in to change notification settings - Fork 6
/
changes.txt
37 lines (33 loc) · 1.7 KB
/
changes.txt
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
* CHANGES:
1.0
- humla server deprecared
- pdf and toc generation scripts
- docker image and scripts to generate pdf and toc
0.3
- first version of humla server v0.1
- ajax crawling via phantomjs
- !# used in fragments on slides when ajax crawling is enabled by the server
- Humla server extensionsible model
- Humla server extensions implementing APIs for selected resources (currently read-only, i.e. GET)
such as all lectures in a set, lecture descriptions, sitemap
- title drawings retrieved via humla API
- http caching (via etags) and in-memory server-side caching for lectures' descriptions
0.2.1
- supplementary configuration for installation-specific configuration
- new extension: github - a code can be linked with the code at github;
also stores the code in localstorage for fast loading
- events changed to interfaces: views and extensions, events removed
- status of asynchronous objects loading in extensions. It is now possible
to check the status when all the objects are loaded. This is used by the print view
(which will be used when printing through wkhtmltopdf).
- document.lastModified converted from GMT to local time
(new value assigned to humla.controler.lastModified)
0.2.0
- major refactoring of the original Humla 0.1
- possible to define views and extensions in config.json
- every slide has a unique URL either with a slide number or slide id (if exists)
- possibility to assign scripts in config.json to groups so that it is possible
to manage dependencies on scripts when loading
- developed main extensions for creating outlines, importing drawings from
Google drawings, importing external references from a Google Spreadsheet,
importing images of latex formulas, syntax highlighting