diff options
-rw-r--r-- | www/status.html | 151 |
1 files changed, 0 insertions, 151 deletions
diff --git a/www/status.html b/www/status.html deleted file mode 100644 index 7df2bd1fb8..0000000000 --- a/www/status.html +++ /dev/null @@ -1,151 +0,0 @@ -<!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ -->
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html>
-<head>
- <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
- <title>Status of Clang</title>
- <link type="text/css" rel="stylesheet" href="menu.css" />
- <link type="text/css" rel="stylesheet" href="content.css" />
-</head>
-<body>
- <!--#include virtual="menu.html.incl"-->
- <!--
- Note to anyone editing this page:
- The "By Language" section is basically setup so that you
- 1) Include a simple 1 or 2 word status by the language.
- 2) Note a key points (whatever it may be) about the status.
-
- The "By Library" section was intended to be a little more detailed.
- Basically, take the same idea of a 1 or 2 word status and fill it in.
-
- If percentages would be better than a 1 or 2 word status,
- then that's possible as well.
-
- Lastly, is the "Status History" where you can make a few points about
- the updates that you made to the status page -- to give people kind of
- and idea of the progress of things.
-
- Perhaps following the 3 month LLVM release cycle might be one possible
- way to establish a regular schedule of updating the page -- supposing
- that 3 months would not be too often.
- -->
- <div id="content">
- <h1>Status of Clang</h1>
- Here is a rundown of the current status of Clang as of September 2007.
- <h2>By Language:</h2>
- <table>
- <tr>
- <td>C</td>
- <td>Basic Status</td>
- </tr>
- <tr>
- <td colspan="2">
- <ul class="simple_list">
- <li>Add some notes here.
- <li>Add some notes here.
- </ul>
- </td>
- </tr>
- <tr>
- <td>Obj C</td>
- <td>Basic Status</td>
- </tr>
- <tr>
- <td colspan="2">
- <ul class="simple_list">
- <li>Add some notes here.
- <li>Add some notes here.
- </ul>
- </td>
- </tr>
- <tr>
- <td>C++</td>
- <td>Basic Status</td>
- </tr>
- <tr>
- <td colspan="2">
- <ul class="simple_list">
- <li>Add some notes here.
- <li>Add some notes here.
- </ul>
- </td>
- </tr>
- </table>
- <h2>By Library:</h2>
- <table>
- <tr>
- <td>Library</td>
- <td>C</td>
- <td>Obj C</td>
- <td>C++</td>
- </tr>
- <tr>
- <td>libsupport</td>
- <td>Basic Status</td>
- <td>Basic Status</td>
- <td>Basic Status</td>
- </tr>
- <tr>
- <td>libsystem</td>
- <td>Basic Status</td>
- <td>Basic Status</td>
- <td>Basic Status</td>
- </tr>
- <tr>
- <td>libbasic</td>
- <td></td>
- <td></td>
- <td></td>
- </tr>
- <tr>
- <td>libast</td>
- <td></td>
- <td></td>
- <td></td>
- </tr>
- <tr>
- <td>liblex</td>
- <td></td>
- <td></td>
- <td></td>
- </tr>
- <tr>
- <td>libparse</td>
- <td></td>
- <td></td>
- <td></td>
- </tr>
-
- <tr>
- <td>libsema</td>
- <td></td>
- <td></td>
- <td></td>
- </tr>
- <tr>
- <td>libcodegen</td>
- <td></td>
- <td></td>
- <td></td>
- </tr>
- <tr>
- <td>clang</td>
- <td></td>
- <td></td>
- <td></td>
- </tr>
- </table>
- <h2>Status History (notes):</h2>
- <h3>October 5, 2007</h3>
- <ul>
- <li>Such and such is now complete.
- <li>Such and such is almost complete now.
- </ul>
- <h3>July 17, 2007</h3>
- <ul>
- <li>
- <li>
- </ul>
- </div>
-</body>
-</html>
\ No newline at end of file |