[Analogue-commits] r104 - in www: . include

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Mar 13 15:54:35 CET 2009


Author: gsimpson
Date: 2009-03-13 15:54:35 +0100 (Fri, 13 Mar 2009)
New Revision: 104

Added:
   www/devel.php
   www/documentation.php
   www/downloads.php
   www/news.php
   www/support.php
Modified:
   www/devel.html
   www/documentation.html
   www/downloads.html
   www/include/menu.inc
   www/index.php
   www/news.html
   www/support.html
Log:
move other pages to php extension, fix problem with footer including wrong file

Modified: www/devel.html
===================================================================
--- www/devel.html	2009-03-13 14:24:51 UTC (rev 103)
+++ www/devel.html	2009-03-13 14:54:35 UTC (rev 104)
@@ -53,7 +53,7 @@
 					
 		<!--footer starts here-->
 		<?php
-            include_once("./include/side_bar.inc");
+            include_once("./include/footer.inc");
         ?>
 
 <!-- wrap ends here -->

Added: www/devel.php
===================================================================
--- www/devel.php	                        (rev 0)
+++ www/devel.php	2009-03-13 14:54:35 UTC (rev 104)
@@ -0,0 +1,63 @@
+<?php
+    // constants to customise this pages headers
+    $DESCRIPTION = "Development details for the analogue project";
+    $TITLE = "analogue &mdash; Get involved and help improve analogue";
+    $AUTHOR = "Gavin L. Simpson";
+    $KEYWORDS = "analogue, R, modern analogue technique, analogue matching, transfer functions, palaeoecology, palaeolimnology";
+?>
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<!-- head tags here -->
+<?php
+    include_once("./include/head.inc");
+?>
+
+<body>
+<!-- wrap starts here -->
+<div id="wrap">
+		
+		<!--header -->
+		<div id="header">			
+				
+			<h1 id="logo-text">ana<span class="gray">logue</span></h1>		
+			<h2 id="slogan">a palaeoecological data analysis package for R</h2>
+
+		</div>
+		
+		<!-- menu -->		
+		<?php
+            include_once("./include/menu.inc");
+		?>			
+			
+		<!-- content-wrap starts here -->
+		<div id="content-wrap">
+				
+		<!-- side bar -->
+        <?php
+            include_once("./include/side_bar.inc");
+        ?>
+				
+			<div id="main">
+				
+				<a name="Welcome"></a>
+				<h1>Developing <strong>analogue</strong></h1>
+				
+				<p>Coming soon!</p>
+
+			</div>
+		
+		<!-- content-wrap ends here -->	
+		</div>
+					
+		<!--footer starts here-->
+		<?php
+            include_once("./include/footer.inc");
+        ?>
+
+<!-- wrap ends here -->
+</div>
+
+</body>
+</html>
\ No newline at end of file

Modified: www/documentation.html
===================================================================
--- www/documentation.html	2009-03-13 14:24:51 UTC (rev 103)
+++ www/documentation.html	2009-03-13 14:54:35 UTC (rev 104)
@@ -53,7 +53,7 @@
 					
 		<!--footer starts here-->
 		<?php
-            include_once("./include/side_bar.inc");
+            include_once("./include/footer.inc");
         ?>
 
 <!-- wrap ends here -->

Added: www/documentation.php
===================================================================
--- www/documentation.php	                        (rev 0)
+++ www/documentation.php	2009-03-13 14:54:35 UTC (rev 104)
@@ -0,0 +1,63 @@
+<?php
+    // constants to customise this pages headers
+    $DESCRIPTION = "Documentation for the analogue project";
+    $TITLE = "analogue &mdash; Documentation";
+    $AUTHOR = "Gavin L. Simpson";
+    $KEYWORDS = "analogue, R, modern analogue technique, analogue matching, transfer functions, palaeoecology, palaeolimnology";
+?>
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<!-- head tags here -->
+<?php
+    include_once("./include/head.inc");
+?>
+
+<body>
+<!-- wrap starts here -->
+<div id="wrap">
+		
+		<!--header -->
+		<div id="header">			
+				
+			<h1 id="logo-text">ana<span class="gray">logue</span></h1>		
+			<h2 id="slogan">a palaeoecological data analysis package for R</h2>
+
+		</div>
+		
+		<!-- menu -->		
+		<?php
+            include_once("./include/menu.inc");
+		?>			
+			
+		<!-- content-wrap starts here -->
+		<div id="content-wrap">
+				
+		<!-- side bar -->
+        <?php
+            include_once("./include/side_bar.inc");
+        ?>
+				
+			<div id="main">
+				
+				<a name="Welcome"></a>
+				<h1>Documentation</h1>
+				
+				<p>Coming soon!</p>
+
+			</div>
+		
+		<!-- content-wrap ends here -->	
+		</div>
+					
+		<!--footer starts here-->
+		<?php
+            include_once("./include/footer.inc");
+        ?>
+
+<!-- wrap ends here -->
+</div>
+
+</body>
+</html>
\ No newline at end of file

Modified: www/downloads.html
===================================================================
--- www/downloads.html	2009-03-13 14:24:51 UTC (rev 103)
+++ www/downloads.html	2009-03-13 14:54:35 UTC (rev 104)
@@ -67,7 +67,7 @@
 					
 		<!--footer starts here-->
 		<?php
-            include_once("./include/side_bar.inc");
+            include_once("./include/footer.inc");
         ?>
 
 <!-- wrap ends here -->

Added: www/downloads.php
===================================================================
--- www/downloads.php	                        (rev 0)
+++ www/downloads.php	2009-03-13 14:54:35 UTC (rev 104)
@@ -0,0 +1,77 @@
+<?php
+    // constants to customise this pages headers
+    $DESCRIPTION = "Details on downloading the analogue package for R";
+    $TITLE = "analogue &mdash; download and install the package";
+    $AUTHOR = "Gavin L. Simpson";
+    $KEYWORDS = "analogue, R, modern analogue technique, analogue matching, transfer functions, palaeoecology, palaeolimnology";
+?>
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<!-- head tags here -->
+<?php
+    include_once("./include/head.inc");
+?>
+
+<body>
+<!-- wrap starts here -->
+<div id="wrap">
+		
+		<!--header -->
+		<div id="header">			
+				
+			<h1 id="logo-text">ana<span class="gray">logue</span></h1>		
+			<h2 id="slogan">a palaeoecological data analysis package for R</h2>
+
+		</div>
+		
+		<!-- menu -->		
+		<?php
+            include_once("./include/menu.inc");
+		?>			
+			
+		<!-- content-wrap starts here -->
+		<div id="content-wrap">
+				
+		<!-- side bar -->
+        <?php
+            include_once("./include/side_bar.inc");
+        ?>
+				
+			<div id="main">
+				
+				<a name="Welcome"></a>
+				<h1>Downloads</h1>
+				
+				<h2>Stable Version</h2>
+				<p>The current stable release of <strong>analogue</strong> is version 0.5-2. This version is 
+				<a href="http://cran.r-project.org/web/packages/analogue/index.html">available from</a> the 
+				CRAN mirrors.</p>
+				
+				<p>To install the stable version of <strong>analogue</strong>, within R type:<br />
+				<code>install.packages("analogue", depend = TRUE)</code></p>
+				
+				<h2>Development Snapshot</h2>
+				<p>The development version of analogue is available from the R-Forge repository. The source
+				code can be downloaded via SVN. If the development version passes the nightly package checks
+				run by the R-Forge system, then packaged source code and binaries for Linux, Windows and
+				MacOS X can be installed within R by typing:<br />
+				<code>install.packages("analogue", repos="http://R-Forge.R-project.org")</code><br />Note that
+				you also need the <strong>vegan</strong> package installed.</p>
+
+			</div>
+		
+		<!-- content-wrap ends here -->	
+		</div>
+					
+		<!--footer starts here-->
+		<?php
+            include_once("./include/footer.inc");
+        ?>
+
+<!-- wrap ends here -->
+</div>
+
+</body>
+</html>

Modified: www/include/menu.inc
===================================================================
--- www/include/menu.inc	2009-03-13 14:24:51 UTC (rev 103)
+++ www/include/menu.inc	2009-03-13 14:54:35 UTC (rev 104)
@@ -2,12 +2,12 @@
    echo "
    <div  id=\"menu\">
 			<ul>
-				<li id=\"current\"><a href=\"index.html\">Home</a></li>
-				<li><a href=\"news.html\">Project News</a></li>
-				<li><a href=\"downloads.html\">Downloads</a></li>
-				<li><a href=\"documentation.html\">Documentation</a></li>
-				<li><a href=\"devel.html\">Development</a></li>
-				<li><a href=\"support.html\">Support</a></li>	
+				<li id=\"current\"><a href=\"index.php\">Home</a></li>
+				<li><a href=\"news.php\">Project News</a></li>
+				<li><a href=\"downloads.php\">Downloads</a></li>
+				<li><a href=\"documentation.php\">Documentation</a></li>
+				<li><a href=\"devel.php\">Development</a></li>
+				<li><a href=\"support.php\">Support</a></li>	
 			</ul>
 		</div>
    ";

Modified: www/index.php
===================================================================
--- www/index.php	2009-03-13 14:24:51 UTC (rev 103)
+++ www/index.php	2009-03-13 14:54:35 UTC (rev 104)
@@ -105,7 +105,7 @@
 					
 		<!--footer starts here-->
 		<?php
-            include_once("./include/side_bar.inc");
+            include_once("./include/footer.inc");
         ?>
 
 <!-- wrap ends here -->

Modified: www/news.html
===================================================================
--- www/news.html	2009-03-13 14:24:51 UTC (rev 103)
+++ www/news.html	2009-03-13 14:54:35 UTC (rev 104)
@@ -58,7 +58,7 @@
 					
 		<!--footer starts here-->
 		<?php
-            include_once("./include/side_bar.inc");
+            include_once("./include/footer.inc");
         ?>
 
 <!-- wrap ends here -->

