Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonas2015-05-22 11:46:52 +0000
committerjonas2015-05-22 11:46:52 +0000
commitda6db5a33425ad256b9bd0e60377753dbbe5b2c8 (patch)
tree8d5ec6d4ef2a379ebf66264e12bf765debbc3f2f
parentcdc6f2924acc80969255ab15fb96d3fb01607ee7 (diff)
downloadmodeling-da6db5a33425ad256b9bd0e60377753dbbe5b2c8.tar.gz
modeling-da6db5a33425ad256b9bd0e60377753dbbe5b2c8.tar.xz
modeling-da6db5a33425ad256b9bd0e60377753dbbe5b2c8.zip
adapted support site
-rw-r--r--_projectCommon.php3
-rw-r--r--support.php5
2 files changed, 4 insertions, 4 deletions
diff --git a/_projectCommon.php b/_projectCommon.php
index 665cacad..ff748dcd 100644
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -39,10 +39,11 @@ $Nav->addCustomNav("Eclipse Modeling Tools", "http://eclipse.org/downloads/packa
+$Nav->addNavSeparator("Support", "/modeling/support.php");
$Nav->addNavSeparator("Community", "/modeling/");
-$Nav->addNavSeparator("Support", "/modeling/support.php");
+
$Nav->addCustomNav("Newsgroups", "http://www.eclipse.org/newsgroups/index_project.php", "_self", 2);
diff --git a/support.php b/support.php
index 6a4b0949..fd47d124 100644
--- a/support.php
+++ b/support.php
@@ -43,8 +43,7 @@ include($App->getProjectCommon()); # All on the same line to unclutter the us
<tr>
<td><p>Open-source software is free of licensing fees. Furthermore, it is easy to adapt and enhance with new features. Nevertheless, using open-source frameworks is not free. Like in closed-source software, not everybody is an expert on every framework. The total cost of ownership includes training, adoption, enhancement and maintenance of a framework. It might take significantly more time for somebody new to the project to extend a certain feature than for a person who is familiar with the framework. Furthermore, software has to be maintained. Even if this can be done literally by everybody for open-source software, a professional maintenance agreement with fixed response times is often mandatory in an industrial setting to ensure productivity. The following vendors offer training, professional support, sponsored development and implementation services. Please raise a BR in the modeling project, if you want to be listed here.</p>
</td>
- <td align="right"><img src="http://www.eclipse.org/modeling/images/modeling_pos_logo_fc_med.jpg">
- </td>
+
</table>
<div class="container-fluid">
<div id="content"></div>
@@ -55,7 +54,7 @@ include($App->getProjectCommon()); # All on the same line to unclutter the us
// Render the template using the specified data.
var html = new EJS({url: "projects.ejs"}).render({projects: [
{Title:'EclipseSource',
- Description:'Professional training, developer support, sponsored development, implementation services',
+ Description:'Professional training, developer support, sponsored development, implementation services - ',
URL:'http://developer.eclipsesource.com/technology/modeling/',
Logo:'http://eclipsesource.com/fileadmin/images/es-logo.png'
}

Back to the top