mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 03:04:00 +00:00
Add simple SourceForge web site and support tools
This commit is contained in:
parent
d7c0a34e4f
commit
1e2a54414d
|
@ -17,7 +17,7 @@
|
||||||
<li><a href="edit.html">Entering Music</a></li>
|
<li><a href="edit.html">Entering Music</a></li>
|
||||||
<li><a href="print.html">Printing Music</a></li>
|
<li><a href="print.html">Printing Music</a></li>
|
||||||
<li><a href="play.html">Playing Music</a></li>
|
<li><a href="play.html">Playing Music</a></li>
|
||||||
<li><a href="bugs.html">Known Bugs</a></li>
|
<li><a href="bugs.html">Reporting Bugs</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
43
htdocs/index.html
Normal file
43
htdocs/index.html
Normal file
|
@ -0,0 +1,43 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
|
||||||
|
<html> <head>
|
||||||
|
<title>VocalEasel Homepage</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<h1>Welcome to VocalEasel</h1>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<img src="vlapp.png" alt="VocalEasel Application Icon" align="left">
|
||||||
|
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.</p>
|
||||||
|
|
||||||
|
<h2>Download and Install</h2>
|
||||||
|
|
||||||
|
<p>The latest versions of VocalEasel can be downloaded from the <a
|
||||||
|
href="http://sourceforge.net/project/showfiles.php?group_id=195076">Download</a>
|
||||||
|
page. Be sure to download the <b>binary</b> version of the program.</p>
|
||||||
|
|
||||||
|
<p>You will also need to download copies of <a
|
||||||
|
href="http://www.lilypond.org">LilyPond</a> and <a
|
||||||
|
href="http://python.org">Python 2.5.x</a>. VocalEasel will help you
|
||||||
|
with that task when you run it without those packages installed.</p>
|
||||||
|
|
||||||
|
<h2>Documentation</h2>
|
||||||
|
|
||||||
|
Is available in the VocalEasel <i>Help</i> menu.
|
||||||
|
|
||||||
|
<h2>Reporting Bugs, Requesting Features</h2>
|
||||||
|
|
||||||
|
<p>Use the menu items provided in the VocalEasel <i>Help</i> menu or go
|
||||||
|
directly to the <a href="http://sourceforge.net/tracker/?group_id=195076">tracker page</a>.
|
||||||
|
|
||||||
|
<h2>Mailing Lists</h2>
|
||||||
|
|
||||||
|
Join the <a href="https://lists.sourceforge.net/lists/listinfo/vocaleasel-users">vocaleasel-users</a> mailing list for discussions, or the
|
||||||
|
<a href="https://lists.sourceforge.net/lists/listinfo/vocaleasel-announce">vocaleasel-announce</a> mailing list to just receive announcements of new releases.
|
||||||
|
|
||||||
|
<h2>Project Page</h2>
|
||||||
|
|
||||||
|
Many advanced support options are available from the
|
||||||
|
<a href="http://sourceforge.net/projects/vocaleasel">project page</a>.
|
||||||
|
|
||||||
|
</body> </html>
|
BIN
htdocs/vlapp.png
Normal file
BIN
htdocs/vlapp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
3
scripts/push_htdocs
Executable file
3
scripts/push_htdocs
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
rsync -Cavz --delete-excluded --rsh=ssh htdocs shell.vocaleasel.sf.net:/home/groups/v/vo/vocaleasel
|
Loading…
Reference in New Issue
Block a user