| <?php |
| /******************************************************************************* |
| * Copyright (c) 2014 Eclipse Foundation and others. |
| * All rights reserved. This program and the accompanying materials |
| * are made available under the terms of the Eclipse Public License v1.0 |
| * which accompanies this distribution, and is available at |
| * http://eclipse.org/legal/epl-v10.html |
| * |
| * Contributors: |
| * Christopher Guindon (Eclipse Foundation) - Initial implementation |
| *******************************************************************************/ |
| ?> |
| <style type="text/css"> |
| #sec_wg .highlight-content img{ |
| padding:0 0.5em 1.5em 0.5em; |
| } |
| </style> |
| <section class="landing-well breadcrumbs-offset"> |
| <div class="container"> |
| <div class="row"> |
| <div class="col-lg-13 landing-well-content"> |
| <h1><a href="/org/">Eclipse Is...</a></h1> |
| <p>An amazing open source community of <a href="/ide">Tools</a>, <a href="/projects">Projects</a> and <br/><a href="/org/workinggroups">Collaborative Working Groups</a>. Discover what we have to offer and join us.</p> |
| <br/> |
| <div class="btn-group"> |
| <a href="#sec_ide" class="btn btn-transparent"> |
| DISCOVER <span class="caret"></span> |
| </a> |
| </div> |
| </div> |
| |
| <div class="col-lg-10 col-lg-offset-1 landing-well-action"> |
| <ul class="list-inline list-glyphicon"> |
| <li> |
| <a href="/ide/"> |
| <div class="col-md-8 circle circle-dark"> |
| <i class="fa fa-desktop"></i> |
| <h3 style="margin:32px 0 0 5px;">IDE & Tools</h3> |
| </div> |
| </a> |
| </li> |
| <li> |
| <a href="/projects/"> |
| <div class="col-md-8 circle circle-dark"> |
| <i style="margin-left:10px;" class="fa fa-puzzle-piece"></i> |
| <h3>Community of Projects</h3> |
| </div> |
| </a> |
| </li> |
| <li> |
| <a href="/org/workinggroups/"> |
| <div class="col-md-8 circle circle-dark"> |
| <i class="fa fa-users"></i> |
| <h3>Collaborative Working Groups</h3> |
| </div> |
| </a> |
| </li> |
| </ul> |
| </div> |
| </div> |
| </div> |
| </section> |
| |
| <div class="background-grey"> |
| <div class="container"> |
| <section class="row"> |
| <div class="col-md-9 news-list"> |
| <h2><a href="/community/news/eclipsenews.php">Announcements</a></h2> |
| <?php |
| $news = new FeedParser(); |
| $news->setUrl($_SERVER['DOCUMENT_ROOT'] . "/community/news/2005newsarchive.rss"); |
| $news->setMore('/community/news/eclipsenews.php'); |
| $news->setRssLink('http://feeds.feedburner.com/eclipse/fnews'); |
| $news->setLimit(120); |
| $news->output(); |
| ?> |
| </div> |
| <div class="col-md-9 col-md-offset-1 news-list"> |
| <h2><a href="/community/news/eclipseinthenews.php">Community News</a></h2> |
| <?php |
| $news = new FeedParser(); |
| $news->setUrl($_SERVER['DOCUMENT_ROOT'] . "/community/news/2005inthenewsarchive.rss"); |
| $news->setMore('/community/news/eclipseinthenews.php'); |
| $news->setRssLink('http://feeds.feedburner.com/eclipse/cnews'); |
| $news->setLimit(120); |
| $news->output(); |
| ?> |
| </div> |
| <div class="col-md-5" id="home-sidebar" style="margin-top:2.5em;"> |
| <?php print $promo;?> |
| </div> |
| </section> |
| </div> |
| </div> |
| |
| <div class="container-fluid"> |
| <section class="row highlight background-white" id="sec_ide"> |
| <div class="container"> |
| <div class=""> |
| <div class="triangle visible-lg"></div> |
| <div class="col-sm-16 col-md-12 highlight-content"> |
| <h1>Tools and IDEs</h1> |
| <p>Eclipse is famous for our Java IDE but our C/C++ IDE and PHP IDE are pretty cool too. |
| We also have an impressive collection of add-on tools for software developers.</p> |
| <ul class="list-inline list-checkmark"> |
| <li><i class="fa fa-angle-double-right orange fa-fw"></i> <a href="/ide/">Learn more</a></li> |
| </ul> |
| </div> |
| <div class="col-sm-8 col-md-12 center highlight-img hidden-xs hidden-sm"> |
| <a href="/ide"> |
| <img src="/home/images/solstice/laptop-eclipse.jpg" class="img-responsive" alt="Eclipse screenshot with a laptop"/> |
| </a> |
| </div> |
| </div> |
| </div> |
| </section> |
| |
| <section class="row highlight highlight-left background-charcoal" id="sec_projects"> |
| <div class="container"> |
| <div class=""> |
| <div class="triangle triangle-white visible-lg"></div> |
| <div class="col-md-8 highlight-img hidden-xs hidden-sm"> |
| <a href="/projects/"> |
| <img src="/home/images/solstice/badge-community-projects.jpg" class="img-responsive" alt="Community of projects screenshot"/> |
| </a> |
| </div> |
| <div class="col-md-15 col-sm-offset-1 highlight-content"> |
| <h1>Community of Projects</h1> |
| <p>Eclipse has over 250 different open source projects. Many know our |
| Java IDE but we also have modeling tools, runtimes, reporting tools |
| and much more. Discover our projects, contribute, and maybe even |
| start a new project at Eclipse. </p> |
| <ul class="list-inline list-checkmark"> |
| <li><i class="fa fa-angle-double-right orange fa-fw"></i> <a href="/projects/">Discover</a></li> |
| <li><i class="fa fa-angle-double-right orange fa-fw"></i> <a href="/downloads/">Download</a></li> |
| <li><i class="fa fa-angle-double-right orange fa-fw"></i> <a href="/contribute/">Contribute</a></li> |
| </ul> |
| </div> |
| </div> |
| </div> |
| </section> |
| |
| <section class="row highlight background-grey footer-offset" id="sec_wg"> |
| <div class="container"> |
| <div class=""> |
| <div class="triangle triangle-black visible-lg"></div> |
| <div class="col-md-15 highlight-content"> |
| <h1>Collaborative Working Groups</h1> |
| <p>Eclipse <a href="/org/workinggroups/">Working Groups</a> allow for organizations to collaborate in the development |
| of new innovations and solutions. The Eclipse Foundation is a great place to host new collaborations that follow best practices and are based on open source principles.</p> |
| <p>Check out how you can start your own <a href="/org/workinggroups/">working group</a>. </p> |
| <ul class="list-inline"> |
| <li> |
| <a href="//www.locationtech.org" title="LocationTech will be the leading community for individuals and organizations to collaborate on commercially-friendly open source software that is location aware."> |
| <img src="/home/images/solstice/locationtech-169x125.jpg" height="79" alt="LocationTech will be the leading community for individuals and organizations to collaborate on commercially-friendly open source software that is location aware."/> |
| </a> |
| </li> |
| |
| <li> |
| <a href="//polarsys.org/" title="PolarSys - Open Source tools for the development of embedded systems."> |
| <img src="/home/images/solstice/polarsys-172x125.jpg" height="79" alt="PolarSys - Open Source tools for the development of embedded systems."/> |
| </a> |
| </li> |
| |
| <li> |
| <a href="//lts.eclipse.org/" title="LTS - Enable organisations to collaborate when providing support and maintenance for Eclipse technologies."> |
| <img src="/home/images/solstice/lts-116x125.jpg" height="79" alt="LTS - Enable organisations to collaborate when providing support and maintenance for Eclipse technologies."/> |
| </a> |
| </li> |
| <li> |
| <a href="http://iot.eclipse.org" title="m2m.eclipse.org is where you can learn about the technologies developed at Eclipse to make Machine-to-Machine (M2M) development simpler."> |
| <img src="/home/images/solstice/ito-150x125.jpg" height="79" alt="iot.eclipse.org is where you can learn about the technologies developed at Eclipse to make Machine-to-Machine (M2M) development simpler."/> |
| </a> |
| </li> |
| <li> |
| <a href="//wiki.eclipse.org/Auto_IWG" title="Auto IWG - Open Source Initiative for Automotive Software Development Tools."> |
| <img src="/home/images/solstice/automotive-155x125.jpg" height="79" alt="Auto IWG - Open Source Initiative for Automotive Software Development Tools."/> |
| </a> |
| </li> |
| </ul> |
| </div> |
| <div class="col-md-9 highlight-img hidden-xs hidden-sm"> |
| <a href="/projects/"> |
| <img src="/home/images/solstice/badge-working-groups.jpg" class="img-responsive" alt="Eclipse Working groups"/> |
| </a> |
| </div> |
| </div> |
| </div> |
| </section> |
| </div> |
| |