[Checkins] SVN: zope-story-website/branches/what_who_why_zope/src/index.rst added left and right column divisions for index.html

Brad Allen brad at allendev.com
Tue Mar 31 22:06:42 EDT 2009


Log message for revision 98738:
  added left and right column divisions for index.html

Changed:
  U   zope-story-website/branches/what_who_why_zope/src/index.rst

-=-
Modified: zope-story-website/branches/what_who_why_zope/src/index.rst
===================================================================
--- zope-story-website/branches/what_who_why_zope/src/index.rst	2009-04-01 01:58:19 UTC (rev 98737)
+++ zope-story-website/branches/what_who_why_zope/src/index.rst	2009-04-01 02:06:41 UTC (rev 98738)
@@ -42,130 +42,131 @@
     language.
 
 
-Which Zope?
+.. container::
+    :class: LeftCol
+    
+    Frameworks
+    ===========
+    
+    The following are notable frameworks which users are advised to look at if
+    they are looking at entering the world of Zope.
+    
+    .. raw:: html
+    
+      <div align="center">
+        <table width="80%">
+            <tr>
+                <td align="center" valign="top">            
+                    <img src="_static/grok_logo.png" 
+                        href="http://grok.zope.org" alt=""
+                        width="200" height="50" align="center"></img><BR>
+                    <a href="http://grok.zope.org">Grok</a>
+                    a  Python web framework aimed at making
+                    the full power of the Zope Framework accessible to any
+                    Python developer.
+                </td>
+                <td align="center" valign="top">            
+                    <img src="_static/repoze_logo.gif" 
+                        href="http://repoze.org/" alt=""
+                        width="152" height="50" align="center"></img><BR>
+                    <a href="http://repoze.org">Repoze,</a>
+                    a web framework toolkit integrating WSGI middleware with Zope.
+                </td>
+                <td align="center" valign="top">            
+                    <img src="_static/zope2_logo.png" 
+                        href="http://repoze.org/" alt=""
+                        width="129" height="50" align="center"></img><BR>
+                    <a href="http://zope2.zope.org">Zope 2,</a>
+                    a mature application server which
+                    has thrived in enterprise production systems for nearly 10
+                    years. 
+                </td>
+            </tr>
+        </table>
+      </div>
+    
+    Applications
+    ============
+    
+    Several applications are built atop the Zope Framework, providing rich user
+    experiences.  
+    
+    
+    .. raw:: html
+    
+      <div align="center">
+        <table width="80%">
+            <tr>
+                <td align="center" valign="top">            
+                    <img src="_static/plone_logo.png" 
+                        href="http://www.plone.org" alt=""
+                        width="193" height="50" align="center"></img><BR>
+                    <a href="http://www.plone.org">Plone</a>
+                    A powerful, flexible Content Management solution that is easy to
+                    install, use and extend.
+                </td>
+                <td align="center" valign="top">            
+                    <img src="_static/schooltool_logo.png" 
+                        href="http://www.schooltool.org/" alt=""
+                        width="174" height="50" align="center"></img><BR>
+                    <a href="http://www.schooltool.org">Schooltool,</a>
+                    a project to develop a common global school
+                    administration infrastructure that is freely available under an
+                    Open Source license.
+                </td>
+                <td align="center" valign="top">            
+                    <img src="_static/launchpad_logo.png" 
+                        href="http://launchpad.net" alt=""
+                        width="232" height="50" align="center"></img><BR>
+                    <a href="http://launchpad.net">Launchpad,</a>
+                    a web application and web site supporting software development,
+                    particularly that of free software. Launchpad is developed and maintained by
+                    Canonical Ltd.
+                </td>
+            </tr>
+        </table>
+      </div>
+    
+    
+    Compose Your Own
+    ================
+    
+    To compose your own application or framwork from scratch, or see how the
+    packages within the Zope Framework can work for you, see more information
+    below.
+    
+    * `Zope 2 Application Server`_, a mature application server which
+          has thrived in enterprise production systems for nearly 10 years.
+    
+    * `Zope Framework Wiki`_, a place where more information about the Zope
+     framwork can be found.
+    
+    This variety of open source and commercial applications built from
+    Zope Framework demonstrates a community with years of expertise solving
+    a wide range of problems. A deeper inspection of the technology reveals
+    powerful tools for managing complexity by fully leveraging the best
+    dynamic features of the Python programming language.
+    
+    
+    
+    
+    Python Community Cross-Pollination
+    ===================================
+    
+    Zope software components are also deployed in the wider Python community; for
+    example:
+    
+    * `Twisted`_, an asynchronous network server written in Python
+      utilizes *zope.interface*. Some Zope projects come bundled with 
+      Twisted to provide Zope with a powerful multi-protocol network layer.
+          
+    * `TurboGears`_, a Python web framework which utilizes zope.interface
+      as well as Zope's transaction library.
+          
+    * `buildout`_, originally developed at Zope Corporation, has gained traction outside the
+      Zope Community as a Python-based build system for creating, assembling and 
+      deploying applications from multiple components.
 
-Frameworks
-===========
-
-The following are notable frameworks which users are advised to look at if
-they are looking at entering the world of Zope.
-
-.. raw:: html
-
-  <div align="center">
-    <table width="80%">
-        <tr>
-            <td align="center" valign="top">            
-                <img src="_static/grok_logo.png" 
-                    href="http://grok.zope.org" alt=""
-                    width="200" height="50" align="center"></img><BR>
-                <a href="http://grok.zope.org">Grok</a>
-                a  Python web framework aimed at making
-                the full power of the Zope Framework accessible to any
-                Python developer.
-            </td>
-            <td align="center" valign="top">            
-                <img src="_static/repoze_logo.gif" 
-                    href="http://repoze.org/" alt=""
-                    width="152" height="50" align="center"></img><BR>
-                <a href="http://repoze.org">Repoze,</a>
-                a web framework toolkit integrating WSGI middleware with Zope.
-            </td>
-            <td align="center" valign="top">            
-                <img src="_static/zope2_logo.png" 
-                    href="http://repoze.org/" alt=""
-                    width="129" height="50" align="center"></img><BR>
-                <a href="http://zope2.zope.org">Zope 2,</a>
-                a mature application server which
-                has thrived in enterprise production systems for nearly 10
-                years. 
-            </td>
-        </tr>
-    </table>
-  </div>
-
-Applications
-============
-
-Several applications are built atop the Zope Framework, providing rich user
-experiences.  
-
-
-.. raw:: html
-
-  <div align="center">
-    <table width="80%">
-        <tr>
-            <td align="center" valign="top">            
-                <img src="_static/plone_logo.png" 
-                    href="http://www.plone.org" alt=""
-                    width="193" height="50" align="center"></img><BR>
-                <a href="http://www.plone.org">Plone</a>
-                A powerful, flexible Content Management solution that is easy to
-                install, use and extend.
-            </td>
-            <td align="center" valign="top">            
-                <img src="_static/schooltool_logo.png" 
-                    href="http://www.schooltool.org/" alt=""
-                    width="174" height="50" align="center"></img><BR>
-                <a href="http://www.schooltool.org">Schooltool,</a>
-                a project to develop a common global school
-                administration infrastructure that is freely available under an
-                Open Source license.
-            </td>
-            <td align="center" valign="top">            
-                <img src="_static/launchpad_logo.png" 
-                    href="http://launchpad.net" alt=""
-                    width="232" height="50" align="center"></img><BR>
-                <a href="http://launchpad.net">Launchpad,</a>
-                a web application and web site supporting software development,
-                particularly that of free software. Launchpad is developed and maintained by
-                Canonical Ltd.
-            </td>
-        </tr>
-    </table>
-  </div>
-
-
-Compose Your Own
-================
-
-To compose your own application or framwork from scratch, or see how the
-packages within the Zope Framework can work for you, see more information
-below.
-
-* `Zope 2 Application Server`_, a mature application server which
-      has thrived in enterprise production systems for nearly 10 years.
-
-* `Zope Framework Wiki`_, a place where more information about the Zope
- framwork can be found.
-
-This variety of open source and commercial applications built from
-Zope Framework demonstrates a community with years of expertise solving
-a wide range of problems. A deeper inspection of the technology reveals
-powerful tools for managing complexity by fully leveraging the best
-dynamic features of the Python programming language.
-
-
-
-
-Python Community Cross-Pollination
-===================================
-
-Zope software components are also deployed in the wider Python community; for
-example:
-
-* `Twisted`_, an asynchronous network server written in Python
-  utilizes *zope.interface*. Some Zope projects come bundled with 
-  Twisted to provide Zope with a powerful multi-protocol network layer.
-      
-* `TurboGears`_, a Python web framework which utilizes zope.interface
-  as well as Zope's transaction library.
-      
-* `buildout`_, originally developed at Zope Corporation, has gained traction outside the
-  Zope Community as a Python-based build system for creating, assembling and 
-  deploying applications from multiple components.
-
 .. _Zope 2 Application Server: http://zope2.zopyx.de/
 .. _Zope Framework Wiki: http://wiki.zope.org/zope3/Zope3Wiki/
 .. _Plone: http://plone.org



More information about the Checkins mailing list