Web: Move devinfo.html to a new place
This commit is contained in:
parent
fbda0c5c7f
commit
3c67bafce1
|
@ -0,0 +1,2 @@
|
|||
#Redirect "devinfo.html" to the new place...
|
||||
Redirect permanent /devinfo.html /devinfo/
|
|
@ -0,0 +1,43 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>Cppcheck - A tool for static C/C++ code analysis</title>
|
||||
<link rel="stylesheet" type="text/css" href="/site/css/all.css" />
|
||||
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="header">
|
||||
<div class="wrap">
|
||||
<h1>Cppcheck</h1>
|
||||
<p>A tool for static C/C++ code analysis</p>
|
||||
</div> <!-- .wrap -->
|
||||
</div> <!-- #header -->
|
||||
<div id="tabs">
|
||||
<div class="wrap">
|
||||
<ul>
|
||||
<li><a href="/">Home</a></li>
|
||||
<li><a href="http://sourceforge.net/apps/mediawiki/cppcheck/">Wiki</a></li>
|
||||
<li><a href="http://sourceforge.net/apps/phpbb/cppcheck/">Forum</a></li>
|
||||
<li><a href="http://sourceforge.net/apps/trac/cppcheck/">Trac</a></li>
|
||||
<li><strong><a href="/devinfo/" title="Developer Information">Developer Info</a></strong></li>
|
||||
<li><a href="http://sourceforge.net/projects/cppcheck/">Project page</a></li>
|
||||
</ul>
|
||||
</div> <!-- .wrap -->
|
||||
</div> <!-- #tabs -->
|
||||
<div id="content">
|
||||
<div class="wrap">
|
||||
<h2>Doxygen</h2>
|
||||
<ul>
|
||||
<li><a href="/doxyoutput/">Output</a></li>
|
||||
<li><a href="/doxygen-errors.txt">Errors</a></li>
|
||||
</ul>
|
||||
<h2>Other</h2>
|
||||
<ul>
|
||||
<li><a href="/coverage_report/">Coverage report</a></li>
|
||||
<li><a href="/cpd.txt">CPD report (duplicate code)</a></li>
|
||||
</ul>
|
||||
</div> <!-- .wrap -->
|
||||
</div> <!-- #content -->
|
||||
</body>
|
||||
</html>
|
|
@ -20,6 +20,7 @@
|
|||
<li><a href="http://sourceforge.net/apps/mediawiki/cppcheck/">Wiki</a></li>
|
||||
<li><a href="http://sourceforge.net/apps/phpbb/cppcheck/">Forum</a></li>
|
||||
<li><a href="http://sourceforge.net/apps/trac/cppcheck/">Trac</a></li>
|
||||
<li><a href="/devinfo/" title="Developer Information">Developer Info</a></li>
|
||||
<li><a href="http://sourceforge.net/projects/cppcheck/">Project page</a></li>
|
||||
</ul>
|
||||
</div> <!-- .wrap -->
|
||||
|
|
Loading…
Reference in New Issue