Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

Commit

Permalink
Added templates used to generate the slides
Browse files Browse the repository at this point in the history
  • Loading branch information
ciberch committed Mar 23, 2012
1 parent c094d34 commit 9d113a8
Show file tree
Hide file tree
Showing 46 changed files with 11,760 additions and 41 deletions.
1 change: 1 addition & 0 deletions .rvmrc
@@ -0,0 +1 @@
rvm use 1.9.2@presos
3 changes: 3 additions & 0 deletions Gemfile
@@ -0,0 +1,3 @@
source "http://rubygems.org"

gem "slideshow"
25 changes: 0 additions & 25 deletions Gemfile.lock

This file was deleted.

13 changes: 3 additions & 10 deletions README.md
Expand Up @@ -6,7 +6,7 @@ Feel free to fork and use.
In order to use these slides you will need to

``` ruby
gem install slideshow
bundle install
```

To read about the SlideShow gem go [here](http://slideshow.rubyforge.org/)
Expand All @@ -22,17 +22,10 @@ cd mobile
```

Then generate as many slide sets as you want.

I generated 2 sets one for mobile viewing:
The make.sh script in each dir has the commands to use the slideshow script with the templates in this repo

``` bash
slideshow -t ~/.slideshow/templates/monica/s6.txt index.md -o ../output/public/mobile
```

And one for desktop viewing:

```
slideshow -t deck.js.txt index.md -o ../output/public/mobile-alt
./make.sh
```

Finally you can push this app to Cloud Foundry for example
Expand Down
2 changes: 1 addition & 1 deletion bootcamp/make.sh
@@ -1 +1 @@
slideshow -t deck.js.txt index.md -o ../output/public/bootcamp
slideshow -t ../templates/deck.js/deck.js.txt index.md -o ../output/public/bootcamp
2 changes: 1 addition & 1 deletion erlang/make.sh
@@ -1 +1 @@
slideshow -t deck.js.txt index.md -o ../output/public/erlang
slideshow -t ../templates/deck.js/deck.js.txt index.md -o ../output/public/erlang
2 changes: 1 addition & 1 deletion make.sh
@@ -1 +1 @@
slideshow -t deck.js.txt index.md -o output/public
slideshow -t templates/deck.js/deck.js.txt index.md -o output/public
4 changes: 2 additions & 2 deletions mobile/make.sh
@@ -1,2 +1,2 @@
slideshow -t deck.js.txt index.md -o ../output/public/mobile-alt
slideshow -t ~/.slideshow/templates/monica/s6.txt index.md -o ../output/public/mobile
slideshow -t ../templates/deck.js/deck.js.txt index.md -o ../output/public/mobile-alt
slideshow -t ../templates/mobile/s6.txt index.md -o ../output/public/mobile
13 changes: 13 additions & 0 deletions output/manifest.yml
@@ -0,0 +1,13 @@
---
applications:
.:
name: studios
url: ${name}.${target-base}
framework:
name: sinatra
info:
mem: 128M
description: Sinatra Application
exec: ruby app.rb
mem: 128M
instances: 1
2 changes: 1 addition & 1 deletion ruby/make.sh
@@ -1 +1 @@
slideshow -t deck.js.txt index.md -o ../output/public/ruby
slideshow -t ../templates/deck.js/deck.js.txt index.md -o ../output/public/ruby
Empty file added shared/patrick.md
Empty file.

0 comments on commit 9d113a8

Please sign in to comment.