You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@polygene.apache.org by pa...@apache.org on 2015/07/20 21:28:35 UTC

svn commit: r1692006 [1/2] - in /zest/site: content/ content/2007/11/13/ content/2008/01/30/ content/2008/04/14/ content/2008/06/06/ content/2008/08/08/ content/2008/09/15/ content/2008/09/19/ content/2008/11/17/ content/2009/01/09/ content/2009/01/10/...

Author: paulmerlin
Date: Mon Jul 20 19:28:34 2015
New Revision: 1692006

URL: http://svn.apache.org/r1692006
Log:
zest: factor releases data using Jekyll data files, download page is ready

Added:
    zest/site/src/_data/
    zest/site/src/_data/releases.yml
    zest/site/src/_data/releases_legacy.yml
    zest/site/src/_data/texts.yml
Removed:
    zest/site/src/_includes/releases/
Modified:
    zest/site/content/2007/11/13/oredev-cop.html
    zest/site/content/2008/01/30/jfocus-cop.html
    zest/site/content/2008/04/14/qi4j-0.1.html
    zest/site/content/2008/06/06/qi4j-0.2.html
    zest/site/content/2008/08/08/qi4j-0.3.html
    zest/site/content/2008/09/15/javazone-cop.html
    zest/site/content/2008/09/19/qi4j-0.4.html
    zest/site/content/2008/11/17/oredev-qi4j.html
    zest/site/content/2009/01/09/qi4j-0.5.html
    zest/site/content/2009/01/10/arskonference.html
    zest/site/content/2009/02/19/ddd-in-qi4j-explained.html
    zest/site/content/2009/02/20/qi4j-0.6.html
    zest/site/content/2009/04/20/qi4j-0.7.html
    zest/site/content/2009/05/10/jfocus.html
    zest/site/content/2009/09/03/javazone.html
    zest/site/content/2010/01/25/oredev.html
    zest/site/content/2010/01/25/quicker-frameworks.html
    zest/site/content/2010/01/28/qi4j-1.0.html
    zest/site/content/2010/06/17/qi4j-1.1.html
    zest/site/content/2010/08/30/apache-roadshow-shanghai.html
    zest/site/content/2010/09/18/javazone.html
    zest/site/content/2010/10/23/qi4j-sdk-1.2.html
    zest/site/content/2011/02/21/gradle.html
    zest/site/content/2011/04/15/qi4j-sdk-1.3.html
    zest/site/content/2011/08/06/qi4j-sdk-1.4.html
    zest/site/content/2012/02/15/jfocus.html
    zest/site/content/2012/05/02/qi4j-future.html
    zest/site/content/2012/05/25/new-website.html
    zest/site/content/2012/12/25/qi4j-2.0-rc1.html
    zest/site/content/2013/04/15/qi4j-2.0-rc2.html
    zest/site/content/2013/04/28/qi4j-2.0.html
    zest/site/content/asf_proposal.html
    zest/site/content/atom.xml
    zest/site/content/community/codebase.html
    zest/site/content/community/contributors.html
    zest/site/content/community/get_help.html
    zest/site/content/community/index.html
    zest/site/content/community/licensing_faq.html
    zest/site/content/community/maturity.html
    zest/site/content/community/participate.html
    zest/site/content/community/playing_field.html
    zest/site/content/download-qi4j-legacy.html
    zest/site/content/download.html
    zest/site/content/index.html
    zest/site/content/news.html
    zest/site/src/_layouts/default.html
    zest/site/src/_layouts/posts.html
    zest/site/src/download-qi4j-legacy.html
    zest/site/src/download.html
    zest/site/src/index.html

Modified: zest/site/content/2007/11/13/oredev-cop.html
URL: http://svn.apache.org/viewvc/zest/site/content/2007/11/13/oredev-cop.html?rev=1692006&r1=1692005&r2=1692006&view=diff
==============================================================================
--- zest/site/content/2007/11/13/oredev-cop.html (original)
+++ zest/site/content/2007/11/13/oredev-cop.html Mon Jul 20 19:28:34 2015
@@ -4,8 +4,11 @@
         <meta charset="utf-8">
         <title>Qi4j @Øredev 2007 - Composite Oriented Programming</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <meta name="description" content="">
-        <meta name="author" content="">
+        <meta name="description" content="Apache Zest™ is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from Aspect Oriented Programming, Dependency Injection and Domain Driven Design.
+Composite Oriented Programming allows developers to work with 'fragments', smaller than classes, and 'compose' fragments into larger 'composites' which acts like the regular objects. Apache Zest™ also tackles the enforcement of application composition, i.e. composites are declared in modules, modules are contained in layers and access between layers are controlled/enforced.
+">
+        <meta name="author" content="The Apache Zest™ Project">
+        <meta name="keywords" content="cop, composite oriented programming, ddd, domain driven design, composite, mixin, fragment, constraint, concern, side-effect, aop, aspect oriented programming, application, layer, module, structure, java, library, toolkit, framework">
 
         <!-- Le styles -->
         <link href="/landing-resources/css/bootstrap.css" rel="stylesheet">

Modified: zest/site/content/2008/01/30/jfocus-cop.html
URL: http://svn.apache.org/viewvc/zest/site/content/2008/01/30/jfocus-cop.html?rev=1692006&r1=1692005&r2=1692006&view=diff
==============================================================================
--- zest/site/content/2008/01/30/jfocus-cop.html (original)
+++ zest/site/content/2008/01/30/jfocus-cop.html Mon Jul 20 19:28:34 2015
@@ -4,8 +4,11 @@
         <meta charset="utf-8">
         <title>Qi4j @ JFocus 2008 - Composite Oriented Programming</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <meta name="description" content="">
-        <meta name="author" content="">
+        <meta name="description" content="Apache Zest™ is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from Aspect Oriented Programming, Dependency Injection and Domain Driven Design.
+Composite Oriented Programming allows developers to work with 'fragments', smaller than classes, and 'compose' fragments into larger 'composites' which acts like the regular objects. Apache Zest™ also tackles the enforcement of application composition, i.e. composites are declared in modules, modules are contained in layers and access between layers are controlled/enforced.
+">
+        <meta name="author" content="The Apache Zest™ Project">
+        <meta name="keywords" content="cop, composite oriented programming, ddd, domain driven design, composite, mixin, fragment, constraint, concern, side-effect, aop, aspect oriented programming, application, layer, module, structure, java, library, toolkit, framework">
 
         <!-- Le styles -->
         <link href="/landing-resources/css/bootstrap.css" rel="stylesheet">

Modified: zest/site/content/2008/04/14/qi4j-0.1.html
URL: http://svn.apache.org/viewvc/zest/site/content/2008/04/14/qi4j-0.1.html?rev=1692006&r1=1692005&r2=1692006&view=diff
==============================================================================
--- zest/site/content/2008/04/14/qi4j-0.1.html (original)
+++ zest/site/content/2008/04/14/qi4j-0.1.html Mon Jul 20 19:28:34 2015
@@ -4,8 +4,11 @@
         <meta charset="utf-8">
         <title>Qi4j 0.1 Released</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <meta name="description" content="">
-        <meta name="author" content="">
+        <meta name="description" content="Apache Zest™ is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from Aspect Oriented Programming, Dependency Injection and Domain Driven Design.
+Composite Oriented Programming allows developers to work with 'fragments', smaller than classes, and 'compose' fragments into larger 'composites' which acts like the regular objects. Apache Zest™ also tackles the enforcement of application composition, i.e. composites are declared in modules, modules are contained in layers and access between layers are controlled/enforced.
+">
+        <meta name="author" content="The Apache Zest™ Project">
+        <meta name="keywords" content="cop, composite oriented programming, ddd, domain driven design, composite, mixin, fragment, constraint, concern, side-effect, aop, aspect oriented programming, application, layer, module, structure, java, library, toolkit, framework">
 
         <!-- Le styles -->
         <link href="/landing-resources/css/bootstrap.css" rel="stylesheet">

