]> Dogcows Code - chaz/talk-introduction-to-psgi/blob - README.md
fix up for presentation
[chaz/talk-introduction-to-psgi] / README.md
1
2 # Slides for "Introduction to PSGI"
3
4 This directory contains the slides for my talk entitled "Introduction to PSGI".
5
6 The slides were written in [Markdown](https://daringfireball.net/projects/markdown/) format and can be rendered with
7 [remark](http://remarkjs.com/).
8
9 ## Options
10
11 To view the slides:
12
13 make run
14
15 To build slides and run as a PSGI app:
16
17 make run-app
18
19 To build a PDF version of the slides:
20
21 make pdf
22
This page took 0.03234 seconds and 4 git commands to generate.