[IPSUR-commits] r163 - www/book

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Jan 25 20:50:22 CET 2010


Author: gkerns
Date: 2010-01-25 20:50:22 +0100 (Mon, 25 Jan 2010)
New Revision: 163

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


Modified: www/book/downloads.php
===================================================================
--- www/book/downloads.php	2010-01-24 05:15:25 UTC (rev 162)
+++ www/book/downloads.php	2010-01-25 19:50:22 UTC (rev 163)
@@ -3,10 +3,13 @@
 <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">
+  <link rel="Shortcut Icon" href="favicon.ico">
+  <style type="text/css">
   <!--
     @import url("main.css");
-    body { background-image: url();}
+    body { 
+      background-image: url();
+    }
   -->
   </style>
 </head>
@@ -31,10 +34,9 @@
 <!--END: Top Menu-->
 	
 <!--BEGIN: Page Content-->
-<p class="articleTitle">
-  Download Options
-</p>
+<p class="articleTitle">Download Options</p>
 <blockquote>
+
 <p>
 This page has the source code for the released version of <span class="name">IPSUR</span> in a variety of formats.
 </p>

Modified: www/book/index.php
===================================================================
--- www/book/index.php	2010-01-24 05:15:25 UTC (rev 162)
+++ www/book/index.php	2010-01-25 19:50:22 UTC (rev 163)
@@ -3,7 +3,8 @@
 <head>
 	<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
 	<title>IPSUR: Introduction to Probability and Statistics Using R</title>
-	<link rel="Shortcut Icon" href="favicon.ico"><style type="text/css">
+	<link rel="Shortcut Icon" href="favicon.ico">
+	<style type="text/css">
 	<!--
 		@import url("main.css");
 		body {
@@ -35,6 +36,7 @@
 
 <p class="articleTitle">What <span class="name">IPSUR</span> is:</p>
 <blockquote>
+
 <p> <span class="name">IPSUR</span> stands for <em>Introduction to Probability and Statistics Using R</em>, ISBN: 978-0-557-24979-4, which is a textbook written for an undergraduate course in probability and statistics. The approximate prerequisites are two or three semesters of calculus and some linear algebra in a few places.  Attendees of the class include mathematics, engineering, and computer science majors.  
 </p>
 
@@ -80,7 +82,6 @@
     </td>
   </tr>
 </table>
-
 </div>
 </body>
 </html>

Modified: www/book/installation.php
===================================================================
--- www/book/installation.php	2010-01-24 05:15:25 UTC (rev 162)
+++ www/book/installation.php	2010-01-25 19:50:22 UTC (rev 163)
@@ -3,7 +3,8 @@
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
   <title>IPSUR Installation</title>
-  <link rel="Shortcut Icon" href="favicon.ico"><style type="text/css">
+  <link rel="Shortcut Icon" href="favicon.ico">
+  <style type="text/css">
   <!--
     @import url("main.css");
       body {
@@ -35,7 +36,7 @@
 <!--BEGIN: Page Content-->
 <p class="articleTitle">Installation Instructions</p>
 <blockquote>
-      
+
 <div id="list">
 	<ol type="1">
 		<li>
@@ -118,3 +119,6 @@
 </div>
 </body>
 </html>
+
+</body>
+</html>



More information about the IPSUR-commits mailing list