cling/www/news.html
Axel Naumann 9c6c792a8d dos2unix
2013-05-03 14:14:17 +02:00

104 lines
4.6 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>Cling Goes Public</h1>
<h5>July 25th, 2011</h5>
<p>
Cling is a completely new development, based on the opensource projects <a target="_blank" href="http://clang.llvm.org">clang</a> and <a target="_blank" href="http://llvm.org">LLVM</a>. Cling is a new generation interpreter implemented as an interactive compiler interface of clang. The developer team has carefully designed the project, taking in mind the lessons that they had learn from <a target="_blank" href="http://root.cern.ch/drupal/content/cint">CINT</a>.
</p>
<a class="readmore" href="news/ClingAnnouncement.html">Read more >></a>
<br class="clear">
<hr />
<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>
<a class="readmore" href="news/NewWebsiteLaunched.html">Read more >></a>
<br class="clear">
</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>