[z3-checkins] r5127 - in z3/www: . branch tag trunk trunk/five
faassen at codespeak.net
faassen at codespeak.net
Wed Jun 16 18:46:06 MEST 2004
Author: faassen
Date: Wed Jun 16 18:46:06 2004
New Revision: 5127
Added:
z3/www/
z3/www/branch/
z3/www/tag/
z3/www/trunk/
z3/www/trunk/five/
z3/www/trunk/five/index.html
z3/www/trunk/index.html
Log:
Added 'www' directory for public website.
Added: z3/www/trunk/five/index.html
==============================================================================
--- (empty file)
+++ z3/www/trunk/five/index.html Wed Jun 16 18:46:06 2004
@@ -0,0 +1,90 @@
+<html>
+<head>
+<title>Five, the Zope 3 in Zope 2 project</title>
+</head>
+<body>
+<h1>Five, the Zope 3 in Zope 2 project</h1>
+
+<h2>What is Five?</h2>
+
+<p>
+Five is a Zope 2 product that allows you to integrate Zope 3
+technologies into Zope 2, today. Five right now allows you to use the
+following Zope 3 technologies in Zope 2:
+</p>
+
+<ul>
+ <li>Zope 3 interfaces</li>
+
+ <li>adapters</li>
+
+ <li>pages (views), including skins and layers</li>
+
+ <li>ZCML</li>
+</ul>
+
+<p>
+It is possible to add Zope 3 style views to your own Zope 2 objects,
+or to existing ones, even normal Folders!
+</p>
+
+<p>
+Five works with a straight Zope 2.7 installation, as long as Zope 3
+has been installed. See Five's INSTALL.txt for more information on how
+to set it up.
+</p>
+
+<p>
+We're in the process of evaluating lots more Zope 3 technologies for
+integration into Zope 2. This is the right moment for interested Zope
+2 and Zope 3 developers to jump in. We're looking for cooperation
+between different Zope 2 projects so that this can be a foundational
+system for us all.
+</p>
+
+<h2>Where to find it?</h2>
+
+<p>
+Five is kindly hosted on codespeak.net, and is part of the larger
+<em>Zope 3 Base</em> project that offers an approachable area for
+developers of Zope 3 related software.
+</p>
+
+<p>
+Five has a mailing list:
+</p>
+
+<p>
+<a href="http://codespeak.net/mailman/listinfo/z3-five">http://codespeak.net/mailman/listinfo/z3-five</a>
+</p>
+
+<p>
+Five is hosted in a subversion repository on codespeak.net. You can
+browse this on the web here:
+</p>
+
+<p>
+<a href="http://codespeak.net/svn/z3/Five/">http://codespeak.net/svn/z3/Five/</a>
+</p>
+
+<p>You can check out Five using the following subversion command:</p>
+
+<pre>svn co http://codespeak.net/svn/z3/Five/trunk Five</pre>
+
+<p>There's also a checkins mailing list for the Z3 project, here:</p>
+
+<p>
+<a href="http://codespeak.net/mailman/listinfo/z3-checkins">http://codespeak.net/mailman/listinfo/z3-checkins</a>
+</p>
+
+<p>
+If you want checkin access, please join the z3-five mailing list and
+ask us there.
+</p>
+
+<p>
+We hope to hear from you!
+</p>
+
+</body>
+</html>
Added: z3/www/trunk/index.html
==============================================================================
--- (empty file)
+++ z3/www/trunk/index.html Wed Jun 16 18:46:06 2004
@@ -0,0 +1,21 @@
+<html>
+<head>
+<title>Zope 3 Base</title>
+</head>
+<body>
+
+<h1>Zope 3 Base</h1>
+
+<p>
+<em>Zope 3 Base</em> project that offers an approachable area for
+developers of Zope 3 related software.
+</p>
+
+<h2>Sub projects</h2>
+
+<ul>
+<li><a href="five">Five: Zope 3 in Zope 2</a></li>
+</ul>
+</body>
+</html>
+
More information about the z3-checkins
mailing list