blob: 0eb39b7cbd3bcdc55178b4b490c875178e0a7b6d [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'
$pageTitle = "Downloading Photran";
$pageKeywords = "photran, download";
$pageAuthor = "Jeffrey Overbey";
# Paste your HTML content between the EOHTML markers!
$html = <<<EOHTML
<div id="maincontent">
<div id="midcolumn">
<h1>$pageTitle</h1>
<div class="homeitem3col">
<h3>Versions and System Requirements</h3>
<p>Photran is available in two flavors.
Regardless of which one you install, you will need to have a
<span style="font-family: monospace;">make</span>
utility and a Fortran compiler in your system path in order to compile
and build Fortran programs.</p>
<ol>
<li>The <span style="font-style: italic;">full version</span>
contains the Eclipse Platform with CDT and Photran, including
<a href="refactoring.php">Fortran refactoring support</a>.
Simply decompress the downloaded file, then run the included
<span style="font-family: monospace;">eclipse</span>
executable. A Java 1.5 JVM is required.
<li>The <span style="font-style: italic;">Photran feature</span>
can be added to an existing Eclipse 3.3 installation,
<span style="font-style: italic;">as long as CDT 4.0.1 is already
installed.</span>
<li>A Photran feature without program analysis and refactoring support
is also available. This will run on a Java 1.4 JVM, but the Rename
and Introduce Implicit None refactorings will not be available,
Open Declaration will not work, and less information will be
available in the Outline view.
</ol>
</div>
<div class="homeitem3col">
<h3>Photran 4.0 Beta 3 for Eclipse 3.3.1.1 and CDT 4.0.1</h3>
<h4>Full Versions</h4>
<ul>
<li> <a
href="http://www.eclipse.org/downloads/download.php?file=/technology/photran/photran-4.0-beta3-incubation-full-linux.tgz">Full
Photran for Linux/GTK</a>
<li> <a
href="http://www.eclipse.org/downloads/download.php?file=/technology/photran/photran-4.0-beta3-incubation-full-linux-x86_64.tgz">Full
Photran for Linux/GTK x86_64</a>
<li> <a
href="http://www.eclipse.org/downloads/download.php?file=/technology/photran/photran-4.0-beta3-incubation-full-win32.zip">Full
Photran for Windows</a>
<li> <a
href="http://www.eclipse.org/downloads/download.php?file=/technology/photran/photran-4.0-beta3-incubation-full-solaris.zip">Full
Photran for Solaris</a>
<li> <a
href="http://www.eclipse.org/downloads/download.php?file=/technology/photran/photran-4.0-beta3-incubation-full-macosx.tgz">Full
Photran for Mac OS X 10.4</a>
</ul>
<h4><small>&nbsp;<br></small>Eclipse Features</h4>
<ul>
<li> <a
href="http://www.eclipse.org/downloads/download.php?file=/technology/photran/photran-4.0-beta3-incubation.zip">Photran
Feature (Complete)</a> (requires Eclipse 3.3, CDT 4.0, and Java 1.5)
<li> <small><a
href="http://www.eclipse.org/downloads/download.php?file=/technology/photran/photran-novpg-4.0-beta3-incubation.zip">Photran
Feature <i>Without</i> Analysis &amp; Refactoring</a> (for Java 1.4)</small>
</ul>
</div>
<p>Older releases are available in the <a href="download-archive.php">Photran Download Archive</a>.</p>
</div>
</div>
EOHTML;
# Generate the web page
$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
?>