You are not logged in Log in Join
You are here: Home » Members » d2m » nzo-2.html » View File

Log in
Name

Password

 

nzo-2.html

File details
Size
14 K
File type
text/html

File contents

<!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" />
  <title>NZO</title>
  <base target="_blank" />
  <style type="text/css">
   body {margin:0px;padding-top:2em;background-color:#FFFFFF;}
   .base1 {width:800px;padding-left:200px;xbackground-color:#C2CFF1;}
   .base2 {width:800px;padding-left:200px;xbackground-color:#EBEFF9;}
   .heading {font-size:3em;font-weight:bold;text-align:center;margin-bottom:.5em;}
   .category {font-size:1em;font-weight:bold;padding-left:2px;cursor:pointer;cursor:hand;}
   .item, .header {margin-bottom:1em;}
   .items {display:block;padding-left:.4em;padding-right:.4em;}
   .itemtitle {float:left;font-weight:bold;width:110px;}
   .itemtext {display:inline;}
   .menu {float:left;width:280px;height:800px;padding-top:5px;}
   .content {margin-left:280px;padding:4px;border-left:1px dotted #999;border-top:1px dotted #999;}
   .description {font-size:.8em;text-align:justify;padding-top:1em;padding-bottom:1em;}
   .bodydescription {background-color:#C2CFF1;margin:0px;padding-top:.5em;padding-bottom:.5em;margin-bottom:1.5em;}
   .header {font-size:.8em;text-align:justify;padding-bottom:1em;}
   #logo {width:96px;margin-bottom:-32px;}
  </style>
  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  <script type="text/javascript">
   var menu = ["products", "libraries", "source", "documentation", "tools", "community", "foundation", "old"];
   function hideall() {
    for (i in menu) {$("#menu"+menu[i]).css('background-color','#fff');};
    for (i in menu) {$("#menu"+menu[i]).css('border-bottom','1px solid #fff');};
    for (i in menu) {$("#"+menu[i]).hide();};
   }
   function select(what) {
    $(what).css('border-bottom','1px dotted #999');
   }
   function show(what) {
    hideall();
    select("#menu"+what);
    $("#"+what).show();
   }
   $(document).ready(function(){
    $("#menuproducts").click(function() {show("products")});
    $("#menulibraries").click(function() {show("libraries")});
    $("#menusource").click(function() {show("source")});
    $("#menudocumentation").click(function() {show("documentation")});
    $("#menutools").click(function() {show("tools")});
    $("#menucommunity").click(function() {show("community")});
    $("#menufoundation").click(function() {show("foundation")});
    $("#menuold").click(function() {show("old")});
    $("#menu"+menu[0]).click();
   });
  </script>
 </head>
 <body>
  <div class="heading">The world of <img id="logo" src="https://launchpadlibrarian.net/7335964/launchpad.gif" alt="Zope" /> Zope</div>
  <div class="bodydescription">
   <div class="base1 description">
    Zope is a free and open-source, object-oriented web application server written in the Python programming language. 
    Since its release in 1998 Zope continued to grow and evolve into many distinct applications, frameworks, libraries and tools.
    This page will help you better find your way around the Zope universe.
   </div>
  </div>
  <div class="base2">
  <div class="menu">
   <div id="menuproducts" class="category">Applications / Servers</div>
   <div id="menulibraries" class="category">Frameworks / Libraries</div>
   <div id="menutools" class="category">Database / Tools</div>
   <div id="menusource" class="category">Source</div>
   <div id="menudocumentation" class="category">Documentation</div>
   <div id="menucommunity" class="category">Community</div>
   <div id="menufoundation" class="category">Foundation</div>
   <div id="menuold" class="category">www.zope.org</div>
   <div class="description">&raquo; <a href="/login_form">Login</a><br />
   &raquo; <a href="/join_form">Join</a></div>
  </div>
  <div id="products" class="content">
   <div class="items">
    <div class="header">The different Zope application servers focus on content management (CMS) and component architecture (CA).
They evolved over time, using Zope 2 and Zope 3 as the base to build on.</div>
    <div class="item">
     <div class="itemtitle">Zope</div>
     <div class="itemtext"><a href="http://zope2.zope.org">The Zope 2 Application Server</a></div>
     <div class="description">Zope is a Python-based application server for building secure and highly scalable web applications.</div>
    </div>
    <div class="item">
     <div class="itemtitle">Plone</div>
     <div class="itemtext"><a href="http://plone.org">Plone CMS</a></div>
     <div class="description">A powerful, flexible Content Management
solution that is easy to install, use and extend.
Plone lets non-technical people create and maintain information using 
only a web browser. Perfect for web sites or intranets, Plone offers 
superior security without sacrificing extensibility or ease of use</div>
    </div>
    <div class="item">
     <div class="itemtitle">Silva</div>
     <div class="itemtext"><a href="http://www.infrae.com/products/silva">The Silva Content Management System</a></div>
     <div class="description">Silva is a powerful CMS for organizations that manage multiple or complex websites. 
Content is stored in clean and futureproof XML, independent of layout and presentation. Features include versioning,
workflow system, integral visual editor, content reuse, sophisticated access control, multi-site management, 
extensive import/export facilities, fine-grained templating, and hi-res image storage and manipulation. 
Silva has an open source (BSD) license.</div>
    </div>
    <div class="item">
     <div class="itemtitle">Zope&nbsp;3</div>
     <div class="itemtext"><a href="http://wiki.zope.org/zope3">Zope 3</a></div>
     <div class="description">Zope 3 evolved from Zope 2 and improves the development experience through the use of a component architecture.</div>
    </div>
    <div class="item">
     <div class="itemtitle">Grok</div>
     <div class="itemtext"><a href="http://grok.zope.org">Grok - A Smashing Web Framework</a></div>
     <div class="description">Grok is a web application framework for Python developers. It is aimed at both beginners and very experienced web developers. Grok has an emphasis on agile development. Grok is easy and powerful.</div>
    </div>
   </div>
  </div>
  <div id="libraries" class="content">
   <div class="items">
    <div class="header">Building blocks for application develoment ... All applications built on Zope2 or Zope3 can be used as frameworks for developing new apps again.</div>
    <div class="item">
     <div class="itemtitle">CMF</div>
     <div class="itemtext"><a href="http://www.zope.org/Products/CMF/">Zope Content Management Framework</a></div>
     <div class="description">The Content Management Framework (CMF) for Zope provides a powerful, tailorable platform for building content management applications.</div>
    </div>
    <div class="item">
     <div class="itemtitle">ZTK</div>
     <div class="itemtext"><a href="http://docs.zope.org/zopetoolkit/">Zope Toolkit</a></div>
     <div class="description">The Zope Toolkit (ZTK) is a set of libraries intended for reuse by projects to develop web applications or 
web frameworks. It is developed by the contributors of the Zope Foundation. The whole collection of ZTK libraries are used in various web 
frameworks and web application servers. Two of these are managed by the Zope project: Zope 3 and Grok. If you install one of these systems,
you will get the ZTK along with it automatically.</div>
    </div>
    <div class="item">
     <div class="itemtitle">Five</div>
     <div class="itemtext"><a href="http://codespeak.net/z3/five/">The Zope 3 in Zope 2 project</a></div>
     <div class="description">Five is a Zope 2 product that allows you to integrate Zope 3 technologies into Zope 2, today. After its start as an independent product 
Five is now fully integrated with Zope 2.</div>
    </div>
    <div class="item">
     <div class="itemtitle">BlueBream</div>
     <div class="itemtext"><a href="http://bluebream.zope.org/">Born again Zope 3</a></div>
     <div class="description">BlueBream is a web framework written in the Python programming language. BlueBream is free/open source software, owned by the Zope Foundation, licensed under the Zope Public License 
     (BSD like, GPL compatible license). BlueBream was previously known as Zope 3.</div>
    </div>
    <div class="item">
     <div class="itemtitle">Repoze</div>
     <div class="itemtext"><a href="http://repoze.org/">Plumbing Zope into the WSGI Pipeline</a></div>
     <div class="description">Repoze integrates Zope technologies with WSGI and reusable Python middleware.</div>
    </div>
   </div>
  </div>
  <div id="tools" class="content">
   <div class="items">
    <div class="header">These tools were developed for Zope and are integral part of each Zope project. 
Yet they can be used independently with any Python based project.</div>
    <div class="item">
     <div class="itemtitle">ZODB</div>
     <div class="itemtext"><a href="http://zodb.org/">Zope Object Database</a> - a native object database for Python</div>
     <div class="description">The Zope Object Database (ZODB) provides seamless object persistence in Python. 
It gets rid of requiring a relational database for your object-oriented application and provides you with a powerful 
and safe object store: persistence, transactions, scalability, and more.</div>
    </div>
    <div class="item">
     <div class="itemtitle">Buildout</div>
     <div class="itemtext"><a href="http://www.buildout.org/">Software build system</a></div>
     <div class="description">Buildout is a Python-based build system for creating, assembling and deploying applications from multiple 
parts, some of which may be non-Python-based. It lets you create a buildout configuration and reproduce the same software later.</div>
    </div>
   </div>
  </div>
  <div id="source" class="content">
   <div class="items">
    <div class="header">Source code repository and bug tracker</div>
    <div class="item">
     <div class="itemtitle">SVN</div>
     <div class="itemtext"><a href="http://svn.zope.org/">The Zope Public Subversion Repository</a></div>
     <div class="description">Zope public subversion repository provides read-only and selective write access to the source code for Zope's and related projects.</div>
    </div>
    <div class="item">
     <div class="itemtitle">Bug tracking</div>
     <div class="itemtext"><a href="https://launchpad.net/zope/">Zope project hub @ Launchpad</a></div>
     <div class="description">Launchpad is an open source suite of tools that help people and teams to work together on software projects. 
Launchpad is built with Zope 3.</div>
    </div>
    <div class="item">
     <div class="itemtitle">PyPI</div>
     <div class="itemtext">Zope projects @ Python Package Index</div>
     <div class="description"><a href="http://pypi.python.org/pypi?:action=browse&show=all&c=514">Framework :: Zope</a><br />
     <a href="http://pypi.python.org/pypi?:action=browse&show=all&c=515">Framework :: Zope3</a></div>
    </div>
   </div>
  </div>
  <div id="documentation" class="content">
   <div class="items">
    <div class="header">A Zope community effort</div>
    <div class="item">
     <div class="itemtitle"><a href="http://docs.zope.org/">docs.zope.org</a></div>
     <div class="itemtext"></div>
    <div class="description"><br />Hub site to Zope community documentation projects - Sphinx based.</div>
    </div>
    <div class="item">
     <div class="itemtitle"><a href="http://wiki.zope.org/">wiki.zope.org</a></div>
     <div class="itemtext"></div>
    <div class="description"><br />Hub site to Zope community wiki documentation - ZWiki based.</div>
    </div>
   </div>
  </div>
  <div id="community" class="content">
   <div class="items">
    <div class="header">Zopistas - get in touch, get/provide help, read/create news, ...</div>
    <div class="item">
     <div class="itemtitle">Mailing Lists</div>
     <div class="itemtext"><a href="http://mail.zope.org/">mail.zope.org</a></div>
     <div class="description"><br />Main Zope related mailing list collection.</div>
    </div>
    <div class="item">
     <div class="itemtitle">IRC</div>
     <div class="itemtext"><a href="http://freenode.net/">irc.freenode.net</a></div>
     <div class="description"><br />freenode.net hosts lots of Zope and Zope products/application related IRC channels</div>
    </div>
    <div class="item">
     <div class="itemtitle">Bug tracking</div>
     <div class="itemtext"><a href="https://launchpad.net/">Launchpad.net</a></div>
     <div class="description"><br />Launchpad is an open source suite of tools that help people and teams to work together on software projects. 
Launchpad is built with Zope 3.</div>
    </div>
    <div class="item">
     <div class="itemtitle">Planets</div>
     <div class="itemtext"><a href="http://planet.zope.org/">Zope</a>, <a href="http://planet.plone.org/">Plone</a>, <a href="http://planet.python.org/">Python</a></div>
     <div class="description">Planets collect news related to a special topic, programming language or application.</div>
    </div>
    <div class="item">
     <div class="itemtitle">Google Wave</div>
     <div class="itemtext"><a href="https://wave.google.com/wave/#restored:search:with%253Apublic+zope,restored:wave:googlewave.com!w%252Bkt1bTmUmA">with:public zope</a></div>
     <div class="description"><br />The next big thing in collaborative computing.</div>
    </div>
   </div>
  </div>
  <div id="foundation" class="content">
   <div class="items">
    <div class="header">The Zope Foundation has the goal to promote, maintain, and develop the Zope platform. It does this by 
supporting the Zope community.</div>
    <div class="item">
     <div class="itemtitle"><a href="http://foundation.zope.org">Zope&nbsp;foundation</a></div>
     <div class="itemtext"></div>
     <div class="description"><br />Our community includes the open source community of contributors to the Zope software, contributors to the 
documentation and web infrastructure, as well as the community of businesses and organizations that use Zope.<br />
The Zope Foundation is the copyright holder of the Zope software and many extensions and associated software. The Zope Foundation also 
manages the zope.org website, and manages the infrastructure for open source collaboration.</div>
    </div>
   </div>
  </div>
  <div id="old" class="content">
   <div class="items">
    <div class="header">What's left is on the zope.org website ...</div>
    <div class="item">
     <div class="itemtitle"><a href="http://www.zope.org/Members">/Members</a></div>
     <div class="itemtext"></div>
     <div class="description"><br />Legacy Zope.org members area</div>
    </div>
    <div class="item">
     <div class="itemtitle"><a href="http://www.zope.org/Products">/Products</a></div>
     <div class="itemtext"></div>
     <div class="description"><br />Legacy product overview and search</div>
    </div>
   </div>
  </div>
  </div>
 </body>
</html>