Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Overbey2014-08-13 20:57:32 +0000
committerJeffrey Overbey2014-08-13 20:57:32 +0000
commit96d0a300dc5d79cc117524b92d5ddb1fb5bc39ce (patch)
tree66210cf8fc517201475a59fd6f1d0cb1d730d817
parent3db97ffd0b1cc83e09c2eb1ac77f74e55f2fae72 (diff)
downloadphotran-96d0a300dc5d79cc117524b92d5ddb1fb5bc39ce.tar.gz
photran-96d0a300dc5d79cc117524b92d5ddb1fb5bc39ce.tar.xz
photran-96d0a300dc5d79cc117524b92d5ddb1fb5bc39ce.zip
Removed rev2 (old start of revision using an old site template)
-rw-r--r--rev2/README.txt8
-rwxr-xr-xrev2/_projectCommon.php54
-rwxr-xr-xrev2/download.php34
-rwxr-xr-xrev2/images/backgroundMain.pngbin81164 -> 0 bytes
-rw-r--r--rev2/images/backgroundMain.pxmbin226056 -> 0 bytes
-rwxr-xr-xrev2/images/backgroundMainEmpty.pngbin25738 -> 0 bytes
-rwxr-xr-xrev2/images/buttonDocumentation.pngbin14014 -> 0 bytes
-rwxr-xr-xrev2/images/buttonDocumentation_empty.pngbin10913 -> 0 bytes
-rwxr-xr-xrev2/images/buttonDocumentation_sel.pngbin13949 -> 0 bytes
-rwxr-xr-xrev2/images/buttonDownload.pngbin19543 -> 0 bytes
-rwxr-xr-xrev2/images/buttonDownload_empty.pngbin9858 -> 0 bytes
-rwxr-xr-xrev2/images/buttonDownload_new.pngbin19543 -> 0 bytes
-rwxr-xr-xrev2/images/buttonDownload_sel.pngbin19433 -> 0 bytes
-rwxr-xr-xrev2/images/buttonInvolved.pngbin16292 -> 0 bytes
-rwxr-xr-xrev2/images/buttonInvolved_empty.pngbin13071 -> 0 bytes
-rwxr-xr-xrev2/images/buttonInvolved_sel.pngbin16251 -> 0 bytes
-rwxr-xr-xrev2/images/buttonSupport.pngbin17050 -> 0 bytes
-rwxr-xr-xrev2/images/buttonSupport_empty.pngbin14263 -> 0 bytes
-rwxr-xr-xrev2/images/buttonSupport_sel.pngbin17178 -> 0 bytes
-rwxr-xr-xrev2/index.php22
-rwxr-xr-xrev2/midcolumn_example.php91
-rwxr-xr-xrev2/pages/_index.html73
-rwxr-xr-xrev2/project-info/executive-summary.html0
-rwxr-xr-xrev2/project-info/home-page-one-liner.html1
-rwxr-xr-xrev2/project-info/ip-log.php26
-rwxr-xr-xrev2/project-info/maillist2
-rwxr-xr-xrev2/project-info/newsgroup0
-rwxr-xr-xrev2/project-info/project-info.xml215
-rwxr-xr-xrev2/project-info/project-page-paragraph.html8
-rwxr-xr-xrev2/project-info/project-plan.xml64
-rwxr-xr-xrev2/style.css167
-rwxr-xr-xrev2/template.php30
32 files changed, 0 insertions, 795 deletions
diff --git a/rev2/README.txt b/rev2/README.txt
deleted file mode 100644
index e1990a2..0000000
--- a/rev2/README.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-This site is based on the Eclipse Nova template.
-
-Information about the Nova template is available from
-http://wiki.eclipse.org/Nova
-
-The Nova template is in the Eclipse CVS repository
-:pserver:anonymous@dev.eclipse.org:/cvsroot/org.eclipse
-located in /default \ No newline at end of file
diff --git a/rev2/_projectCommon.php b/rev2/_projectCommon.php
deleted file mode 100755
index 4849550..0000000
--- a/rev2/_projectCommon.php
+++ /dev/null
@@ -1,54 +0,0 @@
-<?php
-/*******************************************************************************
-* Copyright (c) 2009-2011 Eclipse Foundation and others.
-* All rights reserved. This program and the accompanying materials
-* are made available under the terms of the Eclipse Public License v1.0
-* which accompanies this distribution, and is available at
-* http://www.eclipse.org/legal/epl-v10.html
-*
-* Contributors:
-* Jeff Overbey (Illinois) - Photran customizations based on Nova template
-*******************************************************************************/
-
- # Set the theme for your project's web pages.
- # See the Committer Tools "How Do I" for list of themes
- # https://dev.eclipse.org/committers/
- # Optional: defaults to system theme
- $theme = "Nova";
-
- # Define your project-wide Nav bars here.
- # Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3)
- # these are optional
- $Nav->addNavSeparator("Photran", "/photran/index.php");
- $Nav->addCustomNav("Home", "/photran/index.php", "_self", 2);
- $Nav->addCustomNav("Screenshots", "/photran/screenshots.php", "_self", 2);
- $Nav->addCustomNav("Download", "/photran/download.php", "_self", 2);
- $Nav->addCustomNav("Mailing Lists", "/photran/mailinglists.php", "_self", 2);
- $Nav->addCustomNav("Report a Bug", "https://bugs.eclipse.org/bugs/enter_bug.cgi?assigned_to=photran-inbox%40eclipse.org&component=Photran.Unknown&product=PTP&version=7.0", "_self", 2);
- $Nav->addCustomNav("Suggest a Feature", "https://bugs.eclipse.org/bugs/enter_bug.cgi?assigned_to=photran-inbox%40eclipse.org&component=Photran.Unknown&bug_severity=enhancement&product=PTP&version=7.0", "_self", 2);
- #$Nav->addCustomNav("Documentation", "/photran/documentation.php", "_self", 2);
- #$Nav->addCustomNav("Refactoring", "/photran/refactoring.php", "_self", 3);
- #$Nav->addCustomNav("Wiki", "http://wiki.eclipse.org/index.php?title=Parallel_Tools_Platform#Photran_Information", "_self", 2);
- $Nav->addCustomNav("Wiki", "http://wiki.eclipse.org/PTP/photran/", "_self", 2);
- #$Nav->addCustomNav("Installation", "http://wiki.eclipse.org/PTP/photran/installation", "_self", 3);
- $Nav->addCustomNav("Documentation", "http://wiki.eclipse.org/PTP/photran/documentation", "_self", 3);
- $Nav->addCustomNav("FAQ", "http://wiki.eclipse.org/PTP/photran/faq", "_self", 3);
- $Nav->addCustomNav("People", "/photran/contributors.php", "_self", 2);
- $Nav->addCustomNav("Internals", "/photran/contributorinfo.php", "_self", 2);
- #$Nav->addCustomNav("New Contributors", "/photran/newcontributors.php", "_self", 3);
- #$Nav->addCustomNav("Project Plan", "/photran/project-info/project-plan.php", "_self", 3);
- #$Nav->addCustomNav("IP Log", "/photran/project-info/ip-log.php", "_self", 3);
- $Nav->addCustomNav("About This Project", "/projects/project_summary.php?projectid=tools.ptp.photran", "_self", 2);
-
- #$Nav->addCustomNav("Download", "/project/download.php", "_self", 3);
- #$Nav->addCustomNav("Documentation", "/project/documentation.php", "_blank", 3);
- #$Nav->addCustomNav("Support", "/project/support.php", "_blank", 3);
- #$Nav->addCustomNav("Getting Involved", "/project/developers", "_blank", 3);
-
- # Define keywords, author and title here, or in each PHP page specifically
- $pageKeywords = "photran, fortran, ide, integrated development environment, refactoring, eclipse";
- $pageAuthor = "Jeffrey Overbey";
-
- # To enable occasional Eclipse Foundation Promotion banners on your pages (EclipseCon, etc)
- $App->Promotion = FALSE;
-?>
diff --git a/rev2/download.php b/rev2/download.php
deleted file mode 100755
index a4c9eb1..0000000
--- a/rev2/download.php
+++ /dev/null
@@ -1,34 +0,0 @@
-<?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'
-/*******************************************************************************
- * Copyright (c) 2009
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *
- *******************************************************************************/
-
- $pageTitle = "MyProject - Download";
- $App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/default/style.css"/>');
-
- $html = <<<EOHTML
-<div id="midcolumn">
-<h2>$pageTitle</h2>
-<p>All downloads are provided under the terms and conditions of the <a href="/legal/epl/notice.php">Eclipse Foundation Software User Agreement</a> unless otherwise specified.</p>
-
-<h3>Galileo - Eclipse 3.5</h3>
-<p><b>Update site:</b> http://download.eclipse.org/myproject/<br />
-<b>ZIP file: </b><a href="/downloads/download.php?file=/myproject/file.zip">file.zip</a> (10 MiB)</p>
-
-<h3>Helios - Eclipse 3.6 (unreleased)</h3>
-<p><b>Update site:</b> http://download.eclipse.org/myproject/<br />
-<b>ZIP file: </b><a href="/downloads/download.php?file=/myproject/file.zip">file.zip</a> (10 MiB)</p>
-
-
-</div>
-EOHTML;
- # Generate the web page
- $App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?> \ No newline at end of file
diff --git a/rev2/images/backgroundMain.png b/rev2/images/backgroundMain.png
deleted file mode 100755
index 8486e93..0000000
--- a/rev2/images/backgroundMain.png
+++ /dev/null
Binary files differ
diff --git a/rev2/images/backgroundMain.pxm b/rev2/images/backgroundMain.pxm
deleted file mode 100644
index 7c5ecc7..0000000
--- a/rev2/images/backgroundMain.pxm
+++ /dev/null
Binary files differ
diff --git a/rev2/images/backgroundMainEmpty.png b/rev2/images/backgroundMainEmpty.png
deleted file mode 100755
index 9487b21..0000000
--- a/rev2/images/backgroundMainEmpty.png
+++ /dev/null
Binary files differ
diff --git a/rev2/images/buttonDocumentation.png b/rev2/images/buttonDocumentation.png
deleted file mode 100755
index bbfdde0..0000000
--- a/rev2/images/buttonDocumentation.png
+++ /dev/null
Binary files differ
diff --git a/rev2/images/buttonDocumentation_empty.png b/rev2/images/buttonDocumentation_empty.png
deleted file mode 100755
index 8e3877e..0000000
--- a/rev2/images/buttonDocumentation_empty.png
+++ /dev/null
Binary files differ
diff --git a/rev2/images/buttonDocumentation_sel.png b/rev2/images/buttonDocumentation_sel.png
deleted file mode 100755
index 8affb93..0000000
--- a/rev2/images/buttonDocumentation_sel.png
+++ /dev/null
Binary files differ
diff --git a/rev2/images/buttonDownload.png b/rev2/images/buttonDownload.png
deleted file mode 100755
index e620092..0000000
--- a/rev2/images/buttonDownload.png
+++ /dev/null
Binary files differ
diff --git a/rev2/images/buttonDownload_empty.png b/rev2/images/buttonDownload_empty.png
deleted file mode 100755
index 693a98c..0000000
--- a/rev2/images/buttonDownload_empty.png
+++ /dev/null
Binary files differ
diff --git a/rev2/images/buttonDownload_new.png b/rev2/images/buttonDownload_new.png
deleted file mode 100755
index e620092..0000000
--- a/rev2/images/buttonDownload_new.png
+++ /dev/null
Binary files differ
diff --git a/rev2/images/buttonDownload_sel.png b/rev2/images/buttonDownload_sel.png
deleted file mode 100755
index d3a0330..0000000
--- a/rev2/images/buttonDownload_sel.png
+++ /dev/null
Binary files differ
diff --git a/rev2/images/buttonInvolved.png b/rev2/images/buttonInvolved.png
deleted file mode 100755
index b3e9a82..0000000
--- a/rev2/images/buttonInvolved.png
+++ /dev/null
Binary files differ
diff --git a/rev2/images/buttonInvolved_empty.png b/rev2/images/buttonInvolved_empty.png
deleted file mode 100755
index 8bbc845..0000000
--- a/rev2/images/buttonInvolved_empty.png
+++ /dev/null
Binary files differ
diff --git a/rev2/images/buttonInvolved_sel.png b/rev2/images/buttonInvolved_sel.png
deleted file mode 100755
index 346a452..0000000
--- a/rev2/images/buttonInvolved_sel.png
+++ /dev/null
Binary files differ
diff --git a/rev2/images/buttonSupport.png b/rev2/images/buttonSupport.png
deleted file mode 100755
index bd36086..0000000
--- a/rev2/images/buttonSupport.png
+++ /dev/null
Binary files differ
diff --git a/rev2/images/buttonSupport_empty.png b/rev2/images/buttonSupport_empty.png
deleted file mode 100755
index b22fc84..0000000
--- a/rev2/images/buttonSupport_empty.png
+++ /dev/null
Binary files differ
diff --git a/rev2/images/buttonSupport_sel.png b/rev2/images/buttonSupport_sel.png
deleted file mode 100755
index a535fe8..0000000
--- a/rev2/images/buttonSupport_sel.png
+++ /dev/null
Binary files differ
diff --git a/rev2/index.php b/rev2/index.php
deleted file mode 100755
index 4acda41..0000000
--- a/rev2/index.php
+++ /dev/null
@@ -1,22 +0,0 @@
-<?php
-/*******************************************************************************
- * Copyright (c) 2011 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Jeff Overbey (Illinois) - Photran customizations based on Nova template
- *******************************************************************************/
-
- 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());
-
- $App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="style.css"/>');
- $localVersion = false;
- $pageTitle = "Photran - An Eclipse-based IDE and Refactoring Tool for Fortran";
- $html = file_get_contents('pages/_index.html');
-
- # Generate the web page
- $App->generatePage($theme, $Menu, null, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?> \ No newline at end of file
diff --git a/rev2/midcolumn_example.php b/rev2/midcolumn_example.php
deleted file mode 100755
index a9cf77b..0000000
--- a/rev2/midcolumn_example.php
+++ /dev/null
@@ -1,91 +0,0 @@
-<?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'
-/*******************************************************************************
- * Copyright (c) 2009-2010 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *
- *******************************************************************************/
-
- #
- # Begin: page-specific settings. Change these.
- $pageTitle = "Nova #midcolumn Template";
- $pageKeywords = "Nova, template, #midcolumn";
- $pageAuthor = "Nathan Gervais";
-
- # Paste your HTML content between the EOHTML markers!
- ob_start();
- ?>
- <div id="midcolumn">
- <h1>&lt;H1&gt; tag</h1>
-
- <p>
- This is a &lt;p&gt; tag.
- </p>
-
- <p>
- This is a &lt;p&gt; tag. With a lot of text. <br/>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
- </p>
-
-
- <h3>&lt;h3&gt; tag</h3>
- <div class="homeitem">
- <ul>
- <li>This is an unordered list</li>
- <li>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</li>
- <li>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum</li>
- <li>Curabitur vel lorem in turpis adipiscing dictum. Nunc mi est, scelerisque vitae, venenatis et, euismod et, sem. Praesent aliquet mi vel felis. Pellentesque pellentesque convallis ante. Praesent imperdiet velit vitae justo. Nullam quis purus. Aenean neque enim, consequat non, mattis eu, gravida sed, massa.</li>
- </ul>
- <ol>
- <li>This is an ordered list</li>
- <li>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</li>
- <li>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum</li>
- <li>Curabitur vel lorem in turpis adipiscing dictum. Nunc mi est, scelerisque vitae, venenatis et, euismod et, sem. Praesent aliquet mi vel felis. Pellentesque pellentesque convallis ante. Praesent imperdiet velit vitae justo. Nullam quis purus. Aenean neque enim, consequat non, mattis eu, gravida sed, massa.</li>
- </ol>
- </div>
-
- <h2>&lt;h2&gt; tag</h2>
- <table>
- <tr>
- <td>Tables look </td>
- <td>like this</td>
- </tr>
- <tr>
- <td>Data</td>
- <td>Data</td>
- </tr>
- <tr>
- <td>Data</td>
- <td>Data</td>
- </tr>
- </table>
-
- </div>
-
- <!-- remove the entire <div> tag to omit the right column! -->
- <div id="rightcolumn">
- <div class="sideitem">
- <h6>Related Links</h6>
- <ul>
- <li><a href="midcolumn.php">#midcolumn Template</a></li>
- <li><a href="fullcolumn.php">#fullcolumn Template</a></li>
- </ul>
- </div>
- <div class="sideitem">
- <h6>&lt;h6&gt; tag</h6>
- <div class="modal">
- Wrapping your content using a div.modal tag here will add the gradient background
- </div>
- </div>
- </div>
-
-
- <?
- $html = ob_get_clean();
-
- # Generate the web page
- $App->generatePage('Nova', $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?> \ No newline at end of file
diff --git a/rev2/pages/_index.html b/rev2/pages/_index.html
deleted file mode 100755
index d9c979a..0000000
--- a/rev2/pages/_index.html
+++ /dev/null
@@ -1,73 +0,0 @@
-<div id="bigbuttons">
-<h3>Primary Links</h3>
-<ul>
-<li><a id="buttonDownload" href="downloads.php" title="Download"></a></li>
-<li><a id="buttonDocumentation" href="documentation.php" title="Documentation"></a></li>
-<li><a id="buttonSupport" href="support.php" title="Support"></a></li>
-<li><a id="buttonInvolved" href="developers.php" title="Getting Involved"></a></li>
-</ul>
-</div>
-
-<div id="midcolumn">
-<h3>Photran (Eclipse Fortran Development Tooling)</h3>
-<div id="introText">
-
-<p>Photran is an integrated development environment and refactoring tool for
-Fortran based on <a href="http://www.eclipse.org/" target="_blank">Eclipse</a>.
-It supports Fortran 77-2008 and includes 31 refactorings, including Rename,
-Extract Procedure, and several loop transformations.</p>
-
-</div>
-
-<!--div id="screencast">
-<object width="640" height="480"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=8260921&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=DBD7EF&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=8260921&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=DBD7EF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="640" height="480"></embed></object>
-</div-->
-
-<!--
-<h3>...and yet powerful</h3>
- -->
-<div id="feature_1">
-
-<h4>Some cool feature</h4>
-<p>MyProject has this really cool feature that you describe here in few words, just as a teaser.</p>
-</div>
-
-<div id="feature_2">
-<h4>Another Feature</h4>
-<p>When working with MyProject, great things happen, and one of them is described here.</p>
-</div>
-
-<div id="feature_3">
-<h4>Another Feature</h4>
-<p>When working with MyProject, great things happen, and one of them is described here.</p>
-</div>
-
-<div id="feature_4">
-<h4>User Experience</h4>
-<p>
-Experiment with style.css to create columns for text, just the way you want it. This section
-is a bit wider and can contain more words, even small logos or graphics to describe a neat feature in more detail.</p>
-</div>
-
-<div id="feature_more">
-<h4>and much more...</h4>
-<p>Read the MyProject <a href="/project/documentation.php">documentation</a> and join the discussion at the <a href="http://www.eclipse.org/forums/eclipse.newsgroup.name">forum</a> to understand how powerful MyProject is.</p>
-<p> Want to know more? <a href="/projects/project_summary.php?projectid=my.project">About This Project</a>
-</div>
-
-</div>
-
-<div id="rightcolumn">
-
-<div>
-<h3>Current Release</h3>
-<p>Photran 7.0 was released with Eclipse 3.7 (Indigo) on June 22, 2011.</p>
- <div class="homeitem">
- <ul>
- <li><a href="http://wiki.eclipse.org/PTP/new_and_noteworthy/5.0.0#Photran_7">What's New in Photran 7</a></li>
- <li><a href="download.php">Download Photran</a></li>
- </ul>
- </div>
-</div>
-
-</div> \ No newline at end of file
diff --git a/rev2/project-info/executive-summary.html b/rev2/project-info/executive-summary.html
deleted file mode 100755
index e69de29..0000000
--- a/rev2/project-info/executive-summary.html
+++ /dev/null
diff --git a/rev2/project-info/home-page-one-liner.html b/rev2/project-info/home-page-one-liner.html
deleted file mode 100755
index 59b7433..0000000
--- a/rev2/project-info/home-page-one-liner.html
+++ /dev/null
@@ -1 +0,0 @@
-Photran \ No newline at end of file
diff --git a/rev2/project-info/ip-log.php b/rev2/project-info/ip-log.php
deleted file mode 100755
index 3f292f8..0000000
--- a/rev2/project-info/ip-log.php
+++ /dev/null
@@ -1,26 +0,0 @@
-<?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 = "IP Log";
- $pageKeywords = "photran, ip, intellectual property, copyright";
- $pageAuthor = "Jeffrey Overbey";
-
- require_once($_SERVER['DOCUMENT_ROOT'] . "/projects/common/project-info.class.php");
- $projectInfo = new ProjectInfo("the project's Foundation database key");
-
- # Paste your HTML content between the EOHTML markers!
- $html = <<<EOHTML
-<div id="maincontent">
- <div id="midcolumn">
- <h1>$pageTitle</h1>
-
- <p>See
- <a href="http://www.eclipse.org/projects/ip_log.php?projectid=technology.photran">
- http://www.eclipse.org/projects/ip_log.php?projectid=technology.photran
- </a>
-
- </div>
-</div>
-EOHTML;
-
- # Generate the web page
- $App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
diff --git a/rev2/project-info/maillist b/rev2/project-info/maillist
deleted file mode 100755
index 019eb45..0000000
--- a/rev2/project-info/maillist
+++ /dev/null
@@ -1,2 +0,0 @@
-::photran::A general, medium-volume mailing list suitable for discussion, questions, comments, etc. about Photran.
-::photran-announce::New releases are announced on the very low volume photran-announce list.
diff --git a/rev2/project-info/newsgroup b/rev2/project-info/newsgroup
deleted file mode 100755
index e69de29..0000000
--- a/rev2/project-info/newsgroup
+++ /dev/null
diff --git a/rev2/project-info/project-info.xml b/rev2/project-info/project-info.xml
deleted file mode 100755
index 10f83dd..0000000
--- a/rev2/project-info/project-info.xml
+++ /dev/null
@@ -1,215 +0,0 @@
-<?xml version='1.0' encoding='iso-8859-1'?>
-<project>
- <!--
- - This example is annotated to be instructive.
- -->
- <!--
- - Unless otherwise specified, all URLs are to be specified using rooted relative
- - paths. In other words:
- - CORRECT: "/webtools/foo/bar.php"
- - INCORRECT: "foo/bar.php"
- - INCORRECT: "http://www.eclipse.org/webtools/foo/bar.php"
- -->
-
- <!--
- - Each Eclipse project as an official name, e.g.,
- - "AJDT - AspectJ Development Tools Project" and a foundation database
- - key, e.g., "technology.ajdt". These are stored in an Eclipse Foundation
- - database; to change them, contact emo@eclipse.org. Each project can
- - also have a short name to be used in HTML lists and other horizontally
- - challenged places.
- -
- - Set it to your short name.
- -->
- <short-name>Photran</short-name>
-
- <!--
- - Each Eclipse project has one or more Bugzilla products and components.
- - Some projects also have a separate web page describing how to submit
- - a bug, how bugs are prioritized, and other useful information.
- - The <bugzilla> collects this information.
- -
- - <bugzilla url="..."> <product name="..."/> ... </bugzilla>
- - The url is optional; if absent, the url will default to the Bugzilla
- - page of the first product. Multiple <product>s are allowed.
- -
- -
- - Please add all your Bugzilla Products
- -->
-
-
- <bugzilla><product name="Photran"></bugzilla>
-
- <!--
- - Committers and non-committer Contributors are the raison d'etre of
- - an Eclipse project, thus each project should list and acknowledge these
- - developers. Some of the Committers are 'special' in the sense that
- - they are the project leaders. The <team> element contains the
- - URL of the project's pages listing these important people.
- -
- - Please add the relative URL
- -->
- <team url="/photran/contributors.php"/>
-
- <!--
- - The source code of each Eclipse project is stored in CVS. Eclipse maintains
- - a number of CVS repositories, thus the <cvs> element specifies which
- - CVS repository and (if applicable) which root path stores this project's
- - source code.
- -
- - A top-level project typically specifies only the repository:
- - <cvs repository="/cvsroot/tptp"/>
- - A sub-project includes the root path as well:
- - <cvs repository="/cvsroot/technology/">
- - <module path="org.eclipse.higgins" />
- - </cvs>
- -
- - Please add the relative URL to your repository, and all your CVS modules
- -
- -->
- <cvs repository="/cvsroot/technology">
- <module path="org.eclipse.photran" />
- </cvs>
-
- <!--
- - The description of an Eclipse project shows up in many places: the
- - project's home page, perhaps the /projects/ page listing all the
- - top-level projects, in the Roadmap, and so on. Some of the descriptions
- - are separate HTML files (such as those described in
- - http://phoenix.eclipse.org/projects/dev_process/project-status-infrastructure.php).
- - It would be nice
- - This <description> element contains two additional descriptions.
- - 1. The optional <description url="..."> points to a web page with a larger
- - description of the entire project.
- - 2. The required <description paragraph-url="..."> points to a file
- - containing a couple of simple HTML paragraphs describing the project.
- - This file is often stored in the /project-info/ directory, thus the
- - url would be something like "/tptp/project-info/description.html".
- -
- - Please provide the URL of the project description paragraph in paragraph-url, optionally provide the URL
- - page with a larger description. Remember, use relative paths
- -->
- <!--description url=""-->
- <description
- paragraph-url="/photran/project-info/project-page-paragraph.html"/>
-
- <!--
- - In addition to the description, each Eclipse project is also required to
- - provide an up-to-date status summary. "Up to date" means revised at least
- - quarterly.
- - The required <summary paragraph-url="..."> points to a file
- - containing a number of simple HTML paragraphs with an executive summary
- - of the project status.
- - This file is often stored in the /project-info/ directory, thus the
- - url would be something like "/technology/project-info/executive-summary.html".
- -
- -
- - Please provide the URL of the project summary paragraph
- -->
- <!--summary paragraph-url="/photran/project-info/project-plan.php"/-->
-
- <!--
- - It is important to help new users get started with an Eclipse project
- - because most Eclipse projects are solving some difficult technical
- - problem and thus are somewhat complex. The <getting-started> element
- - points to a web page on the project's site that describes how to
- - get started using and extending the project's tools and frameworks.
- -
- -
- - Please provide the URL of the project getting started guide
- -->
- <getting-started url="/photran/documentation.php"/>
-
- <!--
- - It is also important to help new contributors get started with an Eclipse project.
- - Most Eclipse projects have interesting/complex development environment
- - setups or to-do lists. The <contributing> element
- - points to a web page on the project's site that describes how to
- - get started developing on, and contributing to, the project.
- -
- - Please provide the URL of the project getting started guide
- -->
- <contributing url="/photran/contributor-info.php"/>
-
- <!--
- - Each Eclipse project is required to maintain a current Project IP Log.
- - See http://www.eclipse.org/projects/dev_process/project-log.php
- - The <ip-log> contains the URL of that log. If the project has
- - other legal information as well, it can use the <legal> element
- - instead and then include the IP Log information on the Legal web page.
- -->
- <!--ip-log url="/photran/project-info/ip-log.php"/-->
- <ip-log url="/projects/ip_log.php?projectid=technology.photran"/>
- <!--legal url=""/-->
-
- <!--
- - Each Eclipse project has one or more mailing lists.
- - Some projects also have a separate web page describing these lists
- - while others rely on the main Eclipse mailing lists page.
- -
- - <mailing-lists url="..."> <list name="..."/> ... </mailing-lists>
- - The url is optional; if absent, the url will default to the Eclipse
- - mailing lists page. Multiple <lists>s are allowed.
- -
- - Note that currently mailing lists must be redundantly listed in
- - the separate project-info/maillist file as well.
- -
- -->
- <mailing-lists url="/photran/mailinglists.php">
- <list name="photran"/>
- <list name="photran-announce"/>
- </mailing-lists>
-
- <!--
- - Each Eclipse project has one or more newsgroups.
- - Some projects also have a separate web page describing these lists
- - while others rely on the main Eclipse newsgroups page.
- -
- - <newsgroups url="..."> <newsgroup name="..."/> ... </newsgroups>
- - The url is optional; if absent, the url will default to the Eclipse
- - newsgroups page. Multiple <newsgroups>s are allowed.
- -->
- <newsgroups url="" />
-
- <!--
- - The dashboard attempts to measure the liveness of a project in many
- - ways including the traffic on the mailing lists and newsgroups. There
- - are other places where significant project-related traffic can occur
- - including blogs and articles. When listed here, the dashboard incorporates
- - them into the liveness measure (or rather, "will incorporate").
- -->
- <articles/>
-
- <blogs/>
-
- <!--
- - Each Eclipse project needs to have a plan both for its internal purposes
- - (to guide development and resource allocation) and for the larger Eclipse
- - community and ecosystem to understand what will be delivered and when
- - it will be delivered.
- -->
- <!--project-plan url="/photran/project-info/project-plan.php"/-->
- <project-plan url="/projects/project-plan.php?projectid=technology.photran"/>
-
- <!--
- - Each Eclipse project creates (optional) nightly builds and milestone builds,
- - but the important builds of a project are the releases. This section of the
- - status file records the completed (past) and scheduled (future) releases of
- - the project.
- - The status, name, and date are required attributes. The download is optional
- - and only valid for completed releases; the plan is optional and valid for
- - all releases. The three valid types of releases are, in order of ascending
- - uncertainity: "completed", "scheduled", and "tentative". Dates can be
- - specified as particular day DD/MM/YYYY (e.g., 22/03/2005) or a particular
- - month MM/YYYY (e.g., 10/2005), or a quarter NQYYYY (e.g., 3Q2005). Obviously
- - completed releases should include the exact day the release was completed.
- -
- - In the following example, we have three completed, two scheduled, and one
- - tentative release.
- -->
- <!--releases info="">
- <release status="tentative" name="2008" date="09/2008"/> <!-- download="/tptp/home/downloads/drops/3.0.2.html" /-->
- </releases-->
- <source></source>
-</project>
-
diff --git a/rev2/project-info/project-page-paragraph.html b/rev2/project-info/project-page-paragraph.html
deleted file mode 100755
index 3e50776..0000000
--- a/rev2/project-info/project-page-paragraph.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<p><b><a href="/photran">Photran</a></b>
-is an integrated development environment (IDE) for Fortran 77, 90, and 95
-based on Eclipse and the Eclipse C/C++ Development Tool (CDT). It includes
-a syntax-highlighting editor, CVS support, a GUI interface to gdb,
-Makefile-based compilation, compiler error extraction, content assist,
-a declaration view, and basic refactorings. Future plans include support
-for Fortran 2003 and 2008 as well as additional refactorings.
-</p>
diff --git a/rev2/project-info/project-plan.xml b/rev2/project-info/project-plan.xml
deleted file mode 100755
index 1664f60..0000000
--- a/rev2/project-info/project-plan.xml
+++ /dev/null
@@ -1,64 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
-<?xml-stylesheet type="text/xsl" href="http://www.eclipse.org/projects/project-plan.xsl"?>
-<plan plan-format="1.0" xmlns="http://www.eclipse.org/project/plan" xmlns:html="http://www.w3.org/1999/xhtml"
- name="Photran">
- <!--
- Based on instructions from
- http://wiki.eclipse.org/Development_Resources/Project_Plan
- -->
- <release projectid="technology.photran" version="2009.0"/>
- <introduction>
- <html:div>Photran is an IDE and refactoring tool for Fortran. It has been in beta testing for several
- years; the June, 2009 release of Photran will be the first official release at Eclipse.org.</html:div>
- </introduction>
- <release_deliverables>
- <html:div>Binary and source versions of three features--the main Photran feature and supporting features
- for Intel and IBM compilers--will be made available from an update site at Eclipse.org.</html:div>
- </release_deliverables>
- <release_milestones>
- <!--preamble>
- <html:div>Some xhtml content here. Make sure to use the prefix before the elements</html:div>
- </preamble-->
- <milestone date="2/27/2009" milestone="Beta 5"><html:div>Final beta before move to PTP</html:div></milestone>
- <milestone date="3/11/2009" milestone="PTP Move"><html:div>Photran will move to become a component of the PTP project</html:div></milestone>
- <milestone date="5/1/2009" milestone="Beta 6"><html:div>Final beta before Galileo</html:div></milestone>
- <milestone date="6/26/2009" milestone="2009.0"><html:div>Simultaneous release with PTP/Galileo</html:div></milestone>
- <!--milestone date="6/28/2009" milestone="1.0"/-->
- <!--postamble><html:div>html content</html:div></postamble-->
- </release_milestones>
- <target_environments>
- <html:div>Platform-independent Java 1.5 (but requires CDT)</html:div>
- <internationalization>
- <html:div>None.</html:div>
- </internationalization>
- </target_environments>
- <compatibility_with_previous_releases>
- <html:div> </html:div>
- </compatibility_with_previous_releases>
- <themes_and_priorities>
- <!--preamble>
- <html:div>Some xhtml content here. Make sure to use the prefix before the elements</html:div>
- </preamble>
- <theme name="Appealing to the Broader Community">
- <description>...(optional) html...</description>
- <committed bugzilla="...(recommended) bugzilla search url...">
- ...(optional alternate) html...</committed>
- <proposed bugzilla="...(recommended) bugzilla search url...">
- ...(optional alternate) html...</proposed>
- <deferred bugzilla="...(recommended) bugzilla search url...">
- ...(optional alternate) html...</deferred>
- </theme>
- <theme name="Design for Extensibility">
- <description>...(optional) html...</description>
- <committed bugzilla="...(recommended) bugzilla search url...">
- ...(optional alternate) html...</committed>
- <proposed bugzilla="...(recommended) bugzilla search url...">
- ...(optional alternate) html...</proposed>
- <deferred bugzilla="...(recommended) bugzilla search url...">
- ...(optional alternate) html...</deferred>
- </theme-->
- </themes_and_priorities>
- <!--appendix name="Project Refactoring">
- ...html...
- </appendix-->
- </plan> \ No newline at end of file
diff --git a/rev2/style.css b/rev2/style.css
deleted file mode 100755
index 3541853..0000000
--- a/rev2/style.css
+++ /dev/null
@@ -1,167 +0,0 @@
-@CHARSET "UTF-8";
-#novaContent {
- background: url("images/backgroundMain.png") no-repeat white;
-}
-
-#midcolumn {
- width: 640px;
- padding: 0 10px 10px 10px;
-}
-
-#rightcolumn {
- width: 260px;
-}
-
-
-h3 {
- clear: both;
-}
-
-h7 {
- font-weight: bold;
- padding: 5px;
-}
-
-a strong {
- text-decoration: underline;
-}
-
-#introText p.left {
- width: 48%;
- float: left;
-}
-
-#introText p.right {
- width: 48%;
- float: right;
-}
-
-#feature_1 {
- float: left;
- width: 30%;
- margin-right: 3%;
-}
-
-#feature_2 {
- float: left;
- width: 30%;
- margin-right: 3%
-}
-
-#feature_3 {
- float: left;
- width: 30%;
-}
-
-#feature_4 {
- clear: both;
- float: left;
- width: 63%;
- margin-right: 3%;
-}
-
-#feature_more {
- float: left;
- width: 30%;
-}
-
-#bigbuttons {
- position: relative;
- padding-left: 420px;
- width : 560px;
-}
-#bigbuttons h3{
- visibility: hidden;
- height:0;
-}
-
-#bigbuttons a {
-}
-
-#bigbuttons ul li {
- vertical-align:bottom;
- display:inline-block;
- list-style-type:none;
- padding: 0;
- margin: 0;
-}
-
-#bigbuttons a:hover {
- text-decoration: underline;
- color : black;
-}
-
-#bigbuttons a {
- margin: 50px;
- display:inline-block;
- list-style-type:none;
- padding-left: 70px;
- padding-top: 10px;
- margin: 0;
- width: 180px;
- height: 77px;
- color : black;
-}
-
-#buttonDownload {
- background:transparent url("images/buttonDownload.png") no-repeat 0 0;
-}
-
-#buttonDocumentation {
- background:transparent url("images/buttonDocumentation.png") no-repeat 0 0;
-}
-
-#buttonSupport {
- background:transparent url("images/buttonSupport.png") no-repeat 0 0;
-}
-
-#buttonInvolved {
- background:transparent url("images/buttonInvolved.png") no-repeat 0 0;
-}
-
-#bigbuttons a * {
-}
-
-#bigbuttons strong{
- display:block;
- text-decoration: none;
-}
-
-#headlines {
-}
-
-#headlines ul li {
- margin: 0 0;
- list-style-type: none;
- list-style-image: none;
-}
-
-
-#headlines div.title {
- display: inline;
- margin-right: 0.5em;
-}
-
-#headlines div.meta {
- display: inline;
- color: #444444;
- font-size: smaller;
-}
-
-#headlines div.item {
- display: block;
- }
-
-#screencast {
- margin-bottom: 10px;
-}
-
-#newAndNoteworthy a {
- display: block;
- width:218px;
- height:51px;
- padding: 0;
- text-indent: -9000px;
- background:transparent url("images/bannerNewAndNoteworthy08M4.png") no-repeat 0 0;
- margin-top: 10px;
-} \ No newline at end of file
diff --git a/rev2/template.php b/rev2/template.php
deleted file mode 100755
index 599da01..0000000
--- a/rev2/template.php
+++ /dev/null
@@ -1,30 +0,0 @@
-<?php
-/*******************************************************************************
- * Copyright (c) 2010 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *
- *******************************************************************************/
-
- 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());
- $App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/default/style.css"/>');
-
- $localVersion = false;
-
- # Define these here, or in _projectCommon.php for site-wide values
- $pageKeywords = "eclipse, project";
- $pageAuthor = "Your name";
- $pageTitle = "My project home";
-
-
- // # Paste your HTML content between the EOHTML markers!
- $html = file_get_contents('pages/_index.html');
-
- # Generate the web page
- $App->generatePage($theme, $Menu, null, $pageAuthor, $pageKeywords, $pageTitle, $html);
-
-?> \ No newline at end of file

Back to the top