[z3-checkins] r22098 - z3/zopeweb/trunk/content
d2m at codespeak.net
d2m at codespeak.net
Fri Jan 13 12:10:50 CET 2006
Author: d2m
Date: Fri Jan 13 12:10:48 2006
New Revision: 22098
Modified:
z3/zopeweb/trunk/content/homepage.txt
z3/zopeweb/trunk/content/links.txt
Log:
rst-formating cleanup
Modified: z3/zopeweb/trunk/content/homepage.txt
==============================================================================
--- z3/zopeweb/trunk/content/homepage.txt (original)
+++ z3/zopeweb/trunk/content/homepage.txt Fri Jan 13 12:10:48 2006
@@ -13,8 +13,6 @@
Python_ comes with batteries included. Zope is a power plant.
-.. _Python: http://www.python.org
-
Mature platform
---------------
@@ -176,6 +174,7 @@
To be written.
+::
> If I were writing about "Why Zope
> 3?", the first paragraphs would be about how it's built for
@@ -208,8 +207,8 @@
Zope extensions also support powerful relational object mappers like
`SQLObject`_.
-`Catalog`_ - built-in search and indexing for Zope
---------------------------------------------------
+`Catalog`
+---------
Zope ships with a powerful content indexing and search engine out of
the box. The Zope catalog supports full-text search as well as search
@@ -231,14 +230,14 @@
[upcoming security certification?]
-`Clustering`_ (ZEO)
--------------------
+`Clustering`
+------------
Zope scales. Zope features built-in support (ZEO) for building a
cluster of multiple Zopes, all serving the same web application for
your end users. This allows Zope to scale when you need it.
-`Internationalization suport`_
+`Internationalization suport`
-----------------------------
The Zope community has been international from the start, and as a
@@ -251,17 +250,17 @@
Zope features pervasive unicode support so that your textual content
can be stored in a language-independent manner.
-`Scripting support`_. [XXX]
------------------------
+`Scripting support`
+-------------------
-`Extensibility`_.
------------------
+`Extensibility`
+---------------
You can extend Zope's functionalities with third-party components, and
write new components for Zope yourself.
-`Web protocol support`_.
------------------------
+`Web protocol support`
+----------------------
Zope supports HTTP, FTP, WebDAV and XML-RPC out of the box. Zope is
also easily combined with Apache and other webservers.
@@ -269,8 +268,8 @@
Zope 3 additionally has WSGI_ support and uses the powerful Twisted_
webserver as a base webserver.
-`Python powered`_. [XXX]
-------------------------
+`Python powered`
+----------------
Zope is built on the dynamic programming language Python. Python is a
mature language that feels fresh: you can program without the
@@ -278,8 +277,27 @@
[more. OO, dynamic, agile, etc]
-`Object publishing`_ [XXX]
---------------------------
+`Object publishing`
+-------------------
[Zope practically invented this]
+.. _Python: http://www.python.org/
+.. _`Zope 3`: http://dev.zope.org/Zope3/
+.. _Five: http://codespeak.net/z3/five/
+.. _Plone: http://www.plone.org/
+.. _CPS: http://www.cps-project.org/
+.. _Silva: http://www.infrae.com/products/silva/
+.. _SQLObject: http://sqlobject.org/
+
+.. _CPS: http://www.cps-project.org/
+.. _Silva: http://www.infrae.com/products/silva/
+.. _SQLObject: http://sqlobject.org/
+
+.. _CPS: http://www.cps-project.org/
+.. _Silva: http://www.infrae.com/products/silva/
+.. _SQLObject: http://sqlobject.org/
+.. _gettext: http://www.gnu.org/software/gettext/
+.. _WSGI: www.python.org/peps/pep-0333.html
+.. _Twisted: http://twistedmatrix.com/
+
Modified: z3/zopeweb/trunk/content/links.txt
==============================================================================
--- z3/zopeweb/trunk/content/links.txt (original)
+++ z3/zopeweb/trunk/content/links.txt Fri Jan 13 12:10:48 2006
@@ -6,24 +6,20 @@
`Zope3 Developers Handbook`_ by Stephan Richter
-.. _`Zope3 Developers Handbook`:
-http://www.amazon.com/gp/product/0672326175/ref=pd_bbs_null_1/102-8684343-03
-48125?v=glance&n=283155
+.. _`Zope3 Developers Handbook`: http://www.amazon.com/gp/product/0672326175
`Web Component Development with Zope3`_ by Philipp von Weitershausen
-.. _`Web Component Development with Zope3`:
-http://www.amazon.com/gp/product/3540223592/ref=pd_bbs_null_2/102-8684343-03
-48125?v=glance&n=283155
+.. _`Web Component Development with Zope3`: http://www.amazon.com/gp/product/3540223592
+
Books Online
------------
`Zope3 Developers Book`_
-.. _`Zope3 Developers Book`:
-http://www.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/FrontPage/Z
-ope3Book
+.. _`Zope3 Developers Book`: http://dev.zope.org/Zope3/Zope3Book
+
Getting Started Tutorials
-------------------------
@@ -43,39 +39,25 @@
Introductory
------------
-`The Zope Component Architecture - Interfaces, Adaptation, and Duck Typing`_
-
-.. _`The Zope Component Architecture - Interfaces, Adaptation, and Duck
-Typing`:
-http://griddlenoise.blogspot.com/2005/12/zope-component-architecture-interfa
-ces.html
-
`The Zope Component Architecture - One Way To Do It All`_
-.. _`The Zope Component Architecture - One Way To Do It All`:
-http://griddlenoise.blogspot.com/2005/12/zope-component-architecture-one-way
--to.html
+.. _`The Zope Component Architecture - One Way To Do It All`: http://griddlenoise.blogspot.com/2005/12/zope-component-architecture-one-way-to.html
+
Advanced
--------
`XML-RPC over Zope3, a quick tutorial`_
-.. _`XML-RPC over Zope3, a quick tutorial`:
-http://blogs.nuxeo.com/sections/blogs/tarek_ziade/2005_11_04_xml-rpc-over-zo
-pe-3
+.. _`XML-RPC over Zope3, a quick tutorial`: http://blogs.nuxeo.com/sections/blogs/tarek_ziade/2005_11_04_xml-rpc-over-zope-3
`Object event dispatching in Zope`_
-
-.. _`Object event dispatching in Zope`:
-http://blogs.nuxeo.com/sections/blogs/florent_guillaume/2005_11_10_object-ev
-ent-dispatching
+
+.. _`Object event dispatching in Zope`: http://blogs.nuxeo.com/sections/blogs/florent_guillaume/2005_11_10_object-event-dispatching
`Adapting content attributes to Zope Dublin Core attributes`_
-
-.. _`Adapting content attributes to Zope Dublin Core attributes`:
-http://griddlenoise.blogspot.com/2005/07/adapting-content-attributes-to-zope
-.html
+
+.. _`Adapting content attributes to Zope Dublin Core attributes`: http://griddlenoise.blogspot.com/2005/07/adapting-content-attributes-to-zope.html
Five (Zope2 + Zope3)
@@ -83,8 +65,7 @@
`Five tutorial for plone develpers`_
-.. _`Five tutorial for plone develpers`:
-http://worldcookery.com/files/ploneconf05-five/
+.. _`Five tutorial for plone develpers`: http://worldcookery.com/files/ploneconf05-five/
`I18n with Five`_
@@ -92,14 +73,6 @@
`Events in Zope2.9`_
-.. _`Events in Zope2.9`:
-http://blogs.nuxeo.com/sections/blogs/florent_guillaume/2005_11_08_events-in
--zope-2-9
-
-
-
-
-
-
+.. _`Events in Zope2.9`: http://blogs.nuxeo.com/sections/blogs/florent_guillaume/2005_11_08_events-in-zope-2-9
More information about the z3-checkins
mailing list