Author: paulmerlin
Date: Sat Jun 20 21:10:53 2015
New Revision: 1686672

URL: http://svn.apache.org/r1686672
Log:
zest: fix DOAP (incorrect category + typos) ZEST-33

Modified:
    zest/site/content/atom.xml
    zest/site/content/doap.rdf
    zest/site/src/doap.rdf

Modified: zest/site/content/atom.xml
URL: 
http://svn.apache.org/viewvc/zest/site/content/atom.xml?rev=1686672&r1=1686671&r2=1686672&view=diff
==============================================================================
--- zest/site/content/atom.xml (original)
+++ zest/site/content/atom.xml Sat Jun 20 21:10:53 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-18T13:47:45+02:00</updated>
+ <updated>2015-06-20T23:10:17+02:00</updated>
  <id>http://zest.apache.org</id>
  <author>
    <name></name>

Modified: zest/site/content/doap.rdf
URL: 
http://svn.apache.org/viewvc/zest/site/content/doap.rdf?rev=1686672&r1=1686671&r2=1686672&view=diff
==============================================================================
Binary files - no diff available.

Modified: zest/site/src/doap.rdf
URL: 
http://svn.apache.org/viewvc/zest/site/src/doap.rdf?rev=1686672&r1=1686671&r2=1686672&view=diff
==============================================================================
--- zest/site/src/doap.rdf (original)
+++ zest/site/src/doap.rdf Sat Jun 20 21:10:53 2015
@@ -20,7 +20,7 @@
     <homepage rdf:resource="http://zest.apache.org/"; />
     <asfext:pmc rdf:resource="http://zest.apache.org"; />
     <shortdesc>Composite Oriented Programming - Qi4j, Qi4CS</shortdesc>
-    <description>Apache Zest is a project that explores the Composite Oriented 
Programming paradigm, where Fragments get compoosed into Composite, which are 
placed into Modules, placed inside Layers, to enforce Application Structure. 
Classes are Dead, Long Live Interfaces.</description>
+    <description>Apache Zest is a project that explores the Composite Oriented 
Programming paradigm, where Fragments get composed into Composite, which are 
placed into Modules, placed inside Layers, to enforce Application Structure. 
Classes are dead, long live interfaces.</description>
     <bug-database rdf:resource="http://issues.apache.org/jira/browse/ZEST"; />
     <mailing-list rdf:resource="http://zest.apache.org/lists.html"; />
     <download-page rdf:resource="http://www.apache.org/dyn/closer.cgi/zest/"; />
@@ -30,7 +30,7 @@
     <programming-language>Groovy</programming-language>
     <programming-language>JRuby</programming-language>
     <programming-language>Javascript</programming-language>
-    <category rdf:resource="http://projects.apache.org/category/libraries"; />
+    <category rdf:resource="http://projects.apache.org/category/library"; />
     <repository>
       <SVNRepository>
         <location rdf:resource="http://svn.apache.org/repos/asf/zest/"/>


Reply via email to