blob: 2cef5e8a2a7682d51644903ec3864350aa3c8255 [file] [log] [blame]
<?php require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); $App = new App(); $Nav = new Nav(); $Menu = new Menu(); include($App->getProjectCommon()); # All on the same line to unclutter the user's desktop'
#*****************************************************************************
#
# template.php
#
# Author: Freddy Allilaire
# Date: 2005-12-05
#
# Description: Type your page comments here - these are not sent to the browser
#
#
#****************************************************************************
#
# Begin: page-specific settings. Change these.
$pageTitle = "AMW Home page";
$pageKeywords = "";
$pageAuthor = "Freddy Allilaire";
# Add page-specific Nav bars here
# Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3)
# $Nav->addNavSeparator("My Page Links", "downloads.php");
# $Nav->addCustomNav("My Link", "mypage.php", "_self", 3);
# $Nav->addCustomNav("Google", "http://www.google.com/", "_blank", 3);
# End: page-specific settings
#
include('../news/scripts/news.php');
$amwnews = get_amwnews(5);
# Paste your HTML content between the EOHTML markers!
$html = <<<EOHTML
<!-- Middle part -->
<div id="midcolumn">
<table width="100%">
<tr>
<td width="80%">
<h1>$pageTitle</h1>
<h3>Welcome</h3>
<p align="JUSTIFY">
The AMW (ATLAS Model Weaver) is a tool for representing correspondences between models. The correspondences are stored in a
model, called <b>weaving model</b>. It is created conforming to a weaving metamodel.<br /><br />
<b>Common weaving use cases are</b>: data exchange, data integration, model merging, model adaptation. A weaving model may be
used as input or specification for a transformation language.<br /><br />
AMW provides a base weaving metamodel enabling to create links between model elements and associations between links. The
metamodel may be extended to add other mapping semantics. This way there is the possibility of creating variable mapping
languages dedicated to specific application requirements.
<br /><br /><a href="about.php">more about AMW &raquo;</a>
</p>
</td>
<td align="right">
<img align="right" src="resources/amwLogo.png" valign="top" alt="AMW Logo" />
</td>
</tr>
</table>
<hr/>
<div class="homeitem">
<h3>Quick Navigator</h3>
<ul>
<li>
<table width="100%">
<tr>
<td width="80%" valign="bottom">
<b><a href="publication.php">Publications</a></b>
</td>
<td align="right">
<a href="publication.php"><img align="right" src="../resources/images/reference.gif" valign="top"/></a>
</td>
</tr>
</table>
</li>
<li>
<table width="100%">
<tr>
<td width="80%" valign="bottom">
<b><a href="examples/">AMW Examples</a></b>
</td>
<td align="right">
<a href="examples/"><img align="right" src="resources/amwLogoSmall.png" valign="top" /></a>
</td>
</tr>
</table>
</li>
<li>
<table width="100%">
<tr>
<td width="80%" valign="bottom">
<b><a href="zoo/">AMW zoo</a></b>
</td>
<td align="right">
<a href="zoo/"><img align="right" src="resources/amwLogoSmall.png" valign="top" /></a>
</td>
</tr>
</table>
</li>
<li>
<table width="100%">
<tr>
<td width="80%" valign="bottom">
<b><a href="download/">Download</a></b>
</td>
<td align="right">
<a href="download/"><img align="right" src="../resources/images/download.gif" valign="top"/></a>
</td>
</tr>
</table>
</li>
<li>
<table width="100%">
<tr>
<td width="80%" valign="bottom">
<b><a href="news://news.eclipse.org/eclipse.tools.gmt.amw">Newsgroup</a></b>,
<a href="http://www.eclipse.org/search/search.cgi">Search</a>,
<a href="http://www.eclipse.org/newsportal/thread.php?group=eclipse.technology.gmt.amw">Web Interface</a>
</td>
<td align="right">
<a href="news://news.eclipse.org/eclipse.tools.gmt"><img align="right" src="../resources/images/news.gif" valign="top"/></a>
</td>
</tr>
</table>
</li>
<li>
<table width="100%">
<tr>
<td width="80%" valign="bottom">
<b><a href="doc/">Documentation</a></b>
</td>
<td align="right">
<a href="doc/"><img align="right" src="../resources/images/reference.gif" valign="top"/></a>
</td>
</tr>
</table>
</li>
<li>
<table width="100%">
<tr>
<td width="80%" valign="bottom">
<b><a href="http://dev.eclipse.org/bugs/buglist.cgi?product=gmt&component=AMW&cmdtype=doit&order=Reuse+same+sort+as+last+time">Bugzilla</a></b>,
<a href="https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=GMT&component=AMW&order=Reuse+same+sort+as+last+time">All Open</a>,
<a href="http://bugs.eclipse.org/bugs/buglist.cgi?product=GMT&component=AMW&bug_status=RESOLVED&amp;bug_status=VERIFIED&amp;bug_status=CLOSED&amp;emailtype1=substring&amp;email1=&amp;emailtype2=substring&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;changedin=7&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;cmdtype=doit&amp;order=Reuse+same+sort+as+last+time&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=">Recently closed</a>,
<a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=GMT&component=AMW">Report a bug</a>
</td>
<td align="right">
<a href="http://dev.eclipse.org/bugs/buglist.cgi?product=gmt&component=AMW&cmdtype=doit&order=Reuse+same+sort+as+last+time">
<img align="right" src="../resources/images/bugzilla.gif" valign="top"/></a>
</td>
</tr>
</table>
</li>
<li>
<table width="100%">
<tr>
<td width="80%" valign="bottom">
<b><a href="http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.gmt/AMW">CVS</a></b>
</td>
<td align="right">
<a href="http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.gmt/AMW"><img align="right" src="../resources/images/cvs.gif" valign="top"/></a>
</td>
</tr>
</table>
</li>
</ul>
</div>
<div class="homeitem">
$amwnews
</div>
<hr class="clearer" />
</div>
<!-- Right Part -->
<div id="rightcolumn">
<div class="sideitem">
<h6>Getting Started</h6>
<ul>
<li><a href="about.php">Project description</a></li>
<li><a href="doc/">Documentation</a></li>
<li><a href="download/">Download</a></li>
</ul>
</div>
<div class="sideitem">
<h6>Select your theme.</h6>
<form method="post">
<input type="radio" name="theme" value="Phoenix" /> Phoenix<br />
<input type="radio" name="theme" value="Miasma" /> Miasma<br />
<input type="radio" name="theme" value="Industrial" /> Industrial<br />
<input type="radio" name="theme" value="Blue" /> Blue<br />
<input type="submit" value="Set" />
</form>
</div>
</div>
EOHTML;
# Generate the web page
$App->AddExtraHtmlHeader("<link rel='alternate' type='application/rss+xml' title='AMW News' href='news/amwNewsArchive.rss'>");
$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
?>