You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+33-7Lines changed: 33 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,3 @@
1
-
Java Client Tools for Globalization Pipeline on IBM Bluemix
2
-
==
3
1
<!--
4
2
/*
5
3
* Copyright IBM Corp. 2016
@@ -17,19 +15,21 @@ Java Client Tools for Globalization Pipeline on IBM Bluemix
17
15
* limitations under the License.
18
16
*/
19
17
-->
18
+
Java Client Tools for Globalization Pipeline on IBM Bluemix
19
+
==
20
20
21
-
---
22
21
# What is this?
23
22
24
23
This repository contains Java tools for
25
24
[Globalization Pipeline on IBM Bluemix](https://www.ng.bluemix.net/docs/services/GlobalizationPipeline/index.html).
26
25
27
-
---
28
-
# Licensing
29
26
30
-
This project is licensed under the [Apache License](https://hub.jazz.net/project/vish1993/gp-ruby-client/overview#https://hub.jazz.net/git/vish1993%252Fgp-ruby-client/contents/master/License.txt)
27
+
# Getting started
28
+
29
+
To get started, you should familiarize yourself with the service itself. A good place
30
+
to begin is by reading the [Quick Start Guide](https://github.com/IBM-Bluemix/gp-common#quick-start-guide) and the official [Getting Started with IBM Globalization ](https://www.ng.bluemix.net/docs/services/GlobalizationPipeline/index.html)
31
+
documentation.
31
32
32
-
---
33
33
# Usage
34
34
35
35
## Command Line Interface (gp-cli)
@@ -40,3 +40,29 @@ of Globalization Pipeline service to a specific file format, adding a new target
40
40
language in bundle configuration, creating a new user and so on.
41
41
42
42
To see available commands and options, please see [Globalization Pipeline Command Line Interface Guide](gp-cli.md)
43
+
44
+
# Community
45
+
46
+
* View or file GitHub [Issues](https://github.com/IBM-Bluemix/gp-java-tools/issues)
47
+
* Connect with the open source community on [developerWorks Open](https://developer.ibm.com/open/ibm-bluemix-globalization-pipeline-service/)
48
+
49
+
# Contributing
50
+
51
+
See [CONTRIBUTING.md](CONTRIBUTING.md).
52
+
53
+
# License
54
+
55
+
Apache 2.0. See [LICENSE.txt](LICENSE.txt).
56
+
57
+
> Licensed under the Apache License, Version 2.0 (the "License");
58
+
> you may not use this file except in compliance with the License.
59
+
> You may obtain a copy of the License at
60
+
>
61
+
> http://www.apache.org/licenses/LICENSE-2.0
62
+
>
63
+
> Unless required by applicable law or agreed to in writing, software
64
+
> distributed under the License is distributed on an "AS IS" BASIS,
65
+
> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
66
+
> See the License for the specific language governing permissions and
0 commit comments