[Repoze-dev] Repoze CVS: developers.html homepage.html
Paul Everitt
paul at agendaless.com
Wed Sep 26 20:06:39 UTC 2007
Update of /home/repoze/cvs/playground/paul/repozeorg/sitelayout
In directory laguna.palladion.com:/tmp/cvs-serv9919/repozeorg/sitelayout
Added Files:
developers.html homepage.html
Log Message:
Work area for site related stuff
--- NEW FILE: developers.html ---
<?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">
<head>
<title>Repoze - Welcome to Repoze</title>
<link rel="stylesheet" type="text/css" href="css/main.css" />
<link rel="stylesheet" type="text/css" href="css/green.css" title="green" />
<link rel="alternate stylesheet" type="text/css" href="css/blue.css" title="blue" />
<link rel="alternate stylesheet" type="text/css" href="css/yellow.css"
title="yellow" />
<link rel="alternate stylesheet" type="text/css" href="css/pink.css" title="pink" />
<link rel="alternate stylesheet" type="text/css" href="css/purple.css"
title="purple" />
<link rel="alternate stylesheet" type="text/css" href="css/gray.css" title="gray" />
<!--[if gte IE 5]>
<link rel="stylesheet" type="text/css" href="/css/ie.css">
<![endif]-->
</head>
<body>
<div id="title">
<h1>The Repoze Project</h1>
</div>
<div id="icon"><span/></div>
<div id="content">
<h2>Getting WebKit</h2>
<p>To download a pre-built bundle containing the latest WebKit, visit <a
href="http://nightly.webkit.org/">WebKit Nightly Builds</a>.</p>
<h2>Browsing the Code</h2>
<p>To browse the source code online, visit <a
href="http://trac.webkit.org/projects/webkit/browser">WebKit Trac</a>. </p>
<h2>Checking Out</h2>
<p>To work with the WebKit source tree, you will need a Subversion client installed. See
<a href="http://webkit.org/building/tools.html">Installing Developer Tools</a>
for information on how to install Subversion.</p>
<div class="mac-instructions">
<h4>Mac OS X</h4>
<ol>
<li>
<p>Install a Subversion Client</p>
<p>Subversion (svn) is the source code management tool used by the WebKit
Open Source Project. A <a
href="http://homepage.mac.com/hiirem/svkbuilds.html">Subversion 1.4
client for Mac OS X 10.4</a> is available.</p>
</li>
<li>
<p>Open Terminal</p>
<p>Terminal resides in /Applications/Utilities. The Finder Go menu provides
a quick way to navigate there.</p>
</li>
</ol>
</div>
<div class="windows-instructions">
<h4>Windows</h4>
<ol>
<li>
<p>Open a Cygwin Shell</p>
<p>Double-click the Cygwin icon on your Desktop to launch a new shell. </p>
</li>
</ol>
</div>
<ol>
<li>
<p>Type this command to check out the WebKit source tree:</p>
<p class="code">svn checkout http://svn.webkit.org/repository/webkit/trunk
WebKit</p>
<p>Alternatively you can download a snapshot of the WebKit source tree from <a
href="http://live.nightly.webkit.org/files/WebKit-SVN-source.tar.bz2"
>http://live.nightly.webkit.org/files/WebKit-SVN-source.tar.bz2</a>. It
is updated every six hours.</p>
</li>
</ol>
<ol>
<li>
<p>Type this command to update your source tree:</p>
<p class="code">WebKit/WebKitTools/Scripts/update-webkit</p>
<p>If you downloaded the tarball, this will bring it up to date. Windows users
must always execute this command after first obtaining the code, since it
will download additional libraries that are needed to build.</p>
</li>
</ol>
<p>Once you have a current tree, the next step is <a
href="http://webkit.org/building/build.html">building WebKit</a>.</p>
<h2>Keeping up to Date</h2>
<p>At any time, you can retype the <tt>update-webkit</tt> command to update your source
tree:</p>
<p class="code">WebKit/WebKitTools/Scripts/update-webkit</p>
<hr />
<p>It's handy to put <tt>WebKit/WebKitTools/Scripts</tt> in your shell path so you can
type commands like <tt>update-webkit</tt> without specifying a full path.</p>
</div>
<div id="nav">
<ul id="navlist">
<li>
<a href="http://webkit.org/">Home</a>
</li>
<li>
<a href="http://webkit.org/blog/">Surfinâ Safari Blog</a>
</li>
<li>
<a href="http://webkit.org/projects/goals.html">Project Goals</a>
</li>
<li>
<a href="http://webkit.org/contact.html">Keeping in Touch</a>
</li>
<li>
<a href="http://trac.webkit.org/projects/webkit">Trac</a>
</li>
<li class="subtitle">Working with the Code</li>
<li>
<a href="http://webkit.org/building/tools.html">Installing Developer Tools</a>
</li>
<li>
<a href="http://webkit.org/building/checkout.html">Getting the Code</a>
</li>
<li>
<a href="http://webkit.org/building/build.html">Building WebKit</a>
</li>
<li>
<a href="http://webkit.org/building/run.html">Running WebKit</a>
</li>
<li>
<a href="http://webkit.org/building/debug.html">Debugging WebKit</a>
</li>
<li>
<a href="http://webkit.org/coding/contributing.html">Contributing Code</a>
</li>
<li class="subtitle">Documentation</li>
<li>
<a href="http://webkit.org/projects/">Projects</a>
</li>
<li>
<a href="http://webkit.org/coding/coding-style.html">Code Style Guidelines</a>
</li>
<li>
<a href="http://trac.webkit.org/projects/webkit/wiki/Drosera">Drosera</a>
</li>
<li>
<a href="http://trac.webkit.org/projects/webkit/wiki/WebDevelopers">Web
developer resources</a>
</li>
<li>
<a href="http://webkit.org/docs/hierarchy.html">DOM interfaces</a>
</li>
<li>
<a href="http://trac.webkit.org/projects/webkit/wiki">Wiki</a>
</li>
<li class="subtitle">Testing</li>
<li>
<a href="http://webkit.org/quality/testing.html">Regression Testing</a>
</li>
<li>
<a href="http://webkit.org/quality/leakhunting.html">Leak Hunting</a>
</li>
<li>
<a href="http://webkit.org/quality/testwriting.html">Writing New Tests</a>
</li>
<li>
<a href="http://webkit.org/quality/crashlogs.html">Getting a Crash Log</a>
</li>
<li class="subtitle">Bugs</li>
<li>
<a href="http://webkit.org/projects/compat/hitlist.html">Compatibility Hit
List</a>
</li>
<li>
<a href="http://webkit.org/quality/reporting.html">Reporting Bugs</a>
</li>
<li>
<a href="http://webkit.org/quality/bugwriting.html">Bug Report Guidelines</a>
</li>
<li>
<a href="http://webkit.org/quality/bugpriorities.html">Bug Prioritization</a>
</li>
<li>
<a href="http://webkit.org/quality/reduction.html">Test Case Reduction</a>
</li>
<li>
<a href="http://webkit.org/quality/lifecycle.html">Bug Life Cycle</a>
</li>
</ul>
<div id="notice"> WebKit is open source software with portions licensed under the <a
href="http://webkit.org/coding/lgpl-license.html">LGPL</a> and <a
href="http://webkit.org/coding/bsd-license.html">BSD licenses</a>. Complete
license and copyright information can be found within the code. </div>
</div>
</body>
</html>
--- NEW FILE: homepage.html ---
<?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">
<head>
<title>Repoze - Welcome to Repoze</title>
<link rel="stylesheet" type="text/css" href="css/main.css" />
<link rel="stylesheet" type="text/css" href="css/green.css" title="green" />
<link rel="alternate stylesheet" type="text/css" href="css/blue.css" title="blue" />
<link rel="alternate stylesheet" type="text/css" href="css/yellow.css"
title="yellow" />
<link rel="alternate stylesheet" type="text/css" href="css/pink.css" title="pink" />
<link rel="alternate stylesheet" type="text/css" href="css/purple.css"
title="purple" />
<link rel="alternate stylesheet" type="text/css" href="css/gray.css" title="gray" />
<!--[if gte IE 5]>
<link rel="stylesheet" type="text/css" href="/css/ie.css">
<![endif]-->
</head>
<body>
<div id="title">
<h1>The Repoze Project</h1>
</div>
<div id="icon">
<span />
</div>
<div id="content" style="margin-top: 200px;">
<div style="float:left; margin-left: -70px; padding-right: 20px;">
<img src="images/supermario.jpg" height="200" alt="Splash Image" />
</div>
<h2 style="font-size: 28px; margin-bottom: 30px">Running Zope in a WSGI World</h2>
<p style="font-size: larger">Want the maturity of current Zope with the flexibility of
the WSGI future? Repoze brings Zope(*) into the world of WSGI, eggs, Paste, and
reusable Python middleware.</p>
<p>
<code>Ingredients: Python, WSGI, eggs, Paste, Zope 2, Zope 3, Grok, Bobo,
middleware, Plone, Pylons, transactions.</code>
</p>
<p>
<em>(*) Zope means Zope 2. And Zope 3. And Grok. And..uhhh...Bobo. And of course
Plone.</em>
</p>
<div class="bubble" style="margin-left: -120px">
<h2>Developers</h2>
<ul>
<li>
<a href="">Start Here</a>
</li>
<li>
<a href="">Installation</a>
</li>
<li>
<a href="">Source</a>
</li>
<li>
<a href="">Issues</a>
</li>
</ul>
<div style="margin-top: 40px">
<a href="#">more...</a>
</div>
</div>
<div class="bubble">
<h2>News</h2>
<ul>
<li>
<a href="">Start Here</a>
</li>
<li>
<a href="">Installation</a>
</li>
<li>
<a href="">Source</a>
</li>
<li>
<a href="">Issues</a>
</li>
</ul>
<div style="margin-top: 50px">
<a href="#">more...</a>
</div>
</div>
<div class="bubble">
<h2>About</h2>
<ul>
<li>
<a href="">Start Here</a>
</li>
<li>
<a href="">Installation</a>
</li>
<li>
<a href="">Source</a>
</li>
<li>
<a href="">Issues</a>
</li>
</ul>
<div style="margin-top: 50px">
<a href="#">more...</a>
</div>
</div>
<div id="notice"> Repoze is licensed under BlahPl. Copyright held by Repoze Plumbers
Local #42. Beware of bulls walking downhill. </div>
</div>
</body>
</html>
_______________________________________________
Repoze-dev mailing list
Repoze-dev at lists.repoze.org
http://lists.repoze.org/mailman/listinfo/repoze-dev
More information about the Repoze-dev
mailing list