Modified: zest/site/content/2008/06/06/qi4j-0.2.html
URL: http://svn.apache.org/viewvc/zest/site/content/2008/06/06/qi4j-0.2.html?rev=1692006&r1=1692005&r2=1692006&view=diff
==============================================================================
--- zest/site/content/2008/06/06/qi4j-0.2.html (original)
+++ zest/site/content/2008/06/06/qi4j-0.2.html Mon Jul 20 19:28:34 2015
@@ -4,8 +4,11 @@
         <meta charset="utf-8">
         <title>Qi4j 0.2 Released</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <meta name="description" content="">
-        <meta name="author" content="">
+        <meta name="description" content="Apache Zest™ is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from Aspect Oriented Programming, Dependency Injection and Domain Driven Design.
+Composite Oriented Programming allows developers to work with 'fragments', smaller than classes, and 'compose' fragments into larger 'composites' which acts like the regular objects. Apache Zest™ also tackles the enforcement of application composition, i.e. composites are declared in modules, modules are contained in layers and access between layers are controlled/enforced.
+">
+        <meta name="author" content="The Apache Zest™ Project">
+        <meta name="keywords" content="cop, composite oriented programming, ddd, domain driven design, composite, mixin, fragment, constraint, concern, side-effect, aop, aspect oriented programming, application, layer, module, structure, java, library, toolkit, framework">
 
         <!-- Le styles -->
         <link href="/landing-resources/css/bootstrap.css" rel="stylesheet">

Modified: zest/site/content/2008/08/08/qi4j-0.3.html
URL: http://svn.apache.org/viewvc/zest/site/content/2008/08/08/qi4j-0.3.html?rev=1692006&r1=1692005&r2=1692006&view=diff
==============================================================================
--- zest/site/content/2008/08/08/qi4j-0.3.html (original)
+++ zest/site/content/2008/08/08/qi4j-0.3.html Mon Jul 20 19:28:34 2015
@@ -4,8 +4,11 @@
         <meta charset="utf-8">
         <title>Qi4j 0.3 Released</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <meta name="description" content="">
-        <meta name="author" content="">
+        <meta name="description" content="Apache Zest™ is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from Aspect Oriented Programming, Dependency Injection and Domain Driven Design.
+Composite Oriented Programming allows developers to work with 'fragments', smaller than classes, and 'compose' fragments into larger 'composites' which acts like the regular objects. Apache Zest™ also tackles the enforcement of application composition, i.e. composites are declared in modules, modules are contained in layers and access between layers are controlled/enforced.
+">
+        <meta name="author" content="The Apache Zest™ Project">
+        <meta name="keywords" content="cop, composite oriented programming, ddd, domain driven design, composite, mixin, fragment, constraint, concern, side-effect, aop, aspect oriented programming, application, layer, module, structure, java, library, toolkit, framework">
 
         <!-- Le styles -->
         <link href="/landing-resources/css/bootstrap.css" rel="stylesheet">

Modified: zest/site/content/2008/09/15/javazone-cop.html
URL: http://svn.apache.org/viewvc/zest/site/content/2008/09/15/javazone-cop.html?rev=1692006&r1=1692005&r2=1692006&view=diff
==============================================================================
--- zest/site/content/2008/09/15/javazone-cop.html (original)
+++ zest/site/content/2008/09/15/javazone-cop.html Mon Jul 20 19:28:34 2015
@@ -4,8 +4,11 @@
         <meta charset="utf-8">
         <title>Qi4j @ JavaZone 2008 - Composite Oriented Programming with Qi4j</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <meta name="description" content="">
-        <meta name="author" content="">
+        <meta name="description" content="Apache Zest™ is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from Aspect Oriented Programming, Dependency Injection and Domain Driven Design.
+Composite Oriented Programming allows developers to work with 'fragments', smaller than classes, and 'compose' fragments into larger 'composites' which acts like the regular objects. Apache Zest™ also tackles the enforcement of application composition, i.e. composites are declared in modules, modules are contained in layers and access between layers are controlled/enforced.
+">
+        <meta name="author" content="The Apache Zest™ Project">
+        <meta name="keywords" content="cop, composite oriented programming, ddd, domain driven design, composite, mixin, fragment, constraint, concern, side-effect, aop, aspect oriented programming, application, layer, module, structure, java, library, toolkit, framework">
 
         <!-- Le styles -->
         <link href="/landing-resources/css/bootstrap.css" rel="stylesheet">

Modified: zest/site/content/2008/09/19/qi4j-0.4.html
URL: http://svn.apache.org/viewvc/zest/site/content/2008/09/19/qi4j-0.4.html?rev=1692006&r1=1692005&r2=1692006&view=diff
==============================================================================
--- zest/site/content/2008/09/19/qi4j-0.4.html (original)
+++ zest/site/content/2008/09/19/qi4j-0.4.html Mon Jul 20 19:28:34 2015
@@ -4,8 +4,11 @@
         <meta charset="utf-8">
         <title>Qi4j 0.4 Released</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <meta name="description" content="">
-        <meta name="author" content="">
+        <meta name="description" content="Apache Zest™ is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from Aspect Oriented Programming, Dependency Injection and Domain Driven Design.
+Composite Oriented Programming allows developers to work with 'fragments', smaller than classes, and 'compose' fragments into larger 'composites' which acts like the regular objects. Apache Zest™ also tackles the enforcement of application composition, i.e. composites are declared in modules, modules are contained in layers and access between layers are controlled/enforced.
+">
+        <meta name="author" content="The Apache Zest™ Project">
+        <meta name="keywords" content="cop, composite oriented programming, ddd, domain driven design, composite, mixin, fragment, constraint, concern, side-effect, aop, aspect oriented programming, application, layer, module, structure, java, library, toolkit, framework">
 
         <!-- Le styles -->
         <link href="/landing-resources/css/bootstrap.css" rel="stylesheet">

Modified: zest/site/content/2008/11/17/oredev-qi4j.html
URL: http://svn.apache.org/viewvc/zest/site/content/2008/11/17/oredev-qi4j.html?rev=1692006&r1=1692005&r2=1692006&view=diff
==============================================================================
--- zest/site/content/2008/11/17/oredev-qi4j.html (original)
+++ zest/site/content/2008/11/17/oredev-qi4j.html Mon Jul 20 19:28:34 2015
@@ -4,8 +4,11 @@
         <meta charset="utf-8">
         <title>Qi4j @ 0redev 2008 - Qi4j</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <meta name="description" content="">
-        <meta name="author" content="">
+        <meta name="description" content="Apache Zest™ is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from Aspect Oriented Programming, Dependency Injection and Domain Driven Design.
+Composite Oriented Programming allows developers to work with 'fragments', smaller than classes, and 'compose' fragments into larger 'composites' which acts like the regular objects. Apache Zest™ also tackles the enforcement of application composition, i.e. composites are declared in modules, modules are contained in layers and access between layers are controlled/enforced.
+">
+        <meta name="author" content="The Apache Zest™ Project">
+        <meta name="keywords" content="cop, composite oriented programming, ddd, domain driven design, composite, mixin, fragment, constraint, concern, side-effect, aop, aspect oriented programming, application, layer, module, structure, java, library, toolkit, framework">
 
         <!-- Le styles -->
         <link href="/landing-resources/css/bootstrap.css" rel="stylesheet">

Modified: zest/site/content/2009/01/09/qi4j-0.5.html
URL: http://svn.apache.org/viewvc/zest/site/content/2009/01/09/qi4j-0.5.html?rev=1692006&r1=1692005&r2=1692006&view=diff
==============================================================================
--- zest/site/content/2009/01/09/qi4j-0.5.html (original)
+++ zest/site/content/2009/01/09/qi4j-0.5.html Mon Jul 20 19:28:34 2015
@@ -4,8 +4,11 @@
         <meta charset="utf-8">
         <title>Qi4j 0.5 Released</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <meta name="description" content="">
-        <meta name="author" content="">
+        <meta name="description" content="Apache Zest™ is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from Aspect Oriented Programming, Dependency Injection and Domain Driven Design.
+Composite Oriented Programming allows developers to work with 'fragments', smaller than classes, and 'compose' fragments into larger 'composites' which acts like the regular objects. Apache Zest™ also tackles the enforcement of application composition, i.e. composites are declared in modules, modules are contained in layers and access between layers are controlled/enforced.
+">
+        <meta name="author" content="The Apache Zest™ Project">
+        <meta name="keywords" content="cop, composite oriented programming, ddd, domain driven design, composite, mixin, fragment, constraint, concern, side-effect, aop, aspect oriented programming, application, layer, module, structure, java, library, toolkit, framework">
 
         <!-- Le styles -->
         <link href="/landing-resources/css/bootstrap.css" rel="stylesheet">

Modified: zest/site/content/2009/01/10/arskonference.html
URL: http://svn.apache.org/viewvc/zest/site/content/2009/01/10/arskonference.html?rev=1692006&r1=1692005&r2=1692006&view=diff
==============================================================================
--- zest/site/content/2009/01/10/arskonference.html (original)
+++ zest/site/content/2009/01/10/arskonference.html Mon Jul 20 19:28:34 2015
@@ -4,8 +4,11 @@
         <meta charset="utf-8">
         <title>Qi4j @ Arskonference 2009</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <meta name="description" content="">
-        <meta name="author" content="">
+        <meta name="description" content="Apache Zest™ is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from Aspect Oriented Programming, Dependency Injection and Domain Driven Design.
+Composite Oriented Programming allows developers to work with 'fragments', smaller than classes, and 'compose' fragments into larger 'composites' which acts like the regular objects. Apache Zest™ also tackles the enforcement of application composition, i.e. composites are declared in modules, modules are contained in layers and access between layers are controlled/enforced.
+">
+        <meta name="author" content="The Apache Zest™ Project">
+        <meta name="keywords" content="cop, composite oriented programming, ddd, domain driven design, composite, mixin, fragment, constraint, concern, side-effect, aop, aspect oriented programming, application, layer, module, structure, java, library, toolkit, framework">
 
         <!-- Le styles -->
         <link href="/landing-resources/css/bootstrap.css" rel="stylesheet">

Modified: zest/site/content/2009/02/19/ddd-in-qi4j-explained.html
URL: http://svn.apache.org/viewvc/zest/site/content/2009/02/19/ddd-in-qi4j-explained.html?rev=1692006&r1=1692005&r2=1692006&view=diff
==============================================================================
--- zest/site/content/2009/02/19/ddd-in-qi4j-explained.html (original)
+++ zest/site/content/2009/02/19/ddd-in-qi4j-explained.html Mon Jul 20 19:28:34 2015
@@ -4,8 +4,11 @@
         <meta charset="utf-8">
         <title>DDD support in Qi4j explained</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <meta name="description" content="">
-        <meta name="author" content="">
+        <meta name="description" content="Apache Zest™ is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from Aspect Oriented Programming, Dependency Injection and Domain Driven Design.
+Composite Oriented Programming allows developers to work with 'fragments', smaller than classes, and 'compose' fragments into larger 'composites' which acts like the regular objects. Apache Zest™ also tackles the enforcement of application composition, i.e. composites are declared in modules, modules are contained in layers and access between layers are controlled/enforced.
+">
+        <meta name="author" content="The Apache Zest™ Project">
+        <meta name="keywords" content="cop, composite oriented programming, ddd, domain driven design, composite, mixin, fragment, constraint, concern, side-effect, aop, aspect oriented programming, application, layer, module, structure, java, library, toolkit, framework">
 
         <!-- Le styles -->
         <link href="/landing-resources/css/bootstrap.css" rel="stylesheet">

Modified: zest/site/content/2009/02/20/qi4j-0.6.html
URL: http://svn.apache.org/viewvc/zest/site/content/2009/02/20/qi4j-0.6.html?rev=1692006&r1=1692005&r2=1692006&view=diff
==============================================================================
--- zest/site/content/2009/02/20/qi4j-0.6.html (original)
+++ zest/site/content/2009/02/20/qi4j-0.6.html Mon Jul 20 19:28:34 2015
@@ -4,8 +4,11 @@
         <meta charset="utf-8">
         <title>Qi4j 0.6 Released</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <meta name="description" content="">
-        <meta name="author" content="">
+        <meta name="description" content="Apache Zest™ is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from Aspect Oriented Programming, Dependency Injection and Domain Driven Design.
+Composite Oriented Programming allows developers to work with 'fragments', smaller than classes, and 'compose' fragments into larger 'composites' which acts like the regular objects. Apache Zest™ also tackles the enforcement of application composition, i.e. composites are declared in modules, modules are contained in layers and access between layers are controlled/enforced.
+">
+        <meta name="author" content="The Apache Zest™ Project">
+        <meta name="keywords" content="cop, composite oriented programming, ddd, domain driven design, composite, mixin, fragment, constraint, concern, side-effect, aop, aspect oriented programming, application, layer, module, structure, java, library, toolkit, framework">
 
         <!-- Le styles -->
         <link href="/landing-resources/css/bootstrap.css" rel="stylesheet">

Modified: zest/site/content/2009/04/20/qi4j-0.7.html
URL: http://svn.apache.org/viewvc/zest/site/content/2009/04/20/qi4j-0.7.html?rev=1692006&r1=1692005&r2=1692006&view=diff
==============================================================================
--- zest/site/content/2009/04/20/qi4j-0.7.html (original)
+++ zest/site/content/2009/04/20/qi4j-0.7.html Mon Jul 20 19:28:34 2015
@@ -4,8 +4,11 @@
         <meta charset="utf-8">
         <title>Qi4j 0.7 Released</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <meta name="description" content="">
-        <meta name="author" content="">
+        <meta name="description" content="Apache Zest™ is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from Aspect Oriented Programming, Dependency Injection and Domain Driven Design.
+Composite Oriented Programming allows developers to work with 'fragments', smaller than classes, and 'compose' fragments into larger 'composites' which acts like the regular objects. Apache Zest™ also tackles the enforcement of application composition, i.e. composites are declared in modules, modules are contained in layers and access between layers are controlled/enforced.
+">
+        <meta name="author" content="The Apache Zest™ Project">
+        <meta name="keywords" content="cop, composite oriented programming, ddd, domain driven design, composite, mixin, fragment, constraint, concern, side-effect, aop, aspect oriented programming, application, layer, module, structure, java, library, toolkit, framework">
 
         <!-- Le styles -->
         <link href="/landing-resources/css/bootstrap.css" rel="stylesheet">

Modified: zest/site/content/2009/05/10/jfocus.html
URL: http://svn.apache.org/viewvc/zest/site/content/2009/05/10/jfocus.html?rev=1692006&r1=1692005&r2=1692006&view=diff
==============================================================================
--- zest/site/content/2009/05/10/jfocus.html (original)
+++ zest/site/content/2009/05/10/jfocus.html Mon Jul 20 19:28:34 2015
@@ -4,8 +4,11 @@
         <meta charset="utf-8">
         <title>Qi4j @ JFocus 2009 - COP / DDD</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <meta name="description" content="">
-        <meta name="author" content="">
+        <meta name="description" content="Apache Zest™ is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from Aspect Oriented Programming, Dependency Injection and Domain Driven Design.
+Composite Oriented Programming allows developers to work with 'fragments', smaller than classes, and 'compose' fragments into larger 'composites' which acts like the regular objects. Apache Zest™ also tackles the enforcement of application composition, i.e. composites are declared in modules, modules are contained in layers and access between layers are controlled/enforced.
+">
+        <meta name="author" content="The Apache Zest™ Project">
+        <meta name="keywords" content="cop, composite oriented programming, ddd, domain driven design, composite, mixin, fragment, constraint, concern, side-effect, aop, aspect oriented programming, application, layer, module, structure, java, library, toolkit, framework">
 
         <!-- Le styles -->
         <link href="/landing-resources/css/bootstrap.css" rel="stylesheet">

Modified: zest/site/content/2009/09/03/javazone.html
URL: http://svn.apache.org/viewvc/zest/site/content/2009/09/03/javazone.html?rev=1692006&r1=1692005&r2=1692006&view=diff
==============================================================================
--- zest/site/content/2009/09/03/javazone.html (original)
+++ zest/site/content/2009/09/03/javazone.html Mon Jul 20 19:28:34 2015
@@ -4,8 +4,11 @@
         <meta charset="utf-8">
         <title>Qi4j @ JavaZone 2009 - Persistence</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <meta name="description" content="">
-        <meta name="author" content="">
+        <meta name="description" content="Apache Zest™ is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from Aspect Oriented Programming, Dependency Injection and Domain Driven Design.
+Composite Oriented Programming allows developers to work with 'fragments', smaller than classes, and 'compose' fragments into larger 'composites' which acts like the regular objects. Apache Zest™ also tackles the enforcement of application composition, i.e. composites are declared in modules, modules are contained in layers and access between layers are controlled/enforced.
+">
+        <meta name="author" content="The Apache Zest™ Project">
+        <meta name="keywords" content="cop, composite oriented programming, ddd, domain driven design, composite, mixin, fragment, constraint, concern, side-effect, aop, aspect oriented programming, application, layer, module, structure, java, library, toolkit, framework">
 
         <!-- Le styles -->
         <link href="/landing-resources/css/bootstrap.css" rel="stylesheet">

Modified: zest/site/content/2010/01/25/oredev.html
URL: http://svn.apache.org/viewvc/zest/site/content/2010/01/25/oredev.html?rev=1692006&r1=1692005&r2=1692006&view=diff
==============================================================================
--- zest/site/content/2010/01/25/oredev.html (original)
+++ zest/site/content/2010/01/25/oredev.html Mon Jul 20 19:28:34 2015
@@ -4,8 +4,11 @@
         <meta charset="utf-8">
         <title>Qi4j @ 0redev 2010 - DCI</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <meta name="description" content="">
-        <meta name="author" content="">
+        <meta name="description" content="Apache Zest™ is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from Aspect Oriented Programming, Dependency Injection and Domain Driven Design.
+Composite Oriented Programming allows developers to work with 'fragments', smaller than classes, and 'compose' fragments into larger 'composites' which acts like the regular objects. Apache Zest™ also tackles the enforcement of application composition, i.e. composites are declared in modules, modules are contained in layers and access between layers are controlled/enforced.
+">
+        <meta name="author" content="The Apache Zest™ Project">
+        <meta name="keywords" content="cop, composite oriented programming, ddd, domain driven design, composite, mixin, fragment, constraint, concern, side-effect, aop, aspect oriented programming, application, layer, module, structure, java, library, toolkit, framework">
 
         <!-- Le styles -->
         <link href="/landing-resources/css/bootstrap.css" rel="stylesheet">

Modified: zest/site/content/2010/01/25/quicker-frameworks.html
URL: http://svn.apache.org/viewvc/zest/site/content/2010/01/25/quicker-frameworks.html?rev=1692006&r1=1692005&r2=1692006&view=diff
==============================================================================
--- zest/site/content/2010/01/25/quicker-frameworks.html (original)
+++ zest/site/content/2010/01/25/quicker-frameworks.html Mon Jul 20 19:28:34 2015
@@ -4,8 +4,11 @@
         <meta charset="utf-8">
         <title>Quicker Frameworks</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <meta name="description" content="">
-        <meta name="author" content="">
+        <meta name="description" content="Apache Zest™ is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from Aspect Oriented Programming, Dependency Injection and Domain Driven Design.
+Composite Oriented Programming allows developers to work with 'fragments', smaller than classes, and 'compose' fragments into larger 'composites' which acts like the regular objects. Apache Zest™ also tackles the enforcement of application composition, i.e. composites are declared in modules, modules are contained in layers and access between layers are controlled/enforced.
+">
+        <meta name="author" content="The Apache Zest™ Project">
+        <meta name="keywords" content="cop, composite oriented programming, ddd, domain driven design, composite, mixin, fragment, constraint, concern, side-effect, aop, aspect oriented programming, application, layer, module, structure, java, library, toolkit, framework">
 
         <!-- Le styles -->
         <link href="/landing-resources/css/bootstrap.css" rel="stylesheet">

Modified: zest/site/content/2010/01/28/qi4j-1.0.html
URL: http://svn.apache.org/viewvc/zest/site/content/2010/01/28/qi4j-1.0.html?rev=1692006&r1=1692005&r2=1692006&view=diff
==============================================================================
--- zest/site/content/2010/01/28/qi4j-1.0.html (original)
+++ zest/site/content/2010/01/28/qi4j-1.0.html Mon Jul 20 19:28:34 2015
@@ -4,8 +4,11 @@
         <meta charset="utf-8">
         <title>Qi4j SDK 1.0 has been released!</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <meta name="description" content="">
-        <meta name="author" content="">
+        <meta name="description" content="Apache Zest™ is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from Aspect Oriented Programming, Dependency Injection and Domain Driven Design.
+Composite Oriented Programming allows developers to work with 'fragments', smaller than classes, and 'compose' fragments into larger 'composites' which acts like the regular objects. Apache Zest™ also tackles the enforcement of application composition, i.e. composites are declared in modules, modules are contained in layers and access between layers are controlled/enforced.
+">
+        <meta name="author" content="The Apache Zest™ Project">
+        <meta name="keywords" content="cop, composite oriented programming, ddd, domain driven design, composite, mixin, fragment, constraint, concern, side-effect, aop, aspect oriented programming, application, layer, module, structure, java, library, toolkit, framework">
 
         <!-- Le styles -->
         <link href="/landing-resources/css/bootstrap.css" rel="stylesheet">

Modified: zest/site/content/2010/06/17/qi4j-1.1.html
URL: http://svn.apache.org/viewvc/zest/site/content/2010/06/17/qi4j-1.1.html?rev=1692006&r1=1692005&r2=1692006&view=diff
==============================================================================
--- zest/site/content/2010/06/17/qi4j-1.1.html (original)
+++ zest/site/content/2010/06/17/qi4j-1.1.html Mon Jul 20 19:28:34 2015
@@ -4,8 +4,11 @@
         <meta charset="utf-8">
         <title>Qi4j SDK 1.1 is out!</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <meta name="description" content="">
-        <meta name="author" content="">
+        <meta name="description" content="Apache Zest™ is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from Aspect Oriented Programming, Dependency Injection and Domain Driven Design.
+Composite Oriented Programming allows developers to work with 'fragments', smaller than classes, and 'compose' fragments into larger 'composites' which acts like the regular objects. Apache Zest™ also tackles the enforcement of application composition, i.e. composites are declared in modules, modules are contained in layers and access between layers are controlled/enforced.
+">
+        <meta name="author" content="The Apache Zest™ Project">
+        <meta name="keywords" content="cop, composite oriented programming, ddd, domain driven design, composite, mixin, fragment, constraint, concern, side-effect, aop, aspect oriented programming, application, layer, module, structure, java, library, toolkit, framework">
 
         <!-- Le styles -->
         <link href="/landing-resources/css/bootstrap.css" rel="stylesheet">

Modified: zest/site/content/2010/08/30/apache-roadshow-shanghai.html
URL: http://svn.apache.org/viewvc/zest/site/content/2010/08/30/apache-roadshow-shanghai.html?rev=1692006&r1=1692005&r2=1692006&view=diff
==============================================================================
--- zest/site/content/2010/08/30/apache-roadshow-shanghai.html (original)
+++ zest/site/content/2010/08/30/apache-roadshow-shanghai.html Mon Jul 20 19:28:34 2015
@@ -4,8 +4,11 @@
         <meta charset="utf-8">
         <title>Qi4j @ Apache Readshow Shanghai</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <meta name="description" content="">
-        <meta name="author" content="">
+        <meta name="description" content="Apache Zest™ is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from Aspect Oriented Programming, Dependency Injection and Domain Driven Design.
+Composite Oriented Programming allows developers to work with 'fragments', smaller than classes, and 'compose' fragments into larger 'composites' which acts like the regular objects. Apache Zest™ also tackles the enforcement of application composition, i.e. composites are declared in modules, modules are contained in layers and access between layers are controlled/enforced.
+">
+        <meta name="author" content="The Apache Zest™ Project">
+        <meta name="keywords" content="cop, composite oriented programming, ddd, domain driven design, composite, mixin, fragment, constraint, concern, side-effect, aop, aspect oriented programming, application, layer, module, structure, java, library, toolkit, framework">
 
         <!-- Le styles -->
         <link href="/landing-resources/css/bootstrap.css" rel="stylesheet">

Modified: zest/site/content/2010/09/18/javazone.html
URL: http://svn.apache.org/viewvc/zest/site/content/2010/09/18/javazone.html?rev=1692006&r1=1692005&r2=1692006&view=diff
==============================================================================
--- zest/site/content/2010/09/18/javazone.html (original)
+++ zest/site/content/2010/09/18/javazone.html Mon Jul 20 19:28:34 2015
@@ -4,8 +4,11 @@
         <meta charset="utf-8">
         <title>Qi4j @ JavaZone 2010 - ReST/DCI</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <meta name="description" content="">
-        <meta name="author" content="">
+        <meta name="description" content="Apache Zest™ is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from Aspect Oriented Programming, Dependency Injection and Domain Driven Design.
+Composite Oriented Programming allows developers to work with 'fragments', smaller than classes, and 'compose' fragments into larger 'composites' which acts like the regular objects. Apache Zest™ also tackles the enforcement of application composition, i.e. composites are declared in modules, modules are contained in layers and access between layers are controlled/enforced.
+">
+        <meta name="author" content="The Apache Zest™ Project">
+        <meta name="keywords" content="cop, composite oriented programming, ddd, domain driven design, composite, mixin, fragment, constraint, concern, side-effect, aop, aspect oriented programming, application, layer, module, structure, java, library, toolkit, framework">
 
         <!-- Le styles -->
         <link href="/landing-resources/css/bootstrap.css" rel="stylesheet">

Modified: zest/site/content/2010/10/23/qi4j-sdk-1.2.html
URL: http://svn.apache.org/viewvc/zest/site/content/2010/10/23/qi4j-sdk-1.2.html?rev=1692006&r1=1692005&r2=1692006&view=diff
==============================================================================
--- zest/site/content/2010/10/23/qi4j-sdk-1.2.html (original)
+++ zest/site/content/2010/10/23/qi4j-sdk-1.2.html Mon Jul 20 19:28:34 2015
@@ -4,8 +4,11 @@
         <meta charset="utf-8">
         <title>Qi4j SDK 1.2 Released</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <meta name="description" content="">
-        <meta name="author" content="">
+        <meta name="description" content="Apache Zest™ is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from Aspect Oriented Programming, Dependency Injection and Domain Driven Design.
+Composite Oriented Programming allows developers to work with 'fragments', smaller than classes, and 'compose' fragments into larger 'composites' which acts like the regular objects. Apache Zest™ also tackles the enforcement of application composition, i.e. composites are declared in modules, modules are contained in layers and access between layers are controlled/enforced.
+">
+        <meta name="author" content="The Apache Zest™ Project">
+        <meta name="keywords" content="cop, composite oriented programming, ddd, domain driven design, composite, mixin, fragment, constraint, concern, side-effect, aop, aspect oriented programming, application, layer, module, structure, java, library, toolkit, framework">
 
         <!-- Le styles -->
         <link href="/landing-resources/css/bootstrap.css" rel="stylesheet">

Modified: zest/site/content/2011/02/21/gradle.html
URL: http://svn.apache.org/viewvc/zest/site/content/2011/02/21/gradle.html?rev=1692006&r1=1692005&r2=1692006&view=diff
==============================================================================
--- zest/site/content/2011/02/21/gradle.html (original)
+++ zest/site/content/2011/02/21/gradle.html Mon Jul 20 19:28:34 2015
@@ -4,8 +4,11 @@
         <meta charset="utf-8">
         <title>Qi4j moves to Gradle</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <meta name="description" content="">
-        <meta name="author" content="">
+        <meta name="description" content="Apache Zest™ is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from Aspect Oriented Programming, Dependency Injection and Domain Driven Design.
+Composite Oriented Programming allows developers to work with 'fragments', smaller than classes, and 'compose' fragments into larger 'composites' which acts like the regular objects. Apache Zest™ also tackles the enforcement of application composition, i.e. composites are declared in modules, modules are contained in layers and access between layers are controlled/enforced.
+">
+        <meta name="author" content="The Apache Zest™ Project">
+        <meta name="keywords" content="cop, composite oriented programming, ddd, domain driven design, composite, mixin, fragment, constraint, concern, side-effect, aop, aspect oriented programming, application, layer, module, structure, java, library, toolkit, framework">
 
         <!-- Le styles -->
         <link href="/landing-resources/css/bootstrap.css" rel="stylesheet">

Modified: zest/site/content/2011/04/15/qi4j-sdk-1.3.html
URL: http://svn.apache.org/viewvc/zest/site/content/2011/04/15/qi4j-sdk-1.3.html?rev=1692006&r1=1692005&r2=1692006&view=diff
==============================================================================
--- zest/site/content/2011/04/15/qi4j-sdk-1.3.html (original)
+++ zest/site/content/2011/04/15/qi4j-sdk-1.3.html Mon Jul 20 19:28:34 2015
@@ -4,8 +4,11 @@
         <meta charset="utf-8">
         <title>Qi4j SDK Release 1.3</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <meta name="description" content="">
-        <meta name="author" content="">
+        <meta name="description" content="Apache Zest™ is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from Aspect Oriented Programming, Dependency Injection and Domain Driven Design.
+Composite Oriented Programming allows developers to work with 'fragments', smaller than classes, and 'compose' fragments into larger 'composites' which acts like the regular objects. Apache Zest™ also tackles the enforcement of application composition, i.e. composites are declared in modules, modules are contained in layers and access between layers are controlled/enforced.
+">
+        <meta name="author" content="The Apache Zest™ Project">
+        <meta name="keywords" content="cop, composite oriented programming, ddd, domain driven design, composite, mixin, fragment, constraint, concern, side-effect, aop, aspect oriented programming, application, layer, module, structure, java, library, toolkit, framework">
 
         <!-- Le styles -->
         <link href="/landing-resources/css/bootstrap.css" rel="stylesheet">

Modified: zest/site/content/2011/08/06/qi4j-sdk-1.4.html
URL: http://svn.apache.org/viewvc/zest/site/content/2011/08/06/qi4j-sdk-1.4.html?rev=1692006&r1=1692005&r2=1692006&view=diff
==============================================================================
--- zest/site/content/2011/08/06/qi4j-sdk-1.4.html (original)
+++ zest/site/content/2011/08/06/qi4j-sdk-1.4.html Mon Jul 20 19:28:34 2015
@@ -4,8 +4,11 @@
         <meta charset="utf-8">
         <title>Qi4j SDK Release 1.4</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <meta name="description" content="">
-        <meta name="author" content="">
+        <meta name="description" content="Apache Zest™ is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from Aspect Oriented Programming, Dependency Injection and Domain Driven Design.
+Composite Oriented Programming allows developers to work with 'fragments', smaller than classes, and 'compose' fragments into larger 'composites' which acts like the regular objects. Apache Zest™ also tackles the enforcement of application composition, i.e. composites are declared in modules, modules are contained in layers and access between layers are controlled/enforced.
+">
+        <meta name="author" content="The Apache Zest™ Project">
+        <meta name="keywords" content="cop, composite oriented programming, ddd, domain driven design, composite, mixin, fragment, constraint, concern, side-effect, aop, aspect oriented programming, application, layer, module, structure, java, library, toolkit, framework">
 
         <!-- Le styles -->
         <link href="/landing-resources/css/bootstrap.css" rel="stylesheet">

Modified: zest/site/content/2012/02/15/jfocus.html
URL: http://svn.apache.org/viewvc/zest/site/content/2012/02/15/jfocus.html?rev=1692006&r1=1692005&r2=1692006&view=diff
==============================================================================
--- zest/site/content/2012/02/15/jfocus.html (original)
+++ zest/site/content/2012/02/15/jfocus.html Mon Jul 20 19:28:34 2015
@@ -4,8 +4,11 @@
         <meta charset="utf-8">
         <title>Qi4j @ JFocus 2012 - ReST</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <meta name="description" content="">
-        <meta name="author" content="">
+        <meta name="description" content="Apache Zest™ is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from Aspect Oriented Programming, Dependency Injection and Domain Driven Design.
+Composite Oriented Programming allows developers to work with 'fragments', smaller than classes, and 'compose' fragments into larger 'composites' which acts like the regular objects. Apache Zest™ also tackles the enforcement of application composition, i.e. composites are declared in modules, modules are contained in layers and access between layers are controlled/enforced.
+">
+        <meta name="author" content="The Apache Zest™ Project">
+        <meta name="keywords" content="cop, composite oriented programming, ddd, domain driven design, composite, mixin, fragment, constraint, concern, side-effect, aop, aspect oriented programming, application, layer, module, structure, java, library, toolkit, framework">
 
         <!-- Le styles -->
         <link href="/landing-resources/css/bootstrap.css" rel="stylesheet">

Modified: zest/site/content/2012/05/02/qi4j-future.html
URL: http://svn.apache.org/viewvc/zest/site/content/2012/05/02/qi4j-future.html?rev=1692006&r1=1692005&r2=1692006&view=diff
==============================================================================
--- zest/site/content/2012/05/02/qi4j-future.html (original)
+++ zest/site/content/2012/05/02/qi4j-future.html Mon Jul 20 19:28:34 2015
@@ -4,8 +4,11 @@
         <meta charset="utf-8">
         <title>Qi4j's Future</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <meta name="description" content="">
-        <meta name="author" content="">
+        <meta name="description" content="Apache Zest™ is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from Aspect Oriented Programming, Dependency Injection and Domain Driven Design.
+Composite Oriented Programming allows developers to work with 'fragments', smaller than classes, and 'compose' fragments into larger 'composites' which acts like the regular objects. Apache Zest™ also tackles the enforcement of application composition, i.e. composites are declared in modules, modules are contained in layers and access between layers are controlled/enforced.
+">
+        <meta name="author" content="The Apache Zest™ Project">
+        <meta name="keywords" content="cop, composite oriented programming, ddd, domain driven design, composite, mixin, fragment, constraint, concern, side-effect, aop, aspect oriented programming, application, layer, module, structure, java, library, toolkit, framework">
 
         <!-- Le styles -->
         <link href="/landing-resources/css/bootstrap.css" rel="stylesheet">

Modified: zest/site/content/2012/05/25/new-website.html
URL: http://svn.apache.org/viewvc/zest/site/content/2012/05/25/new-website.html?rev=1692006&r1=1692005&r2=1692006&view=diff
==============================================================================
--- zest/site/content/2012/05/25/new-website.html (original)
+++ zest/site/content/2012/05/25/new-website.html Mon Jul 20 19:28:34 2015
@@ -4,8 +4,11 @@
         <meta charset="utf-8">
         <title>New Qi4j website!</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <meta name="description" content="">
-        <meta name="author" content="">
+        <meta name="description" content="Apache Zest™ is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from Aspect Oriented Programming, Dependency Injection and Domain Driven Design.
+Composite Oriented Programming allows developers to work with 'fragments', smaller than classes, and 'compose' fragments into larger 'composites' which acts like the regular objects. Apache Zest™ also tackles the enforcement of application composition, i.e. composites are declared in modules, modules are contained in layers and access between layers are controlled/enforced.
+">
+        <meta name="author" content="The Apache Zest™ Project">
+        <meta name="keywords" content="cop, composite oriented programming, ddd, domain driven design, composite, mixin, fragment, constraint, concern, side-effect, aop, aspect oriented programming, application, layer, module, structure, java, library, toolkit, framework">
 
         <!-- Le styles -->
         <link href="/landing-resources/css/bootstrap.css" rel="stylesheet">

Modified: zest/site/content/2012/12/25/qi4j-2.0-rc1.html
URL: http://svn.apache.org/viewvc/zest/site/content/2012/12/25/qi4j-2.0-rc1.html?rev=1692006&r1=1692005&r2=1692006&view=diff
==============================================================================
--- zest/site/content/2012/12/25/qi4j-2.0-rc1.html (original)
+++ zest/site/content/2012/12/25/qi4j-2.0-rc1.html Mon Jul 20 19:28:34 2015
@@ -4,8 +4,11 @@
         <meta charset="utf-8">
         <title>Qi4j SDK Release 2.0-RC1</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <meta name="description" content="">
-        <meta name="author" content="">
+        <meta name="description" content="Apache Zest™ is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from Aspect Oriented Programming, Dependency Injection and Domain Driven Design.
+Composite Oriented Programming allows developers to work with 'fragments', smaller than classes, and 'compose' fragments into larger 'composites' which acts like the regular objects. Apache Zest™ also tackles the enforcement of application composition, i.e. composites are declared in modules, modules are contained in layers and access between layers are controlled/enforced.
+">
+        <meta name="author" content="The Apache Zest™ Project">
+        <meta name="keywords" content="cop, composite oriented programming, ddd, domain driven design, composite, mixin, fragment, constraint, concern, side-effect, aop, aspect oriented programming, application, layer, module, structure, java, library, toolkit, framework">
 
         <!-- Le styles -->
         <link href="/landing-resources/css/bootstrap.css" rel="stylesheet">

Modified: zest/site/content/2013/04/15/qi4j-2.0-rc2.html
URL: http://svn.apache.org/viewvc/zest/site/content/2013/04/15/qi4j-2.0-rc2.html?rev=1692006&r1=1692005&r2=1692006&view=diff
==============================================================================
--- zest/site/content/2013/04/15/qi4j-2.0-rc2.html (original)
+++ zest/site/content/2013/04/15/qi4j-2.0-rc2.html Mon Jul 20 19:28:34 2015
@@ -4,8 +4,11 @@
         <meta charset="utf-8">
         <title>Qi4j SDK Release 2.0-RC2</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <meta name="description" content="">
-        <meta name="author" content="">
+        <meta name="description" content="Apache Zest™ is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from Aspect Oriented Programming, Dependency Injection and Domain Driven Design.
+Composite Oriented Programming allows developers to work with 'fragments', smaller than classes, and 'compose' fragments into larger 'composites' which acts like the regular objects. Apache Zest™ also tackles the enforcement of application composition, i.e. composites are declared in modules, modules are contained in layers and access between layers are controlled/enforced.
+">
+        <meta name="author" content="The Apache Zest™ Project">
+        <meta name="keywords" content="cop, composite oriented programming, ddd, domain driven design, composite, mixin, fragment, constraint, concern, side-effect, aop, aspect oriented programming, application, layer, module, structure, java, library, toolkit, framework">
 
         <!-- Le styles -->
         <link href="/landing-resources/css/bootstrap.css" rel="stylesheet">

Modified: zest/site/content/2013/04/28/qi4j-2.0.html
URL: http://svn.apache.org/viewvc/zest/site/content/2013/04/28/qi4j-2.0.html?rev=1692006&r1=1692005&r2=1692006&view=diff
==============================================================================
--- zest/site/content/2013/04/28/qi4j-2.0.html (original)
+++ zest/site/content/2013/04/28/qi4j-2.0.html Mon Jul 20 19:28:34 2015
@@ -4,8 +4,11 @@
         <meta charset="utf-8">
         <title>Qi4j SDK Release 2.0</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <meta name="description" content="">
-        <meta name="author" content="">
+        <meta name="description" content="Apache Zest™ is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from Aspect Oriented Programming, Dependency Injection and Domain Driven Design.
+Composite Oriented Programming allows developers to work with 'fragments', smaller than classes, and 'compose' fragments into larger 'composites' which acts like the regular objects. Apache Zest™ also tackles the enforcement of application composition, i.e. composites are declared in modules, modules are contained in layers and access between layers are controlled/enforced.
+">
+        <meta name="author" content="The Apache Zest™ Project">
+        <meta name="keywords" content="cop, composite oriented programming, ddd, domain driven design, composite, mixin, fragment, constraint, concern, side-effect, aop, aspect oriented programming, application, layer, module, structure, java, library, toolkit, framework">
 
         <!-- Le styles -->
         <link href="/landing-resources/css/bootstrap.css" rel="stylesheet">

Modified: zest/site/content/asf_proposal.html
URL: http://svn.apache.org/viewvc/zest/site/content/asf_proposal.html?rev=1692006&r1=1692005&r2=1692006&view=diff
==============================================================================
--- zest/site/content/asf_proposal.html (original)
+++ zest/site/content/asf_proposal.html Mon Jul 20 19:28:34 2015
@@ -4,8 +4,12 @@
         <meta charset="utf-8">
         <title>ASF Proposal</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <meta name="description" content="">
-        <meta name="author" content="">
+        <meta name="description" content="Apache Zest™ is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from Aspect Oriented Programming, Dependency Injection and Domain Driven Design.
+Composite Oriented Programming allows developers to work with 'fragments', smaller than classes, and 'compose' fragments into larger 'composites' which acts like the regular objects. Apache Zest™ also tackles the enforcement of application composition, i.e. composites are declared in modules, modules are contained in layers and access between layers are controlled/enforced.
+">
+        <meta name="author" content="The Apache Zest™ Project">
+        <meta name="keywords" content="cop, composite oriented programming, ddd, domain driven design, composite, mixin, fragment, constraint, concern, side-effect, aop, aspect oriented programming, application, layer, module, structure, java, library, toolkit, framework">
+
 
         <!-- Le styles -->
         <link href="/landing-resources/css/bootstrap.css" rel="stylesheet">

Modified: zest/site/content/atom.xml
URL: http://svn.apache.org/viewvc/zest/site/content/atom.xml?rev=1692006&r1=1692005&r2=1692006&view=diff
==============================================================================
--- zest/site/content/atom.xml (original)
+++ zest/site/content/atom.xml Mon Jul 20 19:28:34 2015
@@ -4,7 +4,7 @@
  <title></title>
  <link href="https://zest.apache.org/atom.xml" rel="self"/>
  <link href="https://zest.apache.org"/>
- <updated>2015-07-07T14:32:57+02:00</updated>
+ <updated>2015-07-20T21:27:14+02:00</updated>
  <id>https://zest.apache.org</id>
  <author>
    <name></name>

Modified: zest/site/content/community/codebase.html
URL: http://svn.apache.org/viewvc/zest/site/content/community/codebase.html?rev=1692006&r1=1692005&r2=1692006&view=diff
==============================================================================
--- zest/site/content/community/codebase.html (original)
+++ zest/site/content/community/codebase.html Mon Jul 20 19:28:34 2015
@@ -4,8 +4,12 @@
         <meta charset="utf-8">
         <title>Apache Zest™ Codebase</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <meta name="description" content="">
-        <meta name="author" content="">
+        <meta name="description" content="Apache Zest™ is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from Aspect Oriented Programming, Dependency Injection and Domain Driven Design.
+Composite Oriented Programming allows developers to work with 'fragments', smaller than classes, and 'compose' fragments into larger 'composites' which acts like the regular objects. Apache Zest™ also tackles the enforcement of application composition, i.e. composites are declared in modules, modules are contained in layers and access between layers are controlled/enforced.
+">
+        <meta name="author" content="The Apache Zest™ Project">
+        <meta name="keywords" content="cop, composite oriented programming, ddd, domain driven design, composite, mixin, fragment, constraint, concern, side-effect, aop, aspect oriented programming, application, layer, module, structure, java, library, toolkit, framework">
+
 
         <!-- Le styles -->
         <link href="/landing-resources/css/bootstrap.css" rel="stylesheet">

Modified: zest/site/content/community/contributors.html
URL: http://svn.apache.org/viewvc/zest/site/content/community/contributors.html?rev=1692006&r1=1692005&r2=1692006&view=diff
==============================================================================
--- zest/site/content/community/contributors.html (original)
+++ zest/site/content/community/contributors.html Mon Jul 20 19:28:34 2015
@@ -4,8 +4,12 @@
         <meta charset="utf-8">
         <title>People behind Apache Zest™</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <meta name="description" content="">
-        <meta name="author" content="">
+        <meta name="description" content="Apache Zest™ is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from Aspect Oriented Programming, Dependency Injection and Domain Driven Design.
+Composite Oriented Programming allows developers to work with 'fragments', smaller than classes, and 'compose' fragments into larger 'composites' which acts like the regular objects. Apache Zest™ also tackles the enforcement of application composition, i.e. composites are declared in modules, modules are contained in layers and access between layers are controlled/enforced.
+">
+        <meta name="author" content="The Apache Zest™ Project">
+        <meta name="keywords" content="cop, composite oriented programming, ddd, domain driven design, composite, mixin, fragment, constraint, concern, side-effect, aop, aspect oriented programming, application, layer, module, structure, java, library, toolkit, framework">
+
 
         <!-- Le styles -->
         <link href="/landing-resources/css/bootstrap.css" rel="stylesheet">

Modified: zest/site/content/community/get_help.html
URL: http://svn.apache.org/viewvc/zest/site/content/community/get_help.html?rev=1692006&r1=1692005&r2=1692006&view=diff
==============================================================================
--- zest/site/content/community/get_help.html (original)
+++ zest/site/content/community/get_help.html Mon Jul 20 19:28:34 2015
@@ -4,8 +4,12 @@
         <meta charset="utf-8">
         <title>Apache Zest™ - Get Help</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <meta name="description" content="">
