]> granicus.if.org Git - clang/commitdiff
nuke hte status page.
authorChris Lattner <sabre@nondot.org>
Thu, 13 Dec 2007 06:55:02 +0000 (06:55 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 13 Dec 2007 06:55:02 +0000 (06:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44991 91177308-0d34-0410-b5e6-96231b3b80d8

www/status.html [deleted file]

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