Skip to content

Commit

Permalink
Update documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfe committed Jan 27, 2013
1 parent 3fff37a commit c9febb7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
15 changes: 14 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h1>VexFlow</h1>
<h2>What is VexFlow?</h2>

<div class="description">
VexFlow is an open-source web-based music notation rendering API. It is written
VexFlow is an open-source online music notation rendering API. It is written
completely in JavaScript, and runs right in the browser. VexFlow supports
HTML5 Canvas and SVG.
<p/>
Expand Down Expand Up @@ -73,6 +73,19 @@ <h2>Where Do I Start?</h2>
<a href="docs/tutorial.html">The VexFlow Tutorial</a>.
</div>


<p/>
<h2>Features</h2>
<div class="docs">
It sings, it dances, it does your dishes. Actually it does none of that.
But it can render a mean score. New features in VexFlow are incorporated
quickly into <a href="http://my.vexflow.com">My VexFlow</a>.

<p/>Have a look
at the <a href="http://my.vexflow.com/articles/53?source=enabled">
New in My VexFlow</a> page for a comprehensive list of features.
</div>

<h2>What is VexTab?</h2>
<div class="description">
<a href="http://vexflow.com/vextab">VexTab</a> is an easy-to-use
Expand Down
1 change: 0 additions & 1 deletion push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ SSH_TO="[email protected] source ~/.bash_profile; cd $TARGET;"
SCP_TO="[email protected]:$TARGET"

echo Building...
scons -c
./build.sh

ssh $SSH_TO "mkdir -p $TARGET; mkdir -p $TARGET/support"
Expand Down

0 comments on commit c9febb7

Please sign in to comment.