-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paththemes.txt
37 lines (27 loc) · 1003 Bytes
/
themes.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
* Themes
#OPT: id=Themes
#theme
#LIST fmt=html plain! sub!: toc
Theme support is still preliminary. A theme is a collection of
- an ini file (''THEME/theme.ini'', see also{ref: allow} and{ref:
configuration})
- css files (''THEME/css/...'')
- templates (''THEME/templates/...'')
- a library (''THEME/lib/...'')
- a prelude (''THEME/prelude.txt'')
- additional resources (''THEME/resources/*'')
All components are optional and are stored in either one of
- ''~/.deplate/themes/THEME/...''
- ''~/.deplate/themes/THEME/...''
- ''/lib/ruby/.../deplate/themes/THEME/...''
Users can use the ''--theme=THEME'' command line switch to apply these
settings to the input document.
** presentation.html
Simple plain HTML-based multi-page presentations.
** s5.xhtml
Slideshows based on Eric Meyer's
[[http://www.meyerweb.com/eric/tools/s5/][s5]] system.
% 2008-08-27; @Last Change: 2008-08-27.
% vi: ft=viki:tw=72:ts=4
% Local Variables:
% End: