You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by ki...@apache.org on 2017/05/11 14:35:15 UTC

opennlp-site git commit: Fix RSS feed title, description, and link

Repository: opennlp-site
Updated Branches:
  refs/heads/master 8068f1dd5 -> aa047a4dc


Fix RSS feed title, description, and link

This closes #9


Project: http://git-wip-us.apache.org/repos/asf/opennlp-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/opennlp-site/commit/aa047a4d
Tree: http://git-wip-us.apache.org/repos/asf/opennlp-site/tree/aa047a4d
Diff: http://git-wip-us.apache.org/repos/asf/opennlp-site/diff/aa047a4d

Branch: refs/heads/master
Commit: aa047a4dcdbc1fd614d92b9965c3550bc5fe206f
Parents: 8068f1d
Author: Bruno P. Kinoshita <br...@yahoo.com.br>
Authored: Fri May 12 02:21:56 2017 +1200
Committer: Bruno P. Kinoshita <br...@yahoo.com.br>
Committed: Fri May 12 02:34:03 2017 +1200

----------------------------------------------------------------------
 src/main/jbake/jbake.properties   | 5 +++--
 src/main/jbake/templates/feed.ftl | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/opennlp-site/blob/aa047a4d/src/main/jbake/jbake.properties
----------------------------------------------------------------------
diff --git a/src/main/jbake/jbake.properties b/src/main/jbake/jbake.properties
index e0b0fc8..d58754a 100755
--- a/src/main/jbake/jbake.properties
+++ b/src/main/jbake/jbake.properties
@@ -26,6 +26,7 @@ render.archive=false
 archive.file=archive.html
 render.tags=false
 tag.path=tags
-site.host=http://jbake.org
+# site.host is used by the RSS feed
+site.host=https://opennlp.apache.org
 template.news.file=news.ftl
-#db.store=local
\ No newline at end of file
+#db.store=local

http://git-wip-us.apache.org/repos/asf/opennlp-site/blob/aa047a4d/src/main/jbake/templates/feed.ftl
----------------------------------------------------------------------
diff --git a/src/main/jbake/templates/feed.ftl b/src/main/jbake/templates/feed.ftl
index cb620ec..02ff7ba 100755
--- a/src/main/jbake/templates/feed.ftl
+++ b/src/main/jbake/templates/feed.ftl
@@ -19,11 +19,11 @@
 -->
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
-    <title>JBake</title>
+    <title>Apache OpenNLP</title>
     <link>${config.site_host}</link>
     <atom:link href="${config.site_host}/feed.xml" rel="self" type="application/rss+xml" />
-    <description>JBake - Java based open source static site/blog generator for developers</description>
-    <language>en-gb</language>
+    <description>The Apache OpenNLP library is a machine learning based toolkit for the processing of natural language text</description>
+    <language>en-us</language>
     <pubDate>${published_date?string("EEE, d MMM yyyy HH:mm:ss Z")}</pubDate>
     <lastBuildDate>${published_date?string("EEE, d MMM yyyy HH:mm:ss Z")}</lastBuildDate>