blob: d26e9e1c95956868e7ef44eedd31bea34f868e93 [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Papyrus Community">
<link rel="shortcut icon" href="img/favicon.ico">
<title>Papyrus Community</title>
<!-- Bootstrap Core CSS -->
<link href="dist/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<!-- Custom CSS -->
<link href="custom.css" rel="stylesheet" type="text/css">
<!-- Core JavaScript Files -->
<script src="js/jquery-1.11.3.min.js"></script>
<script src="dist/js/bootstrap.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/scrolling-nav.js"></script>
<script>
$(function () {
$("#footer").load("footer.html");
});
</script>
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
<nav class="navbar navbar-default navbar-fixed-top navbar-custom">
<div class="container">
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand navbar-brand-custom" href="index.php"><img class="img-responsive" src="img/papyrus-logo.png" alt="Papyrus"></a>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li class="page-scroll">
<a href="index.php#applications">Applications</a>
</li>
<li class="page-scroll">
<a href="index.php#technologies">Technologies</a>
</li>
<li class="page-scroll">
<a href="download.html">Downloads</a>
</li>
<li class="page-scroll">
<a href="relatives.html">Relatives</a>
</li>
<li class="page-scroll">
<a href="documentation.html">Documentation</a>
</li>
<li class="page-scroll">
<a href="#page-top">Community</a>
</li>
</ul>
</div>
</div>
</nav>
<section id="resources" class="custom-section">
<div class="container">
<h1 class="section-title wrap">Users and Developers resources</h1>
<div class="row">
<div class="col-md-3 col-xs-6">
<a href="http://wiki.eclipse.org/MDT/Papyrus">
<div class="panel panel-default panel-default-custom">
<div class="panel-heading">
<img class="img-responsive center-block" src="img/wiki.png" alt="Wiki">
</div>
<div class="panel-body panel-body-custom">
<p>Wiki</p>
</div>
</div>
</a>
</div>
<div class="col-md-3 col-xs-6">
<a href="http://www.eclipse.org/forums/index.php/f/121/">
<div class="panel panel-default panel-default-custom">
<div class="panel-heading">
<img class="img-responsive center-block" src="img/forum.png" alt="Forum">
</div>
<div class="panel-body panel-body-custom">
<p>Forum</p>
</div>
</div>
</a>
</div>
<div class="col-md-3 col-xs-6">
<a href="https://dev.eclipse.org/mailman/listinfo/mdt-papyrus.dev">
<div class="panel panel-default panel-default-custom">
<div class="panel-heading">
<img class="img-responsive center-block" src="img/mailing.png" alt="Mailing">
</div>
<div class="panel-body panel-body-custom">
<p>Developer Mailing List</p>
</div>
</div>
</a>
</div>
<div class="col-md-3 col-xs-6">
<a href="https://bugs.eclipse.org/bugs/describecomponents.cgi?product=Papyrus">
<div class="panel panel-default panel-default-custom">
<div class="panel-heading">
<img class="img-responsive center-block" src="img/bug.png" alt="Bugzilla">
</div>
<div class="panel-body panel-body-custom">
<p>Bugzilla</p>
</div>
</div>
</a>
</div>
</div>
<div class="row">
<div class="col-md-3 col-xs-6">
<a href="http://git.eclipse.org/c/papyrus/org.eclipse.papyrus.git/">
<div class="panel panel-default panel-default-custom">
<div class="panel-heading">
<img class="img-responsive center-block" src="img/git.png" alt="Papyrus Git">
</div>
<div class="panel-body panel-body-custom">
<p>Git</p>
</div>
</div>
</a>
</div>
<div class="col-md-3 col-xs-6">
<a href="https://git.eclipse.org/r/#/q/project:papyrus/org.eclipse.papyrus">
<div class="panel panel-default panel-default-custom">
<div class="panel-heading">
<img class="img-responsive center-block" src="img/gerrit.png" alt="Papyrus Gerrit">
</div>
<div class="panel-body panel-body-custom">
<p>Gerrit</p>
</div>
</div>
</a>
</div>
<div class="col-md-3 col-xs-6">
<a href="https://hudson.eclipse.org/papyrus/">
<div class="panel panel-default panel-default-custom">
<div class="panel-heading">
<img class="img-responsive center-block" src="img/build.png" alt="Papyrus Hudson">
</div>
<div class="panel-body panel-body-custom">
<p>Jenkins</p>
</div>
</div>
</a>
</div>
<div class="col-md-3 col-xs-6">
<a href="https://www.youtube.com/channel/UCxyPoBlZc_rKLS7_K2dtwYA">
<div class="panel panel-default panel-default-custom">
<div class="panel-heading">
<img class="img-responsive center-block" src="img/channel.png" alt="YouTube Channel">
</div>
<div class="panel-body panel-body-custom">
<p>YouTube Channel</p>
</div>
</div>
</a>
</div>
</div>
<div class="row">
<div class="col-md-3 col-xs-6">
<a href="https://projects.eclipse.org/projects/modeling.mdt.papyrus">
<div class="panel panel-default panel-default-custom">
<div class="panel-heading">
<img class="img-responsive center-block" src="img/more.png" alt="More resources">
</div>
<div class="panel-body panel-body-custom">
<p>More resources</p>
</div>
</div>
</a>
</div>
</div>
</div>
</section>
<section id="industrial" class="custom-section">
<div class="container">
<h1 class="section-title wrap">Industrial community</h1>
<div class="row">
<div class="col-md-12">
<p>
Keen to provide industrial-grade open source MBE tool and solutions that are tailored to the needs of the industry, Eclipse Papyrus collaborates to various industrial communities.
</p>
<h2 class="subsection-title wrap">Polarsys Solution</h2>
<div class="row">
<div class="col-md-3">
<img class="img-responsive center-block" src="img/polarsys.png" alt="PolarSys">
</div>
<div class="col-md-9">
<p class="text-justify">As it describes itself, "<a href="https://www.polarsys.org/">PolarSys</a> is an Eclipse Industry Working Group created by large industry players and by tools providers to collaborate on the creation and support of Open Source tools for the development of embedded systems."
</p>
<p class="text-justify">
As part of this effort, PolarSys provides <a href="https://www.polarsys.org/solutions">Solutions</a> dedicated to the various embedded systems development steps.
</p>
<p class="text-justify">
<button type="button" class="btn btn-lg btn-success custom-success-btn" onclick="location.href='https://www.polarsys.org/solutions/papyrus'">Discover the Papyrus PolarSys Solution</button>
</p>
</div>
</div>
<h2 class="subsection-title wrap">Papyrus Industry Consortium</h2>
<div class="col-md-3">
<img class=" img-responsive center-block" src="img/papyrus-ic.png" alt="Papyrus IC">
</div>
<div class="col-md-9">
<p class="text-justify">
To federate the development efforts of Model-Based Engineering technologies on an open source modeling platform, the Papyrus Industry Consortium has been setup. Through this consortium, industrial needs meet cutting edge MBE technologies coming from research and academia thanks to a committed community that shares development efforts and vision in a sustainable collaboration.
</p>
<p class="text-justify">
<button type="button" class="btn btn-lg btn-success custom-success-btn" onclick="location.href='https://www.eclipse.org/org/workinggroups/papyrusic_charter.php'">Learn more about the Papyrus Industry Consortium</button>
</p>
</div>
</div>
</div>
</div>
</section>
<section id="involve" class="custom-section">
<div class="container">
<h1 class="section-title wrap">Get involved!</h1>
<div class="row">
<div class="col-md-12">
<p>
There are many ways to help us developing and bringing to the community of Eclipse Papyrus.
</p>
<h2 class="subsection-title wrap">Reporting bug or enhancement</h2>
<ul class="text-justify">
<li>Download one of the latest Eclipse Papyrus release or milestones. Take it for a test drive before next release and report any bugs you find. </li>
<li>Report Enhancements: Got an idea for a killer feature? Or maybe something you use often could use some tweaking? Post an enhancement request! </li>
</ul>
<p class="text-justify"> You can achieve this going to the Eclipse bugzilla: <a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Papyrus">New Bug</a> </p>
<h2 class="subsection-title wrap">Fix bugs or Implement enhancements</h2>
<p class="text-justify">Is there some bug that really bothers you? Instead of just reporting it, fix it and submit a contribution.</p>
<ul class="text-justify">
<li>Submit a patch directly in the <a href="https://bugs.eclipse.org/bugs/describecomponents.cgi?product=Papyrus">Eclipse Papyrus bugzilla</a>. To learn how the bug-fixing process works, check out the <a href="http://wiki.eclipse.org/Bug_Reporting_FAQ">bug reporting FAQ</a>. To learn about the lifecycle of bugzilla entries, check out the <a href="http://wiki.eclipse.org/Development_Resources/HOWTO/Bugzilla_Use">development process</a></li>
<li>Propose a contribution using <a href="https://git.eclipse.org/r/#/q/project:papyrus/org.eclipse.papyrus">Eclipse Papyrus Gerrit</a></li>
</ul>
</div>
</div>
</div>
</section>
<div id="footer"></div>
</body>
</html>