Skip to content

Commit

Permalink
Improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
jroimartin committed Jan 28, 2015
1 parent 992de08 commit 94b3f0b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 21 deletions.
21 changes: 0 additions & 21 deletions README

This file was deleted.

26 changes: 26 additions & 0 deletions README.md
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\>

0 comments on commit 94b3f0b

Please sign in to comment.