-
Notifications
You must be signed in to change notification settings - Fork 155
/
index.html
81 lines (71 loc) · 5.03 KB
/
index.html
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
<!doctype html>
<html>
<head>
<title>Home - Emil's Tabs</title>
<script type="text/javascript" src="/js/runtime.js"></script>
<script type="text/javascript" src="/js/vendors.js"></script>
<script type="text/javascript" src="/js/index.js"></script>
<link href="/stylesheets/typeahead.js-bootstrap.css" rel="stylesheet" type="text/css" />
<link href="/stylesheets/emilstabs.css" type="text/css" rel="stylesheet" />
</head>
<body>
<div id="nav"></div>
<div class="container">
<div class="content">
<div class="row">
<div class="col-sm-12">
<p>Welcome to the official unofficial repository of guitar transcriptions to many of the songs played by Phish. Actual official transcriptions can be purchased from <a href="http://drygoods.phish.com/">Phish DryGoods</a>. If you have a correction or new submission, please add or edit the file directly in <a href="https://github.com/ehedaya/emilstabs.org">Github</a> or <a href="https://github.com/ehedaya/emilstabs.org/issues">open an issue</a>. There's also a small selection of old video clips of Trey playing on <a href="http://www.youtube.com/emilstabs">YouTube</a>.</p>
<p>
<a href="tabs/" class="btn btn-large btn-primary">Guitar tabs</a>
<a href="bass/" class="btn btn-large btn-primary">Bass tabs</a>
<a href="https://github.com/ehedaya/emilstabs.org/wiki/Resources" class="btn btn-large btn-primary">Resources</a>
</p>
<hr/>
<h3>Resources</h3>
<div class="row">
<div class="col-sm-6">
<h4>Bass tabs from Brad Weiger</h3>
<p>A trove of over 80 hand-written bass tabs has been generously made available to the community by Brad Weiger, former bassist of the tribute band <a href="https://www.facebook.com/lawnboys">The Lawn Boys</a>. <strong>But we need your help!</strong> If you are able and willing to help transcribe these from their present hand-written-and-scanned format to digital, your help will be much appreciated. Please save bass tabs in the <a href="https://github.com/ehedaya/emilstabs.org/tree/master/files/bass"><code>bass/</code> subfolder</a>.</p>
<i class="glyphicon glyphicon-download"></i> <a href="/files/82-Phish-Bass-Tabs-by-Brad-Weiger.pdf.zip">Download PDF</a>
</div>
<div class="col-sm-6">
<h4>Michael Fisher's "How to Play Phish" playlist</h4>
<p>Michael started this project during the summer of 2014 as a fun way to teach himself some Phish songs.</p>
<p><i class="glyphicon glyphicon-link"></i> <a href="https://www.youtube.com/playlist?list=PL38ZwelW-Y3S_y7cioEMG66yFUVFwWIyJ">How to Play Phish Playlist (Youtube)</a></p>
</div>
</div>
<hr/>
<h3>Open-source archive</h3>
<p>In an effort to make the information both more freely available to anyone who wants it and easier to maintain, all transcriptions are now simple text files. This information belongs to the community, so you can <a href="https://github.com/ehedaya/emilstabs.org/archive/master.zip">download a snapshot</a> of the entire archive and save it to your hard drive at any time.</p>
<p>
<a href="https://github.com/ehedaya/emilstabs.org/archive/master.zip" class="btn btn-primary">Download entire archive</a>
<h4>How to contribute</h4>
<p>To contribute, you'll need to create a <a href="http://github.com/">Github</a> account, which is free.</p>
<h5>Edit a transcription directly</h5>
<p>The preferred method is detailed below, but if you can't figure it out, simply <a href="https://github.com/ehedaya/emilstabs.org/issues/new">open an issue</a> and describe your correction there.</p>
<ol>
<li>Browse to the file you want to edit (or find it using the <a href="http://github.com/ehedaya/emilstabs.org/">search box at the top</a>) and click the "Edit" button near the top of the file. </li>
<li>Make your changes, then click "Propose File Change."</li>
<li>On the next page, click "Send pull request" to send a request to have your changes merged back into the main project. If you've changed your mind and want to delete your changes, click on the "Branches" tab and delete the branch.</li>
<li>Once your request has been accepted, you can delete the old branch (optional).</li>
</ol>
<h5>Create a new transcription</h5>
<ol>
<li>For the sake of simplicity, use the links below:
<ul class="unstyled">
<li><a href="https://github.com/ehedaya/emilstabs.org/new/master/files/tabs" class="btn btn-mini btn-success">New guitar transcription</a> <a href="https://github.com/ehedaya/emilstabs.org/new/master/files/bass" class="btn btn-mini btn-success">New bass guitar transcription</a></li>
</ul>
<li>Paste or type in the transcription, then click "Propose new file"</li>
<li>On the next page, click "Send pull request" to send a request to have your transcription file merged into the main project. </li>
</ul>
</li>
</ol>
</p>
</div>
</div>
</div>
</div>
<footer></footer>
</div>
</body>
</html>