blob: 52360396f8e999fd713765375960568fc5985fad (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
xsw is a tool for generating presentations.
It uses a simple language to describe the slides.
An example xsw file is:
slide:
- "Hello" x:50 y:30 align:center
+ "World!"
WWW: http://code.google.com/xsw/
|