[GitHub] incubator-freemarker-site pull request: Add Apache Marmotta to the...

2016-04-19 Thread wikier
GitHub user wikier opened a pull request:

https://github.com/apache/incubator-freemarker-site/pull/1

Add Apache Marmotta to the list of software



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/wikier/incubator-freemarker-site master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-freemarker-site/pull/1.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1


commit 2bedbdbe71934407c798b1689c324bbd6c862e01
Author: Sergio Fernández 
Date:   2016-04-20T06:18:16Z

added Apache Marmotta to the list of software that incorporates FreeMarker




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


incubator-freemarker-site git commit: extended doap

2017-11-18 Thread wikier
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 
Authored: Sat Nov 18 12:28:06 2017 -0800
Committer: Sergio Fernández 
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 000..7eea685
--- /dev/null
+++ b/doap.rdf
@@ -0,0 +1,130 @@
+
+
+
+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/";>
+
+  https://freemarker.apache.org/";>
+2015-09-02
+Apache FreeMarker
+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.
+
+  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.
+
+Java
+http://projects.apache.org/category/Java"; />
+http://projects.apache.org/category/html"; />
+http://projects.apache.org/category/templating"; />
+http://projects.apache.org/category/content"; />
+https://freemarker.apache.org"; />
+http://www.apache.org/licenses/"; />
+http://people.apache.org/committers-by-project.html#freemarker"; />
+https://issues.apache.org/jira/browse/FREEMARKER"; />
+https://freemarker.apache.org/mailing-lists.html"; />
+https://freemarker.apache.org/freemarkerdownload.html"; />
+
+
+  
+
+https://github.com/apache/incubator-freemarker"/>
+  
+
+
+
+  
+Dániel Dékány
+ddekany
+mailto:ddek...@apache.org"/>
+  
+
+
+  
+Evangelia Dendramis
+edendramis
+mailto:edendra...@apache.org"/>
+  
+
+
+  
+Nan Lei
+nanlei
+mailto:nan...@apache.org"/>
+  
+
+
+  
+Woonsan Ko
+woonsan
+mailto:woon...@apache.org"/>
+  
+
+
+  
+Jacopo Cappellato
+jacopoc
+mailto:jaco...@apache.org"/>
+  
+
+
+  
+Jean-Frederic Clere
+jfclere
+mailto:jfcl...@apache.org"/>
+  
+
+
+  
+David E. Jones
+jonesde
+mailto:jone...@apache.org"/>
+  
+
+
+  
+Ralph Goers
+rgoers
+mailto:rgo...@apache.org"/>
+  
+
+
+  
+Sergio Fernández
+wikier
+mailto:wik...@apache.org"/>
+https://www.wikier.org"/>
+http://www.wikier.org/foaf#wikier"; />
+  
+
+
+
+
+Apache FreeMarker
+2017-11-03
+2.3.27-incubating
+
+
+
+  
+
+

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..000
--- a/doap_Freemarker.rdf
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
-http://usefulinc.com/ns/doap#";
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"

incubator-freemarker-site git commit: added missing namespace

2017-11-18 Thread wikier
Repository: incubator-freemarker-site
Updated Branches:
  refs/heads/master 202ba345d -> 8b792dc25


added missing namespace


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

Branch: refs/heads/master
Commit: 8b792dc25439d59b6aea4d94cdb3e8e0cae452bd
Parents: 202ba34
Author: Sergio Fernández 
Authored: Sat Nov 18 12:29:57 2017 -0800
Committer: Sergio Fernández 
Committed: Sat Nov 18 12:29:57 2017 -0800

--
 doap.rdf | 1 +
 1 file changed, 1 insertion(+)
--


http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/8b792dc2/doap.rdf
--
diff --git a/doap.rdf b/doap.rdf
index 7eea685..dac7570 100644
--- a/doap.rdf
+++ b/doap.rdf
@@ -19,6 +19,7 @@
 http://usefulinc.com/ns/doap#";
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+ xmlns:owl="http://www.w3.org/2002/07/owl#";
  xmlns:asfext="http://projects.apache.org/ns/asfext#";
  xmlns:foaf="http://xmlns.com/foaf/0.1/";>
 



incubator-freemarker-site git commit: added task to also publish the doap file

