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/06/16 15:05:44 UTC

svn commit: r1685817 - in /zest/site: content/atom.xml content/index.html src/index.html

Author: paulmerlin
Date: Tue Jun 16 13:05:43 2015
New Revision: 1685817

URL: http://svn.apache.org/r1685817
Log:
zest: update index page to clarify Apache Zest relation to its Qi4j subproject

Modified:
    zest/site/content/atom.xml
    zest/site/content/index.html
    zest/site/src/index.html

Modified: zest/site/content/atom.xml
URL: http://svn.apache.org/viewvc/zest/site/content/atom.xml?rev=1685817&r1=1685816&r2=1685817&view=diff
==============================================================================
--- zest/site/content/atom.xml (original)
+++ zest/site/content/atom.xml Tue Jun 16 13:05:43 2015
@@ -4,7 +4,7 @@
  <title></title>
  <link href="http://zest.apache.org/atom.xml" rel="self"/>
  <link href="http://zest.apache.org"/>
- <updated>2015-06-16T14:58:39+02:00</updated>
+ <updated>2015-06-16T15:04:48+02:00</updated>
  <id>http://zest.apache.org</id>
  <author>
    <name></name>

Modified: zest/site/content/index.html
URL: http://svn.apache.org/viewvc/zest/site/content/index.html?rev=1685817&r1=1685816&r2=1685817&view=diff
==============================================================================
--- zest/site/content/index.html (original)
+++ zest/site/content/index.html Tue Jun 16 13:05:43 2015
@@ -115,10 +115,13 @@
                 <div class="well">
                     <h2>What is Apache Zest?</h2>
                     <p>
-                        The short answer is that 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.
+                        The short answer is that <strong>Apache Zest</strong> 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.
                     </p>
                     <p>
-                        <strong>Qi4j</strong> is an implementation of Composite Oriented Programming, using the standard Java platform, without the use of any pre-processors or new language elements. Everything you know from Java still applies and you can leverage both your experience and toolkits to become more productive with Composite Oriented Programming today.
+                        <strong>Apache Zest Qi4j</strong> is an implementation of Composite Oriented Programming, using the standard Java platform, without the use of any pre-processors or new language elements. Everything you know from Java still applies and you can leverage both your experience and toolkits to become more productive with Composite Oriented Programming today.
+                    </p>
+                    <p>
+                        The Apache Zest project welcomes any project exploring Composite Oriented Programming for domain centric application development using <strong>any programming language</strong>.
                     </p>
                 </div>
             </div>
@@ -131,22 +134,22 @@
         <div class="row-fluid">
             <div class="span6">
                 <h3><i class="icon-briefcase"></i> Learn more</h3>
-                <p><a href="qi4j/latest/intro.html">Learn more</a> about problems Qi4j tries to solve thanks to Composite Oriented Programming and how you can confidently develop domain centric applications with it.</p>
+                <p><a href="qi4j/latest/intro.html">Learn more</a> about problems Apache Zest Qi4j tries to solve thanks to Composite Oriented Programming and how you can confidently develop domain centric applications with it.</p>
             </div><!--/span-->
             <div class="span6">
                 <h3><i class="icon-download"></i> Download</h3>
-                <p><a href="downloads.html">Download</a> the Qi4j SDK binaries and sources, learn how to <a href="qi4j/latest/howto-depend-on-qi4j.html">depend on Qi4j in your build</a> or simply get the <a href="community/codebase.html">source</a>.</p>
+                <p><a href="downloads.html">Download</a> the Apache Zest Qi4j SDK binaries and sources, learn how to <a href="qi4j/latest/howto-depend-on-qi4j.html">depend on Apache Zest Qi4j in your build</a> or simply get the <a href="community/codebase.html">source</a>.</p>
             </div><!--/span-->
         </div><!--/row-->
         <div class="row-fluid">
             <div class="span6">
                 <h3><i class="icon-time"></i> Get started</h3>
-                <p>Get a grasp on Qi4j in 2:42 and then, get real through the first steps needed to get a complete application up and running. From there, work through the fundamentals of Qi4j development with in-depth tutorials.</p>
+                <p>Get a grasp on Apache Zest Qi4j in 2:42 and then, get real through the first steps needed to get a complete application up and running. From there, work through the fundamentals of Apache Zest Qi4j development with in-depth tutorials.</p>
                 <p><a href="qi4j/latest/tutorials.html"><i class="icon-time"></i> View details &raquo;</a></p>
             </div><!--/span-->
             <div class="span6">
                 <h3><i class="icon-book"></i> Read the docs</h3>
-                <p>Everything you need to know about internals and how to use Qi4j. Runable samples, comprehensive documentation of the Qi4j Core, Libraries, Extensions and Tools.</p>
+                <p>Everything you need to know about internals and how to use Apache Zest Qi4j. Runable samples, comprehensive documentation of the Apache Zest Qi4j Core, Libraries, Extensions and Tools.</p>
                 <p><a class="" href="qi4j/latest/index.html"><i class="icon-book"></i> View details &raquo;</a></p>
             </div><!--/span-->
         </div><!--/row-->

Modified: zest/site/src/index.html
URL: http://svn.apache.org/viewvc/zest/site/src/index.html?rev=1685817&r1=1685816&r2=1685817&view=diff
==============================================================================
--- zest/site/src/index.html (original)
+++ zest/site/src/index.html Tue Jun 16 13:05:43 2015
@@ -20,10 +20,13 @@ title: Apache Zest
                 <div class="well">
                     <h2>What is Apache Zest?</h2>
                     <p>
-                        The short answer is that 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.
+                        The short answer is that <strong>Apache Zest</strong> 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.
                     </p>
                     <p>
-                        <strong>Qi4j</strong> is an implementation of Composite Oriented Programming, using the standard Java platform, without the use of any pre-processors or new language elements. Everything you know from Java still applies and you can leverage both your experience and toolkits to become more productive with Composite Oriented Programming today.
+                        <strong>Apache Zest Qi4j</strong> is an implementation of Composite Oriented Programming, using the standard Java platform, without the use of any pre-processors or new language elements. Everything you know from Java still applies and you can leverage both your experience and toolkits to become more productive with Composite Oriented Programming today.
+                    </p>
+                    <p>
+                        The Apache Zest project welcomes any project exploring Composite Oriented Programming for domain centric application development using <strong>any programming language</strong>.
                     </p>
                 </div>
             </div>
@@ -36,22 +39,22 @@ title: Apache Zest
         <div class="row-fluid">
             <div class="span6">
                 <h3><i class="icon-briefcase"></i> Learn more</h3>
-                <p><a href="qi4j/latest/intro.html">Learn more</a> about problems Qi4j tries to solve thanks to Composite Oriented Programming and how you can confidently develop domain centric applications with it.</p>
+                <p><a href="qi4j/latest/intro.html">Learn more</a> about problems Apache Zest Qi4j tries to solve thanks to Composite Oriented Programming and how you can confidently develop domain centric applications with it.</p>
             </div><!--/span-->
             <div class="span6">
                 <h3><i class="icon-download"></i> Download</h3>
-                <p><a href="downloads.html">Download</a> the Qi4j SDK binaries and sources, learn how to <a href="qi4j/latest/howto-depend-on-qi4j.html">depend on Qi4j in your build</a> or simply get the <a href="community/codebase.html">source</a>.</p>
+                <p><a href="downloads.html">Download</a> the Apache Zest Qi4j SDK binaries and sources, learn how to <a href="qi4j/latest/howto-depend-on-qi4j.html">depend on Apache Zest Qi4j in your build</a> or simply get the <a href="community/codebase.html">source</a>.</p>
             </div><!--/span-->
         </div><!--/row-->
         <div class="row-fluid">
             <div class="span6">
                 <h3><i class="icon-time"></i> Get started</h3>
-                <p>Get a grasp on Qi4j in 2:42 and then, get real through the first steps needed to get a complete application up and running. From there, work through the fundamentals of Qi4j development with in-depth tutorials.</p>
+                <p>Get a grasp on Apache Zest Qi4j in 2:42 and then, get real through the first steps needed to get a complete application up and running. From there, work through the fundamentals of Apache Zest Qi4j development with in-depth tutorials.</p>
                 <p><a href="qi4j/latest/tutorials.html"><i class="icon-time"></i> View details &raquo;</a></p>
             </div><!--/span-->
             <div class="span6">
                 <h3><i class="icon-book"></i> Read the docs</h3>
-                <p>Everything you need to know about internals and how to use Qi4j. Runable samples, comprehensive documentation of the Qi4j Core, Libraries, Extensions and Tools.</p>
+                <p>Everything you need to know about internals and how to use Apache Zest Qi4j. Runable samples, comprehensive documentation of the Apache Zest Qi4j Core, Libraries, Extensions and Tools.</p>
                 <p><a class="" href="qi4j/latest/index.html"><i class="icon-book"></i> View details &raquo;</a></p>
             </div><!--/span-->
         </div><!--/row-->