[IPSUR-commits] r164 - www/book

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Jan 26 03:46:54 CET 2010


Author: gkerns
Date: 2010-01-26 03:46:51 +0100 (Tue, 26 Jan 2010)
New Revision: 164

Modified:
   www/book/downloads.php
   www/book/index.php
Log:
small changes


Modified: www/book/downloads.php
===================================================================
--- www/book/downloads.php	2010-01-25 19:50:22 UTC (rev 163)
+++ www/book/downloads.php	2010-01-26 02:46:51 UTC (rev 164)
@@ -1,39 +1,37 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
-  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-  <title>IPSUR Downloads</title>
-  <link rel="Shortcut Icon" href="favicon.ico">
-  <style type="text/css">
-  <!--
-    @import url("main.css");
-    body { 
-      background-image: url();
-    }
-  -->
-  </style>
+	<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+	<title>IPSUR Downloads</title>
+	<link rel="Shortcut Icon" href="favicon.ico">
+	<style type="text/css">
+	<!--
+		@import url("main.css");
+		body { 
+			background-image: url();
+		}
+	-->
+	</style>
 </head>
 
 <body>
-  <div align="center">
-    <!-- All of the page content is in this table-->
-    <table width="700" height="100%" border="0" cellpadding="0" cellspacing="0">
+	<div align="center">
+	<table width="700" height="100%" border="0" cellpadding="0" cellspacing="0">
       <tr>
         <td align="left" valign="top" bgcolor="#FFFFFF">
 
 <!--BEGIN: Page Banner-->
 <?php
-  include "banner.php";
+include "banner.php";
 ?>
 <!--END: Page Banner-->
 	
 <!--BEGIN: Top Menu-->
 <?php
-  include "topMenu.php";
+include "topMenu.php";
 ?>
 <!--END: Top Menu-->
 	
-<!--BEGIN: Page Content-->
 <p class="articleTitle">Download Options</p>
 <blockquote>
 
@@ -43,7 +41,7 @@
 
 
 <p>
-You can get a PDF copy (in color) of the published edition of <span class="name">IPSUR</span> from CRAN, and you can get a PDF of the development edition from R-Forge;  see the the <a href="installation.php">Installation</a> page for details.  Note that the <span style="text-decoration: none">Sweave</span> sources of both of those documents are stored alongside their PDF siblings.
+You can get a PDF copy (in color) of the published edition of <span class="name">IPSUR</span> from CRAN, and you can get a PDF of the development edition from R-Forge;  see the the <a href="installation.php">Installation</a> page for details.  Note that the <span class="name">Sweave</span> sources of both of those documents are stored alongside their PDF siblings.
 </p>
 
 <p>
@@ -88,14 +86,14 @@
 </p>
 
 <p>
-If you would like to print your own copy of the <span class="name">IPSUR</span> development edition then the best approach would be to download the <span style="text-decoration: none">Sweave</span> source, compile your own PDF in black-and-white, and be sure to embed all of the fonts. <a href="download/generateIPSUR">Here</a> is a script that I use to generate <span class="name">IPSUR</span> for publication.
+If you would like to print your own copy of the <span class="name">IPSUR</span> development edition then the best approach would be to download the <span class="name">Sweave</span> source, compile your own PDF in black-and-white, and be sure to embed all of the fonts. <a href="download/generateIPSUR">Here</a> is a script that I use to generate <span class="name">IPSUR</span> for publication.
 </p>
 
 </blockquote>
 
-<!--END: Page Content-->
 
-<!--BEGIN: Footer-->
+
+
 <p align="center">
   R logo &copy; the R Foundation, 
     <font face="Courier New">
@@ -104,9 +102,7 @@
       </a>
     </font>
 </p>
-<!--END: Footer-->
-  
-<!--Close main table-->
+
       </td>
     </tr>
   </table>

Modified: www/book/index.php
===================================================================
--- www/book/index.php	2010-01-25 19:50:22 UTC (rev 163)
+++ www/book/index.php	2010-01-26 02:46:51 UTC (rev 164)
@@ -31,9 +31,7 @@
 include "topMenu.php";
 ?>
 <!--END: Top Menu-->
-	
 
-
 <p class="articleTitle">What <span class="name">IPSUR</span> is:</p>
 <blockquote>
 
@@ -66,10 +64,8 @@
         </tr>
       </table>
 </p>
-
-
 <p>&nbsp;</p>
-      
+
 <p align="center">
 R logo &copy; the R Foundation, 
 <font face="Courier New">



More information about the IPSUR-commits mailing list