blob: fcb7cb4011cc3f5e4136c413ed5b6c8456bdc037 [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: Denis Roy
# Date: 2005-06-16
#
# Description: Type your page comments here - these are not sent to the browser
#
#
#****************************************************************************
#
# Begin: page-specific settings. Change these.
$pageTitle = "SMILA";
$pageKeywords = "SMILA, unstructured information management, information logistics, semantic web, framework, platform, eclipse";
$pageAuthor = "Igor Novakovic";
# Paste your HTML content between the EOHTML markers!
$html = <<<EOHTML
<div id="midcolumn">
<h1>SMILA - SeMantic Information Logistics Architecture</h1>
<div class="homeitem3col">
<h3>SMILA Version 0.5 M0</h3>
<ul>
<li>First milestone that publishes current results:
<ul>
<li>Basic architecture settled and implemented</li>
<li>Simple search application available</li>
</ul>
</li>
</ul>
</div>
<div class="homeitem3col">
<h3>SMILA Version 0.5 M1</h3>
<ul>
<li>Cluster readiness</li>
<li>More data sources accessible</li>
<li>General configuration management</li>
<li>Ontology Service (introduction of semantic layer)</li>
<li>Router & listener</li>
</ul>
</div>
<div class="homeitem3col">
<h3>SMILA Version 1.0 – Release 1.0</h3>
<ul>
<li>Conception and implementation of search APIs</li>
<li>Implementation of the security concept</li>
<li>Advanced incremental update</li>
</ul>
</div>
</div>
<div id="rightcolumn">
<div class="sideitem">
<h6>Incubation</h6><p>
<div align="center">
<a href="/projects/what-is-incubation.php">
<img align="center" src="/images/egg-incubation.png" border="0"/></a>
</div>
</div>
<div class="sideitem">
<h6>Links</h6>
<ul>
<li><a href="http://wiki.eclipse.org/SMILA" target="_blank">Project Wiki</a></li>
<li><a href="http://www.eclipse.org/proposals/eilf/SMILA_Creation_Review.pdf" target="_blank">Creation Review</a></li>
<li><a href="http://www.eclipse.org/proposals/eilf" target="_blank">Project proposal</a></li>
</ul>
</div>
</div>
EOHTML;
# Generate the web page
$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
?>