tr8n_client_sdk 4.0.6 → 4.0.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +36 -16
- data/app/views/tr8n_client_sdk/tags/_language_selector.html.erb +1 -1
- data/lib/tr8n_client_sdk/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f51ee3da16caa6459444b84656eef9acb5ed3856
|
4
|
+
data.tar.gz: 960acc24a20d38f18ade7e7236256cdf733ba641
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f079b8225526e02c7f2a13578e01ad6b7c7c530f31628a16efc7022eee6b44c7d1f458dbf53405eafc1be6a5b1d58f8f2277ccbcd93ecf09e1589b7361cd23f1
|
7
|
+
data.tar.gz: 00b518b98803117f40468030514eab443784a98d35c91d779562599867cbe7937f2d0ffa162233b9460444d293cb7ee770243b63d2f0d7636722f81f50f03f9e
|
data/README.md
CHANGED
@@ -44,19 +44,15 @@ https://github.com/tr8n/tr8n_samples_bookface_rails
|
|
44
44
|
Install it and see how it works.
|
45
45
|
|
46
46
|
|
47
|
-
Registering Your App
|
47
|
+
Registering Your App
|
48
48
|
===================================
|
49
49
|
|
50
|
-
Before you can proceed with the integration, please
|
50
|
+
Before you can proceed with the integration, please register with https://translationexchange.com and create a new application.
|
51
51
|
|
52
|
-
|
52
|
+
At the end of the registration process you will be given a key and a secret. You will need to enter them in the initialization function of the Tr8n SDK.
|
53
53
|
|
54
|
-
<img src="http://wiki.tr8nhub.com/images/thumb/f/f7/Application_Settings.png/800px-Application_Settings.png">
|
55
54
|
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
Integration Instructions
|
55
|
+
Integration
|
60
56
|
===================================
|
61
57
|
|
62
58
|
To integrate Tr8n SDK into your app, all you need to do is:
|
@@ -211,18 +207,42 @@ If you need to adjust those method names, you can set them in the config:
|
|
211
207
|
```
|
212
208
|
|
213
209
|
|
214
|
-
|
215
|
-
Where can I get more information?
|
210
|
+
Links
|
216
211
|
==================
|
217
212
|
|
218
|
-
* Register on
|
213
|
+
* Register on TranslationExchange.com: https://translationexchange.com
|
214
|
+
|
215
|
+
* Read TranslationExchange's documentation: http://wiki.translationexchange.com
|
219
216
|
|
220
|
-
*
|
217
|
+
* Visit TranslationExchange's blog: http://blog.translationexchange.com
|
221
218
|
|
222
|
-
*
|
219
|
+
* Follow TranslationExchange on Twitter: https://twitter.com/translationx
|
223
220
|
|
224
|
-
*
|
221
|
+
* Connect with TranslationExchange on Facebook: https://www.facebook.com/translationexchange
|
225
222
|
|
226
|
-
*
|
223
|
+
* If you have any questions or suggestions, contact us: info@translationexchange.com
|
224
|
+
|
225
|
+
|
226
|
+
Copyright and license
|
227
|
+
==================
|
227
228
|
|
228
|
-
|
229
|
+
Copyright (c) 2014 Michael Berkovich, TranslationExchange.com
|
230
|
+
|
231
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
232
|
+
a copy of this software and associated documentation files (the
|
233
|
+
"Software"), to deal in the Software without restriction, including
|
234
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
235
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
236
|
+
permit persons to whom the Software is furnished to do so, subject to
|
237
|
+
the following conditions:
|
238
|
+
|
239
|
+
The above copyright notice and this permission notice shall be
|
240
|
+
included in all copies or substantial portions of the Software.
|
241
|
+
|
242
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
243
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
244
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
245
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
246
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
247
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
248
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tr8n_client_sdk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.
|
4
|
+
version: 4.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Berkovich
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-06-
|
11
|
+
date: 2014-06-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|