2017-11-19 Thread wikier
Repository: incubator-freemarker-site
Updated Branches:
  refs/heads/master 8b792dc25 -> 6e7a8b962


added task to also publish the doap file


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

Branch: refs/heads/master
Commit: 6e7a8b9628311cf3bf4542688816e004f7fb170c
Parents: 8b792dc
Author: Sergio Fernández 
Authored: Sun Nov 19 12:54:43 2017 -0800
Committer: Sergio Fernández 
Committed: Sun Nov 19 12:54:43 2017 -0800

--
 build.xml | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/6e7a8b96/build.xml
--
diff --git a/build.xml b/build.xml
index e00b4a3..bbc9570 100644
--- a/build.xml
+++ b/build.xml
@@ -64,11 +64,16 @@
 />
   
   
+  
+
+  
+  
+  
   
 
   
   
-  
+  
 
   
 



incubator-freemarker-site git commit: added task to also publish the doap file

2017-11-19 Thread wikier
Repository: incubator-freemarker-site
Updated Branches:
  refs/heads/master 6e7a8b962 -> 075a282b9


added task to also publish the doap file


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

Branch: refs/heads/master
Commit: 075a282b91fb3c71429081852912efb126430326
Parents: 6e7a8b9
Author: Sergio Fernández 
Authored: Sun Nov 19 12:56:21 2017 -0800
Committer: Sergio Fernández 
Committed: Sun Nov 19 12:56:21 2017 -0800

--
 build.xml | 1 -
 1 file changed, 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/075a282b/build.xml
--
diff --git a/build.xml b/build.xml
index bbc9570..2f2b795 100644
--- a/build.xml
+++ b/build.xml
@@ -68,7 +68,6 @@
 
   
   
-  
   
 
   



incubator-freemarker-site git commit: added right pmc during incubation

2017-11-20 Thread wikier
Repository: incubator-freemarker-site
Updated Branches:
  refs/heads/master e46e2ff06 -> de6050c6d


added right pmc during incubation


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

Branch: refs/heads/master
Commit: de6050c6d2dfb83de20fca602533e19b26c0eade
Parents: e46e2ff
Author: Sergio Fernández 
Authored: Mon Nov 20 19:33:26 2017 -0800
Committer: Sergio Fernández 
Committed: Mon Nov 20 19:33:26 2017 -0800

--
 doap.rdf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/de6050c6/doap.rdf
--
diff --git a/doap.rdf b/doap.rdf
index d1c45a7..ac446cc 100644
--- a/doap.rdf
+++ b/doap.rdf
@@ -40,7 +40,7 @@
 http://projects.apache.org/category/content"; />
 https://freemarker.apache.org"; />
 http://www.apache.org/licenses/"; />
-http://people.apache.org/committers-by-project.html#freemarker"; />
+http://incubator.apache.org"; />
 https://issues.apache.org/jira/browse/FREEMARKER"; />
 https://freemarker.apache.org/mailing-lists.html"; />
 https://freemarker.apache.org/freemarkerdownload.html"; />



[GitHub] incubator-freemarker-site pull request #:

2017-11-20 Thread wikier
Github user wikier commented on the pull request:


https://github.com/apache/incubator-freemarker-site/commit/e46e2ff066afdd2464469d16b794fc7b16794c0f#commitcomment-25745854
  
Sorry @JacquesLeRoux, I got the list from 
http://incubator.apache.org/projects/freemarker.html
So that report should be updated...


---


incubator-freemarker-site git commit: reorganizing rdf file

2017-11-20 Thread wikier
Repository: incubator-freemarker-site
Updated Branches:
  refs/heads/master de6050c6d -> fc8fcafde


reorganizing rdf file


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

Branch: refs/heads/master
Commit: fc8fcafdeef95c6bc15274a738d03e9988c9a317
Parents: de6050c
Author: Sergio Fernández 
Authored: Mon Nov 20 19:41:46 2017 -0800
Committer: Sergio Fernández 
Committed: Mon Nov 20 19:41:46 2017 -0800

--
 doap.rdf | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/fc8fcafd/doap.rdf
--
diff --git a/doap.rdf b/doap.rdf
index ac446cc..6037f18 100644
--- a/doap.rdf
+++ b/doap.rdf
@@ -24,8 +24,9 @@
  xmlns:foaf="http://xmlns.com/foaf/0.1/";>
 
   https://freemarker.apache.org/";>
