[llvm-commits] [hlvm] r38252 - in /hlvm/trunk/docs: DevelopersGuide.html OpenProjects.html ReleaseNotes.html ReleasePlans.html index.html status/2006-04-25.shtml status/2006-05-25.shtml status/index.html status/index.shtml
Reid Spencer
reid at x10sys.com
Sat Jul 7 17:01:40 PDT 2007
Author: reid
Date: Sat Jul 7 19:01:39 2007
New Revision: 38252
URL: http://llvm.org/viewvc/llvm-project?rev=38252&view=rev
Log:
Fix documentation to have proper headers when SSI included into main web site.
Added:
hlvm/trunk/docs/status/index.html
- copied unchanged from r38251, hlvm/trunk/docs/status/index.shtml
Removed:
hlvm/trunk/docs/status/index.shtml
Modified:
hlvm/trunk/docs/DevelopersGuide.html
hlvm/trunk/docs/OpenProjects.html
hlvm/trunk/docs/ReleaseNotes.html
hlvm/trunk/docs/ReleasePlans.html
hlvm/trunk/docs/index.html
hlvm/trunk/docs/status/2006-04-25.shtml
hlvm/trunk/docs/status/2006-05-25.shtml
Modified: hlvm/trunk/docs/DevelopersGuide.html
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/docs/DevelopersGuide.html?rev=38252&r1=38251&r2=38252&view=diff
==============================================================================
--- hlvm/trunk/docs/DevelopersGuide.html (original)
+++ hlvm/trunk/docs/DevelopersGuide.html Sat Jul 7 19:01:39 2007
@@ -1,12 +1,6 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <title>Getting Started with HLVM</title>
- <link rel="stylesheet" href="hlvm.css" type="text/css">
-</head>
-<body>
-<div class="title">HLVM Developer's Guide</div>
+<!--#set var="title" value="HLVM Developer's Guide" -->
+<!--#include virtual="/incl/header.incl" -->
+<h1 class="title">HLVM Developer's Guide</h1>
<div class="warning">CAUTION: This document is a work in progress.</div>
<ol>
<li><a href="#intro">Introduction</a>
@@ -913,5 +907,4 @@
That's all there is to it!
</pre>
</div>
-</body>
-</html>
+<!--#include virtual="/incl/footer.incl" -->
Modified: hlvm/trunk/docs/OpenProjects.html
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/docs/OpenProjects.html?rev=38252&r1=38251&r2=38252&view=diff
==============================================================================
--- hlvm/trunk/docs/OpenProjects.html (original)
+++ hlvm/trunk/docs/OpenProjects.html Sat Jul 7 19:01:39 2007
@@ -1,13 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <title>Open HLVM Projects</title>
- <link rel="stylesheet" href="hlvm.css" type="text/css">
-</head>
-<body>
- <div class="title">Open HLVM Projects</div>
-<div class="warning">CAUTION: This document is a work in progress.</div>
+<!--#set var="title" value="HLVM Open Projects" -->
+<h1 class="title">Open HLVM Projects</h1>
<ul>
<li><a href="#what">What is this?</a></li>
<li><a href="#what">Coding Projects</a></li>
@@ -74,5 +66,4 @@
similar to the XML Reader/Writer and be based on the Syck library.</li>
</ol>
</div>
-</body>
-</html>
+<!--#include virtual="/incl/footer.incl" -->
Modified: hlvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/docs/ReleaseNotes.html?rev=38252&r1=38251&r2=38252&view=diff
==============================================================================
--- hlvm/trunk/docs/ReleaseNotes.html (original)
+++ hlvm/trunk/docs/ReleaseNotes.html Sat Jul 7 19:01:39 2007
@@ -1,12 +1,6 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <title>HLVM Release Notes</title>
- <link rel="stylesheet" href="hlvm.css" type="text/css">
-</head>
-<body>
-<div class="title">HLVM Release Notes</div>
+<!--#set var="title" value="HLVM Release Notes" -->
+<!--#include virtual="/incl/header.incl" -->
+<h1>HLVM Release Notes</h1>
<ol>
<li><a href="#introduction">Introduction</a>
<li><a href="#new">What's New</a>
@@ -85,5 +79,4 @@
<p>Please see the <a href="GettingStarted.html">Getting Started Guide</a> that
accompanies these relese notes. </p>
</div>
-</body>
-</html>
+<!--#include virtual="/incl/footer.incl" -->
Modified: hlvm/trunk/docs/ReleasePlans.html
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/docs/ReleasePlans.html?rev=38252&r1=38251&r2=38252&view=diff
==============================================================================
--- hlvm/trunk/docs/ReleasePlans.html (original)
+++ hlvm/trunk/docs/ReleasePlans.html Sat Jul 7 19:01:39 2007
@@ -1,12 +1,6 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <title>HLVM Release Plans</title>
- <link rel="stylesheet" href="hlvm.css" type="text/css">
-</head>
-<body>
-<div class="title">HLVM Release Plans</div>
+<!--#set var="title" value="HLVM Release Plans" -->
+<!--#include virtual="/incl/header.incl" -->
+<h1>HLVM Release Plans</h1>
<div class="warning">
WARNING: This document is <em>always</em> a work in progress.
</div>
Modified: hlvm/trunk/docs/index.html
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/docs/index.html?rev=38252&r1=38251&r2=38252&view=diff
==============================================================================
--- hlvm/trunk/docs/index.html (original)
+++ hlvm/trunk/docs/index.html Sat Jul 7 19:01:39 2007
@@ -1,12 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <title>Getting Started with HLVM</title>
- <link rel="stylesheet" href="hlvm.css" type="text/css">
-</head>
-<body>
-<div class="title">HLVM Documentation Index</div>
+<!--#set var="title" value="HLVM Documentation Index" -->
+<h1 class="title">HLVM Documentation Index</h1>
<p>Below is the master index for all HLVM Documentation.</p>
<table>
<tr><th>Users</th><th>Developers</th></tr>
@@ -25,3 +18,4 @@
</td>
</tr>
</table>
+<!--#include virtual="/incl/footer.incl" -->
Modified: hlvm/trunk/docs/status/2006-04-25.shtml
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/docs/status/2006-04-25.shtml?rev=38252&r1=38251&r2=38252&view=diff
==============================================================================
--- hlvm/trunk/docs/status/2006-04-25.shtml (original)
+++ hlvm/trunk/docs/status/2006-04-25.shtml Sat Jul 7 19:01:39 2007
@@ -15,5 +15,5 @@
<li>Discussed many ideas about what HLVM should be</li>
<li>Documented some architecture and data flow in the wiki</li>
</ul>
-<p><a href="/status/index.shtml">Back To Status Index</a></p>
+<p><a href="/status/index.html">Back To Status Index</a></p>
<!--#include virtual="/incl/footer.incl" -->
Modified: hlvm/trunk/docs/status/2006-05-25.shtml
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/docs/status/2006-05-25.shtml?rev=38252&r1=38251&r2=38252&view=diff
==============================================================================
--- hlvm/trunk/docs/status/2006-05-25.shtml (original)
+++ hlvm/trunk/docs/status/2006-05-25.shtml Sat Jul 7 19:01:39 2007
@@ -74,5 +74,5 @@
<li>Saem got HLVM to build on SuSE Linux.</li>
<li>Reid got HLVM to build on Fedora Core 3</li>
</ul>
-<p><a href="/status/index.shtml">Back To Status Index</a></p>
+<p><a href="/status/index.html">Back To Status Index</a></p>
<!--#include virtual="/incl/footer.incl" -->
Removed: hlvm/trunk/docs/status/index.shtml
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/docs/status/index.shtml?rev=38251&view=auto
==============================================================================
--- hlvm/trunk/docs/status/index.shtml (original)
+++ hlvm/trunk/docs/status/index.shtml (removed)
@@ -1,10 +0,0 @@
-<!--#set var="title" value="HLVM Status Updates" -->
-<!--#include virtual="/incl/header.incl" -->
-<h1>HLVM Status Updates</h1>
-<ul>
- <li><a href="/status/2006-04-25.html">April 25, 2006</a> - basic web and
- svn framework completed so team can get work done.</li>
- <li><a href="/status/2006-05-25.html">May 25, 2006</a> - implemented xml2xml
- and a test suite for testing AST construction</li>
-</ul>
-<!--#include virtual="/incl/footer.incl" -->
More information about the llvm-commits
mailing list