From: <pst...@us...> - 2008-05-16 19:20:52
|
Revision: 537 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=537&view=rev Author: pstieber Date: 2008-05-16 12:20:41 -0700 (Fri, 16 May 2008) Log Message: ----------- Added a new gold star page. Added Paths: ----------- web/htdocs/goldstars/ web/htdocs/goldstars/index.php Added: web/htdocs/goldstars/index.php =================================================================== --- web/htdocs/goldstars/index.php (rev 0) +++ web/htdocs/goldstars/index.php 2008-05-16 19:20:41 UTC (rev 537) @@ -0,0 +1,35 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<HTML xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" > +<HEAD> +<LINK rel="stylesheet" href="/include/jazz.css" type="text/css" /> +<TITLE>Gold Stars</TITLE> +</HEAD> +<BODY> +<H1 class="title">Jazz++ MIDI Sequencer</H1> +<TABLE class="main"> +<TR> +<TD class="leftNav"> +<?php +require_once('../include/leftnav.php'); +?> +</TD> +<TD class="mainCopy"> +<H2>Gold Stars</H2> + +<p> +This idea was borrowed from the cygwin site. This page recognizes people who +made outstanding contributions to the development of Jazz++. +</p> + +<ul> +<li>Donald B. Moore - For significant contributions to the web documentation. +</ul> + +<?php +require_once('../include/footer.php'); +?> +</TD> +</TR> +</TABLE> +</BODY> +</HTML> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |