blob: 4753511958a1b593429ec1fbfa045836b49dc7ca (
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/p/xsw/
|