Skip to content
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.

Commit

Permalink
Update web stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael DeHaan committed May 5, 2008
1 parent 85c5257 commit d50b19e
Show file tree
Hide file tree
Showing 13 changed files with 394 additions and 0 deletions.
9 changes: 9 additions & 0 deletions website/new/about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<h2>About Func</h2>

<p>Func is a secure, scriptable remote control framework and API. It is intended to replace SSH scripted infrastructure for a variety of datacenter automation tasks (such as taking hardware inventory, running queries, or executing remote commands) that are run against a large amount of systems at the same time. Func provides both a command line tool and a simple and powerful Python API. It is also intended to be very easy to integrate with your provisioning environment and tools like <A HREF="http://cobbler.et.redhat.com">Cobbler</A>.
</p>

<p>For documentation on Func, including download instructions and numerous examples, see <A HREF="https://fedorahosted.org/projects/Func">the Wiki</A>.
</p>


282 changes: 282 additions & 0 deletions website/new/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,282 @@
body, html {
background-color: white;
margin: 0;
padding: 0;
}

body {
min-width: 750px;
}

img {
border: none;
}

/* site-wide font specifications */

body, ul, li, p, h1, h2, h3 {
font-family: "Liberation Sans", "Helvetica", "Luxi Sans", "Bitstream Vera Sans", sans-serif;
color: white;
}

ul {
list-style-type: square;
}

#sidebar {
height: auto;
float: left;
}

#sidebar p, #sidebar h2 {
margin-left: 24px;
}

ul#nav {
text-transform: uppercase;
letter-spacing: -.05em;
list-style-type: none;
font-family: "URW Gothic", "Liberation Sans", "Helvetica", "Luxi Sans", "Bitstream Vera Sans", sans-serif;
}

ul#nav li a {
color: #0460a3;
text-decoration: none;
}

ul#nav li#active {
list-style-image: url('../img/current-page.png');
}

ul#nav li#active a, ul#nav li#active a:link, ul#nav li#active a:visited {
color: #0460c3;
}

#wrap {
min-width: 750px;
margin: 0px 3%;
padding-top: 12px;
}

div#main {
border-top: 1px solid #0460a3;
border-bottom: 1px solid #0460a3;
overflow: auto;
padding: 20px 0px;
}

div#content {
width: 70%;
float: right;
padding: 0px 24px;
}

div#content h1 {
font-size: x-large;
font-weight: normal;
}

div#content h2 {
font-size: medium;
font-weight: 900;
text-transform: uppercase;
}

div#content h3 {
color: black;
}


div#content p {
font-size: small;
color: black;
}

a:link {
color: #0460a3;
}

a:hover {
color: white;
}

a:visited {
color: #0460a3;
}


#content p.metadata {
font-size: x-small;
color: white;
}

dt {
font-weight: 900;
margin-bottom: 1em;
}

dd {
color: #ccc;
margin-bottom: 2em;
}

.back-to-top {
background: url('../img/up-arrow.gif') left no-repeat;
padding-left: 20px;
font-size: small;
}

blockquote {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background: #444;
padding: 2px 4px;
}

p.note, p.tip {
margin: 16px 8px;
padding: 8px 12px;
color: white !important;
background-color: #666;
-moz-border-radius: 10px;
}

p.note strong, p.tip strong {
font-size: 120%;
}

tt {
font-size: 130%;
font-weight: 700;
}

#footer {
clear: both;
position: relative;
margin: 0px;
padding: 0px;
border: 0px;
width: 100%;
background: #757575;
height: 290px;
}

/* This is hidden from IE <= 6 because it can't do transparency */
body > #footer {
background: #757575 url(img/footer_pattern.png) repeat-x;
}

#footer p {
position: absolute;
top: 0px;
left: 0px;
margin: 0px;
border: 0px;
width: 220px;
text-align: center;
}

#footer p a img {
border: 0px;
}

#projects {
margin: 0px;
border: 0px;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
}


#projects dl {
margin: 0px;
border: 0px solid white;
height: 180px;
position: absolute;
top: 0px;
left: 0px;
}
/* This is hidden from IE <= 6 because it can't do transparency */
head:first-child+body #projects dl {
background: url(img/footer_corner.png) no-repeat;
}


#projects #p1 {
margin-left: 25%;
width: 75%;
}

#projects #p2 {
margin-left: 50%;
width: 50%;
}

#projects #p3 {
margin-left: 75%;
width: 25%;
}

#projects dt, #projects dd {
padding: 0px;
margin: 0px;
}

#projects #p1 dt, #projects #p1 dd {
width: 33%;
}
#projects #p2 dt, #projects #p2 dd {
width: 50%;
}
#projects #p3 dt, #projects #p3 dd {
width: 99%;
}

#projects {
}

#projects span {
font-size: 0.8em;
display: block;
padding-left: 1em;
padding-top: 0.5em;
}

#projects a {
font-size: 0.8em;
display: block;
padding-left: 0.8em;
padding-top: 1em;
}

#projects a {
color: white;
text-decoration: inherit;
}

#projects span {
color: #ccc;
}


.screenshot img {
border: 0px;
}
.screenshot {
padding: 1em;
background: #6a7178;
color: #dddddd;
text-align: center;
width: 70%;
margin-left: auto ! important;
margin-right: auto ! important;
margin-top: 1em;
margin-bottom: 3em;
}

.screenshot a {
color: inherit;
}

Binary file added website/new/favicon.ico
Binary file not shown.
35 changes: 35 additions & 0 deletions website/new/footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<div id="footer">
<div id="projects">
<dl id="p1">
<dt><a href="http://augeas.net/">Augeas</a></dt>
<dd><span>A configuration editing tool and API</span></dd>

<dt><a href="http://libvirt.org/">libvirt</a></dt>
<dd><span>The open source virtualization API</span></dd>
<dt><a href="https://fedorahosted.org/func">Func</A></dt>
<dd><span>A secure, scriptable remote control framework & API</span></dd>
</dl>
<dl id="p2">
<dt><a href="http://cobbler.et.redhat.com/">Cobbler</a></dt>
<dd><span>OS provisioning and profile management</span></dd>

<dt><a href="http://ovirt.org/">oVirt</a></dt>
<dd><span>Virtualization management across the data center</span></dd>
</dl>
<dl id="p3">
<dt><a href="http://freeipa.org/">FreeIPA</a></dt>
<dd><span>Identity, policy and audit management</span></dd>

<dt><a href="http://virt-manager.org/">Virtual Machine Manager</a></dt>
<dd><span>Virtualization management from the desktop</span></dd>

</dl>
</div>
<p id="et">
<a href="http://et.redhat.com/"><img src="./img/et_logo.png" alt="A Red Hat Emerging Technology Project"></a>
</p>

</div>



Binary file added website/new/img/current-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/new/img/et_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/new/img/footer_corner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/new/img/footer_pattern.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/new/img/logo-func.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/new/img/up-arrow.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 43 additions & 0 deletions website/new/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<?php
$current_page = 'about';
?>

<!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="keywords" content="func,linux,automation,ssh,ssl,xmlrpc,python,batch,redhat,fedora,centos,API" />
<title>Func</title>

<link rel="stylesheet" href="./css/style.css" type="text/css" media="all" />
</head>

<body>
<div id="wrap">
<?php
include("top.html");
?>

<div id="main">
<div id="sidebar">
<?php
include("nav.php");
?>
</div>

<div id="content">
<?php
include("about.html");
?>

</div>
</div>
<div id="footer">
<?php
include("footer.html");
?>
</div>
</div>
</body>
</html>
22 changes: 22 additions & 0 deletions website/new/nav.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?php


switch ($current_page) {

case "about":
echo "<ul id=\"nav\">
<li id=\"active\"><a href=\"index.php\">About</a></li>
<li><a href=\"https://fedorahosted.org/projects/func\">Wiki</a></li>
</ul>";
break;
default:
echo " <ul id=\"nav\">
<li id=\"active\"><a href=\"index.php\">About</a></li>
<li><a href=\"http://hosted.fedoraproject.org/projects/func/\">Wiki</a></li>
</ul>";
break;

}

?>

3 changes: 3 additions & 0 deletions website/new/top.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<h1 id="masthead">
<a href="index.php"><img src="img/logo-func.png" alt="Func" /></a>
</h1>

0 comments on commit d50b19e

Please sign in to comment.