LEFT | RIGHT |
1 # XTM Integration | 1 # XTM Integration |
2 | 2 |
3 The integration with the XTM API can be run using the following command: | 3 The integration with the XTM API can be run using the following command: |
4 | 4 |
5 python -m cms.bin.xtm_translations [-h] [-v] {login,create,upload,download} | 5 python -m cms.bin.xtm_translations [-h] [-v] {login,create,upload,download} |
6 | 6 |
7 | 7 |
8 and it has four main operational modes: | 8 and it has four main operational modes: |
9 | 9 |
10 | 10 |
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
105 | 105 |
106 ## Dependencies | 106 ## Dependencies |
107 | 107 |
108 On top of the Python standard library, this script requires the following | 108 On top of the Python standard library, this script requires the following |
109 additional libraries to run correctly: | 109 additional libraries to run correctly: |
110 | 110 |
111 1. [Markdown](https://pypi.org/project/Markdown/) | 111 1. [Markdown](https://pypi.org/project/Markdown/) |
112 2. [Jinja2](https://pypi.org/project/Jinja2/) | 112 2. [Jinja2](https://pypi.org/project/Jinja2/) |
113 3. [Requests](https://pypi.org/project/requests/) | 113 3. [Requests](https://pypi.org/project/requests/) |
114 | 114 |
| 115 ----- |
115 Prev: [Syncing translations](syncing-translations.md) | Up: [Home](../../README.
md) | Next: [Configuration (`settings.ini`)](../content/settings.md) | 116 Prev: [Syncing translations](syncing-translations.md) | Up: [Home](../../README.
md) | Next: [Configuration (`settings.ini`)](../content/settings.md) |
LEFT | RIGHT |