Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoverbey2012-03-02 19:11:25 +0000
committerjoverbey2012-03-02 19:11:25 +0000
commitc2be8fabedb2d72acfe0a3c85d0aeece71e92a70 (patch)
tree07f5ba54f5ddf2609998c6b50459178a640d44ad
parent9c690beb61e3fe1adcef3e11fb1155f1b527d726 (diff)
downloadphotran-c2be8fabedb2d72acfe0a3c85d0aeece71e92a70.tar.gz
photran-c2be8fabedb2d72acfe0a3c85d0aeece71e92a70.tar.xz
photran-c2be8fabedb2d72acfe0a3c85d0aeece71e92a70.zip
Added Photran 8 welcome page
-rwxr-xr-xwelcome/8.0/index.html54
1 files changed, 54 insertions, 0 deletions
diff --git a/welcome/8.0/index.html b/welcome/8.0/index.html
new file mode 100755
index 0000000..5315a2e
--- /dev/null
+++ b/welcome/8.0/index.html
@@ -0,0 +1,54 @@
+<html>
+
+<head>
+<meta http-equiv="Content-Language" content="en-us">
+<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
+<title>Photran Release Notes</title>
+<style>
+<!--
+body,p,td,li { font-family: Verdana, Arial, helvetica; font-size: 10pt }
+-->
+</style>
+</head>
+
+<body bgcolor="#FFFFFF" text="#000000" link="#595791" vlink="#595791" alink="#595791" topmargin="0" leftmargin="0">
+
+<div align="center">
+ <center>
+ <table border="0" width="100%" cellspacing="0" cellpadding="0">
+ <tr>
+ <td background="http://www.eclipse.org/eclipse.org-common/themes/Phoenix/images/header_bg.jpg" height="70"><img border="0" src="http://www.eclipse.org/eclipse.org-common/themes/Phoenix/images/eclipse_home_header.jpg" alt="Eclipse Logo" width="131" height="68"></td>
+ </tr>
+ <tr>
+ <td width="100%">
+ <div align="center">
+ <table border="0" cellpadding="10" cellspacing="40">
+ <tr>
+ <td><font size="5" color="#595791"><b>Welcome to Photran 8!</b></font>
+ <p><i>Wondering how to get started?</i>
+ <p><b><font color="#595791">&raquo;</font></b> Read the <a href="http://wiki.eclipse.org/PTP/photran/documentation">
+ User's Guide</a> to learn about Photran's various features
+ <p><b><font color="#595791">&raquo;</font></b> Join the <a href="http://www.eclipse.org/photran/mailinglists.php">Photran
+ mailing List</a> to discuss with other Photran users
+ <p><b><font color="#595791">&raquo;</font></b> Join the <a href="http://www.eclipse.org/photran/mailinglists.php">ptp-announce
+ mailing List</a> to be notified of new releases&nbsp;
+ <p><b><font color="#595791">&raquo;</font></b> Find the answers
+ to <a href="http://wiki.eclipse.org/PTP/photran/faq">Frequently
+ Asked Questions</a></td>
+ </tr>
+ </table>
+ </div>
+ </td>
+ </tr>
+ </table>
+ </center>
+</div>
+
+<div align="right">
+<font face="Verdana, Arial, helvetica" size="1" color="#595791"><span style="text-transform: uppercase">
+Copyright &copy; 2012 The Eclipse Foundation. All Rights Reserved.</span></font>
+</div>
+
+</body>
+
+</html>

Back to the top