Skip to content

Commit 999c2b1

Browse files
committed
Better readme and license
1 parent de0cb61 commit 999c2b1

File tree

2 files changed

+26
-14
lines changed

2 files changed

+26
-14
lines changed

LICENSE

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of his or her rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law.

README.md

+25-14
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,34 @@
11
This is a ridiculous presentation system that works great for
2-
creative, hurried people.
2+
creative, hurried people. See [the demo](http://macwright.org/big)
3+
for an example of it working.
34

45
It makes text and images as big as they can be, gives you minimal
56
styling (`em`), and gives you left/right arrows for navigation.
67

7-
Use it by throwing the HTML chunk at the top of pages, and then
8-
divs for slides.
8+
## Quickstart
99

10-
See [the demo](http://macwright.org/big) for an example of it working.
10+
You can skip every step by doing
11+
12+
wget https://raw.github.com/tmcw/big/gh-pages/big.quickstart.html
13+
14+
This is a **bundle of all JS, CSS, and HTML code** - which means that it's
15+
a bit harder to update, but there are **no external dependencies** here,
16+
so no conference-wifi-pwn.
17+
18+
## Presentations with Big
19+
20+
* [the demo](http://macwright.org/big)
21+
* [WhereCamp Boston](http://macwright.org/presentations/wherecampboston/) (big alpha)
22+
* [foss4g](http://macwright.org/presentations/foss4g/1.html) (big alpha)
23+
* Yours? Post it in issues.
24+
25+
## License
26+
27+
It's CC0: Public Domain
28+
29+
## Source
30+
31+
The source looks like:
1132

1233
```html
1334
<!DOCTYPE html><html><head><title></title><link href='big.css' rel='stylesheet' type='text/css' /><script src='big.js'></script></head><body>
@@ -21,13 +42,3 @@ See [the demo](http://macwright.org/big) for an example of it working.
2142
<div><img src='http://farm3.static.flickr.com/2506/5757000880_509440308e_z.jpg' /></div>
2243
<div>JS+CSS <a href='https://github.com/tmcw/big'>github.com/ tmcw/ big</a></div>
2344
```
24-
25-
## Presentations with Big
26-
27-
* [WhereCamp Boston](http://macwright.org/presentations/wherecampboston/) (big alpha)
28-
* [foss4g](http://macwright.org/presentations/foss4g/1.html) (big alpha)
29-
* Yours? Post it in issues.
30-
31-
## License
32-
33-
It's CC0: Public Domain

0 commit comments

Comments
 (0)