[Archetypes-commits] r46 - www

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Oct 12 21:57:27 CEST 2011


Author: manuel
Date: 2011-10-12 21:57:27 +0200 (Wed, 12 Oct 2011)
New Revision: 46

Added:
   www/index.html
   www/mjaepkg.css
Removed:
   www/index.php
Log:


Added: www/index.html
===================================================================
--- www/index.html	                        (rev 0)
+++ www/index.html	2011-10-12 19:57:27 UTC (rev 46)
@@ -0,0 +1,64 @@
+
+<!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" xml:lang="en" lang="en   ">
+
+  <head>
+  	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+	<title>Archetypal Analysis</title>
+	<link rel="stylesheet" type="text/css" href="mjaepkg.css" />
+  </head>
+
+<body>
+  <h1>Archetypal Analysis</h1>
+  <div id="h1sub">R package</div>
+
+  <p class="header"></p>
+
+  <p>
+    The main function <code>archetypes</code> implements a framework
+    for archetypal analysis supporting arbitary problem solving
+    mechanisms for the different conceputal parts of the algorithm. 
+  </p>
+
+
+
+  <h2>Download</h2>
+
+  <p>
+    The <b>stable version</b> of archetypes is available
+    on <a href="http://cran.r-project.org/package=archetypes">CRAN</a>;
+    issue the following from within R to install it:
+    <blockquote>
+    <pre>
+R> install.packages("archetypes")
+    </pre>
+    </blockquote>
+  </p>
+
+  <p>
+    The <b>development version</b> is available on
+    <a href="https://r-forge.r-project.org/projects/archetypes/">R-Forge</a>.
+  </p>
+
+
+
+  <h2>Demonstration</h2>
+
+  <p>
+    Check the vignette; e.g.,
+    <blockquote>
+      <pre>
+R> vignette("archetypes", package = "archetypes")
+      </pre>
+    </blockquote>
+  </p>
+
+  <p class="footer">
+    Created by <a href="http://www.statistik.lmu.de/~eugster"
+    style="color: #C0C0C0">Manuel J. A. Eugster</a>, 2011.
+  </p>
+
+</body>
+</html>


Property changes on: www/index.html
___________________________________________________________________
Added: svn:eol-style
   + native

Deleted: www/index.php
===================================================================
--- www/index.php	2010-09-17 08:38:02 UTC (rev 45)
+++ www/index.php	2011-10-12 19:57:27 UTC (rev 46)
@@ -1,35 +0,0 @@
-
-<!-- This is the project specific website template -->
-<!-- It can be changed as liked or replaced by other content -->
-
-<?php
-
-$domain=ereg_replace('[^\.]*\.(.*)$','\1',$_SERVER['HTTP_HOST']);
-$group_name=ereg_replace('([^\.]*)\..*$','\1',$_SERVER['HTTP_HOST']);
-$themeroot='http://r-forge.r-project.org/themes/rforge/';
-
-echo '<?xml version="1.0" encoding="UTF-8"?>';
-?>
-<!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" xml:lang="en" lang="en   ">
-
-  <head>
-	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <meta http-equiv="refresh" content="2;url=http://www.statistik.lmu.de/~eugster/archetypes/">
-	<title><?php echo $group_name; ?></title>
-	<link href="<?php echo $themeroot; ?>styles/estilo1.css" rel="stylesheet" type="text/css" />
-  </head>
-
-<body>
-
-<! --- R-Forge Logo --- >
-<table border="0" width="100%" cellspacing="0" cellpadding="0">
-<tr><td>
-<a href="/"><img src="<?php echo $themeroot; ?>/images/logo.png" border="0" alt="R-Forge Logo" /> </a>
-	... redirected to http://www.statistik.lmu.de/~eugster/archetypes/ ...</td> </tr>
-</table>
-
-</body>
-</html>

Added: www/mjaepkg.css
===================================================================
--- www/mjaepkg.css	                        (rev 0)
+++ www/mjaepkg.css	2011-10-12 19:57:27 UTC (rev 46)
@@ -0,0 +1,69 @@
+
+body {
+    width: 40em;
+    color: #333333;
+    font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
+    font-size: 80%;
+    line-height: 1.5;
+}
+
+.footer {
+    border-top: 1px solid #C0C0C0;
+    margin-top: 3em;
+    color: #C0C0C0;
+}
+
+.header {
+    border-top: 1px solid #C0C0C0;
+    color: #C0C0C0;
+}
+
+.menu {
+    border-top: 1px solid #C0C0C0;
+    border-bottom: 1px solid #C0C0C0;
+}
+
+table {
+    font-size: 100%;
+}
+
+th {
+    text-align: left;
+}
+
+pre {
+    font-family: 'andale mono', 'lucida console', monospace; 
+    font-size: 100%;
+}
+
+blockquote code {
+    font-family: 'andale mono', 'lucida console', monospace; 
+    font-size: 100%;
+}
+
+a:link, a:visited, a:focus, a:hover, a:active {
+    font-weight: bold;
+    text-decoration: none;
+    color: #17336B;
+}
+
+#about {
+    float: right;
+}
+
+h1 {
+    margin-bottom: 0px;
+}
+
+h3 {
+    margin-top: 2em;
+}
+
+#h1sub {
+    font-weight: bold;
+    font-style: italic;
+}
+
+a img {
+    border: 0px;
+}


Property changes on: www/mjaepkg.css
___________________________________________________________________
Added: svn:eol-style
   + native



More information about the Archetypes-commits mailing list