Renamed Songs -> Andrew
[songbook.git] / web / songbook.html
index 071f02b..0a161c5 100644 (file)
@@ -46,7 +46,7 @@ my Songbook using the web (described below).</p>
 <h2>Chordpro file format</h2>
 
 <p>You can go
-to <a href="http://defaria.com/songbook/Songs">http://defaria.com/songbook/Songs</a>
+to <a href="http://defaria.com/songbook/Andrew">http://defaria.com/songbook/Songs</a>
 and you'll see a list of all the files in that directory, the .pro
 files of the songs I have. You can click on any of them but what you
 will get is an unrendered version of the .pro file. For example: If
@@ -103,19 +103,19 @@ text between {soc} and {eoc} (start of chorus, end of chorus). So
 given the above SongTitle="Brown Eyed Girl" we can formulate the URL
 to render it thusly:</p>
 
-<blockquote><a href="http://defaria.com/songbook/webchord.cgi?chordpro=/web/songbook/Songs/Brown Eyed Girl.pro">http://defaria.com/songbook/webchord.cgi?chordpro=/web/songbook/Songs/Brown Eyed Girl.pro</a></blockquote>
+<blockquote><a href="http://defaria.com/songbook/webchord.cgi?chordpro=/web/songbook/Andrew/Brown Eyed Girl.pro">http://defaria.com/songbook/webchord.cgi?chordpro=/web/songbook/Songs/Brown Eyed Girl.pro</a></blockquote>
 
 <p>You can do the same thing for the other songs there too.</p>
 
 <p>I should just write a quick script that gets all of the .pro files
-in the directory songbook/Songs and then formulates a page of links
+in the directory songbook/Andrew and then formulates a page of links
 that have the webchord.cgi links to render them like:</p>
 
 <ul>
-  <li><a href="http://defaria.com/songbook/webchord.cgi?chordpro=/web/songbook/Songs/Across the Universe.pro">Across the Universe</a></li>
-  <li><a href="http://defaria.com/songbook/webchord.cgi?chordpro=/web/songbook/Songs/American Pie.pro">American Pie</a></li>
-  <li><a href="http://defaria.com/songbook/webchord.cgi?chordpro=/web/songbook/Songs/Amie.pro">Amie</a></li>
-  <li><a href="http://defaria.com/songbook/webchord.cgi?chordpro=/web/songbook/Songs/Back in the USSR.pro">Back in the USSR</a></li>
+  <li><a href="http://defaria.com/songbook/webchord.cgi?chordpro=/web/songbook/Andrew/Across the Universe.pro">Across the Universe</a></li>
+  <li><a href="http://defaria.com/songbook/webchord.cgi?chordpro=/web/songbook/Andrew/American Pie.pro">American Pie</a></li>
+  <li><a href="http://defaria.com/songbook/webchord.cgi?chordpro=/web/songbook/Andrew/Amie.pro">Amie</a></li>
+  <li><a href="http://defaria.com/songbook/webchord.cgi?chordpro=/web/songbook/Andrew/Back in the USSR.pro">Back in the USSR</a></li>
   <li>...</li>
 </ul>
 
@@ -123,14 +123,14 @@ that have the webchord.cgi links to render them like:</p>
 example, you take:</p>
 
 <blockquote>
-http://defaria.com/songbook/Songs/webchord.cgi?chordpro=&lt;SongTitle&gt;.pro
+http://defaria.com/songbook/Andrew/webchord.cgi?chordpro=&lt;SongTitle&gt;.pro
 </blockquote>
 
 <p>pop it into the address bar of your browser then change &lt;SongTitle&gt;
 to the title of the song you want to render:</p>
 
 <blockquote>
-<a href="http://defaria.com/songbook/webchord.cgi?chordpro=/web/songbook/Songs/Amie.pro">http://defaria.com/songbook/webchord.cgi?chordpro=/web/songbook/Songs/Amie.pro</a>
+<a href="http://defaria.com/songbook/webchord.cgi?chordpro=/web/songbook/Andrew/Amie.pro">http://defaria.com/songbook/webchord.cgi?chordpro=/web/songbook/Andrew/Amie.pro</a>
 </blockquote>
 
 <p><b>Note:</b></p>