-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
992de08
commit 94b3f0b
Showing
2 changed files
with
26 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# ssg - simple slide generator | ||
|
||
## Description | ||
|
||
ssg is a slide generation system which provides a markdown-like syntax. | ||
|
||
## Usage | ||
|
||
`cat slides | ssg > slides.ps` | ||
|
||
See t/test for typical use cases. | ||
|
||
## Customization | ||
|
||
Copy doc/config to your working directory and customize it. Then, load the | ||
new config with: | ||
|
||
`cat slides | ssg -c config > slides.ps` | ||
|
||
## Encoding | ||
|
||
`ssg < slides | iconv -f UTF-8 -t L1 > slides.ps` | ||
|
||
## Author | ||
|
||
* Nibble \<develsec.org\> |