+Apache FreeMarker
+https://freemarker.apache.org"; />
 2015-09-02
-Apache FreeMarker
 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.
 
   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.
@@ -33,14 +34,16 @@
   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.
 
+
 Java
 http://projects.apache.org/category/Java"; />
 http://projects.apache.org/category/html"; />
 http://projects.apache.org/category/templating"; />
 http://projects.apache.org/category/content"; />
-https://freemarker.apache.org"; />
-http://www.apache.org/licenses/"; />
+
+https://www.apache.org/licenses/LICENSE-2.0"; />
 http://incubator.apache.org"; />
+
 https://issues.apache.org/jira/browse/FREEMARKER"; />
 https://freemarker.apache.org/mailing-lists.html"; />
 https://freemarker.apache.org/freemarkerdownload.html"; />



[GitHub] incubator-freemarker-site pull request #8: updated releases

2017-11-22 Thread wikier
GitHub user wikier opened a pull request:

https://github.com/apache/incubator-freemarker-site/pull/8

updated releases



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/wikier/incubator-freemarker-site patch-1

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-freemarker-site/pull/8.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #8


commit 94113411ad5ce9fc3cab5193bcaea48716fffe36
Author: Sergio Fernández 
Date:   2017-11-22T17:23:43Z

updated releases




---


[1/2] incubator-freemarker-site git commit: updated releases

2017-11-22 Thread wikier
Repository: incubator-freemarker-site
Updated Branches:
  refs/heads/master 9332d65c5 -> 35d245cf0


updated releases

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

Branch: refs/heads/master
Commit: 94113411ad5ce9fc3cab5193bcaea48716fffe36
Parents: 9332d65
Author: Sergio Fernández 
Authored: Wed Nov 22 09:23:43 2017 -0800
Committer: GitHub 
Committed: Wed Nov 22 09:23:43 2017 -0800

--
 doap.rdf | 21 +
 1 file changed, 21 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/94113411/doap.rdf
--
diff --git a/doap.rdf b/doap.rdf
index 9a6d685..d4e445d 100644
--- a/doap.rdf
+++ b/doap.rdf
@@ -135,6 +135,27 @@
 2.3.27-incubating
 
 
+
+
+Apache FreeMarker
+2017-03-25
+2.3.26-incubating
+
+
+
+
+Apache FreeMarker
+2016-06-26
+2.3.25-incubating
+
+
+
+
+Apache FreeMarker
+2016-03-28
+2.3.24-incubating
+
+
 
   
 



[2/2] incubator-freemarker-site git commit: merged, closes #8

2017-11-22 Thread wikier
merged, closes #8

* wikier/patch-1:
  updated releases

Signed-off-by: Sergio Fernández 


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

Branch: refs/heads/master
Commit: 35d245cf0d74c99273e9f7137c202d61566decac
Parents: 9332d65 9411341
Author: Sergio Fernández 
Authored: Wed Nov 22 17:58:09 2017 -0800
Committer: Sergio Fernández 
Committed: Wed Nov 22 17:58:09 2017 -0800

--
 doap.rdf | 21 +
 1 file changed, 21 insertions(+)
--




incubator-freemarker-site git commit: added current incubator.a.o domain

2017-11-22 Thread wikier
Repository: incubator-freemarker-site
Updated Branches:
  refs/heads/master 35d245cf0 -> 48575f365


added current incubator.a.o domain


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

Branch: refs/heads/master
Commit: 48575f365085782bd50d3c63e168272eb97d34f2
Parents: 35d245c
Author: Sergio Fernández 
Authored: Wed Nov 22 17:59:44 2017 -0800
Committer: Sergio Fernández 
Committed: Wed Nov 22 17:59:44 2017 -0800

--
 doap.rdf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/48575f36/doap.rdf
--
diff --git a/doap.rdf b/doap.rdf
index d4e445d..68bd7cb 100644
--- a/doap.rdf
+++ b/doap.rdf
@@ -23,7 +23,7 @@
  xmlns:asfext="http://projects.apache.org/ns/asfext#";
  xmlns:foaf="http://xmlns.com/foaf/0.1/";>
 
-  https://freemarker.apache.org/";>
+  https://freemarker.incubator.apache.org/";>
 Apache FreeMarker
 https://freemarker.apache.org"; />
 2015-09-02