[z3-checkins] r23168 - in z3/zopeweb/trunk/content/about: ca
catalog extending i18n protocol publishing python scripting
security sql zeo zmi zodb zpt
d2m at codespeak.net
d2m at codespeak.net
Thu Feb 9 13:48:41 CET 2006
Author: d2m
Date: Thu Feb 9 13:48:35 2006
New Revision: 23168
Added:
z3/zopeweb/trunk/content/about/ca/
z3/zopeweb/trunk/content/about/ca/index.txt
z3/zopeweb/trunk/content/about/catalog/
z3/zopeweb/trunk/content/about/catalog/index.txt
z3/zopeweb/trunk/content/about/extending/
z3/zopeweb/trunk/content/about/extending/index.txt
z3/zopeweb/trunk/content/about/i18n/
z3/zopeweb/trunk/content/about/i18n/index.txt
z3/zopeweb/trunk/content/about/protocol/
z3/zopeweb/trunk/content/about/protocol/index.txt
z3/zopeweb/trunk/content/about/publishing/
z3/zopeweb/trunk/content/about/publishing/index.txt
z3/zopeweb/trunk/content/about/python/
z3/zopeweb/trunk/content/about/python/index.txt
z3/zopeweb/trunk/content/about/scripting/
z3/zopeweb/trunk/content/about/scripting/index.txt
z3/zopeweb/trunk/content/about/security/
z3/zopeweb/trunk/content/about/security/index.txt
z3/zopeweb/trunk/content/about/sql/
z3/zopeweb/trunk/content/about/sql/index.txt
z3/zopeweb/trunk/content/about/zeo/
z3/zopeweb/trunk/content/about/zeo/index.txt
z3/zopeweb/trunk/content/about/zmi/
z3/zopeweb/trunk/content/about/zmi/index.txt
z3/zopeweb/trunk/content/about/zodb/
z3/zopeweb/trunk/content/about/zodb/index.txt
z3/zopeweb/trunk/content/about/zpt/
z3/zopeweb/trunk/content/about/zpt/index.txt
Log:
create folders for content/about/about.txt microsites
Added: z3/zopeweb/trunk/content/about/ca/index.txt
==============================================================================
--- (empty file)
+++ z3/zopeweb/trunk/content/about/ca/index.txt Thu Feb 9 13:48:35 2006
@@ -0,0 +1,17 @@
+Component Architecture
+----------------------
+
+To be written.
+
+::
+
+> If I were writing about "Why Zope
+> 3?", the first paragraphs would be about how it's built for
+> integration and evolution from the core up. It's not integration in
+> the style of TurboGears, but it's integration in the style of "we've
+> got these business objects and my code expects this contract - how do
+> I make them fit?" and "we've got big environments with multiple
+> customers and things that are always changing - how does the component
+> architecture help me design for change?"
+
+
Added: z3/zopeweb/trunk/content/about/catalog/index.txt
==============================================================================
--- (empty file)
+++ z3/zopeweb/trunk/content/about/catalog/index.txt Thu Feb 9 13:48:35 2006
@@ -0,0 +1,9 @@
+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
+on metadata, allowing you to build search functionality and
+sophisticated data-driven applications on top of the Zope Object
+Database.
+
Added: z3/zopeweb/trunk/content/about/extending/index.txt
==============================================================================
--- (empty file)
+++ z3/zopeweb/trunk/content/about/extending/index.txt Thu Feb 9 13:48:35 2006
@@ -0,0 +1,6 @@
+Extensibility
+-------------
+
+You can extend Zope's functionalities with third-party components, and
+write new components for Zope yourself.
+
Added: z3/zopeweb/trunk/content/about/i18n/index.txt
==============================================================================
--- (empty file)
+++ z3/zopeweb/trunk/content/about/i18n/index.txt Thu Feb 9 13:48:35 2006
@@ -0,0 +1,15 @@
+Internationalization suport
+---------------------------
+
+The Zope community has been international from the start, and as a
+result Zope offers extensive support for internationalization and
+localization of your web applications. Building on the industry
+standard `gettext`_ toolset, Zope applications can be fully
+internationalized in their user interface, and can thus be easily
+localized to work with your language.
+
+Zope features pervasive unicode support so that your textual content
+can be stored in a language-independent manner.
+
+.. _gettext: http://www.gnu.org/software/gettext/
+
Added: z3/zopeweb/trunk/content/about/protocol/index.txt
==============================================================================
--- (empty file)
+++ z3/zopeweb/trunk/content/about/protocol/index.txt Thu Feb 9 13:48:35 2006
@@ -0,0 +1,12 @@
+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.
+
+Zope 3 additionally has WSGI_ support and uses the powerful Twisted_
+webserver as a base webserver.
+
+.. _WSGI: http://www.python.org/peps/pep-0333.html
+.. _Twisted: http://twistedmatrix.com/
+
Added: z3/zopeweb/trunk/content/about/publishing/index.txt
==============================================================================
--- (empty file)
+++ z3/zopeweb/trunk/content/about/publishing/index.txt Thu Feb 9 13:48:35 2006
@@ -0,0 +1,5 @@
+Object publishing
+-----------------
+
+[Zope practically invented this]
+
Added: z3/zopeweb/trunk/content/about/python/index.txt
==============================================================================
--- (empty file)
+++ z3/zopeweb/trunk/content/about/python/index.txt Thu Feb 9 13:48:35 2006
@@ -0,0 +1,10 @@
+Python powered
+--------------
+
+Zope is built on the dynamic programming language Python. Python is a
+mature language that feels fresh: you can program without the
+programming language environment getting in your way.
+
+[more. OO, dynamic, agile, etc]
+
+
Added: z3/zopeweb/trunk/content/about/scripting/index.txt
==============================================================================
--- (empty file)
+++ z3/zopeweb/trunk/content/about/scripting/index.txt Thu Feb 9 13:48:35 2006
@@ -0,0 +1,5 @@
+Scripting support
+-----------------
+
+...
+
Added: z3/zopeweb/trunk/content/about/security/index.txt
==============================================================================
--- (empty file)
+++ z3/zopeweb/trunk/content/about/security/index.txt Thu Feb 9 13:48:35 2006
@@ -0,0 +1,14 @@
+Integrated security
+-------------------
+
+Zope has security intergrated. Zope has support for authentication
+databases such as LDAP, scales over large numbers of users. It also
+features role-based security, and safe delegation of control, allowing
+control over parts of a website or web application to be delegated to
+others in an organization.
+
+With Zope, security is not a second thought but security is part of
+your application from the start.
+
+[upcoming security certification?]
+
Added: z3/zopeweb/trunk/content/about/sql/index.txt
==============================================================================
--- (empty file)
+++ z3/zopeweb/trunk/content/about/sql/index.txt Thu Feb 9 13:48:35 2006
@@ -0,0 +1,12 @@
+Relational database adapters
+----------------------------
+
+Zope supports a wide range of relational databases. You can connect
+Zope to MySQL, PostgreSQL, SQL Server, Oracle, and much more.
+
+Zope extensions also support powerful relational object mappers like
+`SQLObject`_.
+
+.. _SQLObject: http://sqlobject.org/
+
+
Added: z3/zopeweb/trunk/content/about/zeo/index.txt
==============================================================================
--- (empty file)
+++ z3/zopeweb/trunk/content/about/zeo/index.txt Thu Feb 9 13:48:35 2006
@@ -0,0 +1,7 @@
+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.
+
Added: z3/zopeweb/trunk/content/about/zmi/index.txt
==============================================================================
--- (empty file)
+++ z3/zopeweb/trunk/content/about/zmi/index.txt Thu Feb 9 13:48:35 2006
@@ -0,0 +1,14 @@
+Zope Management Interface (ZMI)
+-------------------------------
+
+Zope offers a powerful management interface (*ZMI*) for managing your
+Zope system through a familiar web interface. You can manage Zope
+through any browser.
+
+Zope's management interface is extensible; your own components can
+plug into it and offer a web UI as well.
+
+The ZMI is also replacable -- if you do not want to expose it to your
+users there's no need to; you can build your own UI for your own
+application.
+
Added: z3/zopeweb/trunk/content/about/zodb/index.txt
==============================================================================
--- (empty file)
+++ z3/zopeweb/trunk/content/about/zodb/index.txt Thu Feb 9 13:48:35 2006
@@ -0,0 +1,13 @@
+Zope Object Database (ZODB)
+---------------------------
+
+The Zope Object Database is a fullfledged object database for
+arbitrary (Python) objects, including content, templates and scripts.
+The ZODB has full transactional support, so your data is safe.
+
+Zope ships with the ZODB out of the box -- no database setup
+needed. You don't have to interface your code with a relational
+database to store data if you don't need to -- you can store the
+Python objects directly, no relational database needed. Of course,
+Zope supports those as well.
+
Added: z3/zopeweb/trunk/content/about/zpt/index.txt
==============================================================================
--- (empty file)
+++ z3/zopeweb/trunk/content/about/zpt/index.txt Thu Feb 9 13:48:35 2006
@@ -0,0 +1,12 @@
+Zope Page Templates (ZPT)
+-------------------------
+
+Zope Page Templates is a HTML and XML templating language that allows
+you to write templates that still look like markup, not programming
+code. Instead of mixing in lots of potentially complicated code into a
+template, logic is in a few simple attributes that get attached to
+existing HTML.
+
+This way, web designers can stay in control over the look and feel of
+your application.
+
More information about the z3-checkins
mailing list