Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: docs/usage/xml-sync.md

Issue 29977571: Issue 7201 - Add links to CMS documentation (Closed) Base URL: https://hg.adblockplus.org/cms/
Patch Set: Address comments on PS1 Created Jan. 14, 2019, 3:33 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « docs/usage/test-server.md ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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)
OLDNEW
« no previous file with comments | « docs/usage/test-server.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld