[llvm-commits] [hlvm] r38259 - in /hlvm/trunk/docs: Credits.html Developers.html index.html

Reid Spencer reid at x10sys.com
Sat Jul 7 17:01:43 PDT 2007


Author: reid
Date: Sat Jul  7 19:01:43 2007
New Revision: 38259

URL: http://llvm.org/viewvc/llvm-project?rev=38259&view=rev
Log:
Make the developer's page into a credits page.

Added:
    hlvm/trunk/docs/Credits.html
      - copied, changed from r38251, hlvm/trunk/docs/Developers.html
Removed:
    hlvm/trunk/docs/Developers.html
Modified:
    hlvm/trunk/docs/index.html

Copied: hlvm/trunk/docs/Credits.html (from r38251, hlvm/trunk/docs/Developers.html)
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/docs/Credits.html?p2=hlvm/trunk/docs/Credits.html&p1=hlvm/trunk/docs/Developers.html&r1=38251&r2=38259&rev=38259&view=diff

==============================================================================
--- hlvm/trunk/docs/Developers.html (original)
+++ hlvm/trunk/docs/Credits.html Sat Jul  7 19:01:43 2007
@@ -1,12 +1,17 @@
-<!--#set var="title" value="HLVM Developers" -->
+<!--#set var="title" value="HLVM Credits" -->
 <!--#include virtual="/incl/header.incl" -->
-<h1>HLVM Developers</h1>
+<h1>HLVM Credits</h1>
+<p>This document records the people who have given their time, talent, ideas, 
+code, money, or other valuable resource to make HLVM a reality. Without these 
+people, HLVM would not exist.</p>
+<h2>Developers</h2>
 <p>The High Level Virtual Machine is developed by:</p>
 <dl>
   <dt><a href="http://reidspencer.com/">Reid Spencer</a></dt>
-  <dd>Project founder, Primary architect</dd>
+  <dd>Project founder and primary architect.</dd>
   <dt>David Koontz</dt>
   <dt>Owen Anderson</dt>
   <dt>Saem Ghani</dt>
 </dl>
+<h2>Contributors</h2>
 <!--#include virtual="/incl/footer.incl" -->

Removed: hlvm/trunk/docs/Developers.html
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/docs/Developers.html?rev=38258&view=auto

==============================================================================
--- hlvm/trunk/docs/Developers.html (original)
+++ hlvm/trunk/docs/Developers.html (removed)
@@ -1,12 +0,0 @@
-<!--#set var="title" value="HLVM Developers" -->
-<!--#include virtual="/incl/header.incl" -->
-<h1>HLVM Developers</h1>
-<p>The High Level Virtual Machine is developed by:</p>
-<dl>
-  <dt><a href="http://reidspencer.com/">Reid Spencer</a></dt>
-  <dd>Project founder, Primary architect</dd>
-  <dt>David Koontz</dt>
-  <dt>Owen Anderson</dt>
-  <dt>Saem Ghani</dt>
-</dl>
-<!--#include virtual="/incl/footer.incl" -->

Modified: hlvm/trunk/docs/index.html
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/docs/index.html?rev=38259&r1=38258&r2=38259&view=diff

==============================================================================
--- hlvm/trunk/docs/index.html (original)
+++ hlvm/trunk/docs/index.html Sat Jul  7 19:01:43 2007
@@ -11,6 +11,7 @@
         <li><a href="FAQ.html">Frequently Asked Questions</a></li>
         <li><a href="ReleasePlans.html">Release Plans</a></li>
         <li><a href="status/index.html">Status Updates</a></li>
+        <li><a href="Credits.html">Meet The Contributors</a></li>
       </ul>
     </td>
     <td>
@@ -18,7 +19,6 @@
         <li><a href="GettingStarted.html">Getting Started Guide</a></li>
         <li><a href="DevelopersGuide.html">Developer's Guide</a></li>
         <li><a href="ReleaseNotes.html">Release Notes</a></li>
-        <li><a href="Developers.html">Meet The Developers</a></li>
         <li><a href="OpenProjects.html">Open Projects</a></li>
       </ul>
     </td>





More information about the llvm-commits mailing list