-        <meta name="author" content="">
+        <meta name="description" content="Apache Zest™ is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from Aspect Oriented Programming, Dependency Injection and Domain Driven Design.
+Composite Oriented Programming allows developers to work with 'fragments', smaller than classes, and 'compose' fragments into larger 'composites' which acts like the regular objects. Apache Zest™ also tackles the enforcement of application composition, i.e. composites are declared in modules, modules are contained in layers and access between layers are controlled/enforced.
+">
+        <meta name="author" content="The Apache Zest™ Project">
+        <meta name="keywords" content="cop, composite oriented programming, ddd, domain driven design, composite, mixin, fragment, constraint, concern, side-effect, aop, aspect oriented programming, application, layer, module, structure, java, library, toolkit, framework">
+
 
         <!-- Le styles -->
         <link href="/landing-resources/css/bootstrap.css" rel="stylesheet">

Modified: zest/site/content/community/index.html
URL: http://svn.apache.org/viewvc/zest/site/content/community/index.html?rev=1692006&r1=1692005&r2=1692006&view=diff
==============================================================================
--- zest/site/content/community/index.html (original)
+++ zest/site/content/community/index.html Mon Jul 20 19:28:34 2015
@@ -4,8 +4,12 @@
         <meta charset="utf-8">
         <title>Apache Zest™ Community</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <meta name="description" content="">
-        <meta name="author" content="">
+        <meta name="description" content="Apache Zest™ is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from Aspect Oriented Programming, Dependency Injection and Domain Driven Design.
+Composite Oriented Programming allows developers to work with 'fragments', smaller than classes, and 'compose' fragments into larger 'composites' which acts like the regular objects. Apache Zest™ also tackles the enforcement of application composition, i.e. composites are declared in modules, modules are contained in layers and access between layers are controlled/enforced.
+">
+        <meta name="author" content="The Apache Zest™ Project">
+        <meta name="keywords" content="cop, composite oriented programming, ddd, domain driven design, composite, mixin, fragment, constraint, concern, side-effect, aop, aspect oriented programming, application, layer, module, structure, java, library, toolkit, framework">
+
 
         <!-- Le styles -->
         <link href="/landing-resources/css/bootstrap.css" rel="stylesheet">

Modified: zest/site/content/community/licensing_faq.html
URL: http://svn.apache.org/viewvc/zest/site/content/community/licensing_faq.html?rev=1692006&r1=1692005&r2=1692006&view=diff
==============================================================================
--- zest/site/content/community/licensing_faq.html (original)
+++ zest/site/content/community/licensing_faq.html Mon Jul 20 19:28:34 2015
@@ -4,8 +4,12 @@
         <meta charset="utf-8">
         <title>Apache Zest™ Licensing FAQ</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <meta name="description" content="">
-        <meta name="author" content="">
+        <meta name="description" content="Apache Zest™ is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from Aspect Oriented Programming, Dependency Injection and Domain Driven Design.
+Composite Oriented Programming allows developers to work with 'fragments', smaller than classes, and 'compose' fragments into larger 'composites' which acts like the regular objects. Apache Zest™ also tackles the enforcement of application composition, i.e. composites are declared in modules, modules are contained in layers and access between layers are controlled/enforced.
+">
+        <meta name="author" content="The Apache Zest™ Project">
+        <meta name="keywords" content="cop, composite oriented programming, ddd, domain driven design, composite, mixin, fragment, constraint, concern, side-effect, aop, aspect oriented programming, application, layer, module, structure, java, library, toolkit, framework">
+
 
         <!-- Le styles -->
         <link href="/landing-resources/css/bootstrap.css" rel="stylesheet">

Modified: zest/site/content/community/maturity.html
URL: http://svn.apache.org/viewvc/zest/site/content/community/maturity.html?rev=1692006&r1=1692005&r2=1692006&view=diff
==============================================================================
--- zest/site/content/community/maturity.html (original)
+++ zest/site/content/community/maturity.html Mon Jul 20 19:28:34 2015
@@ -4,8 +4,12 @@
         <meta charset="utf-8">
         <title>Apache Zest™ Maturity Model</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <meta name="description" content="">
-        <meta name="author" content="">
+        <meta name="description" content="Apache Zest™ is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from Aspect Oriented Programming, Dependency Injection and Domain Driven Design.
+Composite Oriented Programming allows developers to work with 'fragments', smaller than classes, and 'compose' fragments into larger 'composites' which acts like the regular objects. Apache Zest™ also tackles the enforcement of application composition, i.e. composites are declared in modules, modules are contained in layers and access between layers are controlled/enforced.
+">
+        <meta name="author" content="The Apache Zest™ Project">
+        <meta name="keywords" content="cop, composite oriented programming, ddd, domain driven design, composite, mixin, fragment, constraint, concern, side-effect, aop, aspect oriented programming, application, layer, module, structure, java, library, toolkit, framework">
+
 
         <!-- Le styles -->
         <link href="/landing-resources/css/bootstrap.css" rel="stylesheet">

Modified: zest/site/content/community/participate.html
URL: http://svn.apache.org/viewvc/zest/site/content/community/participate.html?rev=1692006&r1=1692005&r2=1692006&view=diff
==============================================================================
--- zest/site/content/community/participate.html (original)
+++ zest/site/content/community/participate.html Mon Jul 20 19:28:34 2015
@@ -4,8 +4,12 @@
         <meta charset="utf-8">
         <title>Participate to Apache Zest™</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <meta name="description" content="">
-        <meta name="author" content="">
+        <meta name="description" content="Apache Zest™ is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from Aspect Oriented Programming, Dependency Injection and Domain Driven Design.
+Composite Oriented Programming allows developers to work with 'fragments', smaller than classes, and 'compose' fragments into larger 'composites' which acts like the regular objects. Apache Zest™ also tackles the enforcement of application composition, i.e. composites are declared in modules, modules are contained in layers and access between layers are controlled/enforced.
+">
+        <meta name="author" content="The Apache Zest™ Project">
+        <meta name="keywords" content="cop, composite oriented programming, ddd, domain driven design, composite, mixin, fragment, constraint, concern, side-effect, aop, aspect oriented programming, application, layer, module, structure, java, library, toolkit, framework">
+
 
         <!-- Le styles -->
         <link href="/landing-resources/css/bootstrap.css" rel="stylesheet">

Modified: zest/site/content/community/playing_field.html
URL: http://svn.apache.org/viewvc/zest/site/content/community/playing_field.html?rev=1692006&r1=1692005&r2=1692006&view=diff
==============================================================================
--- zest/site/content/community/playing_field.html (original)
+++ zest/site/content/community/playing_field.html Mon Jul 20 19:28:34 2015
@@ -4,8 +4,12 @@
         <meta charset="utf-8">
         <title>Playing field</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <meta name="description" content="">
-        <meta name="author" content="">
+        <meta name="description" content="Apache Zest™ is a community based effort exploring Composite Oriented Programming for domain centric application development. This includes evolved concepts from Aspect Oriented Programming, Dependency Injection and Domain Driven Design.
+Composite Oriented Programming allows developers to work with 'fragments', smaller than classes, and 'compose' fragments into larger 'composites' which acts like the regular objects. Apache Zest™ also tackles the enforcement of application composition, i.e. composites are declared in modules, modules are contained in layers and access between layers are controlled/enforced.
+">
+        <meta name="author" content="The Apache Zest™ Project">
+        <meta name="keywords" content="cop, composite oriented programming, ddd, domain driven design, composite, mixin, fragment, constraint, concern, side-effect, aop, aspect oriented programming, application, layer, module, structure, java, library, toolkit, framework">
+
 
         <!-- Le styles -->
         <link href="/landing-resources/css/bootstrap.css" rel="stylesheet">