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

Delta Between Two Patch Sets: docs/usage/xml-sync.md

Issue 29977630: Noissue - Add [paths] documentation and remove trailing spaces (Closed) Base URL: https://hg.adblockplus.org/cms/
Left Patch Set: Created Jan. 10, 2019, 1:26 a.m.
Right Patch Set: Fix indentation Created Jan. 17, 2019, 2:51 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « docs/content/static.md ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 Prev: [Syncing translations](syncing-translations.md) | Up: [Home](../../README. md) | Next: [Configuration (`settings.ini`)](../content/settings.md) 115 Prev: [Syncing translations](syncing-translations.md) | Up: [Home](../../README. md) | Next: [Configuration (`settings.ini`)](../content/settings.md)
LEFTRIGHT

Powered by Google App Engine
This is Rietveld