[cfe-commits] r95714 - in /cfe/trunk/www/analyzer: annotations.html available_checks.html content.css dev_cxx.html filing_bugs.html index.html installation.html menu.css menu.html.incl scan-build.html

Ted Kremenek kremenek at apple.com
Tue Feb 9 15:06:00 PST 2010


Author: kremenek
Date: Tue Feb  9 17:05:59 2010
New Revision: 95714

URL: http://llvm.org/viewvc/llvm-project?rev=95714&view=rev
Log:
More analyzer website tweaking in preparation for additional content.

Modified:
    cfe/trunk/www/analyzer/annotations.html
    cfe/trunk/www/analyzer/available_checks.html
    cfe/trunk/www/analyzer/content.css
    cfe/trunk/www/analyzer/dev_cxx.html
    cfe/trunk/www/analyzer/filing_bugs.html
    cfe/trunk/www/analyzer/index.html
    cfe/trunk/www/analyzer/installation.html
    cfe/trunk/www/analyzer/menu.css
    cfe/trunk/www/analyzer/menu.html.incl
    cfe/trunk/www/analyzer/scan-build.html

Modified: cfe/trunk/www/analyzer/annotations.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/annotations.html?rev=95714&r1=95713&r2=95714&view=diff

==============================================================================
--- cfe/trunk/www/analyzer/annotations.html (original)
+++ cfe/trunk/www/analyzer/annotations.html Tue Feb  9 17:05:59 2010
@@ -9,6 +9,7 @@
 </head>
 <body>
 
+<div id="page">
 <!--#include virtual="menu.html.incl"-->
 
 <div id="content">
@@ -384,6 +385,7 @@
 </pre>
 
 </div>
+</div>
 </body>
 </html>
 

Modified: cfe/trunk/www/analyzer/available_checks.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/available_checks.html?rev=95714&r1=95713&r2=95714&view=diff

==============================================================================
--- cfe/trunk/www/analyzer/available_checks.html (original)
+++ cfe/trunk/www/analyzer/available_checks.html Tue Feb  9 17:05:59 2010
@@ -9,6 +9,7 @@
 </head>
 <body>
 
+<div id="page">
 <!--#include virtual="menu.html.incl"-->
 
 <div id="content">
@@ -30,6 +31,7 @@
 
 
 </div>
+</div>
 </body>
 </html>
 

Modified: cfe/trunk/www/analyzer/content.css
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/content.css?rev=95714&r1=95713&r2=95714&view=diff

==============================================================================
--- cfe/trunk/www/analyzer/content.css (original)
+++ cfe/trunk/www/analyzer/content.css Tue Feb  9 17:05:59 2010
@@ -2,8 +2,11 @@
 
 html, body {
   padding:0px;
+  margin:0px;
   font-size:small; font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif; background-color: #fff; color: #222;
   line-height:1.5;
+  background-color: #808080;
+  
 }
 
 h1, h2, h3, tt { color: #000 }
@@ -27,7 +30,19 @@
     margin-right: auto
 }
 