Added: www/news.php
===================================================================
--- www/news.php	                        (rev 0)
+++ www/news.php	2009-03-13 14:54:35 UTC (rev 104)
@@ -0,0 +1,68 @@
+<?php
+    // constants to customise this pages headers
+    $DESCRIPTION = "News on the analogue project";
+    $TITLE = "analogue &mdash; Project News";
+    $AUTHOR = "Gavin L. Simpson";
+    $KEYWORDS = "analogue, R, modern analogue technique, analogue matching, transfer functions, palaeoecology, palaeolimnology";
+?>
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<!-- head tags here -->
+<?php
+    include_once("./include/head.inc");
+?>
+
+<body>
+<!-- wrap starts here -->
+<div id="wrap">
+		
+		<!--header -->
+		<div id="header">			
+				
+			<h1 id="logo-text">ana<span class="gray">logue</span></h1>		
+			<h2 id="slogan">a palaeoecological data analysis package for R</h2>
+
+		</div>
+		
+		<!-- menu -->		
+		<?php
+            include_once("./include/menu.inc");
+		?>			
+			
+		<!-- content-wrap starts here -->
+		<div id="content-wrap">
+				
+		<!-- side bar -->
+        <?php
+            include_once("./include/side_bar.inc");
+        ?>
+				
+			<div id="main">
+				
+				<a name="Welcome"></a>
+				<h1>analogue News</h1>
+				
+				<h2>Version 0.6-6 uploaded to CRAN</h2>
+				<h3>10 March 2009</h3>
+				<p>A new version of analogue has been uploaded to CRAN. It contains lots of new functionality 
+				and fixes, especially to the ROC curve functions. See the ChangeLog for details of the fixes and 
+				improvements.  For version 0.7-0 I hope to tidy the package and help up a bit, add extra documentation 
+				and vignettes, and add a proper NEWS file.</p>
+
+			</div>
+		
+		<!-- content-wrap ends here -->	
+		</div>
+					
+		<!--footer starts here-->
+		<?php
+            include_once("./include/footer.inc");
+        ?>
+
+<!-- wrap ends here -->
+</div>
+
+</body>
+</html>
\ No newline at end of file

Modified: www/support.html
===================================================================
--- www/support.html	2009-03-13 14:24:51 UTC (rev 103)
+++ www/support.html	2009-03-13 14:54:35 UTC (rev 104)
@@ -64,7 +64,7 @@
 					
 		<!--footer starts here-->
 		<?php
-            include_once("./include/side_bar.inc");
+            include_once("./include/footer.inc");
         ?>
 
 <!-- wrap ends here -->

Added: www/support.php
===================================================================
--- www/support.php	                        (rev 0)
+++ www/support.php	2009-03-13 14:54:35 UTC (rev 104)
@@ -0,0 +1,74 @@
+<?php
+    // constants to customise this pages headers
+    $DESCRIPTION = "Support details for the analogue project";
+    $TITLE = "analogue &mdash; Support Details";
+    $AUTHOR = "Gavin L. Simpson";
+    $KEYWORDS = "analogue, R, modern analogue technique, analogue matching, transfer functions, palaeoecology, palaeolimnology";
+?>
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<!-- head tags here -->
+<?php
+    include_once("./include/head.inc");
+?>
+
+<body>
+<!-- wrap starts here -->
+<div id="wrap">
+		
+		<!--header -->
+		<div id="header">			
+				
+			<h1 id="logo-text">ana<span class="gray">logue</span></h1>		
+			<h2 id="slogan">a palaeoecological data analysis package for R</h2>
+
+		</div>
+		
+		<!-- menu -->		
+		<?php
+            include_once("./include/menu.inc");
+		?>			
+			
+		<!-- content-wrap starts here -->
+		<div id="content-wrap">
+				
+		<!-- side bar -->
+        <?php
+            include_once("./include/side_bar.inc");
+        ?>
+				
+			<div id="main">
+				
+				<a name="Welcome"></a>
+				<h1>Getting help with using the analogue package</h1>
+				
+				<h2>Manual Pages</h2>
+				<p>The primary help resource for <strong>analogue</strong> are the help pages. Use them to find out
+				what functions included in the package do and how to call them from the prompt. To view a help page,
+				prepend a '?' to the name of the function you need help with. For example to get help on the 
+				<span class="fun">distance()</span> function type <code>?distance</code></p>
+				
+				<h2>Talk to us!</h2>
+				<p>We've created a support forum on the R-Forge site for analogue. Use it to ask for help using
+				<strong>analogue</strong>. The <a href="http://r-forge.r-project.org/forum/forum.php?forum_id=200" title="Link to the analogue support forum">support forum</a> 
+				is monitored by the project admin, but please make sure you've checked the help pages (above) and the
+				other documentation before posting, and remember to include example code to illustrate what the problem 
+				you are facing is.</p>
+
+			</div>
+		
+		<!-- content-wrap ends here -->	
+		</div>
+					
+		<!--footer starts here-->
+		<?php
+            include_once("./include/footer.inc");
+        ?>
+
+<!-- wrap ends here -->
+</div>
+
+</body>
+</html>
\ No newline at end of file



More information about the Analogue-commits mailing list