cling/www/news/NewWebsiteLaunched.html
2014-08-13 16:08:36 +02:00

104 lines
4.4 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Cling Website</title>
<meta name="description" content="Official website of Cling" />
<meta name="keywords" content="cling, interactive compiler interface, interpreter, clang, LLVM" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="robots" content="noindex,nofollow" />
<link rel="stylesheet" type="text/css" href="../style/style.css" />
<link rel="stylesheet" type="text/css" href="../style/menu.css" />
</head>
<body>
<div id="website">
<div id="header">
<div id="logo">
<div id="logo_text">
<!-- class="logo_colour", allows you to change the colour of the text -->
<h1><a href="index.html"><span class="logo_colour">Cling</span> Website</a></h1>
<h2>Interactive Compiler Interface</h2>
</div>
</div>
<div id="mainmenubar">
<ul id="mainmenu">
<!-- put class="selected" in the li tag for the selected page - to highlight which page you're on -->
<li><a class="tab_link" href="../index.html">Home</a></li>
<li><a class="tab_link" href="../download.html">Download</a></li>
<li class="selected"><a class="tab_link" href="../news.html">News</a></li>
<li class="root"><a class="tab_link" href="../docs.html">Docs</a>
<div id="secondarymenu">
<div id="secondarymenu_content">
<div class="secondarymenu_header">Documentation</div>
<br class="clear" />
<div class="column">
<div class="column_header">Developer</div>
<ul>
<li><a class="secm_link" href="docs/internal/doxygen.html">Doxygen</a></li>
<li><a class="secm_link" href="docs/internal/extensions.html">Extensions</a></li>
<li><a class="secm_link" href="#">Error Recovery</a></li>
<li><a class="secm_link" href="#">Late Binding</a></li>
</ul>
</div>
<div class="column">
<div class="column_header">End User</div>
<ul>
<li><a class="secm_link" href="#">User Manual</a></li>
<li><a class="secm_link" href="#">Status of ObjectiveC[++]</a></li>
</ul>
</div>
</div>
</div>
</li>
<li><a class="tab_link" href="../contact.html">Get Involved</a></li>
</ul>
</div>
</div>
<div id="breadcrumb"></div>
<div id="content">
<div class="sidebar">
<!-- insert your sidebar items here -->
<h3>Useful Links</h3>
<ul>
<li><a href="www.cern.ch" target="_blank">CERN</a></li>
</ul>
</div>
<div id="main">
<!-- insert the page content here -->
<h1>New Website Launched</h1>
<h5>July 1st, 2011</h5>
<p>
Welcome to our website!
<br />
The website contains vast information of the cling interactive compiler interface project. Information could be found at <a href="http://root.cern.ch/drupal/content/cling">here</a> as well.
</p>
<p>
Advantages of the current website are:
<ul>
<li>Hosted on the svn - enables version control of the website corresponding to the version of the project itself. Track of the modifications and authors could be kept.</li>
<li>Could be browsed offline (just open cling_src_folder that was checked out and open www/index.html)</li>
<li>Pure DHTML/CSS - easy to port and maintain</li>
</ul>
</p>
<a class="readmore" href="../news.html"><< Back</a>
</div>
</div>
<div id="footer">
<div id="copyright">
Copyright &copy; Cling Team
</div>
<div id="links">
<a href="http://root.cern.ch/" target="_blank">The ROOT Framework</a> |
<a href="http://llvm.org" target="_blank">LLVM</a> |
<a href="http://clang.llvm.org" target="_blank">Clang</a> |
<a href="http://www.html5webtemplates.co.uk" target="_blank">Web Design</a>
</div>
<div id="modified"><i>Page was modified on <b>$Date$</b> in $Rev$ by <b>$Author$</b></i></div>
</div>
</div>
</body>
</html>