forked from basho/mochiweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rebar
executable file
·825 lines (691 loc) · 28.9 KB
/
rebar
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>rebar at master from mochi/mochiweb - GitHub</title>
<link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="GitHub" />
<link rel="fluid-icon" href="https://github.com/fluidicon.png" title="GitHub" />
<meta content="authenticity_token" name="csrf-param" />
<meta content="f904fbbde35a16820bdab503f87f241345c772a0" name="csrf-token" />
<link href="https://a248.e.akamai.net/assets.github.com/stylesheets/bundle_github.css?6b5d692977b08742ec00aa5dab2fd958e92f1410" media="screen" rel="stylesheet" type="text/css" />
<script src="https://a248.e.akamai.net/assets.github.com/javascripts/bundle_jquery.js?1cda878e9113acce74087d5ff1a5e1c49fb94eeb" type="text/javascript"></script>
<script src="https://a248.e.akamai.net/assets.github.com/javascripts/bundle_github.js?2dc50814e43ab0e16d507dc6c08dd427d1c1b301" type="text/javascript"></script>
<link rel='permalink' href='/mochi/mochiweb/blob/e6d1870200802f32e17e334272191397e15aec53/rebar'>
<meta name="description" content="mochiweb - MochiWeb is an Erlang library for building lightweight HTTP servers." />
<link href="https://github.com/mochi/mochiweb/commits/master.atom" rel="alternate" title="Recent Commits to mochiweb:master" type="application/atom+xml" />
</head>
<body class="logged_out page-blob env-production ">
<div id="main">
<div id="header" class="true">
<a class="logo" href="https://github.com">
<img alt="github" class="default svg" height="45" src="https://a248.e.akamai.net/assets.github.com/images/modules/header/logov6.svg" />
<img alt="github" class="default png" height="45" src="https://a248.e.akamai.net/assets.github.com/images/modules/header/logov6.png" />
<!--[if (gt IE 8)|!(IE)]><!-->
<img alt="github" class="hover svg" height="45" src="https://a248.e.akamai.net/assets.github.com/images/modules/header/logov6-hover.svg" />
<img alt="github" class="hover png" height="45" src="https://a248.e.akamai.net/assets.github.com/images/modules/header/logov6-hover.png" />
<!--<![endif]-->
</a>
<div class="topsearch">
<!--
make sure to use fully qualified URLs here since this nav
is used on error pages on other domains
-->
<ul class="nav logged_out">
<li class="pricing"><a href="https://github.com/plans">Signup and Pricing</a></li>
<li class="explore"><a href="https://github.com/explore">Explore GitHub</a></li>
<li class="features"><a href="https://github.com/features">Features</a></li>
<li class="blog"><a href="https://github.com/blog">Blog</a></li>
<li class="login"><a href="https://github.com/login?return_to=%2Fmochi%2Fmochiweb%2Fblob%2Fmaster%2Frebar">Login</a></li>
</ul>
</div>
</div>
<div class="site">
<div class="pagehead repohead vis-public instapaper_ignore readability-menu">
<div class="title-actions-bar">
<h1>
<a href="/mochi">mochi</a> /
<strong><a href="/mochi/mochiweb" class="js-current-repository">mochiweb</a></strong>
</h1>
<ul class="pagehead-actions">
<li>
<a href="/mochi/mochiweb/toggle_watch" class="minibutton btn-watch watch-button" data-method="post"><span><span class="icon"></span>Watch</span></a>
</li>
<li><a href="/mochi/mochiweb/fork" class="minibutton btn-fork fork-button" data-method="post"><span><span class="icon"></span>Fork</span></a></li>
<li class="repostats">
<ul class="repo-stats">
<li class="watchers ">
<a href="/mochi/mochiweb/watchers" title="Watchers" class="tooltipped downwards">
482
</a>
</li>
<li class="forks">
<a href="/mochi/mochiweb/network" title="Forks" class="tooltipped downwards">
92
</a>
</li>
</ul>
</li>
</ul>
</div>
<ul class="tabs">
<li><a href="/mochi/mochiweb" class="selected" highlight="repo_sourcerepo_downloadsrepo_commitsrepo_tagsrepo_branches">Code</a></li>
<li><a href="/mochi/mochiweb/network" highlight="repo_networkrepo_fork_queue">Network</a>
<li><a href="/mochi/mochiweb/pulls" highlight="repo_pulls">Pull Requests <span class='counter'>5</span></a></li>
<li><a href="/mochi/mochiweb/issues" highlight="repo_issues">Issues <span class='counter'>9</span></a></li>
<li><a href="/mochi/mochiweb/wiki" highlight="repo_wiki">Wiki <span class='counter'>1</span></a></li>
<li><a href="/mochi/mochiweb/graphs" highlight="repo_graphsrepo_contributors">Stats & Graphs</a></li>
</ul>
<div class="frame frame-center tree-finder" style="display:none"
data-tree-list-url="/mochi/mochiweb/tree-list/e6d1870200802f32e17e334272191397e15aec53"
data-blob-url-prefix="/mochi/mochiweb/blob/e6d1870200802f32e17e334272191397e15aec53"
>
<div class="breadcrumb">
<b><a href="/mochi/mochiweb">mochiweb</a></b> /
<input class="tree-finder-input" type="text" name="query" autocomplete="off" spellcheck="false">
</div>
<div class="octotip">
<p>
<a href="/mochi/mochiweb/dismiss-tree-finder-help" class="dismiss js-dismiss-tree-list-help" title="Hide this notice forever">Dismiss</a>
<strong>Octotip:</strong> You've activated the <em>file finder</em>
by pressing <span class="kbd">t</span> Start typing to filter the
file list. Use <span class="kbd badmono">↑</span> and
<span class="kbd badmono">↓</span> to navigate,
<span class="kbd">enter</span> to view files.
</p>
</div>
<table class="tree-browser" cellpadding="0" cellspacing="0">
<tr class="js-header"><th> </th><th>name</th></tr>
<tr class="js-no-results no-results" style="display: none">
<th colspan="2">No matching files</th>
</tr>
<tbody class="js-results-list">
</tbody>
</table>
</div>
<div id="jump-to-line" style="display:none">
<h2>Jump to Line</h2>
<form>
<input class="textfield" type="text">
<div class="full-button">
<button type="submit" class="classy">
<span>Go</span>
</button>
</div>
</form>
</div>
<div class="subnav-bar">
<ul class="actions">
<li class="switcher">
<div class="context-menu-container js-menu-container">
<span class="text">Current branch:</span>
<a href="#"
class="minibutton bigger switcher context-menu-button js-menu-target js-commitish-button btn-branch repo-tree"
data-master-branch="master"
data-ref="master">
<span><span class="icon"></span>master</span>
</a>
<div class="context-pane commitish-context js-menu-content">
<a href="javascript:;" class="close js-menu-close"></a>
<div class="title">Switch Branches/Tags</div>
<div class="body pane-selector commitish-selector js-filterable-commitishes">
<div class="filterbar">
<div class="placeholder-field js-placeholder-field">
<label class="placeholder" for="context-commitish-filter-field" data-placeholder-mode="sticky">Filter branches/tags</label>
<input type="text" id="context-commitish-filter-field" class="commitish-filter" />
</div>
<ul class="tabs">
<li><a href="#" data-filter="branches" class="selected">Branches</a></li>
<li><a href="#" data-filter="tags">Tags</a></li>
</ul>
</div>
<div class="commitish-item branch-commitish selector-item">
<h4>
<a href="/mochi/mochiweb/blob/afrobeard-pull-45/rebar" data-name="afrobeard-pull-45">afrobeard-pull-45</a>
</h4>
</div>
<div class="commitish-item branch-commitish selector-item">
<h4>
<a href="/mochi/mochiweb/blob/dr-dialyzer-more-warnings/rebar" data-name="dr-dialyzer-more-warnings">dr-dialyzer-more-warnings</a>
</h4>
</div>
<div class="commitish-item branch-commitish selector-item">
<h4>
<a href="/mochi/mochiweb/blob/dr-remove-mochiweb-app/rebar" data-name="dr-remove-mochiweb-app">dr-remove-mochiweb-app</a>
</h4>
</div>
<div class="commitish-item branch-commitish selector-item">
<h4>
<a href="/mochi/mochiweb/blob/fdsrv-removal/rebar" data-name="fdsrv-removal">fdsrv-removal</a>
</h4>
</div>
<div class="commitish-item branch-commitish selector-item">
<h4>
<a href="/mochi/mochiweb/blob/flv-mime-type/rebar" data-name="flv-mime-type">flv-mime-type</a>
</h4>
</div>
<div class="commitish-item branch-commitish selector-item">
<h4>
<a href="/mochi/mochiweb/blob/hmac-example-53/rebar" data-name="hmac-example-53">hmac-example-53</a>
</h4>
</div>
<div class="commitish-item branch-commitish selector-item">
<h4>
<a href="/mochi/mochiweb/blob/html5-gh64/rebar" data-name="html5-gh64">html5-gh64</a>
</h4>
</div>
<div class="commitish-item branch-commitish selector-item">
<h4>
<a href="/mochi/mochiweb/blob/master/rebar" data-name="master">master</a>
</h4>
</div>
<div class="commitish-item branch-commitish selector-item">
<h4>
<a href="/mochi/mochiweb/blob/perf/rebar" data-name="perf">perf</a>
</h4>
</div>
<div class="commitish-item branch-commitish selector-item">
<h4>
<a href="/mochi/mochiweb/blob/proper/rebar" data-name="proper">proper</a>
</h4>
</div>
<div class="commitish-item branch-commitish selector-item">
<h4>
<a href="/mochi/mochiweb/blob/pu/rebar" data-name="pu">pu</a>
</h4>
</div>
<div class="commitish-item branch-commitish selector-item">
<h4>
<a href="/mochi/mochiweb/blob/R12B/rebar" data-name="R12B">R12B</a>
</h4>
</div>
<div class="commitish-item branch-commitish selector-item">
<h4>
<a href="/mochi/mochiweb/blob/start-vs-start_link-gh58/rebar" data-name="start-vs-start_link-gh58">start-vs-start_link-gh58</a>
</h4>
</div>
<div class="commitish-item tag-commitish selector-item">
<h4>
<a href="/mochi/mochiweb/blob/v2.3.0/rebar" data-name="v2.3.0">v2.3.0</a>
</h4>
</div>
<div class="commitish-item tag-commitish selector-item">
<h4>
<a href="/mochi/mochiweb/blob/v2.2.1/rebar" data-name="v2.2.1">v2.2.1</a>
</h4>
</div>
<div class="commitish-item tag-commitish selector-item">
<h4>
<a href="/mochi/mochiweb/blob/v2.1.0/rebar" data-name="v2.1.0">v2.1.0</a>
</h4>
</div>
<div class="commitish-item tag-commitish selector-item">
<h4>
<a href="/mochi/mochiweb/blob/active-passive/rebar" data-name="active-passive">active-passive</a>
</h4>
</div>
<div class="commitish-item tag-commitish selector-item">
<h4>
<a href="/mochi/mochiweb/blob/1.5.2/rebar" data-name="1.5.2">1.5.2</a>
</h4>
</div>
<div class="commitish-item tag-commitish selector-item">
<h4>
<a href="/mochi/mochiweb/blob/1.5.1/rebar" data-name="1.5.1">1.5.1</a>
</h4>
</div>
<div class="commitish-item tag-commitish selector-item">
<h4>
<a href="/mochi/mochiweb/blob/1.5.0/rebar" data-name="1.5.0">1.5.0</a>
</h4>
</div>
<div class="commitish-item tag-commitish selector-item">
<h4>
<a href="/mochi/mochiweb/blob/1.4.1/rebar" data-name="1.4.1">1.4.1</a>
</h4>
</div>
<div class="commitish-item tag-commitish selector-item">
<h4>
<a href="/mochi/mochiweb/blob/1.4.0/rebar" data-name="1.4.0">1.4.0</a>
</h4>
</div>
<div class="no-results" style="display:none">Nothing to show</div>
</div>
</div><!-- /.commitish-context-context -->
</div>
</li>
</ul>
<ul class="subnav">
<li><a href="/mochi/mochiweb" class="selected" highlight="repo_source">Files</a></li>
<li><a href="/mochi/mochiweb/commits/master" highlight="repo_commits">Commits</a></li>
<li><a href="/mochi/mochiweb/branches" class="" highlight="repo_branches">Branches <span class="counter">13</span></a></li>
<li><a href="/mochi/mochiweb/tags" class="" highlight="repo_tags">Tags <span class="counter">9</span></a></li>
<li><a href="/mochi/mochiweb/downloads" class="blank" highlight="repo_downloads">Downloads <span class="counter">0</span></a></li>
</ul>
</div>
</div><!-- /.pagehead -->
<p class="last-commit">Latest commit to the <strong>master</strong> branch</p>
<div class="commit commit-tease js-details-container">
<p class="commit-title ">
<a href="/mochi/mochiweb"><a href="/mochi/mochiweb/commit/e6d1870200802f32e17e334272191397e15aec53" class="message">Merge branch 'html5-gh64'</a></a>
</p>
<div class="commit-meta">
<a href="/mochi/mochiweb/commit/e6d1870200802f32e17e334272191397e15aec53" class="sha-block">commit <span class="sha">e6d1870200</span></a>
<div class="authorship">
<img class="gravatar" height="20" src="https://secure.gravatar.com/avatar/b932b1e5a3e8299878e579f51f49b84a?s=140&d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png" width="20" />
<span class="author-name"><a href="/etrepum">etrepum</a></span>
authored <time class="js-relative-date" datetime="2011-10-14T18:07:55-07:00" title="2011-10-14 18:07:55">October 14, 2011</time>
</div>
</div>
</div>
<div id="slider">
<div class="breadcrumb" data-path="rebar/">
<b><a href="/mochi/mochiweb/tree/62e460dbd424c35185636a4b39f0d9c4a3211de2" class="js-rewrite-sha">mochiweb</a></b> / rebar <span style="display:none" id="clippy_2255" class="clippy-text">rebar</span>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
width="110"
height="14"
class="clippy"
id="clippy" >
<param name="movie" value="https://a248.e.akamai.net/assets.github.com/flash/clippy.swf?v5"/>
<param name="allowScriptAccess" value="always" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param NAME="FlashVars" value="id=clippy_2255&copied=copied!&copyto=copy to clipboard">
<param name="bgcolor" value="#FFFFFF">
<param name="wmode" value="opaque">
<embed src="https://a248.e.akamai.net/assets.github.com/flash/clippy.swf?v5"
width="110"
height="14"
name="clippy"
quality="high"
allowScriptAccess="always"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
FlashVars="id=clippy_2255&copied=copied!&copyto=copy to clipboard"
bgcolor="#FFFFFF"
wmode="opaque"
/>
</object>
</div>
<div class="frames">
<div class="frame frame-center" data-path="rebar/" data-permalink-url="/mochi/mochiweb/blob/62e460dbd424c35185636a4b39f0d9c4a3211de2/rebar" data-title="rebar at 62e460dbd424c35185636a4b39f0d9c4a3211de2 from mochi/mochiweb - GitHub" data-type="blob">
<div id="files">
<div class="file">
<div class="meta">
<div class="info">
<span class="icon"><img alt="Txt" height="16" src="https://a248.e.akamai.net/assets.github.com/images/icons/txt.png" width="16" /></span>
<span class="mode" title="File Mode">100755</span>
<span>95.259 kb</span>
</div>
<ul class="actions">
<li><a href="/mochi/mochiweb/raw/62e460dbd424c35185636a4b39f0d9c4a3211de2/rebar" id="raw-url">raw</a></li>
<li><a href="/mochi/mochiweb/commits/62e460dbd424c35185636a4b39f0d9c4a3211de2/rebar">history</a></li>
</ul>
</div>
<div class="data type-text">
<div class="image">
<a href="/mochi/mochiweb/blob/62e460dbd424c35185636a4b39f0d9c4a3211de2/rebar?raw=true">View Raw</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="frame frame-loading" style="display:none;" data-tree-list-url="/mochi/mochiweb/tree-list/e6d1870200802f32e17e334272191397e15aec53" data-blob-url-prefix="/mochi/mochiweb/blob/e6d1870200802f32e17e334272191397e15aec53">
<img src="https://a248.e.akamai.net/assets.github.com/images/modules/ajax/big_spinner_336699.gif" height="32" width="32">
</div>
</div>
</div>
<!-- footer -->
<div id="footer" >
<div class="upper_footer">
<div class="site" class="clearfix">
<!--[if IE]><h4 id="blacktocat_ie">GitHub Links</h4><![endif]-->
<![if !IE]><h4 id="blacktocat">GitHub Links</h4><![endif]>
<ul class="footer_nav">
<h4>GitHub</h4>
<li><a href="https://github.com/about">About</a></li>
<li><a href="https://github.com/blog">Blog</a></li>
<li><a href="https://github.com/features">Features</a></li>
<li><a href="https://github.com/contact">Contact & Support</a></li>
<li><a href="https://github.com/training">Training</a></li>
<li><a href="http://status.github.com/">Site Status</a></li>
</ul>
<ul class="footer_nav">
<h4>Tools</h4>
<li><a href="http://mac.github.com/">GitHub for Mac</a></li>
<li><a href="http://mobile.github.com/">Issues for iPhone</a></li>
<li><a href="https://gist.github.com">Gist: Code Snippets</a></li>
<li><a href="http://fi.github.com/">Enterprise Install</a></li>
<li><a href="http://jobs.github.com/">Job Board</a></li>
</ul>
<ul class="footer_nav">
<h4>Extras</h4>
<li><a href="http://shop.github.com/">GitHub Shop</a></li>
<li><a href="http://octodex.github.com/">The Octodex</a></li>
</ul>
<ul class="footer_nav">
<h4>Documentation</h4>
<li><a href="http://help.github.com/">GitHub Help</a></li>
<li><a href="http://developer.github.com/">Developer API</a></li>
<li><a href="http://github.github.com/github-flavored-markdown/">GitHub Flavored Markdown</a></li>
<li><a href="http://pages.github.com/">GitHub Pages</a></li>
</ul>
</div><!-- /.site -->
</div><!-- /.upper_footer -->
<div class="lower_footer">
<div class="site" class="clearfix">
<!--[if IE]><div id="legal_ie"><![endif]-->
<![if !IE]><div id="legal"><![endif]>
<ul>
<li><a href="https://github.com/site/terms">Terms of Service</a></li>
<li><a href="https://github.com/site/privacy">Privacy</a></li>
<li><a href="https://github.com/security">Security</a></li>
</ul>
<p>© 2011 <span id="_rrt" title="0.06066s from fe6.rs.github.com">GitHub</span> Inc. All rights reserved.</p>
</div><!-- /#legal or /#legal_ie-->
<div class="sponsor">
<a href="http://www.rackspace.com" class="logo">
<img alt="Dedicated Server" height="36" src="https://a248.e.akamai.net/assets.github.com/images/modules/footer/rackspace_logo.png?v2" width="38" />
</a>
Powered by the <a href="http://www.rackspace.com ">Dedicated
Servers</a> and<br/> <a href="http://www.rackspacecloud.com">Cloud
Computing</a> of Rackspace Hosting<span>®</span>
</div>
</div><!-- /.site -->
</div><!-- /.lower_footer -->
</div><!-- /#footer -->
<div id="keyboard_shortcuts_pane" class="instapaper_ignore readability-extra" style="display:none">
<h2>Keyboard Shortcuts <small><a href="#" class="js-see-all-keyboard-shortcuts">(see all)</a></small></h2>
<div class="columns threecols">
<div class="column first">
<h3>Site wide shortcuts</h3>
<dl class="keyboard-mappings">
<dt>s</dt>
<dd>Focus site search</dd>
</dl>
<dl class="keyboard-mappings">
<dt>?</dt>
<dd>Bring up this help dialog</dd>
</dl>
</div><!-- /.column.first -->
<div class="column middle" style='display:none'>
<h3>Commit list</h3>
<dl class="keyboard-mappings">
<dt>j</dt>
<dd>Move selection down</dd>
</dl>
<dl class="keyboard-mappings">
<dt>k</dt>
<dd>Move selection up</dd>
</dl>
<dl class="keyboard-mappings">
<dt>c <em>or</em> o <em>or</em> enter</dt>
<dd>Open commit</dd>
</dl>
<dl class="keyboard-mappings">
<dt>y</dt>
<dd>Expand URL to its canonical form</dd>
</dl>
</div><!-- /.column.first -->
<div class="column last" style='display:none'>
<h3>Pull request list</h3>
<dl class="keyboard-mappings">
<dt>j</dt>
<dd>Move selection down</dd>
</dl>
<dl class="keyboard-mappings">
<dt>k</dt>
<dd>Move selection up</dd>
</dl>
<dl class="keyboard-mappings">
<dt>o <em>or</em> enter</dt>
<dd>Open issue</dd>
</dl>
</div><!-- /.columns.last -->
</div><!-- /.columns.equacols -->
<div style='display:none'>
<div class="rule"></div>
<h3>Issues</h3>
<div class="columns threecols">
<div class="column first">
<dl class="keyboard-mappings">
<dt>j</dt>
<dd>Move selection down</dd>
</dl>
<dl class="keyboard-mappings">
<dt>k</dt>
<dd>Move selection up</dd>
</dl>
<dl class="keyboard-mappings">
<dt>x</dt>
<dd>Toggle selection</dd>
</dl>
<dl class="keyboard-mappings">
<dt>o <em>or</em> enter</dt>
<dd>Open issue</dd>
</dl>
</div><!-- /.column.first -->
<div class="column middle">
<dl class="keyboard-mappings">
<dt>I</dt>
<dd>Mark selection as read</dd>
</dl>
<dl class="keyboard-mappings">
<dt>U</dt>
<dd>Mark selection as unread</dd>
</dl>
<dl class="keyboard-mappings">
<dt>e</dt>
<dd>Close selection</dd>
</dl>
<dl class="keyboard-mappings">
<dt>y</dt>
<dd>Remove selection from view</dd>
</dl>
</div><!-- /.column.middle -->
<div class="column last">
<dl class="keyboard-mappings">
<dt>c</dt>
<dd>Create issue</dd>
</dl>
<dl class="keyboard-mappings">
<dt>l</dt>
<dd>Create label</dd>
</dl>
<dl class="keyboard-mappings">
<dt>i</dt>
<dd>Back to inbox</dd>
</dl>
<dl class="keyboard-mappings">
<dt>u</dt>
<dd>Back to issues</dd>
</dl>
<dl class="keyboard-mappings">
<dt>/</dt>
<dd>Focus issues search</dd>
</dl>
</div>
</div>
</div>
<div style='display:none'>
<div class="rule"></div>
<h3>Issues Dashboard</h3>
<div class="columns threecols">
<div class="column first">
<dl class="keyboard-mappings">
<dt>j</dt>
<dd>Move selection down</dd>
</dl>
<dl class="keyboard-mappings">
<dt>k</dt>
<dd>Move selection up</dd>
</dl>
<dl class="keyboard-mappings">
<dt>o <em>or</em> enter</dt>
<dd>Open issue</dd>
</dl>
</div><!-- /.column.first -->
</div>
</div>
<div style='display:none'>
<div class="rule"></div>
<h3>Network Graph</h3>
<div class="columns equacols">
<div class="column first">
<dl class="keyboard-mappings">
<dt><span class="badmono">←</span> <em>or</em> h</dt>
<dd>Scroll left</dd>
</dl>
<dl class="keyboard-mappings">
<dt><span class="badmono">→</span> <em>or</em> l</dt>
<dd>Scroll right</dd>
</dl>
<dl class="keyboard-mappings">
<dt><span class="badmono">↑</span> <em>or</em> k</dt>
<dd>Scroll up</dd>
</dl>
<dl class="keyboard-mappings">
<dt><span class="badmono">↓</span> <em>or</em> j</dt>
<dd>Scroll down</dd>
</dl>
<dl class="keyboard-mappings">
<dt>t</dt>
<dd>Toggle visibility of head labels</dd>
</dl>
</div><!-- /.column.first -->
<div class="column last">
<dl class="keyboard-mappings">
<dt>shift <span class="badmono">←</span> <em>or</em> shift h</dt>
<dd>Scroll all the way left</dd>
</dl>
<dl class="keyboard-mappings">
<dt>shift <span class="badmono">→</span> <em>or</em> shift l</dt>
<dd>Scroll all the way right</dd>
</dl>
<dl class="keyboard-mappings">
<dt>shift <span class="badmono">↑</span> <em>or</em> shift k</dt>
<dd>Scroll all the way up</dd>
</dl>
<dl class="keyboard-mappings">
<dt>shift <span class="badmono">↓</span> <em>or</em> shift j</dt>
<dd>Scroll all the way down</dd>
</dl>
</div><!-- /.column.last -->
</div>
</div>
<div >
<div class="rule"></div>
<div class="columns threecols">
<div class="column first" >
<h3>Source Code Browsing</h3>
<dl class="keyboard-mappings">
<dt>t</dt>
<dd>Activates the file finder</dd>
</dl>
<dl class="keyboard-mappings">
<dt>l</dt>
<dd>Jump to line</dd>
</dl>
<dl class="keyboard-mappings">
<dt>w</dt>
<dd>Switch branch/tag</dd>
</dl>
<dl class="keyboard-mappings">
<dt>y</dt>
<dd>Expand URL to its canonical form</dd>
</dl>
</div>
</div>
</div>
</div>
<div id="markdown-help" class="instapaper_ignore readability-extra">
<h2>Markdown Cheat Sheet</h2>
<div class="cheatsheet-content">
<div class="mod">
<div class="col">
<h3>Format Text</h3>
<p>Headers</p>
<pre>
# This is an <h1> tag
## This is an <h2> tag
###### This is an <h6> tag</pre>
<p>Text styles</p>
<pre>
*This text will be italic*
_This will also be italic_
**This text will be bold**
__This will also be bold__
*You **can** combine them*
</pre>
</div>
<div class="col">
<h3>Lists</h3>
<p>Unordered</p>
<pre>
* Item 1
* Item 2
* Item 2a
* Item 2b</pre>
<p>Ordered</p>
<pre>
1. Item 1
2. Item 2
3. Item 3
* Item 3a
* Item 3b</pre>
</div>
<div class="col">
<h3>Miscellaneous</h3>
<p>Images</p>
<pre>
![GitHub Logo](/images/logo.png)
Format: ![Alt Text](url)
</pre>
<p>Links</p>
<pre>
http://github.com - automatic!
[GitHub](http://github.com)</pre>
<p>Blockquotes</p>
<pre>
As Kanye West said:
> We're living the future so
> the present is our past.
</pre>
</div>
</div>
<div class="rule"></div>
<h3>Code Examples in Markdown</h3>
<div class="col">
<p>Syntax highlighting with <a href="http://github.github.com/github-flavored-markdown/" title="GitHub Flavored Markdown" target="_blank">GFM</a></p>
<pre>
```javascript
function fancyAlert(arg) {
if(arg) {
$.facebox({div:'#foo'})
}
}
```</pre>
</div>
<div class="col">
<p>Or, indent your code 4 spaces</p>
<pre>
Here is a Python code example
without syntax highlighting:
def foo:
if not bar:
return true</pre>
</div>
<div class="col">
<p>Inline code for comments</p>
<pre>
I think you should use an
`<addr>` element here instead.</pre>
</div>
</div>
</div>
</div>
<div class="context-overlay"></div>
</body>
</html>