You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by wi...@apache.org on 2017/11/18 20:28:34 UTC

incubator-freemarker-site git commit: extended doap

Repository: incubator-freemarker-site
Updated Branches:
  refs/heads/master 29445a9cd -> 202ba345d


extended doap


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/202ba345
Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/tree/202ba345
Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/diff/202ba345

Branch: refs/heads/master
Commit: 202ba345d4d7517d51471e9dc123caba89e9a1b5
Parents: 29445a9
Author: Sergio Fernández <se...@wikier.org>
Authored: Sat Nov 18 12:28:06 2017 -0800
Committer: Sergio Fernández <se...@wikier.org>
Committed: Sat Nov 18 12:28:06 2017 -0800

----------------------------------------------------------------------
 doap.rdf            | 130 +++++++++++++++++++++++++++++++++++++++++++++++
 doap_Freemarker.rdf |  57 ---------------------
 2 files changed, 130 insertions(+), 57 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/202ba345/doap.rdf
----------------------------------------------------------------------
diff --git a/doap.rdf b/doap.rdf
new file mode 100644
index 0000000..7eea685
--- /dev/null
+++ b/doap.rdf
@@ -0,0 +1,130 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet type="text/xsl"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+   
+         http://www.apache.org/licenses/LICENSE-2.0
+   
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<rdf:RDF xml:lang="en"
+         xmlns="http://usefulinc.com/ns/doap#"
+         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+         xmlns:asfext="http://projects.apache.org/ns/asfext#"
+         xmlns:foaf="http://xmlns.com/foaf/0.1/">
+
+  <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 -->
+    <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, 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>
+    <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="https://freemarker.apache.org" />
+    <license rdf:resource="http://www.apache.org/licenses/" />
+    <asfext:pmc rdf:resource="http://people.apache.org/committers-by-project.html#freemarker" />
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/FREEMARKER" />
+    <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 -->
+        <location rdf:resource="git://git.apache.org/incubator-freemarker.git"/><!-- be changed when "TLPised" -->
+        <browse rdf:resource="https://github.com/apache/incubator-freemarker"/><!-- be changed when "TLPised" -->
+      </GitRepository>
+    </repository>
+
+    <developer>
+      <foaf:Person>
+        <foaf:name>Dániel Dékány</foaf:name>
+        <foaf:nick>ddekany</foaf:nick>
+        <foaf:mbox rdf:resource="mailto:ddekany@apache.org"/>
+      </foaf:Person>
+    </developer>
+    <developer>
+      <foaf:Person>
+        <foaf:name>Evangelia Dendramis</foaf:name>
+        <foaf:nick>edendramis</foaf:nick>
+        <foaf:mbox rdf:resource="mailto:edendramis@apache.org"/>
+      </foaf:Person>
+    </developer>
+    <developer>
+      <foaf:Person>
+        <foaf:name>Nan Lei</foaf:name>
+        <foaf:nick>nanlei</foaf:nick>
+        <foaf:mbox rdf:resource="mailto:nanlei@apache.org"/>
+      </foaf:Person>
+    </developer>
+    <developer>
+      <foaf:Person>
+        <foaf:name>Woonsan Ko</foaf:name>
+        <foaf:nick>woonsan</foaf:nick>
+        <foaf:mbox rdf:resource="mailto:woonsan@apache.org"/>
+      </foaf:Person>
+    </developer>
+    <developer>
+      <foaf:Person>
+        <foaf:name>Jacopo Cappellato</foaf:name>
+        <foaf:nick>jacopoc</foaf:nick>
+        <foaf:mbox rdf:resource="mailto:jacopoc@apache.org"/>
+      </foaf:Person>
+    </developer>
+    <developer>
+      <foaf:Person>
+        <foaf:name>Jean-Frederic Clere</foaf:name>
+        <foaf:nick>jfclere</foaf:nick>
+        <foaf:mbox rdf:resource="mailto:jfclere@apache.org"/>
+      </foaf:Person>
+    </developer>
+    <developer>
+      <foaf:Person>
+        <foaf:name>David E. Jones</foaf:name>
+        <foaf:nick>jonesde</foaf:nick>
+        <foaf:mbox rdf:resource="mailto:jonesde@apache.org"/>
+      </foaf:Person>
+    </developer>
+    <developer>
+      <foaf:Person>
+        <foaf:name>Ralph Goers</foaf:name>
+        <foaf:nick>rgoers</foaf:nick>
+        <foaf:mbox rdf:resource="mailto:rgoers@apache.org"/>
+      </foaf:Person>
+    </developer>
+    <developer>
+      <foaf:Person>
+        <foaf:name>Sergio Fernández</foaf:name>
+        <foaf:nick>wikier</foaf:nick>
+        <foaf:mbox rdf:resource="mailto:wikier@apache.org"/>
+        <foaf:homepage rdf:resource="https://www.wikier.org"/>
+        <owl:sameAs rdf:resource="http://www.wikier.org/foaf#wikier" />
+      </foaf:Person>
+    </developer>
+
+    <release>
+        <Version>
+            <name>Apache FreeMarker</name>
+            <created>2017-11-03</created>
+            <revision>2.3.27-incubating</revision>
+        </Version>
+    </release>
+
+  </Project>
+
+</rdf:RDF>

http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/202ba345/doap_Freemarker.rdf
----------------------------------------------------------------------
diff --git a/doap_Freemarker.rdf b/doap_Freemarker.rdf
deleted file mode 100644
index 01fcf0b..0000000
--- a/doap_Freemarker.rdf
+++ /dev/null
@@ -1,57 +0,0 @@
-<?xml version="1.0"?>
-<?xml-stylesheet type="text/xsl"?>
-<rdf:RDF xml:lang="en"
-         xmlns="http://usefulinc.com/ns/doap#"
-         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-         xmlns:asfext="http://projects.apache.org/ns/asfext#"
-         xmlns:foaf="http://xmlns.com/foaf/0.1/">
-<!--
-  =======================================================================
-
-   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 -->
-    <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, 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>
-    <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="https://freemarker.apache.org" />
-    <license rdf:resource="http://www.apache.org/licenses/" />
-    <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="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 -->
-        <location rdf:resource="git://git.apache.org/incubator-freemarker.git"/><!-- be changed when "TLPised" -->
-        <browse rdf:resource="https://github.com/apache/incubator-freemarker"/><!-- be changed when "TLPised" -->
-      </GitRepository>
-    </repository>
-    <maintainer>
-      <foaf:Person>
-        <foaf:name>Jacques Le Roux</foaf:name>
-        <foaf:mbox rdf:resource="mailto:jleroux@apache.org"/>
-      </foaf:Person>
-    </maintainer>
-    <release>
-        <Version>
-            <name>Apache FreeMarker</name>
-            <created>2017-11-03</created>
-            <revision>2.3.27-incubating</revision>
-        </Version>
-    </release>
-  </Project>
-</rdf:RDF>