[Patchwork-commits] r99 - in working_www: . images
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Feb 16 16:32:40 CET 2012
Author: sebastian_d
Date: 2012-02-16 16:32:40 +0100 (Thu, 16 Feb 2012)
New Revision: 99
Added:
working_www/images/
working_www/images/bright_squares.png
working_www/images/gradient.jpg
working_www/images/old_wall.png
working_www/images/paven.png
working_www/images/project_papper.png
working_www/images/px_by_Gre3g.png
working_www/images/vintage_speckles.png
working_www/index.php
working_www/mac_default.html
working_www/menu.php
working_www/phpinfo.php
Log:
added some files in working_www
Added: working_www/images/bright_squares.png
===================================================================
(Binary files differ)
Property changes on: working_www/images/bright_squares.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: working_www/images/gradient.jpg
===================================================================
(Binary files differ)
Property changes on: working_www/images/gradient.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: working_www/images/old_wall.png
===================================================================
(Binary files differ)
Property changes on: working_www/images/old_wall.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: working_www/images/paven.png
===================================================================
(Binary files differ)
Property changes on: working_www/images/paven.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: working_www/images/project_papper.png
===================================================================
(Binary files differ)
Property changes on: working_www/images/project_papper.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: working_www/images/px_by_Gre3g.png
===================================================================
(Binary files differ)
Property changes on: working_www/images/px_by_Gre3g.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: working_www/images/vintage_speckles.png
===================================================================
(Binary files differ)
Property changes on: working_www/images/vintage_speckles.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: working_www/index.php
===================================================================
--- working_www/index.php (rev 0)
+++ working_www/index.php 2012-02-16 15:32:40 UTC (rev 99)
@@ -0,0 +1,79 @@
+
+<!-- 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='r-forge.r-project.org/themes/rforge/';
+$background="images/bright_squares.png";
+
+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>
+ <style type="text/css">
+ body{
+ background-image:url('<?php echo $background ;?>');
+ }
+ </style>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <title><?php echo $group_name; ?></title>
+ <link href="http://<?php echo $themeroot; ?>styles/estilo1.css" rel="stylesheet" type="text/css" />
+ </head>
+
+<body>
+
+<!-- If magic quotes enabled, stripslashes from its implementations -->
+<?php
+if (get_magic_quotes_gpc()) {
+ function stripslashes_gpc(&$value)
+ {
+ $value = stripslashes($value);
+ }
+ array_walk_recursive($_GET, 'stripslashes_gpc');
+ array_walk_recursive($_POST, 'stripslashes_gpc');
+ array_walk_recursive($_COOKIE, 'stripslashes_gpc');
+ array_walk_recursive($_REQUEST, 'stripslashes_gpc');
+}
+?>
+
+<!-- Includes my menu, for all pages
+<?php require("menu.php"); ?> -->
+
+
+
+
+<!-- R-Forge Logo -->
+<!-- <table border="0" width="100%" cellspacing="0" cellpadding="0">
+<tr><td>
+<a href="http://r-forge.r-project.org/"><img src="http://<?php echo $themeroot; ?>/imagesrf/logo.png" border="0" alt="R-Forge Logo" /> </a> </td> </tr>
+</table> -->
+
+
+<!-- get project title -->
+<!-- own website starts here, the following may be changed as you like -->
+
+
+<!-- I think this adds the subtitle of the project, "Allele-specific Copy-number analysis for whole-genome sequenced data in CompleteGenomics or BAM format" -->
+<?php if ($handle=fopen('http://'.$domain.'/export/projtitl.php?group_name='.$group_name,'r')){
+$contents = '';
+while (!feof($handle)) {
+ $contents .= fread($handle, 8192);
+}
+fclose($handle);
+echo $contents; } ?>
+
+<!-- end of project description -->
+
+<p> No content added. </p>
+
+<p> The <strong>project summary page</strong> you can find <a href="http://<?php echo $domain; ?>/projects/<?php echo $group_name; ?>/"><strong>here</strong></a>. </p>
+
+</body>
+</html>
Added: working_www/mac_default.html
===================================================================
--- working_www/mac_default.html (rev 0)
+++ working_www/mac_default.html 2012-02-16 15:32:40 UTC (rev 99)
@@ -0,0 +1,46 @@
+<!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=utf-8" />
+ <meta name="generator" content="Adobe GoLive" />
+ <title>Your Website</title>
+ <style type="text/css" media="screen"><!--
+ #outline { position: relative; height: 800px; width: 800px; margin: 18px auto 0; border: solid 1px #999; }
+ #caption { width: 260px; left: 48px; top: 318px; position: absolute; visibility: visible; }
+ #text { left: 336px; top: 318px; position: absolute; width: 400px; visibility: visible; margin-top: 10px; }
+ #title { width: 800px; top: 100px; position: absolute; visibility: visible; }
+ p { color: #666; font-size: 16px; font-family: "Lucida Grande", Arial, sans-serif; font-weight: normal; margin-top: 0; }
+ h1 { color: #778fbd; font-size: 20px; font-family: "Lucida Grande", Arial, sans-serif; font-weight: 500; line-height: 32px; margin-top: 4px; }
+ h2 { color: #778fbd; font-size: 18px; font-family: "Lucida Grande", Arial, sans-serif; font-weight: normal; margin: 0.83em 0 0; }
+ h3 { color: #666; font-size: 60px; font-family: "Lucida Grande", Arial, sans-serif; font-weight: bold; text-align: center; letter-spacing: -1px; width: auto; }
+ h4 { font-weight: bold; text-align: center; margin: 1.33em 0; }
+ a { color: #666; text-decoration: underline; }
+ --></style>
+ </head>
+
+ <body>
+ <div id="outline">
+ <img src="images/gradient.jpg" alt="" height="304" width="800" border="0" />
+ <div id="title">
+ <h3>Your website.</h3>
+ </div>
+ <div id="caption">
+ <h1>Create and publish your own website quickly and easily using iWeb, Pages, and many other applications available<br />
+ for Mac OS X.</h1>
+ </div>
+ <div id="text">
+ <p>It’s a snap to create and publish your own website from your Mac. When your site is ready, it’s just as easy to publish it.</p>
+ <p>Open System Preferences and click Sharing, then select Web Sharing.</p>
+ <p>You’re done. Your site is now available on your private network at home or work.</p>
+ <p>If you’re connected to the Internet, your website can also be available to friends everywhere. Just send them the address shown in Sharing preferences.</p>
+ <h2>Apache Power</h2>
+ <p>Web Sharing is built on the <a href="http://www.apache.org/httpd">Apache</a> web server, an industry standard technology included with Mac OS X. For more information about the Apache web server, see the <a href="/manual/">Apache manual</a>.</p>
+ </div>
+
+ </div>
+
+ </body>
+
+</html>
\ No newline at end of file
Added: working_www/menu.php
===================================================================
--- working_www/menu.php (rev 0)
+++ working_www/menu.php 2012-02-16 15:32:40 UTC (rev 99)
@@ -0,0 +1 @@
+<a href="http://patchwork.r-forge.r-project.org/about.php">About</a>
\ No newline at end of file
Added: working_www/phpinfo.php
===================================================================
--- working_www/phpinfo.php (rev 0)
+++ working_www/phpinfo.php 2012-02-16 15:32:40 UTC (rev 99)
@@ -0,0 +1 @@
+<?php phpinfo(); ?>
\ No newline at end of file
More information about the Patchwork-commits
mailing list