Repository: incubator-freemarker-site
Updated Branches:
  refs/heads/master 5b75b62fb -> 29445a9cd


DOAP project meta fixes


Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/commit/29445a9c
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/tree/29445a9c
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/diff/29445a9c

Branch: refs/heads/master
Commit: 29445a9cdafa880dd701f2b8d6fe15703402ad8a
Parents: 5b75b62
Author: ddekany <[email protected]>
Authored: Sat Nov 18 00:00:42 2017 +0100
Committer: ddekany <[email protected]>
Committed: Sat Nov 18 00:00:42 2017 +0100

----------------------------------------------------------------------
 doap_Freemarker.rdf | 30 ++++++++++++------------------
 1 file changed, 12 insertions(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/29445a9c/doap_Freemarker.rdf
----------------------------------------------------------------------
diff --git a/doap_Freemarker.rdf b/doap_Freemarker.rdf
index 22ca49c..01fcf0b 100644
--- a/doap_Freemarker.rdf
+++ b/doap_Freemarker.rdf
@@ -8,31 +8,31 @@
 <!--
   =======================================================================
 
-   Copyright (c) 2017-2017 The Apache Software Foundation. <=== The date needs 
to be changed when "TLPised"
+   Copyright (c) 2015-2017 The Apache Software Foundation. <=== The date needs 
to be changed when "TLPised"
    All rights reserved.                                                        
         <=== Not sure this is even needed, exists in OFBiz
 
   =======================================================================
 -->
   <Project rdf:about="https://freemarker.apache.org/";>
-    <created>2015-09-02</created><!-- When Freemaker entered ASF, this must be 
later changed to real data of "TLPisation" -->
-    <name>Apache Freemarker</name><!-- I guess it's OK even if not TLP yet, 
else "Freemarker" will do -->
+    <created>2015-09-02</created><!-- When FreeMaker entered ASF, this must be 
later changed to real data of "TLPisation" -->
+    <name>Apache FreeMarker</name><!-- I guess it's OK even if not TLP yet, 
else "Freemarker" will do -->
     <shortdesc xml:lang="en">FreeMarker is a template engine, i.e. a generic 
tool to generate text output based on templates. FreeMarker is implemented in 
Java as a class library for programmers.</shortdesc>
     <description>
-          Apache FreeMarker is a template engine: a Java library to generate 
text output (HTML web pages, e-mails, configuration files, sourcecode, etc.) 
based on templates and changing data.
-          Templates are written in the FreeMarker Template Language (FTL), 
which is a simple, specialized language (not a full-blown programminglanguage).
-          You meant to prepare the data to display in a real programming 
language, like issue database queries and do business calculations, and then 
the template displays that already prepareddata.
-          In the template you are focusing on how to present the data, and 
outside the template you are focusing on what data to present
+          Apache FreeMarker is a template engine: a Java library to generate 
text output (HTML web pages, e-mails, configuration files, source code, etc.) 
based on templates and changing data.
+          Templates are written in the FreeMarker Template Language (FTL), 
which is a simple, specialized language (not a full-blown programming language).
+          You meant to prepare the data to display in a real programming 
language, like issue database queries and do business calculations, and then 
the template displays that already prepared data.
+          In the template you are focusing on how to present the data, and 
outside the template you are focusing on what data to present.
     </description>
-        <programming-language>Java</programming-language>
+    <programming-language>Java</programming-language>
     <category rdf:resource="http://projects.apache.org/category/Java"; /><!-- 
Categories are possibly to be modified -->
     <category rdf:resource="http://projects.apache.org/category/html"; />
     <category rdf:resource="http://projects.apache.org/category/templating"; />
     <category rdf:resource="http://projects.apache.org/category/content"; />
-    <homepage rdf:resource="http://freemarker.apache.org"; />
+    <homepage rdf:resource="https://freemarker.apache.org"; />
     <license rdf:resource="http://www.apache.org/licenses/"; />
-    <asfext:pmc rdf:resource="http://freemarker.apache.org/pmc/freemarker.rdf"; 
/><!-- Er... I'm a pPMC member but I don't even know where the list is and if 
there is even one :D Maybe normal for a pPMC? -->
+    <asfext:pmc 
rdf:resource="https://freemarker.apache.org/pmc/freemarker.rdf"; /><!-- Er... 
I'm a pPMC member but I don't even know where the list is and if there is even 
one :D Maybe normal for a pPMC? -->
     <bug-database 
rdf:resource="https://issues.apache.org/jira/browse/FREEMARKER"; />
-    <mailing-list 
rdf:resource="http://freemarker.apache.org/mailing-lists.html"; />
+    <mailing-list 
rdf:resource="https://freemarker.apache.org/mailing-lists.html"; />
     <download-page 
rdf:resource="https://freemarker.apache.org/freemarkerdownload.html"; />
     <repository>
       <GitRepository><!-- not sure about the GitRepository tag -->
@@ -41,7 +41,6 @@
       </GitRepository>
     </repository>
     <maintainer>
-    <maintainer>
       <foaf:Person>
         <foaf:name>Jacques Le Roux</foaf:name>
         <foaf:mbox rdf:resource="mailto:[email protected]"/>
@@ -49,15 +48,10 @@
     </maintainer>
     <release>
         <Version>
-            <name>Apache Freemarker  2.3.27-incubating</name>
+            <name>Apache FreeMarker</name>
             <created>2017-11-03</created>
             <revision>2.3.27-incubating</revision>
         </Version>
-        <Version><!-- I stopped there and I think we should not continue, so 
to be removed
-            <name>Pre Apache Freemarker  2.2.8</name>
-            <created>2004-06-15</created>
-            <revision>2.2.8</revision>
-        </Version>-->
     </release>
   </Project>
 </rdf:RDF>

Reply via email to