From eb85a8039af31b547b59cd3e4cd64a943ece7d22 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 4 Dec 2020 05:00:53 -0500 Subject: delete spurious indentation (11 instances) --- developers-manual.rst | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/developers-manual.rst b/developers-manual.rst index 9fddc8d9..2910c9fb 100644 --- a/developers-manual.rst +++ b/developers-manual.rst @@ -644,13 +644,13 @@ About Privilege Levels This is the breakdown of privilege levels in Weblate: - * **Users**/**Viewers** = Can log in, view Translations (*applies to new users*) +* **Users**/**Viewers** = Can log in, view Translations (*applies to new users*) - * **Reviewers** = Can contribute Translations to existing *Components* +* **Reviewers** = Can contribute Translations to existing *Components* - * **Managers** = Can create new *Components* of existing *Projects* +* **Managers** = Can create new *Components* of existing *Projects* - * **Superusers** = Can create new *Projects* +* **Superusers** = Can create new *Projects* Upgrading Privileges -------------------- @@ -675,19 +675,19 @@ What follows is a sort of Wizard. You can find detailed docs at https://docs.we Under *https://weblate.taler.net/create/component/vcs/*: - * **Source code repository** - Generally ``git+ssh://git@git.taler.net/```. Check with ``git remote -v``. +* **Source code repository** - Generally ``git+ssh://git@git.taler.net/```. Check with ``git remote -v``. - * **Repository branch** - Choose the correct branch to draw from and commit to. +* **Repository branch** - Choose the correct branch to draw from and commit to. - * **Repository push URL** - This is generally ``git+ssh://git@git.taler.net/``` Check with ``git remote -v``. +* **Repository push URL** - This is generally ``git+ssh://git@git.taler.net/``` Check with ``git remote -v``. - * **Repository browser** - This is the www URL of the Git repo's file browser. Example ``https://git.taler.net/.git/tree/{{filename}}?h={{branch}}#n{{line}}`` where ```` gets replaced but ``{{filename}}`` and other items in braces are actual variables in the string. +* **Repository browser** - This is the www URL of the Git repo's file browser. Example ``https://git.taler.net/.git/tree/{{filename}}?h={{branch}}#n{{line}}`` where ```` gets replaced but ``{{filename}}`` and other items in braces are actual variables in the string. - * **Merge style** - *Rebase*, in line with GNU Taler development procedures +* **Merge style** - *Rebase*, in line with GNU Taler development procedures - * **Translation license** - *GNU General Public License v3.0 or Later* +* **Translation license** - *GNU General Public License v3.0 or Later* - * **Adding new translation** - Decide how to handle adding new translations +* **Adding new translation** - Decide how to handle adding new translations How to Create a Translation --------------------------- -- cgit v1.2.3