diff --git a/Resources/Help/index.html b/Resources/Help/index.html index caaa283..ad345c7 100644 --- a/Resources/Help/index.html +++ b/Resources/Help/index.html @@ -17,7 +17,7 @@
  • Entering Music
  • Printing Music
  • Playing Music
  • -
  • Known Bugs
  • +
  • Reporting Bugs
  • diff --git a/htdocs/index.html b/htdocs/index.html new file mode 100644 index 0000000..342f379 --- /dev/null +++ b/htdocs/index.html @@ -0,0 +1,43 @@ + + +VocalEasel Homepage + + + +

    Welcome to VocalEasel

    + +

    +VocalEasel Application Icon +VocalEasel is a simple lead sheet editor and music rehearsal tool designed for the needs of Jazz vocalists, using LilyPond to produce printable lead sheets and MMA (Musical Midi Accompaniment) to produce MIDI accompaniments.

    + +

    Download and Install

    + +

    The latest versions of VocalEasel can be downloaded from the Download +page. Be sure to download the binary version of the program.

    + +

    You will also need to download copies of LilyPond and Python 2.5.x. VocalEasel will help you +with that task when you run it without those packages installed.

    + +

    Documentation

    + +Is available in the VocalEasel Help menu. + +

    Reporting Bugs, Requesting Features

    + +

    Use the menu items provided in the VocalEasel Help menu or go +directly to the tracker page. + +

    Mailing Lists

    + +Join the vocaleasel-users mailing list for discussions, or the +vocaleasel-announce mailing list to just receive announcements of new releases. + +

    Project Page

    + +Many advanced support options are available from the +project page. + + diff --git a/htdocs/vlapp.png b/htdocs/vlapp.png new file mode 100644 index 0000000..b4be448 Binary files /dev/null and b/htdocs/vlapp.png differ diff --git a/scripts/push_htdocs b/scripts/push_htdocs new file mode 100755 index 0000000..a818b70 --- /dev/null +++ b/scripts/push_htdocs @@ -0,0 +1,3 @@ +#!/bin/sh + +rsync -Cavz --delete-excluded --rsh=ssh htdocs shell.vocaleasel.sf.net:/home/groups/v/vo/vocaleasel