You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@predictionio.apache.org by ch...@apache.org on 2018/03/01 23:22:48 UTC

[20/20] predictionio git commit: [PIO-146] Change TM to (R) on install and project sites

[PIO-146] Change TM to (R) on install and project sites


Project: http://git-wip-us.apache.org/repos/asf/predictionio/repo
Commit: http://git-wip-us.apache.org/repos/asf/predictionio/commit/309e2466
Tree: http://git-wip-us.apache.org/repos/asf/predictionio/tree/309e2466
Diff: http://git-wip-us.apache.org/repos/asf/predictionio/diff/309e2466

Branch: refs/heads/livedoc
Commit: 309e24665f3ce36e3ed21a20389747c2a4c64ed6
Parents: 5a66a6b
Author: Chan Lee <ch...@gmail.com>
Authored: Thu Mar 1 15:21:49 2018 -0800
Committer: Chan Lee <ch...@gmail.com>
Committed: Thu Mar 1 15:21:49 2018 -0800

----------------------------------------------------------------------
 docs/manual/source/community/projects.html.md             | 8 ++++----
 docs/manual/source/install/index.html.md.erb              | 6 +++---
 docs/manual/source/install/install-sourcecode.html.md.erb | 2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/predictionio/blob/309e2466/docs/manual/source/community/projects.html.md
----------------------------------------------------------------------
diff --git a/docs/manual/source/community/projects.html.md b/docs/manual/source/community/projects.html.md
index 2e17428..f0ca8d3 100644
--- a/docs/manual/source/community/projects.html.md
+++ b/docs/manual/source/community/projects.html.md
@@ -19,7 +19,7 @@ See the License for the specific language governing permissions and
 limitations under the License.
 -->
 
-Here you will find great projects contributed by the Apache PredictionIO
+Here you will find great projects contributed by the Apache PredictionIO®
 community. Stay tuned.
 
 INFO: If you have built a Apache PredictionIO-related project, we
@@ -52,7 +52,7 @@ Bring Up PredictionIO 0.9.x VM with Vagrant.
 - Status: It works with PredictionIO v0.8 - Under active development
 
 
-## Docker Installation for PredictionIO
+## Docker Installation for Apache PredictionIO®
 
 URL: https://github.com/mingfang/docker-predictionio
 
@@ -63,7 +63,7 @@ Run PredictionIO inside Docker.
 - Status: It works with PredictionIO v0.8 - Under active development
 
 
-## Another Docker Installation for PredictionIO
+## Another Docker Installation for Apache PredictionIO®
 
 URL: https://github.com/sphereio/docker-predictionio
 
@@ -74,7 +74,7 @@ Docker container for PredictionIO-based machine learning services.
 - Status: It works with PredictionIO v0.9.3 - Under active development
 
 
-## Third Docker Installation for PredictionIO
+## Third Docker Installation for Apache PredictionIO®
 
 URL: https://github.com/steveny2k/docker-predictionio
 

http://git-wip-us.apache.org/repos/asf/predictionio/blob/309e2466/docs/manual/source/install/index.html.md.erb
----------------------------------------------------------------------
diff --git a/docs/manual/source/install/index.html.md.erb b/docs/manual/source/install/index.html.md.erb
index 98f9d76..48a1d89 100644
--- a/docs/manual/source/install/index.html.md.erb
+++ b/docs/manual/source/install/index.html.md.erb
@@ -22,7 +22,7 @@ limitations under the License.
 ## Prerequisites
 
 It is **very important** to meet the minimum version of the following
-technologies that power Apache PredictionIO.
+technologies that power Apache PredictionIO®.
 
 * Apache Hadoop 2.6.5 (optional, required only if YARN and HDFS are needed)
 * Apache Spark 1.6.3 for Hadoop 2.6
@@ -53,12 +53,12 @@ mode](http://spark.apache.org/docs/latest/spark-standalone.html).
 Apache PredictionIO runs on a Java virtual machine, so it runs on
 most platforms. Choose your platform below:
 
-* [Installing Apache PredictionIO from Source Code](install-sourcecode.html)
+* [Installing Apache PredictionIO® from Source Code](install-sourcecode.html)
 
 You may also use one of the community-contributed packages to install
 Apache PredictionIO:
 
-* [Installing Apache PredictionIO with
+* [Installing Apache PredictionIO® with
   Docker](/community/projects.html#docker-installation-for-predictionio)
 * [Heroku Buildpack](https://github.com/heroku/predictionio-buildpack) for [local development](https://github.com/heroku/predictionio-buildpack/blob/master/DEV.md) and [deployment](https://github.com/heroku/predictionio-buildpack/blob/master/CUSTOM.md)
 

http://git-wip-us.apache.org/repos/asf/predictionio/blob/309e2466/docs/manual/source/install/install-sourcecode.html.md.erb
----------------------------------------------------------------------
diff --git a/docs/manual/source/install/install-sourcecode.html.md.erb b/docs/manual/source/install/install-sourcecode.html.md.erb
index 8f5f2a9..423d54a 100644
--- a/docs/manual/source/install/install-sourcecode.html.md.erb
+++ b/docs/manual/source/install/install-sourcecode.html.md.erb
@@ -1,5 +1,5 @@
 ---
-title: Installing Apache PredictionIO from Source Code
+title: Installing Apache PredictionIO® from Source Code
 ---
 
 <!--