Add GA code and some html/css improvement.
diff --git a/assets/js/ga.js b/assets/js/ga.js
new file mode 100644
index 0000000..c5ffc74
--- /dev/null
+++ b/assets/js/ga.js
@@ -0,0 +1,9 @@
+if (document.cookie.valueOf('eclipse_cookieconsent_status').search("allow") > -1) {
+ (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-16777490-1', 'auto');
+ga('send', 'pageview');
\ No newline at end of file
diff --git a/common_assets/css/media.css b/common_assets/css/media.css
new file mode 100644
index 0000000..656d02c
--- /dev/null
+++ b/common_assets/css/media.css
@@ -0,0 +1,454 @@
+
+.mfp-bg {
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ z-index: 1042;
+ overflow: hidden;
+ position: fixed;
+ background: #0b0b0b;
+ opacity: .8;
+ filter: alpha(opacity = 80)
+}
+
+.mfp-wrap {
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ z-index: 1043;
+ position: fixed;
+ outline: 0 !important;
+ -webkit-backface-visibility: hidden
+}
+
+.mfp-container {
+ text-align: center;
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ left: 0;
+ top: 0;
+ padding: 0 8px;
+ -webkit-box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box
+}
+
+.mfp-container:before {
+ content: '';
+ display: inline-block;
+ height: 100%;
+ vertical-align: middle
+}
+
+.mfp-align-top .mfp-container:before {
+ display: none
+}
+
+.mfp-content {
+ position: relative;
+ display: inline-block;
+ vertical-align: middle;
+ margin: 0 auto;
+ text-align: left;
+ z-index: 1045
+}
+
+.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content {
+ width: 100%;
+ cursor: auto
+}
+
+.mfp-ajax-cur {
+ cursor: progress
+}
+
+.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
+ cursor: -moz-zoom-out;
+ cursor: -webkit-zoom-out;
+ cursor: zoom-out
+}
+
+.mfp-zoom {
+ cursor: pointer;
+ cursor: -webkit-zoom-in;
+ cursor: -moz-zoom-in;
+ cursor: zoom-in
+}
+
+.mfp-auto-cursor .mfp-content {
+ cursor: auto
+}
+
+.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ user-select: none
+}
+
+.mfp-loading.mfp-figure {
+ display: none
+}
+
+.mfp-hide {
+ display: none !important
+}
+
+.mfp-preloader {
+ color: #ccc;
+ position: absolute;
+ top: 50%;
+ width: auto;
+ text-align: center;
+ margin-top: -.8em;
+ left: 8px;
+ right: 8px;
+ z-index: 1044
+}
+
+.mfp-preloader a {
+ color: #ccc
+}
+
+.mfp-preloader a:hover {
+ color: #fff
+}
+
+.mfp-s-ready .mfp-preloader {
+ display: none
+}
+
+.mfp-s-error .mfp-content {
+ display: none
+}
+
+button.mfp-close,button.mfp-arrow {
+ overflow: visible;
+ cursor: pointer;
+ background: transparent;
+ border: 0;
+ -webkit-appearance: none;
+ display: block;
+ outline: 0;
+ padding: 0;
+ z-index: 1046;
+ -webkit-box-shadow: none;
+ box-shadow: none
+}
+
+button::-moz-focus-inner {
+ padding: 0;
+ border: 0
+}
+
+.mfp-close {
+ width: 44px;
+ height: 44px;
+ line-height: 44px;
+ position: absolute;
+ right: 0;
+ top: 0;
+ text-decoration: none;
+ text-align: center;
+ opacity: .65;
+ padding: 0 0 18px 10px;
+ color: #fff;
+ font-style: normal;
+ font-size: 28px;
+ font-family: Arial, Baskerville, monospace
+}
+
+.mfp-close:hover,.mfp-close:focus {
+ opacity: 1
+}
+
+.mfp-close:active {
+ top: 1px
+}
+
+.mfp-close-btn-in .mfp-close {
+ color: #333
+}
+
+.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
+ color: #fff;
+ right: -6px;
+ text-align: right;
+ padding-right: 6px;
+ width: 100%
+}
+
+.mfp-counter {
+ position: absolute;
+ top: 0;
+ right: 0;
+ color: #ccc;
+ font-size: 12px;
+ line-height: 18px
+}
+
+.mfp-arrow {
+ position: absolute;
+ opacity: .65;
+ margin: 0;
+ top: 50%;
+ margin-top: -55px;
+ padding: 0;
+ width: 90px;
+ height: 110px;
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
+}
+
+.mfp-arrow:active {
+ margin-top: -54px
+}
+
+.mfp-arrow:hover,.mfp-arrow:focus {
+ opacity: 1
+}
+
+.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a {
+ content: '';
+ display: block;
+ width: 0;
+ height: 0;
+ position: absolute;
+ left: 0;
+ top: 0;
+ margin-top: 35px;
+ margin-left: 35px;
+ border: medium inset transparent
+}
+
+.mfp-arrow:after,.mfp-arrow .mfp-a {
+ border-top-width: 13px;
+ border-bottom-width: 13px;
+ top: 8px
+}
+
+.mfp-arrow:before,.mfp-arrow .mfp-b {
+ border-top-width: 21px;
+ border-bottom-width: 21px
+}
+
+.mfp-arrow-left {
+ left: 0
+}
+
+.mfp-arrow-left:after,.mfp-arrow-left .mfp-a {
+ border-right: 17px solid #fff;
+ margin-left: 31px
+}
+
+.mfp-arrow-left:before,.mfp-arrow-left .mfp-b {
+ margin-left: 25px;
+ border-right: 27px solid #3f3f3f
+}
+
+.mfp-arrow-right {
+ right: 0
+}
+
+.mfp-arrow-right:after,.mfp-arrow-right .mfp-a {
+ border-left: 17px solid #fff;
+ margin-left: 39px
+}
+
+.mfp-arrow-right:before,.mfp-arrow-right .mfp-b {
+ border-left: 27px solid #3f3f3f
+}
+
+.mfp-iframe-holder {
+ padding-top: 40px;
+ padding-bottom: 40px
+}
+
+.mfp-iframe-holder .mfp-content {
+ line-height: 0;
+ width: 100%;
+ max-width: 900px
+}
+
+.mfp-iframe-holder .mfp-close {
+ top: -40px
+}
+
+.mfp-iframe-scaler {
+ width: 100%;
+ height: 0;
+ overflow: hidden;
+ padding-top: 56.25%
+}
+
+.mfp-iframe-scaler iframe {
+ position: absolute;
+ display: block;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ box-shadow: 0 0 8px rgba(0, 0, 0, .6);
+ background: #000
+}
+
+img.mfp-img {
+ width: auto;
+ max-width: 100%;
+ height: auto;
+ display: block;
+ line-height: 0;
+ -webkit-box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
+ padding: 40px 0;
+ margin: 0 auto
+}
+
+.mfp-figure {
+ line-height: 0
+}
+
+.mfp-figure:after {
+ content: '';
+ position: absolute;
+ left: 0;
+ top: 40px;
+ bottom: 40px;
+ display: block;
+ right: 0;
+ width: auto;
+ height: auto;
+ z-index: -1;
+ box-shadow: 0 0 8px rgba(0, 0, 0, .6);
+ background: #444
+}
+
+.mfp-figure small {
+ color: #bdbdbd;
+ display: block;
+ font-size: 12px;
+ line-height: 14px
+}
+
+.mfp-bottom-bar {
+ margin-top: -36px;
+ position: absolute;
+ top: 100%;
+ left: 0;
+ width: 100%;
+ cursor: auto
+}
+
+.mfp-title {
+ text-align: left;
+ line-height: 18px;
+ color: #f3f3f3;
+ word-wrap: break-word;
+ padding-right: 36px
+}
+
+.mfp-image-holder .mfp-content {
+ max-width: 100%
+}
+
+.mfp-gallery .mfp-image-holder .mfp-figure {
+ cursor: pointer
+}
+
+@media screen and (max-width:800px) and (orientation:landscape) , screen
+ and (max-height:300px) {
+ .mfp-img-mobile .mfp-image-holder {
+ padding-left: 0;
+ padding-right: 0
+ }
+ .mfp-img-mobile img.mfp-img {
+ padding: 0
+ }
+ .mfp-img-mobile .mfp-figure {
+
+ }
+ .mfp-img-mobile .mfp-figure:after {
+ top: 0;
+ bottom: 0
+ }
+ .mfp-img-mobile .mfp-figure small {
+ display: inline;
+ margin-left: 5px
+ }
+ .mfp-img-mobile .mfp-bottom-bar {
+ background: rgba(0, 0, 0, .6);
+ bottom: 0;
+ margin: 0;
+ top: auto;
+ padding: 3px 5px;
+ position: fixed;
+ -webkit-box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box
+ }
+ .mfp-img-mobile .mfp-bottom-bar:empty {
+ padding: 0
+ }
+ .mfp-img-mobile .mfp-counter {
+ right: 5px;
+ top: 3px
+ }
+ .mfp-img-mobile .mfp-close {
+ top: 0;
+ right: 0;
+ width: 35px;
+ height: 35px;
+ line-height: 35px;
+ background: rgba(0, 0, 0, .6);
+ position: fixed;
+ text-align: center;
+ padding: 0
+ }
+}
+
+@media all and (max-width:900px) {
+ .mfp-arrow {
+ -webkit-transform: scale(0.75);
+ transform: scale(0.75)
+ }
+ .mfp-arrow-left {
+ -webkit-transform-origin: 0;
+ transform-origin: 0
+ }
+ .mfp-arrow-right {
+ -webkit-transform-origin: 100%;
+ transform-origin: 100%
+ }
+ .mfp-container {
+ padding-left: 6px;
+ padding-right: 6px
+ }
+}
+
+.mfp-ie7 .mfp-img {
+ padding: 0
+}
+
+.mfp-ie7 .mfp-bottom-bar {
+ width: 600px;
+ left: 50%;
+ margin-left: -300px;
+ margin-top: 5px;
+ padding-bottom: 5px
+}
+
+.mfp-ie7 .mfp-container {
+ padding: 0
+}
+
+.mfp-ie7 .mfp-content {
+ padding-top: 44px
+}
+
+.mfp-ie7 .mfp-close {
+ top: 0;
+ right: 0;
+ padding-top: 0
+}
\ No newline at end of file
diff --git a/common_assets/css/styles.css b/common_assets/css/styles.css
index a508572..8ac08ff 100644
--- a/common_assets/css/styles.css
+++ b/common_assets/css/styles.css
@@ -248,6 +248,9 @@
.txt_white {
color: #fff !important;
}
+.txt_weight_300 {
+font-weight: 300;
+}
.call-to-action {
background-size: cover;
background-attachment: fixed;
@@ -324,6 +327,15 @@
height: 350px;
background-color: #CCC;
}
+/* Menu - Navigation */
+input {
+ color:inherit;
+ background-color: #fefefe;
+ border: 1px solid #bdbdbd;
+}
+#update_site input {
+ width: 50%;
+}
/* Footer */
footer {
background: #261e58;
@@ -351,7 +363,8 @@
color:#fff;
}
footer a:hover {color:#ccc;}
-/*------*/
+/* Fancybox
+-----------*/
.fancybox-close {
background: url("../images/icons/close.png") no-repeat scroll 0 0 transparent;
height: 50px;
@@ -485,7 +498,19 @@
}
/* Table Style
--------------- */
-.table>tbody>tr>td {text-align: left;}
+.table {
+ margin: 2rem 0 4rem 0;
+}
+.table thead th {
+ border-top: none;
+}
+
+.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
+ color: #FBB800;
+ background-color: #261e58;
+}
+
+
/* Accordion Style
--------------- */
.dropdown_content {
@@ -514,6 +539,57 @@
.dropdown_content .accordion-inner {
padding-top: 20px;
}
+/* Gallery Style
+--------------- */
+.row.usecase .thumbs ul {
+padding-inline-start: 0;
+margin-top: 20px;
+}
+.row.usecase .thumbs ul li {
+ display: inline-block;
+ list-style: none;
+ padding-right: 15px;
+}
+.row.usecase img {
+ padding: 0;
+}
+.row.usecase img.shadow {
+ box-shadow: 0 2px 6px #999 !important;
+}
+
+/* Cookies consent
+-------------------------- */
+.cc-color-override-1434350510.cc-window, .cc-color-override-1434350510.cc-revoke, .cc-color-override-1434350510 .cc-btn {
+ font-family: "Lato", Arial, sans-serif !important;
+}
+.cc-color-override-1434350510.cc-window{
+ background-color: #261e58 !important;
+}
+.cc-color-override-1434350510.cc-revoke {
+ background-color: #FBBF52 !important;
+}
+.cc-color-override-1434350510.cc-revoke:hover {
+ text-decoration: none !important;
+ color: #FBBF52 !important;
+ background-color: #261e58 !important;
+
+}
+.cc-color-override-1434350510 .cc-btn:last-child, .cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
+ background-color: #FBBF52 !important;
+ color: #261e58 !important;
+
+}
+.cc-color-override-1434350510 .cc-highlight .cc-btn:first-child {
+ color: #261e58 !important;
+}
+.cc-color-override-1434350510 .cc-btn:hover, .cc-color-override-1434350510 .cc-btn:focus {
+ background-color: #fff !important;
+ color: #261e58 !important;
+ text-decoration: none !important;
+}
+.cc-banner .cc-message {
+ padding-right: 50px;
+}
/* Responsive
------------- */
@media only screen and (max-width: 767px) {
diff --git a/download.html b/download.html
index 34306a7..b3b4b3b 100644
--- a/download.html
+++ b/download.html
@@ -19,19 +19,32 @@
<link rel="stylesheet" href="/acceleo/common_assets/css/styles.css">
<link rel="stylesheet" href="/acceleo/common_assets/css/animate.css">
- <link rel="canonical" href="/acceleo/acceleo/download.html">
-
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
+
+ <!-- Eclipse Foundation Google Tag Manager -->
+ <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
+ new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
+ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
+ 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
+ })(window,document,'script','dataLayer','GTM-5WLCZXC');</script>
+ <!-- End Google Tag Manager -->
+
+ <!-- Eclipse Foundation cookie consent: -->
+ <link rel="stylesheet" type="text/css" href="//www.eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/vendor/cookieconsent/cookieconsent.min.css" />
+ <script src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/vendor/cookieconsent/default.min.js"></script>
+
+ <script src="/acceleo/assets/js/ga.js"></script>
+
<!-- Old version of font awesome for some icons -->
<script src="https://use.fontawesome.com/b51f77a16a.js"></script>
<!-- Bootstrap JS -->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js" integrity="sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm" crossorigin="anonymous"></script>
- <script type="text/javascript">
+ <script>
jQuery(function($){ $(".hasTooltip").tooltip({"html": true,"container": "body"}); });
</script>
<!-- Triggers tooltips -->
- <script type="text/javascript">
+ <script>
jQuery(document).ready(function() {
jQuery('.hasTooltip').tooltip();
});
@@ -79,9 +92,10 @@
<section>
<div class="container">
- <h2 class="title wow fadeInDown animated" data-wow-duration="500ms" data-wow-delay=".2s">Marketplace</h2>
-<h3 class="wow fadeInDown animated" data-wow-duration="500ms" data-wow-delay=".3s"></h3>
-<p class="wow fadeInDown animated" data-wow-duration="500ms" data-wow-delay=".4s"></p>
+ <h2 class="title wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".2s">Marketplace</h2>
+<h3 class="wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".3s"></h3>
+<p class="wow fadeInDown" data-wow-duration="500ms" data-w ow-delay=".4s"></p>
+
<div class="row">
@@ -95,66 +109,70 @@
<section class="bg_lightest_grey">
<div class="container">
- <h2 class="title wow fadeInDown animated" data-wow-duration="500ms" data-wow-delay=".2s">Releases</h2>
-<h3 class="wow fadeInDown animated" data-wow-duration="500ms" data-wow-delay=".3s"></h3>
-<p class="wow fadeInDown animated" data-wow-duration="500ms" data-wow-delay=".4s"></p>
+ <h2 class="title wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".2s">Releases</h2>
+<h3 class="wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".3s">Releases</h3>
+<p class="wow fadeInDown" data-wow-duration="500ms" data-w ow-delay=".4s"></p>
- <h3> Releases</h3>
- <ul>
- <li>3.7.x - <a target="_blank" href="https://download.eclipse.org/acceleo/updates/releases/3.7">https://download.eclipse.org/acceleo/updates/releases/3.7</a></li>
- <li>3.6.x - <a target="_blank" href="https://download.eclipse.org/acceleo/updates/releases/3.6">https://download.eclipse.org/acceleo/updates/releases/3.6</a></li>
- <li>3.5.x - <a target="_blank" href="https://download.eclipse.org/acceleo/updates/releases/3.5">https://download.eclipse.org/acceleo/updates/releases/3.5</a></li>
- <li>3.4.x - <a target="_blank" href="https://download.eclipse.org/acceleo/updates/releases/3.4">https://download.eclipse.org/acceleo/updates/releases/3.4</a></li>
- <li>3.3.x - <a target="_blank" href="https://download.eclipse.org/acceleo/updates/releases/3.3">https://download.eclipse.org/acceleo/updates/releases/3.3</a></li>
- <li>3.2.x - <a target="_blank" href="https://download.eclipse.org/acceleo/updates/releases/3.2">https://download.eclipse.org/acceleo/updates/releases/3.2</a></li>
- <li>3.1.x - <a target="_blank" href="https://download.eclipse.org/acceleo/updates/releases/3.1">https://download.eclipse.org/acceleo/updates/releases/3.1</a></li>
- <li>3.0.x - <a target="_blank" href="https://download.eclipse.org/acceleo/updates/releases/3.0">https://download.eclipse.org/acceleo/updates/releases/3.0</a></li>
- </ul>
- <h3>Update sites</h3>
- <ul>
- <li>3.7.9 -
+ <ul>
+ <li class="wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".3s">3.7.x - <a target="_blank" href="http://download.eclipse.org/acceleo/updates/releases/3.7">http://download.eclipse.org/acceleo/updates/releases/3.7</a></li>
+ <li class="wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".4s">3.6.x - <a target="_blank" href="http://download.eclipse.org/acceleo/updates/releases/3.6">http://download.eclipse.org/acceleo/updates/releases/3.6</a></li>
+ <li class="wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".5s">3.5.x - <a target="_blank" href="http://download.eclipse.org/acceleo/updates/releases/3.5">http://download.eclipse.org/acceleo/updates/releases/3.5</a></li>
+ <li class="wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".6s">3.4.x - <a target="_blank" href="http://download.eclipse.org/acceleo/updates/releases/3.4">http://download.eclipse.org/acceleo/updates/releases/3.4</a></li>
+ <li class="wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".6s">3.3.x - <a target="_blank" href="http://download.eclipse.org/acceleo/updates/releases/3.3">http://download.eclipse.org/acceleo/updates/releases/3.3</a></li>
+ <li class="wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".6s">3.2.x - <a target="_blank" href="http://download.eclipse.org/acceleo/updates/releases/3.2">http://download.eclipse.org/acceleo/updates/releases/3.2</a></li>
+ <li class="wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".6s">3.1.x - <a target="_blank" href="http://download.eclipse.org/acceleo/updates/releases/3.1">http://download.eclipse.org/acceleo/updates/releases/3.1</a></li>
+ <li class="wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".6s">3.0.x - <a target="_blank" href="http://download.eclipse.org/acceleo/updates/releases/3.0">http://download.eclipse.org/acceleo/updates/releases/3.0</a></li>
+ </ul>
+ <h2 class="title wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".2s"></h2>
+<h3 class="wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".3s">Update sites</h3>
+<p class="wow fadeInDown" data-wow-duration="500ms" data-w ow-delay=".4s"></p>
+
+
+
+ <ul>
+ <li class="wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".3s">3.7.9 -
<a target="_blank" href="https://download.eclipse.org/acceleo/updates/releases/3.7/R201911060712">https://download.eclipse.org/acceleo/updates/releases/3.7/R201911060712</a> |
<a target="_blank" href="https://www.eclipse.org/downloads/download.php?file=/acceleo/downloads/drops/3.7.9/R201911060712/acceleo-update-3.7.9.zip&protocol=https">Zipped Update Site</a>
</li>
- <li>3.7.8 -
+ <li class="wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".4s">3.7.8 -
<a target="_blank" href="https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618">https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618</a> |
<a target="_blank" href="https://www.eclipse.org/downloads/download.php?file=/acceleo/downloads/drops/3.7.8/R201902261618/acceleo-update-3.7.8.zip&protocol=https">Zipped Update Site</a>
</li>
- <li>3.7.7 -
- <a target="_blank" href="https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426">https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426</a> |
- <a target="_blank" href="https://www.eclipse.org/downloads/download.php?file=/acceleo/downloads/drops/3.7.7/R201812041426/acceleo-update-3.7.7.zip&protocol=https">Zipped Update Site</a>
- </li>
- <li>3.7.6 -
- <a target="_blank" href="https://download.eclipse.org/acceleo/updates/releases/3.7/R201810050612">https://download.eclipse.org/acceleo/updates/releases/3.7/R201810050612</a> |
- <a target="_blank" href="https://www.eclipse.org/downloads/download.php?file=/acceleo/downloads/drops/3.7.6/R201810050612/acceleo-update-3.7.6.zip&protocol=https">Zipped Update Site</a>
- </li>
- <li>3.7.5 -
- <a target="_blank" href="https://download.eclipse.org/acceleo/updates/releases/3.7/R201809121017">https://download.eclipse.org/acceleo/updates/releases/3.7/R201809121017</a> |
- <a target="_blank" href="https://www.eclipse.org/downloads/download.php?file=/acceleo/downloads/drops/3.7.5/R201809121017/acceleo-update-3.7.5.zip&protocol=https">Zipped Update Site</a>
- </li>
- <li>3.7.4 -
- <a target="_blank" href="https://download.eclipse.org/acceleo/updates/releases/3.7/R201807201001">https://download.eclipse.org/acceleo/updates/releases/3.7/R201807201001</a> |
- <a target="_blank" href="https://www.eclipse.org/downloads/download.php?file=/acceleo/downloads/drops/3.7.4/R201807201001/acceleo-update-3.7.4.zip&protocol=https">Zipped Update Site</a>
- </li>
- <li>3.7.3 -
- <a target="_blank" href="https://download.eclipse.org/acceleo/updates/releases/3.7/R201802240723">https://download.eclipse.org/acceleo/updates/releases/3.7/R201802240723</a> |
- <a target="_blank" href="https://www.eclipse.org/downloads/download.php?file=/acceleo/downloads/drops/3.7.3/R201802240723/acceleo-update-3.7.3.zip&protocol=https">Zipped Update Site</a>
- </li>
- <li>3.7.2 -
- <a target="_blank" href="https://download.eclipse.org/acceleo/updates/releases/3.7/R201708211328">https://download.eclipse.org/acceleo/updates/releases/3.7/R201708211328</a> |
- <a target="_blank" href="https://www.eclipse.org/downloads/download.php?file=/acceleo/downloads/drops/3.7.2/R201708211328/acceleo-update-3.7.2.zip&protocol=https">Zipped Update Site</a>
- </li>
- <li>3.7.1 -
- <a target="_blank" href="https://download.eclipse.org/acceleo/updates/releases/3.7/R201705121344">https://download.eclipse.org/acceleo/updates/releases/3.7/R201705121344</a> |
- <a target="_blank" href="https://www.eclipse.org/downloads/download.php?file=/acceleo/downloads/drops/3.7.1/R201705121344/acceleo-update-3.7.1.zip&protocol=https">Zipped Update Site</a>
- </li>
- <li>3.7.0 -
- <a target="_blank" href="https://download.eclipse.org/acceleo/updates/releases/3.7/R201610150614">https://download.eclipse.org/acceleo/updates/releases/3.7/R201610150614</a> |
- <a target="_blank" href="https://www.eclipse.org/downloads/download.php?file=/acceleo/downloads/drops/3.7.0/R201610150614/acceleo-update-3.7.0.zip&protocol=https">Zipped Update Site</a>
- </li>
- </ul>
+ <li class="wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".4s">3.7.7 -
+ <a target="_blank" href="http://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426">http://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426</a> |
+ <a target="_blank" href="https://www.eclipse.org/downloads/download.php?file=/acceleo/downloads/drops/3.7.7/R201812041426/acceleo-update-3.7.7.zip&protocol=https">Zipped Update Site</a>
+ </li>
+ <li class="wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".5s">3.7.6 -
+ <a target="_blank" href="http://download.eclipse.org/acceleo/updates/releases/3.7/R201810050612">http://download.eclipse.org/acceleo/updates/releases/3.7/R201810050612</a> |
+ <a target="_blank" href="https://www.eclipse.org/downloads/download.php?file=/acceleo/downloads/drops/3.7.6/R201810050612/acceleo-update-3.7.6.zip&protocol=https">Zipped Update Site</a>
+ </li>
+ <li class="wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".5s">3.7.5 -
+ <a target="_blank" href="http://download.eclipse.org/acceleo/updates/releases/3.7/R201809121017">http://download.eclipse.org/acceleo/updates/releases/3.7/R201809121017</a> |
+ <a target="_blank" href="https://www.eclipse.org/downloads/download.php?file=/acceleo/downloads/drops/3.7.5/R201809121017/acceleo-update-3.7.5.zip&protocol=https">Zipped Update Site</a>
+ </li>
+ <li class="wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".6s">3.7.4 -
+ <a target="_blank" href="http://download.eclipse.org/acceleo/updates/releases/3.7/R201807201001">http://download.eclipse.org/acceleo/updates/releases/3.7/R201807201001</a> |
+ <a target="_blank" href="https://www.eclipse.org/downloads/download.php?file=/acceleo/downloads/drops/3.7.4/R201807201001/acceleo-update-3.7.4.zip&protocol=https">Zipped Update Site</a>
+ </li>
+ <li class="wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".6s">3.7.3 -
+ <a target="_blank" href="http://download.eclipse.org/acceleo/updates/releases/3.7/R201802240723">http://download.eclipse.org/acceleo/updates/releases/3.7/R201802240723</a> |
+ <a target="_blank" href="https://www.eclipse.org/downloads/download.php?file=/acceleo/downloads/drops/3.7.3/R201802240723/acceleo-update-3.7.3.zip&protocol=https">Zipped Update Site</a>
+ </li>
+ <li class="wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".6s">3.7.2 -
+ <a target="_blank" href="http://download.eclipse.org/acceleo/updates/releases/3.7/R201708211328">http://download.eclipse.org/acceleo/updates/releases/3.7/R201708211328</a> |
+ <a target="_blank" href="https://www.eclipse.org/downloads/download.php?file=/acceleo/downloads/drops/3.7.2/R201708211328/acceleo-update-3.7.2.zip&protocol=https">Zipped Update Site</a>
+ </li>
+ <li class="wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".6s">3.7.1 -
+ <a target="_blank" href="http://download.eclipse.org/acceleo/updates/releases/3.7/R201705121344">http://download.eclipse.org/acceleo/updates/releases/3.7/R201705121344</a> |
+ <a target="_blank" href="https://www.eclipse.org/downloads/download.php?file=/acceleo/downloads/drops/3.7.1/R201705121344/acceleo-update-3.7.1.zip&protocol=https">Zipped Update Site</a>
+ </li>
+ <li class="wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".6s">3.7.0 -
+ <a target="_blank" href="http://download.eclipse.org/acceleo/updates/releases/3.7/R201610150614">http://download.eclipse.org/acceleo/updates/releases/3.7/R201610150614</a> |
+ <a target="_blank" href="https://www.eclipse.org/downloads/download.php?file=/acceleo/downloads/drops/3.7.0/R201610150614/acceleo-update-3.7.0.zip&protocol=https">Zipped Update Site</a>
+ </li>
+ </ul>
</div>
</section>
@@ -163,19 +181,19 @@
<div class="row">
<div class="col-md-3">
- <p><a href="http://www.eclipse.org/"><img src="/acceleo/common_assets/images/logos/logo-eclipse-foundation.png" alt="Eclipse Foundation logo"></a></p>
- <p id="copyright">Copyright © 2019 Eclipse Foundation, Inc.<br>All Rights Reserved.</p>
+ <p><a href="http://www.eclipse.org/" target="_blank"><img src="/acceleo/common_assets/images/logos/logo-eclipse-foundation.png" alt="Eclipse Foundation logo"></a></p>
+ <p id="copyright">Copyright © 2020 Eclipse Foundation, Inc.<br>All Rights Reserved.</p>
</div>
<div class="col-md-3">
<h6>Eclipse Foundation</h6>
<ul>
- <li><a href="http://www.eclipse.org/legal/privacy.php">Privacy Policy</a></li>
- <li><a href="http://eclipse.org/">Eclipse</a></li>
- <li><a href="http://www.eclipse.org/legal/termsofuse.php">Terms of Use</a></li>
- <li><a href="http://www.eclipse.org/legal/copyright.php">Copyright Agent</a></li>
- <li><a href="http://www.eclipse.org/legal/">Legal</a></li>
- <li><a href="http://www.eclipse.org/org/foundation/contact.php"> Contact Us</a></li>
+ <li><a href="http://www.eclipse.org/legal/privacy.php" target="_blank">Privacy Policy</a></li>
+ <li><a href="http://eclipse.org/" target="_blank">Eclipse</a></li>
+ <li><a href="http://www.eclipse.org/legal/termsofuse.php" target="_blank">Terms of Use</a></li>
+ <li><a href="http://www.eclipse.org/legal/copyright.php" target="_blank">Copyright Agent</a></li>
+ <li><a href="http://www.eclipse.org/legal/" target="_blank">Legal</a></li>
+ <li><a href="http://www.eclipse.org/org/foundation/contact.php" target="_blank"> Contact Us</a></li>
</ul>
</div>
@@ -183,11 +201,11 @@
<div class="col-md-3">
<h6>Project Links</h6>
<ul>
- <li><a href="https://projects.eclipse.org/projects/modeling.m2t.acceleo">About this project</a></li>
- <li><a href="http://wiki.eclipse.org/Acceleo">Wiki</a></li>
- <li><a href="https://www.eclipse.org/forums/index.php?t=thread&frm_id=24&">Forum</a></li>
- <li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=VERIFIED&list_id=9161179&product=Acceleo&query_format=advanced">Bugs</a></li>
- <li><a href="https://projects.eclipse.org/projects/modeling.m2t.acceleo/developer">Source Code</a></li>
+ <li><a href="https://projects.eclipse.org/projects/modeling.m2t.acceleo" target="_blank">About this project</a></li>
+ <li><a href="http://wiki.eclipse.org/Acceleo" target="_blank">Wiki</a></li>
+ <li><a href="https://www.eclipse.org/forums/index.php?t=thread&frm_id=24&" target="_blank">Forum</a></li>
+ <li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=VERIFIED&list_id=9161179&product=Acceleo&query_format=advanced" target="_blank">Bugs</a></li>
+ <li><a href="https://projects.eclipse.org/projects/modeling.m2t.acceleo/developer" target="_blank">Source Code</a></li>
</ul>
</div>
</div>
diff --git a/features.html b/features.html
index 727e97d..42d20b8 100644
--- a/features.html
+++ b/features.html
@@ -19,19 +19,32 @@
<link rel="stylesheet" href="/acceleo/common_assets/css/styles.css">
<link rel="stylesheet" href="/acceleo/common_assets/css/animate.css">
- <link rel="canonical" href="/acceleo/acceleo/features.html">
-
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
+
+ <!-- Eclipse Foundation Google Tag Manager -->
+ <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
+ new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
+ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
+ 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
+ })(window,document,'script','dataLayer','GTM-5WLCZXC');</script>
+ <!-- End Google Tag Manager -->
+
+ <!-- Eclipse Foundation cookie consent: -->
+ <link rel="stylesheet" type="text/css" href="//www.eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/vendor/cookieconsent/cookieconsent.min.css" />
+ <script src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/vendor/cookieconsent/default.min.js"></script>
+
+ <script src="/acceleo/assets/js/ga.js"></script>
+
<!-- Old version of font awesome for some icons -->
<script src="https://use.fontawesome.com/b51f77a16a.js"></script>
<!-- Bootstrap JS -->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js" integrity="sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm" crossorigin="anonymous"></script>
- <script type="text/javascript">
+ <script>
jQuery(function($){ $(".hasTooltip").tooltip({"html": true,"container": "body"}); });
</script>
<!-- Triggers tooltips -->
- <script type="text/javascript">
+ <script>
jQuery(document).ready(function() {
jQuery('.hasTooltip').tooltip();
});
@@ -79,13 +92,14 @@
<section id="" class="text-center">
<div class="container">
- <h2 class="title wow fadeInDown animated" data-wow-duration="500ms" data-wow-delay=".2s">The Acceleo Language</h2>
-<h3 class="wow fadeInDown animated" data-wow-duration="500ms" data-wow-delay=".3s"></h3>
-<p class="wow fadeInDown animated" data-wow-duration="500ms" data-wow-delay=".4s"></p>
+ <h2 class="title wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".2s">The Acceleo Language</h2>
+<h3 class="wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".3s"></h3>
+<p class="wow fadeInDown" data-wow-duration="500ms" data-w ow-delay=".4s"></p>
+
<div class="row">
- <div class="col-md-12 wow fadeInLeft animated" data-wow-duration="500ms" data-wow-delay="300ms">
+ <div class="col-md-12 wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="300ms">
<p>Templates (Pre-conditions, Post-treatments, Variables, User-code) | Modules | Queries</p>
<p><a class="btn btn-default wow fadeInUp" data-wow-delay=".6s" href="https://wiki.eclipse.org/Acceleo/User_Guide" target="_blank">Learn more</a></p>
@@ -96,13 +110,14 @@
<section class="bg_lightest_grey text-center">
<div class="container">
- <h2 class="title wow fadeInDown animated" data-wow-duration="500ms" data-wow-delay=".2s">The Acceleo Tooling</h2>
-<h3 class="wow fadeInDown animated" data-wow-duration="500ms" data-wow-delay=".3s"></h3>
-<p class="wow fadeInDown animated" data-wow-duration="500ms" data-wow-delay=".4s"></p>
+ <h2 class="title wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".2s">The Acceleo Tooling</h2>
+<h3 class="wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".3s"></h3>
+<p class="wow fadeInDown" data-wow-duration="500ms" data-w ow-delay=".4s"></p>
+
<div class="row">
- <div class="col-md-12 wow fadeInLeft animated" data-wow-duration="500ms" data-wow-delay="300ms">
+ <div class="col-md-12 wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="300ms">
<p>Syntax highlighting | Smart completion | Navigation to definitions and references | Errors detection <br> Quick fixes | Warning and informations support | Dynamic outline | Quick outline | Code folding <br>
Code templates | Customizable code templates | Documentation hover | Visible whitespace characters <br> Search of occurrences | Refactoring | Eclipse perspective | Profiler | Debugger
@@ -114,18 +129,15 @@
<section class="text-center">
<div class="container">
- <h2 class="title wow fadeInDown animated" data-wow-duration="500ms" data-wow-delay=".2s">The Acceleo Runtime</h2>
-<h3 class="wow fadeInDown animated" data-wow-duration="500ms" data-wow-delay=".3s"></h3>
-<p class="wow fadeInDown animated" data-wow-duration="500ms" data-wow-delay=".4s"></p>
+ <h2 class="title wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".2s">The Acceleo Runtime</h2>
+<h3 class="wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".3s"></h3>
+<p class="wow fadeInDown" data-wow-duration="500ms" data-w ow-delay=".4s"></p>
+
<div class="row">
- <div class="col-md-12 wow fadeInLeft animated" data-wow-duration="500ms" data-wow-delay="300ms">
- Compiler |
- Generation engine |
- Standalone mode |
- Integration (Ant, Maven or Java) |
-
+ <div class="col-md-12 wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="300ms">
+ Compiler | Generation engine | Standalone mode | Integration (Ant, Maven or Java)
<p><a class="btn btn-default wow fadeInUp" data-wow-delay=".6s" href="https://wiki.eclipse.org/Acceleo/User_Guide#Launching_an_Acceleo_generation" target="_blank">Learn more</a></p>
</div>
</div>
@@ -137,19 +149,19 @@
<div class="row">
<div class="col-md-3">
- <p><a href="http://www.eclipse.org/"><img src="/acceleo/common_assets/images/logos/logo-eclipse-foundation.png" alt="Eclipse Foundation logo"></a></p>
- <p id="copyright">Copyright © 2019 Eclipse Foundation, Inc.<br>All Rights Reserved.</p>
+ <p><a href="http://www.eclipse.org/" target="_blank"><img src="/acceleo/common_assets/images/logos/logo-eclipse-foundation.png" alt="Eclipse Foundation logo"></a></p>
+ <p id="copyright">Copyright © 2020 Eclipse Foundation, Inc.<br>All Rights Reserved.</p>
</div>
<div class="col-md-3">
<h6>Eclipse Foundation</h6>
<ul>
- <li><a href="http://www.eclipse.org/legal/privacy.php">Privacy Policy</a></li>
- <li><a href="http://eclipse.org/">Eclipse</a></li>
- <li><a href="http://www.eclipse.org/legal/termsofuse.php">Terms of Use</a></li>
- <li><a href="http://www.eclipse.org/legal/copyright.php">Copyright Agent</a></li>
- <li><a href="http://www.eclipse.org/legal/">Legal</a></li>
- <li><a href="http://www.eclipse.org/org/foundation/contact.php"> Contact Us</a></li>
+ <li><a href="http://www.eclipse.org/legal/privacy.php" target="_blank">Privacy Policy</a></li>
+ <li><a href="http://eclipse.org/" target="_blank">Eclipse</a></li>
+ <li><a href="http://www.eclipse.org/legal/termsofuse.php" target="_blank">Terms of Use</a></li>
+ <li><a href="http://www.eclipse.org/legal/copyright.php" target="_blank">Copyright Agent</a></li>
+ <li><a href="http://www.eclipse.org/legal/" target="_blank">Legal</a></li>
+ <li><a href="http://www.eclipse.org/org/foundation/contact.php" target="_blank"> Contact Us</a></li>
</ul>
</div>
@@ -157,11 +169,11 @@
<div class="col-md-3">
<h6>Project Links</h6>
<ul>
- <li><a href="https://projects.eclipse.org/projects/modeling.m2t.acceleo">About this project</a></li>
- <li><a href="http://wiki.eclipse.org/Acceleo">Wiki</a></li>
- <li><a href="https://www.eclipse.org/forums/index.php?t=thread&frm_id=24&">Forum</a></li>
- <li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=VERIFIED&list_id=9161179&product=Acceleo&query_format=advanced">Bugs</a></li>
- <li><a href="https://projects.eclipse.org/projects/modeling.m2t.acceleo/developer">Source Code</a></li>
+ <li><a href="https://projects.eclipse.org/projects/modeling.m2t.acceleo" target="_blank">About this project</a></li>
+ <li><a href="http://wiki.eclipse.org/Acceleo" target="_blank">Wiki</a></li>
+ <li><a href="https://www.eclipse.org/forums/index.php?t=thread&frm_id=24&" target="_blank">Forum</a></li>
+ <li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=VERIFIED&list_id=9161179&product=Acceleo&query_format=advanced" target="_blank">Bugs</a></li>
+ <li><a href="https://projects.eclipse.org/projects/modeling.m2t.acceleo/developer" target="_blank">Source Code</a></li>
</ul>
</div>
</div>
diff --git a/index.html b/index.html
index b3bf042..e331176 100644
--- a/index.html
+++ b/index.html
@@ -19,19 +19,32 @@
<link rel="stylesheet" href="/acceleo/common_assets/css/styles.css">
<link rel="stylesheet" href="/acceleo/common_assets/css/animate.css">
- <link rel="canonical" href="/acceleo/acceleo/">
-
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
+
+ <!-- Eclipse Foundation Google Tag Manager -->
+ <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
+ new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
+ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
+ 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
+ })(window,document,'script','dataLayer','GTM-5WLCZXC');</script>
+ <!-- End Google Tag Manager -->
+
+ <!-- Eclipse Foundation cookie consent: -->
+ <link rel="stylesheet" type="text/css" href="//www.eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/vendor/cookieconsent/cookieconsent.min.css" />
+ <script src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/vendor/cookieconsent/default.min.js"></script>
+
+ <script src="/acceleo/assets/js/ga.js"></script>
+
<!-- Old version of font awesome for some icons -->
<script src="https://use.fontawesome.com/b51f77a16a.js"></script>
<!-- Bootstrap JS -->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js" integrity="sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm" crossorigin="anonymous"></script>
- <script type="text/javascript">
+ <script>
jQuery(function($){ $(".hasTooltip").tooltip({"html": true,"container": "body"}); });
</script>
<!-- Triggers tooltips -->
- <script type="text/javascript">
+ <script>
jQuery(document).ready(function() {
jQuery('.hasTooltip').tooltip();
});
@@ -80,22 +93,22 @@
<section id="intro" class="">
<div class="container">
<div class="row align-items-end">
- <div class="col-md-5 col-xs-12 wow fadeInLeft animated" data-wow-duration="500ms" data-wow-delay="300ms">
+ <div class="col-md-5 col-xs-12 wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="300ms">
<h1>Generate anything from any EMF model</h1>
<p>Acceleo is the result of several man-years of R&D started in the French company Obeo. <br>Junction between the OMG MTL standard, its team's experience with industrial code generation and the latest research advances into the M2T field, it offers outstanding advantages : High ability to customize, Interoperability, Easy kick off, and much more!</p>
<p>
- <a href="download.html" class="btn btn-default span-right wow fadeInUp animated" data-wow-delay=".6s" target="_self">
+ <a href="download.html" class="btn btn-default span-right wow fadeInUp" data-wow-delay=".6s" target="_self">
Download
</a>
- <a href="overview.html" class="btn btn-primary wow fadeInUp animated" data-wow-delay=".6s" target="_self">
+ <a href="overview.html" class="btn btn-primary wow fadeInUp" data-wow-delay=".6s" target="_self">
Overview
</a>
</p>
</div>
-<div class="col-md-7 col-xs-12 wow fadeInLeft animated" data-wow-duration="500ms" data-wow-delay="300ms">
+<div class="col-md-7 col-xs-12 wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="300ms">
<p>
- <a href="#" class="wow fadeInUp animated" data-wow-delay=".6s" target="_self">
+ <a href="#" class="wow fadeInUp" data-wow-delay=".6s" target="_self">
<img src="images/illustrations/acceleo_overview.png" alt="Some text">
</a>
</p>
@@ -107,14 +120,15 @@
<section id="" class="bg_lightest_grey text-center">
<div class="container">
- <h2 class="title wow fadeInDown animated" data-wow-duration="500ms" data-wow-delay=".2s">Easily create custom code generators</h2>
-<h3 class="wow fadeInDown animated" data-wow-duration="500ms" data-wow-delay=".3s"></h3>
-<p class="wow fadeInDown animated" data-wow-duration="500ms" data-wow-delay=".4s"></p>
+ <h2 class="title wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".2s">Easily create custom code generators</h2>
+<h3 class="wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".3s"></h3>
+<p class="wow fadeInDown" data-wow-duration="500ms" data-w ow-delay=".4s"></p>
+
<div class="row">
- <div class="col-md-4 col-xs-12 wow fadeInLeft animated" data-wow-duration="500ms" data-wow-delay="300ms">
+ <div class="col-md-4 col-xs-12 wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="300ms">
<div>
<i class="fas fa-key fa-3x pa2 txt_indigo" aria-hidden="true"></i>
</div>
@@ -122,7 +136,7 @@
<h4>Open Source</h4>
<p>Acceleo is an open template-based source code generation technology developed inside of the Eclipse Foundation. As such, you can use it freely, fork it and even contribute back.
</p>
- <p><a href=""> <i class="" aria-hidden="true"></i>
+ <p><a class="" href="" target=""> <i class="" aria-hidden="true"></i>
</a></p>
</div>
</div>
@@ -130,14 +144,14 @@
- <div class="col-md-4 col-xs-12 wow fadeInLeft animated" data-wow-duration="500ms" data-wow-delay="300ms">
+ <div class="col-md-4 col-xs-12 wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="300ms">
<div>
<i class="fas fa-palette fa-3x pa2 txt_indigo" aria-hidden="true"></i>
</div>
<div>
<h4>Versatile</h4>
<p>Code generators are often limited to a set of technologies. With its template based approach, Acceleo can generate code for any kind of languages. If you can write it, Acceleo can generate it.</p>
- <p><a href=""> <i class="" aria-hidden="true"></i>
+ <p><a class="" href="" target=""> <i class="" aria-hidden="true"></i>
</a></p>
</div>
</div>
@@ -145,14 +159,14 @@
- <div class="col-md-4 col-xs-12 wow fadeInLeft animated" data-wow-duration="500ms" data-wow-delay="300ms">
+ <div class="col-md-4 col-xs-12 wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="300ms">
<div>
<i class="fas fa-lock-open fa-3x pa2 txt_indigo" aria-hidden="true"></i>
</div>
<div>
<h4>Stand Alone</h4>
<p>Acceleo does not lock you inside of the Eclipse environment, as such you can build and run your generator easily out of Eclipse. Acceleo provides a brand new Maven integration.</p>
- <p><a href=""> <i class="" aria-hidden="true"></i>
+ <p><a class="" href="" target=""> <i class="" aria-hidden="true"></i>
</a></p>
</div>
</div>
@@ -163,14 +177,14 @@
<div class="row">
- <div class="col-md-6 col-xs-12 wow fadeInLeft animated" data-wow-duration="500ms" data-wow-delay="300ms">
+ <div class="col-md-6 col-xs-12 wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="300ms">
<div>
<i class="fas fa-plug fa-3x pa2 txt_indigo" aria-hidden="true"></i>
</div>
<div>
<h4>Integrated in Eclipse</h4>
<p>Acceleo is deeply integrated in the Eclipse IDE with a full fledged editor with syntax highlighting, real time error detection, quick fixes, refactoring and much more. It also comes with dedicated views to help you navigate within your code generator and quickly access code generation design patterns.</p>
- <p><a href=""> <i class="" aria-hidden="true"></i>
+ <p><a class="" href="" target=""> <i class="" aria-hidden="true"></i>
</a></p>
</div>
</div>
@@ -179,14 +193,14 @@
- <div class="col-md-6 col-xs-12 wow fadeInLeft animated" data-wow-duration="500ms" data-wow-delay="300ms">
+ <div class="col-md-6 col-xs-12 wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="300ms">
<div>
<i class="fas fa-step-forward fa-3x pa2 txt_indigo" aria-hidden="true"></i>
</div>
<div>
<h4>Incremental Generation</h4>
<p>Whether you are considering it or not, you will one day have to modify manually your generated code and you want to keep your modification even if you are regenerating your code. Acceleo lets you define protected areas in which you can safely modify the generated.</p>
- <p><a href=""> <i class="" aria-hidden="true"></i>
+ <p><a class="" href="" target=""> <i class="" aria-hidden="true"></i>
</a></p>
</div>
</div>
@@ -199,21 +213,22 @@
<section id="" class="text-center">
<div class="container">
- <h2 class="title wow fadeInDown animated" data-wow-duration="500ms" data-wow-delay=".2s">Need Support?</h2>
-<h3 class="wow fadeInDown animated" data-wow-duration="500ms" data-wow-delay=".3s"></h3>
-<p class="wow fadeInDown animated" data-wow-duration="500ms" data-wow-delay=".4s"></p>
+ <h2 class="title wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".2s">Need Support?</h2>
+<h3 class="wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".3s"></h3>
+<p class="wow fadeInDown" data-wow-duration="500ms" data-w ow-delay=".4s"></p>
+
<div class="row">
- <div class="col-md-4 col-xs-12 wow fadeInLeft animated" data-wow-duration="500ms" data-wow-delay="300ms">
+ <div class="col-md-4 col-xs-12 wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="300ms">
<div>
<i class="fas fa-file-alt fa-3x pa2 txt_indigo" aria-hidden="true"></i>
</div>
<div>
<h4>Documentation</h4>
<p>Learn how to use Acceleo, thanks to online complete user guides and reference manuals</p>
- <p><a href="resources.html">Learn more <i class="fas fa-arrow-alt-circle-right" aria-hidden="true"></i>
+ <p><a class="" href="resources" target="">Learn more <i class="fas fa-arrow-alt-circle-right" aria-hidden="true"></i>
</a></p>
</div>
</div>
@@ -221,14 +236,14 @@
- <div class="col-md-4 col-xs-12 wow fadeInLeft animated" data-wow-duration="500ms" data-wow-delay="300ms">
+ <div class="col-md-4 col-xs-12 wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="300ms">
<div>
<i class="fas fa-comment fa-3x pa2 txt_indigo" aria-hidden="true"></i>
</div>
<div>
<h4>Forum</h4>
<p>Find relevant posts/answers. No solution yet to your concern? Come and ask your question </p>
- <p><a href="https://www.eclipse.org/forums/index.php?t=thread&frm_id=24&">Learn more <i class="fas fa-arrow-alt-circle-right" aria-hidden="true"></i>
+ <p><a class="" href="https://www.eclipse.org/forums/index.php?t=thread&frm_id=24&" target="_blank">Learn more <i class="fas fa-arrow-alt-circle-right" aria-hidden="true"></i>
</a></p>
</div>
</div>
@@ -236,14 +251,14 @@
- <div class="col-md-4 col-xs-12 wow fadeInLeft animated" data-wow-duration="500ms" data-wow-delay="300ms">
+ <div class="col-md-4 col-xs-12 wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="300ms">
<div>
<i class="fas fa-life-ring fa-3x pa2 txt_indigo" aria-hidden="true"></i>
</div>
<div>
<h4>Professional support</h4>
<p>Obeo, leader of Acceleo’s development, provides training, expertise, custom development and support plans</p>
- <p><a href="https://www.obeo.fr/en/services">Learn more <i class="fas fa-arrow-alt-circle-right" aria-hidden="true"></i>
+ <p><a class="" href="https://www.obeo.fr/en/services" target="_blank">Learn more <i class="fas fa-arrow-alt-circle-right" aria-hidden="true"></i>
</a></p>
</div>
</div>
@@ -256,13 +271,14 @@
<section id="" class="bg_lightest_grey text-center">
<div class="container">
- <h2 class="title wow fadeInDown animated" data-wow-duration="500ms" data-wow-delay=".2s">Project Lead</h2>
-<h3 class="wow fadeInDown animated" data-wow-duration="500ms" data-wow-delay=".3s"></h3>
-<p class="wow fadeInDown animated" data-wow-duration="500ms" data-wow-delay=".4s"></p>
+ <h2 class="title wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".2s">Project Lead</h2>
+<h3 class="wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".3s"></h3>
+<p class="wow fadeInDown" data-wow-duration="500ms" data-w ow-delay=".4s"></p>
+
<div class="row">
- <div class="col-md-12 wow fadeInLeft animated" data-wow-duration="500ms" data-wow-delay="300ms">
+ <div class="col-md-12 wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="300ms">
<p><a href="http://www.obeo.fr" title="Logo Obeo" target="_blank"><img src="/acceleo/common_assets/images/logos/logo_obeo.png"></a></p>
</div>
</div>
@@ -275,19 +291,19 @@
<div class="row">
<div class="col-md-3">
- <p><a href="http://www.eclipse.org/"><img src="/acceleo/common_assets/images/logos/logo-eclipse-foundation.png" alt="Eclipse Foundation logo"></a></p>
- <p id="copyright">Copyright © 2019 Eclipse Foundation, Inc.<br>All Rights Reserved.</p>
+ <p><a href="http://www.eclipse.org/" target="_blank"><img src="/acceleo/common_assets/images/logos/logo-eclipse-foundation.png" alt="Eclipse Foundation logo"></a></p>
+ <p id="copyright">Copyright © 2020 Eclipse Foundation, Inc.<br>All Rights Reserved.</p>
</div>
<div class="col-md-3">
<h6>Eclipse Foundation</h6>
<ul>
- <li><a href="http://www.eclipse.org/legal/privacy.php">Privacy Policy</a></li>
- <li><a href="http://eclipse.org/">Eclipse</a></li>
- <li><a href="http://www.eclipse.org/legal/termsofuse.php">Terms of Use</a></li>
- <li><a href="http://www.eclipse.org/legal/copyright.php">Copyright Agent</a></li>
- <li><a href="http://www.eclipse.org/legal/">Legal</a></li>
- <li><a href="http://www.eclipse.org/org/foundation/contact.php"> Contact Us</a></li>
+ <li><a href="http://www.eclipse.org/legal/privacy.php" target="_blank">Privacy Policy</a></li>
+ <li><a href="http://eclipse.org/" target="_blank">Eclipse</a></li>
+ <li><a href="http://www.eclipse.org/legal/termsofuse.php" target="_blank">Terms of Use</a></li>
+ <li><a href="http://www.eclipse.org/legal/copyright.php" target="_blank">Copyright Agent</a></li>
+ <li><a href="http://www.eclipse.org/legal/" target="_blank">Legal</a></li>
+ <li><a href="http://www.eclipse.org/org/foundation/contact.php" target="_blank"> Contact Us</a></li>
</ul>
</div>
@@ -295,11 +311,11 @@
<div class="col-md-3">
<h6>Project Links</h6>
<ul>
- <li><a href="https://projects.eclipse.org/projects/modeling.m2t.acceleo">About this project</a></li>
- <li><a href="http://wiki.eclipse.org/Acceleo">Wiki</a></li>
- <li><a href="https://www.eclipse.org/forums/index.php?t=thread&frm_id=24&">Forum</a></li>
- <li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=VERIFIED&list_id=9161179&product=Acceleo&query_format=advanced">Bugs</a></li>
- <li><a href="https://projects.eclipse.org/projects/modeling.m2t.acceleo/developer">Source Code</a></li>
+ <li><a href="https://projects.eclipse.org/projects/modeling.m2t.acceleo" target="_blank">About this project</a></li>
+ <li><a href="http://wiki.eclipse.org/Acceleo" target="_blank">Wiki</a></li>
+ <li><a href="https://www.eclipse.org/forums/index.php?t=thread&frm_id=24&" target="_blank">Forum</a></li>
+ <li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=VERIFIED&list_id=9161179&product=Acceleo&query_format=advanced" target="_blank">Bugs</a></li>
+ <li><a href="https://projects.eclipse.org/projects/modeling.m2t.acceleo/developer" target="_blank">Source Code</a></li>
</ul>
</div>
</div>
diff --git a/overview.html b/overview.html
index 8599db1..c3dab37 100644
--- a/overview.html
+++ b/overview.html
@@ -19,19 +19,32 @@
<link rel="stylesheet" href="/acceleo/common_assets/css/styles.css">
<link rel="stylesheet" href="/acceleo/common_assets/css/animate.css">
- <link rel="canonical" href="/acceleo/acceleo/overview.html">
-
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
+
+ <!-- Eclipse Foundation Google Tag Manager -->
+ <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
+ new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
+ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
+ 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
+ })(window,document,'script','dataLayer','GTM-5WLCZXC');</script>
+ <!-- End Google Tag Manager -->
+
+ <!-- Eclipse Foundation cookie consent: -->
+ <link rel="stylesheet" type="text/css" href="//www.eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/vendor/cookieconsent/cookieconsent.min.css" />
+ <script src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/vendor/cookieconsent/default.min.js"></script>
+
+ <script src="/acceleo/assets/js/ga.js"></script>
+
<!-- Old version of font awesome for some icons -->
<script src="https://use.fontawesome.com/b51f77a16a.js"></script>
<!-- Bootstrap JS -->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js" integrity="sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm" crossorigin="anonymous"></script>
- <script type="text/javascript">
+ <script>
jQuery(function($){ $(".hasTooltip").tooltip({"html": true,"container": "body"}); });
</script>
<!-- Triggers tooltips -->
- <script type="text/javascript">
+ <script>
jQuery(document).ready(function() {
jQuery('.hasTooltip').tooltip();
});
@@ -81,7 +94,7 @@
<div class="container">
<div class="row">
- <div class="col-md-5 order-1 wow fadeInLeft animated" data-wow-delay=".1s">
+ <div class="col-md-5 order-1 wow fadeInLeft" data-wow-delay=".1s">
<h3>What is Acceleo?</h3>
<p>Acceleo is a template-based technology including authoring tools to create custom code generators. It allows you to automatically
@@ -94,12 +107,12 @@
<li>easy kick off</li>
</ul>
<p>A pragmatic implementation of the Object Management Group (OMG) MOF Model to Text Language (MTL) standard, Acceleo is
- the result of several man-years of R&D started in the <a href=" https://www.obeo.fr" target="_blank">Obeo</a> company.</p>
+ the result of several man-years of R&D started in the <a href="https://www.obeo.fr" target="_blank">Obeo</a> company.</p>
<p><a href="https://projects.eclipse.org/projects/modeling.acceleo" target="_blank">Project page <i class="fas fa-arrow-alt-circle-right" aria-hidden="true"></i></a></p>
</div>
- <div class="col-md-7 order-2 wow fadeInUp animated" data-wow-delay=".2s">
- <img src="images/screenshots/overview.png" alt="Acceleo - Overview">
+ <div class="popup-gallery col-md-7 order-2 wow fadeInUp" data-wow-delay=".2s">
+ <a href="images/screenshots/overview.png" target="_blank" title="Acceleo - Overview"><img src="images/screenshots/overview.png" alt="Acceleo - Overview"></a>
</div>
</div>
</div>
@@ -108,7 +121,7 @@
<section class="bg_lightest_grey">
<div class="container">
<div class="row">
- <div class="col-md-5 order-2 wow fadeInLeft animated" data-wow-delay=".1s">
+ <div class="col-md-5 order-2 wow fadeInLeft" data-wow-delay=".1s">
<h3>Discover</h3>
<p>You do not need to be an expert to start using the plug-ins and create your first code generator : using the provided example projects and the powerful completion feature of the Acceleo editor, it is very easy to get started and understand the basic principles.</p>
@@ -124,10 +137,10 @@
<li> ... and so much more!</li>
</ul>
- <p><a href="http://wiki.eclipse.org/Acceleo/Features" target="_self ">Learn more <i class="fas fa-arrow-alt-circle-right" aria-hidden="true"></i></a></p>
+ <p><a href="features.html" target="_self">Learn more <i class="fas fa-arrow-alt-circle-right" aria-hidden="true"></i></a></p>
</div>
- <div class="col-md-7 order-1 wow fadeInUp animated" data-wow-delay=".2s">
- <img src="images/screenshots/user_experience.png" alt="Acceleo - User Experience">
+ <div class="popup-gallery col-md-7 order-1 wow fadeInUp" data-wow-delay=".2s">
+ <a href="images/screenshots/user_experience.png" target="_self" title="Acceleo - User Experience"><img src="images/screenshots/user_experience.png" alt="Acceleo - User Experience"></a>
</div>
</div>
</div>
@@ -135,9 +148,10 @@
<section class="text-center">
<div class="container">
- <h2 class="title wow fadeInDown animated" data-wow-duration="500ms" data-wow-delay=".2s">Related Projects</h2>
-<h3 class="wow fadeInDown animated" data-wow-duration="500ms" data-wow-delay=".3s"></h3>
-<p class="wow fadeInDown animated" data-wow-duration="500ms" data-wow-delay=".4s"></p>
+ <h2 class="title wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".2s">Related Projects</h2>
+<h3 class="wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".3s"></h3>
+<p class="wow fadeInDown" data-wow-duration="500ms" data-w ow-delay=".4s"></p>
+
<div class="row">
@@ -154,19 +168,19 @@
<div class="row">
<div class="col-md-3">
- <p><a href="http://www.eclipse.org/"><img src="/acceleo/common_assets/images/logos/logo-eclipse-foundation.png" alt="Eclipse Foundation logo"></a></p>
- <p id="copyright">Copyright © 2019 Eclipse Foundation, Inc.<br>All Rights Reserved.</p>
+ <p><a href="http://www.eclipse.org/" target="_blank"><img src="/acceleo/common_assets/images/logos/logo-eclipse-foundation.png" alt="Eclipse Foundation logo"></a></p>
+ <p id="copyright">Copyright © 2020 Eclipse Foundation, Inc.<br>All Rights Reserved.</p>
</div>
<div class="col-md-3">
<h6>Eclipse Foundation</h6>
<ul>
- <li><a href="http://www.eclipse.org/legal/privacy.php">Privacy Policy</a></li>
- <li><a href="http://eclipse.org/">Eclipse</a></li>
- <li><a href="http://www.eclipse.org/legal/termsofuse.php">Terms of Use</a></li>
- <li><a href="http://www.eclipse.org/legal/copyright.php">Copyright Agent</a></li>
- <li><a href="http://www.eclipse.org/legal/">Legal</a></li>
- <li><a href="http://www.eclipse.org/org/foundation/contact.php"> Contact Us</a></li>
+ <li><a href="http://www.eclipse.org/legal/privacy.php" target="_blank">Privacy Policy</a></li>
+ <li><a href="http://eclipse.org/" target="_blank">Eclipse</a></li>
+ <li><a href="http://www.eclipse.org/legal/termsofuse.php" target="_blank">Terms of Use</a></li>
+ <li><a href="http://www.eclipse.org/legal/copyright.php" target="_blank">Copyright Agent</a></li>
+ <li><a href="http://www.eclipse.org/legal/" target="_blank">Legal</a></li>
+ <li><a href="http://www.eclipse.org/org/foundation/contact.php" target="_blank"> Contact Us</a></li>
</ul>
</div>
@@ -174,11 +188,11 @@
<div class="col-md-3">
<h6>Project Links</h6>
<ul>
- <li><a href="https://projects.eclipse.org/projects/modeling.m2t.acceleo">About this project</a></li>
- <li><a href="http://wiki.eclipse.org/Acceleo">Wiki</a></li>
- <li><a href="https://www.eclipse.org/forums/index.php?t=thread&frm_id=24&">Forum</a></li>
- <li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=VERIFIED&list_id=9161179&product=Acceleo&query_format=advanced">Bugs</a></li>
- <li><a href="https://projects.eclipse.org/projects/modeling.m2t.acceleo/developer">Source Code</a></li>
+ <li><a href="https://projects.eclipse.org/projects/modeling.m2t.acceleo" target="_blank">About this project</a></li>
+ <li><a href="http://wiki.eclipse.org/Acceleo" target="_blank">Wiki</a></li>
+ <li><a href="https://www.eclipse.org/forums/index.php?t=thread&frm_id=24&" target="_blank">Forum</a></li>
+ <li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=VERIFIED&list_id=9161179&product=Acceleo&query_format=advanced" target="_blank">Bugs</a></li>
+ <li><a href="https://projects.eclipse.org/projects/modeling.m2t.acceleo/developer" target="_blank">Source Code</a></li>
</ul>
</div>
</div>
diff --git a/resources.html b/resources.html
index e076ec9..c61cdb4 100644
--- a/resources.html
+++ b/resources.html
@@ -19,19 +19,32 @@
<link rel="stylesheet" href="/acceleo/common_assets/css/styles.css">
<link rel="stylesheet" href="/acceleo/common_assets/css/animate.css">
- <link rel="canonical" href="/acceleo/acceleo/resources.html">
-
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
+
+ <!-- Eclipse Foundation Google Tag Manager -->
+ <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
+ new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
+ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
+ 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
+ })(window,document,'script','dataLayer','GTM-5WLCZXC');</script>
+ <!-- End Google Tag Manager -->
+
+ <!-- Eclipse Foundation cookie consent: -->
+ <link rel="stylesheet" type="text/css" href="//www.eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/vendor/cookieconsent/cookieconsent.min.css" />
+ <script src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/vendor/cookieconsent/default.min.js"></script>
+
+ <script src="/acceleo/assets/js/ga.js"></script>
+
<!-- Old version of font awesome for some icons -->
<script src="https://use.fontawesome.com/b51f77a16a.js"></script>
<!-- Bootstrap JS -->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js" integrity="sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm" crossorigin="anonymous"></script>
- <script type="text/javascript">
+ <script>
jQuery(function($){ $(".hasTooltip").tooltip({"html": true,"container": "body"}); });
</script>
<!-- Triggers tooltips -->
- <script type="text/javascript">
+ <script>
jQuery(document).ready(function() {
jQuery('.hasTooltip').tooltip();
});
@@ -81,13 +94,13 @@
<div class="container">
<div class="row">
- <div class="col-sm-4 col-xs-12 wow fadeInLeft animated" data-wow-duration="300ms" data-wow-delay="0ms">
+ <div class="col-sm-4 col-xs-12 wow fadeInLeft" data-wow-duration="300ms" data-wow-delay="0ms">
<div><i class="fas fa-play-circle fa-3x pa2 txt_indigo" aria-hidden="true"></i></div>
<h4>Tutorials</h4>
<p><a data-wow-delay=".1s" href="https://wiki.eclipse.org/Acceleo/Getting_Started" target="_blank">Create your First Acceleo Generator <i class="fa fa-external-link" aria-hidden="true"></i></a></p>
<p><a data-wow-delay=".2s" href="https://wiki.eclipse.org/Acceleo/Videos/TopcasedDays2011" target="_blank">Android code generation <i class="fa fa-external-link" aria-hidden="true"></i></a></p>
</div>
- <div class="col-sm-4 col-xs-12 wow fadeInLeft animated" data-wow-duration="300ms" data-wow-delay="0ms">
+ <div class="col-sm-4 col-xs-12 wow fadeInLeft" data-wow-duration="300ms" data-wow-delay="0ms">
<div><i class="fas fa-file-alt fa-3x pa2 txt_indigo" aria-hidden="true"></i></div>
<h4>Documentation</h4>
<p><a href="http://help.eclipse.org/photon/index.jsp?topic=/org.eclipse.acceleo.doc/pages/index.html" target="_blank">
@@ -99,7 +112,7 @@
<p><a href="https://wiki.eclipse.org/Acceleo" target="_blank">Acceleo Wiki <i class="fa fa-external-link" aria-hidden="true"></i></a></p>
</div>
- <div class="col-sm-4 col-xs-12 wow fadeInLeft animated" data-wow-duration="300ms" data-wow-delay="100ms">
+ <div class="col-sm-4 col-xs-12 wow fadeInLeft" data-wow-duration="300ms" data-wow-delay="100ms">
<div><i class="fas fa-folder-open fa-3x pa2 txt_indigo" aria-hidden="true"></i></div>
<h4>Developers Resources</h4>
<p><a href="https://projects.eclipse.org/projects/modeling.acceleo" target="_blank">About this project <i class="fa fa-external-link" aria-hidden="true"></i></a></p>
@@ -119,15 +132,16 @@
<section class="bg_lightest_grey text-center">
<div class="container">
- <h2 class="title wow fadeInDown animated" data-wow-duration="500ms" data-wow-delay=".2s">Contribute</h2>
-<h3 class="wow fadeInDown animated" data-wow-duration="500ms" data-wow-delay=".3s"></h3>
-<p class="wow fadeInDown animated" data-wow-duration="500ms" data-wow-delay=".4s">Acceleo is actively looking for project contributors. <br><br>There are many official and unofficial ways
+ <h2 class="title wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".2s">Contribute</h2>
+<h3 class="wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".3s"></h3>
+<p class="wow fadeInDown" data-wow-duration="500ms" data-w ow-delay=".4s">Acceleo is actively looking for project contributors. <br><br>There are many official and unofficial ways
to get involved. <br>Please see <a href='http://wiki.eclipse.org/Acceleo/Wishlist' target='_blank'>this wiki page</a> for some
ideas, and <a href='http://wiki.eclipse.org/Setting_up_a_development_environment_for_Acceleo' target='_blank'>
this one</a> for information on how to set up your development environment.
</p>
+
</div>
</section>
@@ -136,19 +150,19 @@
<div class="row">
<div class="col-md-3">
- <p><a href="http://www.eclipse.org/"><img src="/acceleo/common_assets/images/logos/logo-eclipse-foundation.png" alt="Eclipse Foundation logo"></a></p>
- <p id="copyright">Copyright © 2019 Eclipse Foundation, Inc.<br>All Rights Reserved.</p>
+ <p><a href="http://www.eclipse.org/" target="_blank"><img src="/acceleo/common_assets/images/logos/logo-eclipse-foundation.png" alt="Eclipse Foundation logo"></a></p>
+ <p id="copyright">Copyright © 2020 Eclipse Foundation, Inc.<br>All Rights Reserved.</p>
</div>
<div class="col-md-3">
<h6>Eclipse Foundation</h6>
<ul>
- <li><a href="http://www.eclipse.org/legal/privacy.php">Privacy Policy</a></li>
- <li><a href="http://eclipse.org/">Eclipse</a></li>
- <li><a href="http://www.eclipse.org/legal/termsofuse.php">Terms of Use</a></li>
- <li><a href="http://www.eclipse.org/legal/copyright.php">Copyright Agent</a></li>
- <li><a href="http://www.eclipse.org/legal/">Legal</a></li>
- <li><a href="http://www.eclipse.org/org/foundation/contact.php"> Contact Us</a></li>
+ <li><a href="http://www.eclipse.org/legal/privacy.php" target="_blank">Privacy Policy</a></li>
+ <li><a href="http://eclipse.org/" target="_blank">Eclipse</a></li>
+ <li><a href="http://www.eclipse.org/legal/termsofuse.php" target="_blank">Terms of Use</a></li>
+ <li><a href="http://www.eclipse.org/legal/copyright.php" target="_blank">Copyright Agent</a></li>
+ <li><a href="http://www.eclipse.org/legal/" target="_blank">Legal</a></li>
+ <li><a href="http://www.eclipse.org/org/foundation/contact.php" target="_blank"> Contact Us</a></li>
</ul>
</div>
@@ -156,11 +170,11 @@
<div class="col-md-3">
<h6>Project Links</h6>
<ul>
- <li><a href="https://projects.eclipse.org/projects/modeling.m2t.acceleo">About this project</a></li>
- <li><a href="http://wiki.eclipse.org/Acceleo">Wiki</a></li>
- <li><a href="https://www.eclipse.org/forums/index.php?t=thread&frm_id=24&">Forum</a></li>
- <li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=VERIFIED&list_id=9161179&product=Acceleo&query_format=advanced">Bugs</a></li>
- <li><a href="https://projects.eclipse.org/projects/modeling.m2t.acceleo/developer">Source Code</a></li>
+ <li><a href="https://projects.eclipse.org/projects/modeling.m2t.acceleo" target="_blank">About this project</a></li>
+ <li><a href="http://wiki.eclipse.org/Acceleo" target="_blank">Wiki</a></li>
+ <li><a href="https://www.eclipse.org/forums/index.php?t=thread&frm_id=24&" target="_blank">Forum</a></li>
+ <li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=VERIFIED&list_id=9161179&product=Acceleo&query_format=advanced" target="_blank">Bugs</a></li>
+ <li><a href="https://projects.eclipse.org/projects/modeling.m2t.acceleo/developer" target="_blank">Source Code</a></li>
</ul>
</div>
</div>
diff --git a/support.html b/support.html
index d9c8500..6f9a7e5 100644
--- a/support.html
+++ b/support.html
@@ -19,19 +19,32 @@
<link rel="stylesheet" href="/acceleo/common_assets/css/styles.css">
<link rel="stylesheet" href="/acceleo/common_assets/css/animate.css">
- <link rel="canonical" href="/acceleo/acceleo/support.html">
-
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
+
+ <!-- Eclipse Foundation Google Tag Manager -->
+ <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
+ new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
+ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
+ 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
+ })(window,document,'script','dataLayer','GTM-5WLCZXC');</script>
+ <!-- End Google Tag Manager -->
+
+ <!-- Eclipse Foundation cookie consent: -->
+ <link rel="stylesheet" type="text/css" href="//www.eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/vendor/cookieconsent/cookieconsent.min.css" />
+ <script src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/vendor/cookieconsent/default.min.js"></script>
+
+ <script src="/acceleo/assets/js/ga.js"></script>
+
<!-- Old version of font awesome for some icons -->
<script src="https://use.fontawesome.com/b51f77a16a.js"></script>
<!-- Bootstrap JS -->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js" integrity="sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm" crossorigin="anonymous"></script>
- <script type="text/javascript">
+ <script>
jQuery(function($){ $(".hasTooltip").tooltip({"html": true,"container": "body"}); });
</script>
<!-- Triggers tooltips -->
- <script type="text/javascript">
+ <script>
jQuery(document).ready(function() {
jQuery('.hasTooltip').tooltip();
});
@@ -79,17 +92,18 @@
<section>
<div class="container">
- <h2 class="title wow fadeInDown animated" data-wow-duration="500ms" data-wow-delay=".2s">Community Support</h2>
-<h3 class="wow fadeInDown animated" data-wow-duration="500ms" data-wow-delay=".3s"></h3>
-<p class="wow fadeInDown animated" data-wow-duration="500ms" data-wow-delay=".4s"></p>
+ <h2 class="title wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".2s">Community Support</h2>
+<h3 class="wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".3s"></h3>
+<p class="wow fadeInDown" data-wow-duration="500ms" data-w ow-delay=".4s"></p>
+
<div class="row">
<div class="col-md-12">
<ul>
- <li class="wow fadeInLeft animated" data-wow-delay=".1s"><a href="http://www.eclipse.org/forums/index.php?t=thread&frm_id=24&" target="_blank">M2T Newsgroup</a> - Remember to prefix the subject of your Acceleo-related posts with "[Acceleo]"</li>
- <li class="wow fadeInLeft animated" data-wow-delay=".1s"><a href="http://stackoverflow.com/questions/tagged/acceleo" target="_blank">Acceleo on Stackoverflow</a> - Remember to tag your questions with the Acceleo tag</li>
- <li class="wow fadeInLeft animated" data-wow-delay=".1s"><a href="https://bugs.eclipse.org/bugs/buglist.cgi?classification=Modeling&product=Acceleo&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED" target="_blank">Acceleo Bugzilla</a> - Review and create Bugzilla entries</li>
+ <li class="wow fadeInLeft" data-wow-delay=".1s"><a href="http://www.eclipse.org/forums/index.php?t=thread&frm_id=24&" target="_blank">M2T Newsgroup</a> - Remember to prefix the subject of your Acceleo-related posts with "[Acceleo]"</li>
+ <li class="wow fadeInLeft" data-wow-delay=".1s"><a href="http://stackoverflow.com/questions/tagged/acceleo" target="_blank">Acceleo on Stackoverflow</a> - Remember to tag your questions with the Acceleo tag</li>
+ <li class="wow fadeInLeft" data-wow-delay=".1s"><a href="https://bugs.eclipse.org/bugs/buglist.cgi?classification=Modeling&product=Acceleo&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED" target="_blank">Acceleo Bugzilla</a> - Review and create Bugzilla entries</li>
</ul>
</div>
</div>
@@ -98,19 +112,20 @@
<section class="bg_lightest_grey">
<div class="container">
- <h2 class="title wow fadeInDown animated" data-wow-duration="500ms" data-wow-delay=".2s">Professional Services</h2>
-<h3 class="wow fadeInDown animated" data-wow-duration="500ms" data-wow-delay=".3s"></h3>
-<p class="wow fadeInDown animated" data-wow-duration="500ms" data-wow-delay=".4s"></p>
+ <h2 class="title wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".2s">Professional Services</h2>
+<h3 class="wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".3s"></h3>
+<p class="wow fadeInDown" data-wow-duration="500ms" data-w ow-delay=".4s"></p>
+
<div class="row">
<div class="col-md-12">
- <p class="wow fadeInDown animated" data-wow-delay=".1s">Obeo, creator of Acceleo, provides professional services to help you produce and maintain generators of industrial grade:</p>
+ <p class="wow fadeInDown" data-wow-delay=".1s">Obeo, creator of Acceleo, provides professional services to help you produce and maintain generators of industrial grade:</p>
<ul>
- <li class="wow fadeInLeft animated" data-wow-delay=".1s"><a href="http://www.obeo.fr/en/services/support-maintenance" target="_blank">Support & maintenance</a></li>
- <li class="wow fadeInLeft animated" data-wow-delay=".2s"><a href="http://www.obeo.fr/en/services/training" target="_blank">Training</a></li>
- <li class="wow fadeInLeft animated" data-wow-delay=".3s"><a href="http://www.obeo.fr/en/services/coaching" target="_blank">Consulting & coaching</a></li>
- <li class="wow fadeInLeft animated" data-wow-delay=".4s"><a href="http://www.obeo.fr/en/services/custom-development" target="_blank">Custom development</a></li>
+ <li class="wow fadeInLeft" data-wow-delay=".1s"><a href="http://www.obeo.fr/en/services/support-maintenance" target="_blank">Support & maintenance</a></li>
+ <li class="wow fadeInLeft" data-wow-delay=".2s"><a href="http://www.obeo.fr/en/services/training" target="_blank">Training</a></li>
+ <li class="wow fadeInLeft" data-wow-delay=".3s"><a href="http://www.obeo.fr/en/services/coaching" target="_blank">Consulting & coaching</a></li>
+ <li class="wow fadeInLeft" data-wow-delay=".4s"><a href="http://www.obeo.fr/en/services/custom-development" target="_blank">Custom development</a></li>
</ul>
</div>
</div>
@@ -122,19 +137,19 @@
<div class="row">
<div class="col-md-3">
- <p><a href="http://www.eclipse.org/"><img src="/acceleo/common_assets/images/logos/logo-eclipse-foundation.png" alt="Eclipse Foundation logo"></a></p>
- <p id="copyright">Copyright © 2019 Eclipse Foundation, Inc.<br>All Rights Reserved.</p>
+ <p><a href="http://www.eclipse.org/" target="_blank"><img src="/acceleo/common_assets/images/logos/logo-eclipse-foundation.png" alt="Eclipse Foundation logo"></a></p>
+ <p id="copyright">Copyright © 2020 Eclipse Foundation, Inc.<br>All Rights Reserved.</p>
</div>
<div class="col-md-3">
<h6>Eclipse Foundation</h6>
<ul>
- <li><a href="http://www.eclipse.org/legal/privacy.php">Privacy Policy</a></li>
- <li><a href="http://eclipse.org/">Eclipse</a></li>
- <li><a href="http://www.eclipse.org/legal/termsofuse.php">Terms of Use</a></li>
- <li><a href="http://www.eclipse.org/legal/copyright.php">Copyright Agent</a></li>
- <li><a href="http://www.eclipse.org/legal/">Legal</a></li>
- <li><a href="http://www.eclipse.org/org/foundation/contact.php"> Contact Us</a></li>
+ <li><a href="http://www.eclipse.org/legal/privacy.php" target="_blank">Privacy Policy</a></li>
+ <li><a href="http://eclipse.org/" target="_blank">Eclipse</a></li>
+ <li><a href="http://www.eclipse.org/legal/termsofuse.php" target="_blank">Terms of Use</a></li>
+ <li><a href="http://www.eclipse.org/legal/copyright.php" target="_blank">Copyright Agent</a></li>
+ <li><a href="http://www.eclipse.org/legal/" target="_blank">Legal</a></li>
+ <li><a href="http://www.eclipse.org/org/foundation/contact.php" target="_blank"> Contact Us</a></li>
</ul>
</div>
@@ -142,11 +157,11 @@
<div class="col-md-3">
<h6>Project Links</h6>
<ul>
- <li><a href="https://projects.eclipse.org/projects/modeling.m2t.acceleo">About this project</a></li>
- <li><a href="http://wiki.eclipse.org/Acceleo">Wiki</a></li>
- <li><a href="https://www.eclipse.org/forums/index.php?t=thread&frm_id=24&">Forum</a></li>
- <li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=VERIFIED&list_id=9161179&product=Acceleo&query_format=advanced">Bugs</a></li>
- <li><a href="https://projects.eclipse.org/projects/modeling.m2t.acceleo/developer">Source Code</a></li>
+ <li><a href="https://projects.eclipse.org/projects/modeling.m2t.acceleo" target="_blank">About this project</a></li>
+ <li><a href="http://wiki.eclipse.org/Acceleo" target="_blank">Wiki</a></li>
+ <li><a href="https://www.eclipse.org/forums/index.php?t=thread&frm_id=24&" target="_blank">Forum</a></li>
+ <li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=VERIFIED&list_id=9161179&product=Acceleo&query_format=advanced" target="_blank">Bugs</a></li>
+ <li><a href="https://projects.eclipse.org/projects/modeling.m2t.acceleo/developer" target="_blank">Source Code</a></li>
</ul>
</div>
</div>