Repository: opennlp-site Updated Branches: refs/heads/master 95b95728a -> ed064e05e
OPENNLP-1104:fix poweredby images, and use lower case in url's , this closes apache/opennlp-site#24 Project: http://git-wip-us.apache.org/repos/asf/opennlp-site/repo Commit: http://git-wip-us.apache.org/repos/asf/opennlp-site/commit/ed064e05 Tree: http://git-wip-us.apache.org/repos/asf/opennlp-site/tree/ed064e05 Diff: http://git-wip-us.apache.org/repos/asf/opennlp-site/diff/ed064e05 Branch: refs/heads/master Commit: ed064e05ef847f360b1ca749c0ccdc0a4b4dda02 Parents: 95b9572 Author: kinow <[email protected]> Authored: Fri Jun 30 10:09:01 2017 -0400 Committer: smarthi <[email protected]> Committed: Fri Jun 30 10:09:01 2017 -0400 ---------------------------------------------------------------------- src/main/jbake/content/Powered-by-OpenNLP.ad | 40 ----------------------- src/main/jbake/content/powered-by-opennlp.ad | 40 +++++++++++++++++++++++ src/main/jbake/templates/menu.ftl | 2 +- 3 files changed, 41 insertions(+), 41 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/opennlp-site/blob/ed064e05/src/main/jbake/content/Powered-by-OpenNLP.ad ---------------------------------------------------------------------- diff --git a/src/main/jbake/content/Powered-by-OpenNLP.ad b/src/main/jbake/content/Powered-by-OpenNLP.ad deleted file mode 100644 index 8a02e0b..0000000 --- a/src/main/jbake/content/Powered-by-OpenNLP.ad +++ /dev/null @@ -1,40 +0,0 @@ -//// - 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. -//// -= Powered by Apache OpenNLP -:jbake-type: page -:jbake-tags: download -:jbake-status: published -:idprefix: - -Are you using Apache OpenNLP to do Natural Language Processing? Please do share your use cases. Developers of the project always are happy to learn about - new happy users with interesting use cases. - -## Commercial Use - - -## Academic/Research Use - - -## Powered by Logos - -Feel free to use our Powered by logos on your web sites: - -image::/img/opennlp-poweredby.png - -image::/img/opennlp-poweredby.svg \ No newline at end of file http://git-wip-us.apache.org/repos/asf/opennlp-site/blob/ed064e05/src/main/jbake/content/powered-by-opennlp.ad ---------------------------------------------------------------------- diff --git a/src/main/jbake/content/powered-by-opennlp.ad b/src/main/jbake/content/powered-by-opennlp.ad new file mode 100644 index 0000000..29d961e --- /dev/null +++ b/src/main/jbake/content/powered-by-opennlp.ad @@ -0,0 +1,40 @@ +//// + 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. +//// += Powered by Apache OpenNLP +:jbake-type: page +:jbake-tags: download +:jbake-status: published +:idprefix: + +Are you using Apache OpenNLP to do Natural Language Processing? Please do share your use cases. Developers of the project always are happy to learn about + new happy users with interesting use cases. + +## Commercial Use + + +## Academic/Research Use + + +## Powered by Logos + +Feel free to use our Powered by logos on your web sites: + +image::/img/opennlp-poweredby.png[width=300px] + +image::/img/opennlp-poweredby.svg[width=300px] http://git-wip-us.apache.org/repos/asf/opennlp-site/blob/ed064e05/src/main/jbake/templates/menu.ftl ---------------------------------------------------------------------- diff --git a/src/main/jbake/templates/menu.ftl b/src/main/jbake/templates/menu.ftl index 235472f..9b7c0dc 100755 --- a/src/main/jbake/templates/menu.ftl +++ b/src/main/jbake/templates/menu.ftl @@ -52,7 +52,7 @@ <li><a href="/mailing-lists.html">Mailing Lists</a></li> <li><a href="https://issues.apache.org/jira/browse/OPENNLP">Issue tracker</a></li> <li><a href="/books-tutorials-and-talks.html">Books, Tutorials and Talks</a></li> - <li><a href="/Powered-by-OpenNLP.html">Powered by Apache OpenNLP</a></li> + <li><a href="/powered-by-opennlp.html">Powered by Apache OpenNLP</a></li> </ul> </li>
