| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="utf-8" /> |
| <title>Eclipse Lyo - Enabling Tool Integration with OSLC</title> |
| <link rel="stylesheet" type="text/css" href="style.css"> |
| <style type="text/css"> |
| html, body { |
| margin: 0; |
| padding: 0; |
| font-family: Arial,sans-serif; |
| } |
| |
| .h3 { |
| margin-top: 2em; |
| } |
| |
| a { |
| text-decoration: none; |
| } |
| |
| a, a:visited { |
| color: #00E; |
| } |
| |
| .content { |
| margin: 0 auto 2em; |
| max-width: 50em; |
| padding: 0.5em 1em; |
| } |
| |
| .footerSpace { |
| height: 1em; |
| } |
| |
| .footer { |
| position: fixed; |
| bottom: 0; |
| height: 1.5em; |
| padding: 0.7em; |
| background-color: #EFEFEF; |
| width: 100%; |
| text-align: center; |
| font-size: 0.8em; |
| } |
| |
| .footerLeft { |
| float: left; |
| width: 33%; |
| } |
| |
| .footerCenter { |
| display: inline-block; |
| width: 33%; |
| } |
| |
| .footerRight { |
| float: right; |
| width: 33%; |
| } |
| |
| @media only screen and (max-device-width: 480px) { |
| html, body { |
| font-size: 14px; |
| } |
| |
| .h2 { |
| font-size: 1.5em; |
| margin: 1.5em 0 0; |
| } |
| |
| .h3 { |
| margin-top: 1.5em; |
| } |
| |
| .logo-image { |
| position: absolute; |
| top: 0; |
| left: 0; |
| } |
| |
| .logo-text { |
| display: block; |
| text-align: right; |
| margin: 4em 1em 0; |
| } |
| |
| .horizontalCenter { |
| padding-top: 0.33em; |
| text-align: center; |
| } |
| |
| .lyoLinkButton, .lyoLinkButton:visited, .lyoLinkButton:hover { |
| color: #00E; |
| display: inline; |
| background-color: inherit; |
| border 0; |
| padding: 0.25em; |
| font-size: inherit; |
| margin 0; |
| } |
| |
| .footer, .footerLeft, .footerCenter, .footerRight { |
| display: block; |
| float: none; |
| position: relative; |
| text-align: left; |
| height: auto; |
| font-size: 1em; |
| width: auto; |
| padding-top: 0.5em; |
| } |
| |
| .footerSpace { |
| height: 0; |
| } |
| } |
| </style> |
| <meta name='viewport' content='width=device-width'> |
| </head> |
| |
| <body> |
| <div class="lyo-header"> |
| |
| <div class="lyo-logo"> |
| <div class="logo-image dib"> |
| |
| </div> |
| <span class="logo-text dib"> |
| <span class="logo-top db">Eclipse Lyo</span> |
| <span class="logo-bottom db">Enabling tool integration with <abbr title="Open Services for Lifecycle Collaboration">OSLC</abbr></span> |
| </span> |
| </div> |
| |
| </div> |
| |
| <div class="content"> |
| <p class="oslc-introtext">Eclipse Lyo is an <abbr title="Software Development Kit">SDK</abbr> to help the Eclipse community adopt <a href="http://oslc.co"><abbr title="Open Services for Lifecycle Collaboration">OSLC</abbr></a> (Open Services for Lifecycle Collaboration) specifications and build OSLC-compliant tools.</p> |
| |
| <div class="horizontalCenter"> |
| <a class="lyoLinkButton" href="http://eclipse.org/lyo/download.php">Download</a> |
| <a class="lyoLinkButton" href="http://git.eclipse.org/c/?q=lyo">Source</a> |
| <a class="lyoLinkButton" href="http://wiki.eclipse.org/Lyo">Wiki</a> |
| </div> |
| |
| <h2 class="h2">Lyo Features</h2> |
| |
| <div class="gutter"> |
| <h3 class="h3">SDK</h3> |
| <p>We’ll provide the pieces to get your client or server up and running with OSLC. We’re focusing on Java initially; however, JavaScript and other languages will soon follow.</p> |
| <p><a href="http://wiki.eclipse.org/Lyo/LyoOSLC4J">Learn more</a></p> |
| </div> |
| |
| <div class="gutter"> |
| <h3 class="h3">Test suite</h3> |
| <p>Utilize a test suite to help build interoperable OSLC tools.</p> |
| <p><a href="http://wiki.eclipse.org/Lyo/LyoTestSuite">Learn more</a></p> |
| </div> |
| |
| <div class="unit lastUnit"> |
| <h3 class="h3">Reference implementations</h3> |
| <p>See how OSLC works directly with working samples and with a simple server to test against.</p> |
| <p><a href="http://wiki.eclipse.org/Lyo/BuildingOSLC4J">Learn more</a></p> |
| </div> |
| |
| </div> |
| |
| <div class="footerSpace"></div> |
| |
| <div class="footer"> |
| <div class="footerCenter"><a href="http://wiki.eclipse.org/Lyo/ContributorsGettingStarted">Contribute to Lyo</a></div> |
| <div class="footerLeft"><a href="https://dev.eclipse.org/mailman/listinfo/lyo-dev">Join the mailing list</a></div> |
| <div class="footerRight"><a href="http://twitter.com/#!/oslcNews">Follow us on Twitter</a></div> |
| </div> |
| |
| <script> |
| (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
| (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
| m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
| })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); |
| ga('create', 'UA-24416914-2', 'eclipse.org'); |
| ga('send', 'pageview'); |
| </script> |
| |
| </body> |
| |
| </html> |