+#page { width:820px;  text-align: left; margin: 0 auto; padding:0;
+        background-color: white; height:100%;
+        border-left: 1px solid #EBF0FA;
+}
+
+#content {
+  clear: left;
+  padding: 1em 2em 0 2em;
+  background-color: #ffffff;
+}
+
 .itemTitle { color:#2d58b7 }
 
+
 /* Tables */
 tr { vertical-align:top }

Modified: cfe/trunk/www/analyzer/dev_cxx.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/dev_cxx.html?rev=95714&r1=95713&r2=95714&view=diff

==============================================================================
--- cfe/trunk/www/analyzer/dev_cxx.html (original)
+++ cfe/trunk/www/analyzer/dev_cxx.html Tue Feb  9 17:05:59 2010
@@ -9,8 +9,8 @@
 </head>
 <body>
 
+<div id="page">
 <!--#include virtual="menu.html.incl"-->
-
 <div id="content">
 
 <h1>C++ Support</h1>
@@ -46,6 +46,7 @@
 </ul>
 
 </div>
+</div>
 </body>
 </html>
 

Modified: cfe/trunk/www/analyzer/filing_bugs.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/filing_bugs.html?rev=95714&r1=95713&r2=95714&view=diff

==============================================================================
--- cfe/trunk/www/analyzer/filing_bugs.html (original)
+++ cfe/trunk/www/analyzer/filing_bugs.html Tue Feb  9 17:05:59 2010
@@ -9,8 +9,8 @@
 </head>
 <body>
 
+<div id="page">
 <!--#include virtual="menu.html.incl"-->
-
 <div id="content">
 
 <h1>Filing Bugs and Feature Requests</h1>
@@ -55,8 +55,7 @@
 <h2>Apple-internal Users</h2>
 
 <p>Please file bugs in Radar against the <b>llvm - checker</b> component.</p>
-
-
+</div>
 </div>
 </body>
 </html>

Modified: cfe/trunk/www/analyzer/index.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/index.html?rev=95714&r1=95713&r2=95714&view=diff

==============================================================================
--- cfe/trunk/www/analyzer/index.html (original)
+++ cfe/trunk/www/analyzer/index.html Tue Feb  9 17:05:59 2010
@@ -9,14 +9,19 @@
 </head>
 <body>
 
+<div id="page">
 <!--#include virtual="menu.html.incl"-->
 
 <div id="content">
-<table style="margin-top:0px" border="0" cellpadding="0" cellspacing="0">
-<tr><td>
+
 <h1>Clang Static Analyzer</h1>  
+
+<table style="margin-top:0px" width="100%" border="0" cellpadding="0px" cellspacing="0">
+<tr><td>
 <p>The Clang Static Analyzer consists of both a source code analysis framework
-and a standalone tool that finds bugs in C and Objective-C programs. The
+and a standalone tool that finds bugs in C and Objective-C programs.</p>
+
+<p>The
 standalone tool is invoked from the command-line, and is intended to run in
 tandem with a build of a project or code base.</p>
 
@@ -76,7 +81,7 @@
   #wrappedcontent { padding:15px;}
 </style>
 
-<div style="margin-left:25px; margin-right:25px; padding:0px; font-size: 80%">
+<div style="padding:0px; font-size: 90%">
  <b class="spiffy">
  <b class="spiffy1"><b></b></b>
  <b class="spiffy2"><b></b></b>
@@ -108,6 +113,13 @@
  <b class="spiffy1"><b></b></b></b>
 </div>
 
+</td><td style="padding-left:10px">
+<a href="images/analyzer_xcode.png"><img src="images/analyzer_xcode.png" width="450x"></a>
+<center><b>Viewing static analyzer results in Xcode 3.2</b></center>
+<a href="images/analyzer_html.png"><img src="images/analyzer_html.png" width="450px"></a>
+<center><b>Viewing static analyzer results in a web browser</b></center>
+</td></tr></table>
+
 <h2 id="StaticAnalysis">What is Static Analysis?</h2>
 
 <p>The term "static analysis" is conflated, but here we use it to mean
@@ -124,16 +136,6 @@
 programs that is freely available, extensible, and has a high quality of
 implementation.</p>
 
-
-
-
-</td><td>
-<a href="images/analyzer_xcode.png"><img src="images/analyzer_xcode.png" width="450x"></a>
-<center><b>Viewing static analyzer results in Xcode 3.2</b></center>
-<a href="images/analyzer_html.png"><img src="images/analyzer_html.png" width="450px"></a>
-<center><b>Viewing static analyzer results in a web browser</b></center>
-</td></tr></table>
-
 <h3 id="Clang">Part of Clang and LLVM</h3>
 
 <p>As its name implies, the Clang Static Analyzer is built on top of <a
@@ -193,6 +195,7 @@
 patches.</p>
 
 </div>
+</div>
 </body>
 </html>
 

Modified: cfe/trunk/www/analyzer/installation.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/installation.html?rev=95714&r1=95713&r2=95714&view=diff

==============================================================================
--- cfe/trunk/www/analyzer/installation.html (original)
+++ cfe/trunk/www/analyzer/installation.html Tue Feb  9 17:05:59 2010
@@ -9,8 +9,8 @@
 </head>
 <body>
 
+<div id="page">
 <!--#include virtual="menu.html.incl"-->
-
 <div id="content">
 
 <h1>Obtaining the Static Analyzer</h1>
@@ -107,7 +107,7 @@
 are subject to change.</p></li>
 
 </ul>
-
+</div>
 </div>
 </body>
 </html>

Modified: cfe/trunk/www/analyzer/menu.css
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/menu.css?rev=95714&r1=95713&r2=95714&view=diff

==============================================================================
--- cfe/trunk/www/analyzer/menu.css (original)
+++ cfe/trunk/www/analyzer/menu.css Tue Feb  9 17:05:59 2010
@@ -1,10 +1,14 @@
 /* From 'A list apart', 'dropdowns' */
-body {
-  background-color: #EBF0FA;
-}
+
 #nav {
+  clear: left;
+  margin:0;
+  padding:0;
   font-weight: bold;
-  color: #2d58b7;
+  width:100%;
+  background-color: #EBF0FA;
+  border-bottom: 1px solid;
+  font-size: 80%;
 }
 #nav a {
   text-decoration: none;
@@ -12,42 +16,37 @@
 #nav a:hover {
   text-decoration: underline;
 }
-.menubar {
-  font-size: 80%;
-}
 .menubar ul {
-  padding: 0;
-  margin: 0;
-  list-style: none;
+  list-style: none inside;
 }
 .menubar li {
+  margin: 0;
+  padding: 5px;  
   text-align: center;
-  padding: 5px;
-  list-style: none;
+  text-indent: 0px;
+  list-style-position: inside;
+  list-style:none;
   float: left;
   position: relative;
-  width: 11em;
+  width: 13em;
   cursor: default;
   background-color: #EBF0FA;
 }
 .menubar li ul /* second level lists */ {
   display: none;
   position: absolute; 
-  top: 1em;
   left: 0;
 }
 .menubar li>ul {
+  border-left: 1px solid;
+  border-right: 1px solid;
+  border-bottom: 1px solid;
   padding: 0;
-  margin: 0;
-  top:auto;
+  margin: 5px 0;
   left:auto;
   font-weight: normal;
 }
 .menubar li:hover ul, li.over ul { /* lists nested under hovered list items */
   display: block;
 }
-#content {
-  clear: left;
-  padding-top: 10px;
-  background-color: #ffffff;
-}
+

Modified: cfe/trunk/www/analyzer/menu.html.incl
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/menu.html.incl?rev=95714&r1=95713&r2=95714&view=diff

==============================================================================
--- cfe/trunk/www/analyzer/menu.html.incl (original)
+++ cfe/trunk/www/analyzer/menu.html.incl Tue Feb  9 17:05:59 2010
@@ -1,37 +1,39 @@
-<div id="nav">
+<table width="100%" id="nav" cellspacing=0 cellpadding=0>
+<tr><td>
+<ul style="margin:0; padding:0" class="menubar">
+<li>
+  <a href="/index.html">About</a>
   <ul class="menubar">
-    <li>
-      <a href="/index.html">About</a>
-      <ul>
-        <li><a href="/index.html">About the Analyzer</a></li>
-        <li><a href="http://llvm.org/">LLVM Project</a></li>
-        <li><a href="http://clang.llvm.org/">Clang Project</a></li>
-      </ul>
-    </li>
-    <li>
-      <a href="/filing_bugs.html">Filing Bugs</a>
-    </li>
-    <li>
-      User Manual
-      <ul>
-        <li><a href="/installation.html">Obtaining the Analyzer</a></li>
-        <li><a href="/scan-build.html">Running the Analyzer</tt></a></li>
-        <li><a href="/available_checks.html">Available Checks</a></li>
-        <li><a href="/annotations.html">Source-level Annotations</a></li>
-      </ul>
-    </li>
-    <li>
-      Development
-      <ul>
-        <li><a href="/dev_cxx.html">Analysis support for C++</a></li>
-      </ul>
-    </li>
-    <li>
-      Mailing Lists
-      <ul>
-        <li><a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">cfe-dev</a></li>
-        <li><a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits">cfe-commits</a></li>
-      </ul>
-    </li>
+    <li><a href="/index.html">About the Analyzer</a></li>
+    <li><a href="http://llvm.org/">LLVM Project</a></li>
+    <li><a href="http://clang.llvm.org/">Clang Project</a></li>
   </ul>
-</div>
+</li>
+<li>
+  <a href="/filing_bugs.html">Filing Bugs</a>
+</li>
+<li>
+  User Manual
+  <ul>
+    <li><a href="/installation.html">Obtaining the Analyzer</a></li>
+    <li><a href="/scan-build.html">Running the Analyzer</tt></a></li>
+    <li><a href="/available_checks.html">Available Checks</a></li>
+    <li><a href="/annotations.html">Source-level Annotations</a></li>
+  </ul>
+</li>
+<li>
+  Development
+  <ul>
+    <li><a href="/dev_cxx.html">Analysis support for C++</a></li>
+  </ul>
+</li>
+<li>
+  Mailing Lists
+  <ul>
+    <li><a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">cfe-dev</a></li>
+    <li><a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits">cfe-commits</a></li>
+  </ul>
+</li>
+</ul>
+</td></tr>
+</table>

Modified: cfe/trunk/www/analyzer/scan-build.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/scan-build.html?rev=95714&r1=95713&r2=95714&view=diff

==============================================================================
--- cfe/trunk/www/analyzer/scan-build.html (original)
+++ cfe/trunk/www/analyzer/scan-build.html Tue Feb  9 17:05:59 2010
@@ -26,8 +26,8 @@
 </head>
 <body>
 
+<div id="page">
 <!--#include virtual="menu.html.incl"-->
-
 <div id="content">
 
 <h1>Running the Analyzer</h1>
@@ -246,6 +246,7 @@
  -->
 
 </div>
+</div>
 </body>
 </html>
 





More information about the cfe-commits mailing list