Skip to content

Commit d1c7f7e

Browse files
authored
Merge pull request #3685 from luixxiul/fix
Fix more capitalizations on documentation
2 parents a74bd65 + 2e343b4 commit d1c7f7e

File tree

18 files changed

+39
-39
lines changed

18 files changed

+39
-39
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1757,7 +1757,7 @@ You could then restart services: `ansible-playbook -i inventory/hosts setup.yml
17571757

17581758
# 2022-04-25
17591759

1760-
## buscarron bot support
1760+
## Buscarron bot support
17611761

17621762
Thanks to [Aine](https://gitlab.com/etke.cc) of [etke.cc](https://etke.cc/), the playbook can now set up [the Buscarron bot](https://github.com/etkecc/buscarron). It's a bot you can use to send any form (HTTP POST, HTML) to a (encrypted) Matrix room
17631763

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Bots provide various additional functionality to your installation.
137137
| [matrix-reminder-bot](https://github.com/anoadragon453/matrix-reminder-bot) | x | Bot for scheduling one-off & recurring reminders and alarms | [Link](docs/configuring-playbook-bot-matrix-reminder-bot.md) |
138138
| [matrix-registration-bot](https://github.com/moan0s/matrix-registration-bot) | x | Bot for invitations by creating and managing registration tokens | [Link](docs/configuring-playbook-bot-matrix-registration-bot.md) |
139139
| [maubot](https://github.com/maubot/maubot) | x | A plugin-based Matrix bot system | [Link](docs/configuring-playbook-bot-maubot.md) |
140-
| [honoroit](https://github.com/etkecc/honoroit) | x | A helpdesk bot | [Link](docs/configuring-playbook-bot-honoroit.md) |
140+
| [Honoroit](https://github.com/etkecc/honoroit) | x | A helpdesk bot | [Link](docs/configuring-playbook-bot-honoroit.md) |
141141
| [Postmoogle](https://github.com/etkecc/postmoogle) | x | Email to Matrix bot | [Link](docs/configuring-playbook-bot-postmoogle.md) |
142142
| [Go-NEB](https://github.com/matrix-org/go-neb) | x | A multi functional bot written in Go | [Link](docs/configuring-playbook-bot-go-neb.md) |
143143
| [Mjolnir](https://github.com/matrix-org/mjolnir) | x | A moderation tool for Matrix | [Link](docs/configuring-playbook-bot-mjolnir.md) |

docs/configuring-dns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The `schildichat.example.com` subdomain may be necessary, because this playbook
7979

8080
The `wsproxy.example.com` subdomain may be necessary, because this playbook could install the [wsproxy](https://github.com/mautrix/wsproxy) web client. The installation of wsproxy is disabled by default, it is not a core required component. To learn how to install it, see our [configuring wsproxy guide](configuring-playbook-bridge-mautrix-wsproxy.md). If you do not wish to set up wsproxy, feel free to skip the `wsproxy.example.com` DNS record.
8181

82-
The `buscarron.example.com` subdomain may be necessary, because this playbook could install the [buscarron](https://github.com/etkecc/buscarron) bot. The installation of buscarron is disabled by default, it is not a core required component. To learn how to install it, see our [configuring buscarron guide](configuring-playbook-bot-buscarron.md). If you do not wish to set up buscarron, feel free to skip the `buscarron.example.com` DNS record.
82+
The `buscarron.example.com` subdomain may be necessary, because this playbook could install the [Buscarron](https://github.com/etkecc/buscarron) bot. The installation of Buscarron is disabled by default, it is not a core required component. To learn how to install it, see our [configuring Buscarron guide](configuring-playbook-bot-buscarron.md). If you do not wish to set up Buscarron, feel free to skip the `buscarron.example.com` DNS record.
8383

8484
The `rageshake.example.com` subdomain may be necessary, because this playbook could install the [rageshake](https://github.com/matrix-org/rageshake) bug report server. The installation of rageshake is disabled by default, it is not a core required component. To learn how to install it, see our [configuring rageshake guide](configuring-playbook-rageshake.md). If you do not wish to set up rageshake, feel free to skip the `rageshake.example.com` DNS record.
8585

docs/configuring-playbook-bot-buscarron.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Setting up Buscarron (optional)
22

3-
The playbook can install and configure [buscarron](https://github.com/etkecc/buscarron) for you.
3+
The playbook can install and configure [Buscarron](https://github.com/etkecc/buscarron) for you.
44

55
Buscarron is bot that receives HTTP POST submissions of web forms and forwards them to a Matrix room.
66

docs/configuring-playbook-client-cinny.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Setting up Cinny (optional)
22

3-
This playbook can install the [cinny](https://github.com/ajbura/cinny) Matrix web client for you.
3+
This playbook can install the [Cinny](https://github.com/ajbura/cinny) Matrix web client for you.
44

55
Cinny is a web client focusing primarily on simple, elegant and secure interface. It can be installed alongside or instead of Element.
66

docs/configuring-playbook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ When you're done with all the configuration you'd like to do, continue with [Ins
200200

201201
- [Setting up maubot](configuring-playbook-bot-maubot.md) - a plugin-based Matrix bot system (optional)
202202

203-
- [Setting up honoroit](configuring-playbook-bot-honoroit.md) - a helpdesk bot (optional)
203+
- [Setting up Honoroit](configuring-playbook-bot-honoroit.md) - a helpdesk bot (optional)
204204

205205
- [Setting up Go-NEB](configuring-playbook-bot-go-neb.md) - an extensible multifunctional bot (optional)
206206

docs/container-images.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Container Images used by the playbook
1+
# Container images used by the playbook
22

33
This page summarizes the container ([Docker](https://www.docker.com/)) images used by the playbook when setting up your server.
44

@@ -100,7 +100,7 @@ These services are not part of our default installation, but can be enabled by [
100100

101101
- [dock.mau.dev/maubot/maubot](https://mau.dev/maubot/maubot/container_registry) - the [maubot](https://github.com/maubot/maubot) bot (a plugin-based Matrix bot system) (optional)
102102

103-
- [etke.cc/honoroit](https://github.com/etkecc/honoroit/container_registry) - the [honoroit](https://github.com/etkecc/honoroit) helpdesk bot (optional)
103+
- [etke.cc/honoroit](https://github.com/etkecc/honoroit/container_registry) - the [Honoroit](https://github.com/etkecc/honoroit) helpdesk bot (optional)
104104

105105
- [etke.cc/postmoogle](https://github.com/etkecc/postmoogle/container_registry) - the [Postmoogle](https://github.com/etkecc/postmoogle) email bridge bot (optional)
106106

roles/custom/matrix-base/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ matrix_server_fqn_cinny: "cinny.{{ matrix_domain }}"
8080
# This is where you access the SchildiChat web client from (if enabled via matrix_client_schildichat_enabled; disabled by default).
8181
matrix_server_fqn_schildichat: "schildichat.{{ matrix_domain }}"
8282

83-
# This is where you access the buscarron bot from (if enabled via matrix_bot_buscarron_enabled; disabled by default).
83+
# This is where you access the Buscarron bot from (if enabled via matrix_bot_buscarron_enabled; disabled by default).
8484
matrix_server_fqn_buscarron: "buscarron.{{ matrix_domain }}"
8585

8686
# This is where you access the Dimension.

roles/custom/matrix-bot-buscarron/defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22

3-
# buscarron is a Web forms (HTTP POST) to Matrix service.
3+
# Buscarron is a Web forms (HTTP POST) to Matrix service.
44
# Project source code URL: https://github.com/etkecc/buscarron
55

66
matrix_bot_buscarron_enabled: true
@@ -186,7 +186,7 @@ matrix_bot_buscarron_smtp_from: ''
186186
# enforce SMTP validation
187187
matrix_bot_buscarron_smtp_validation: false
188188

189-
# Additional environment variables to pass to the buscarron container
189+
# Additional environment variables to pass to the Buscarron container
190190
#
191191
# Example:
192192
# matrix_bot_buscarron_environment_variables_extension: |

roles/custom/matrix-bot-buscarron/tasks/setup_install.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
- ansible.builtin.set_fact:
2727
matrix_bot_buscarron_requires_restart: true
2828

29-
- name: Ensure buscarron paths exist
29+
- name: Ensure Buscarron paths exist
3030
ansible.builtin.file:
3131
path: "{{ item.path }}"
3232
state: directory
@@ -40,7 +40,7 @@
4040
- {path: "{{ matrix_bot_buscarron_docker_src_files_path }}", when: true}
4141
when: "item.when | bool"
4242

43-
- name: Ensure buscarron support files installed
43+
- name: Ensure Buscarron support files installed
4444
ansible.builtin.template:
4545
src: "{{ role_path }}/templates/{{ item }}.j2"
4646
dest: "{{ matrix_bot_buscarron_config_path }}/{{ item }}"
@@ -51,7 +51,7 @@
5151
- env
5252
- labels
5353

54-
- name: Ensure buscarron image is pulled
54+
- name: Ensure Buscarron image is pulled
5555
community.docker.docker_image:
5656
name: "{{ matrix_bot_buscarron_docker_image }}"
5757
source: "{{ 'pull' if ansible_version.major > 2 or ansible_version.minor > 7 else omit }}"
@@ -63,7 +63,7 @@
6363
delay: "{{ devture_playbook_help_container_retries_delay }}"
6464
until: result is not failed
6565

66-
- name: Ensure buscarron repository is present on self-build
66+
- name: Ensure Buscarron repository is present on self-build
6767
ansible.builtin.git:
6868
repo: "{{ matrix_bot_buscarron_docker_repo }}"
6969
version: "{{ matrix_bot_buscarron_docker_repo_version }}"
@@ -74,7 +74,7 @@
7474
register: matrix_bot_buscarron_git_pull_results
7575
when: "matrix_bot_buscarron_container_image_self_build | bool"
7676

77-
- name: Ensure buscarron image is built
77+
- name: Ensure Buscarron image is built
7878
community.docker.docker_image:
7979
name: "{{ matrix_bot_buscarron_docker_image }}"
8080
source: build
@@ -92,7 +92,7 @@
9292
dest: "{{ devture_systemd_docker_base_systemd_path }}/matrix-bot-buscarron.service"
9393
mode: 0644
9494

95-
- name: Ensure buscarron container network is created
95+
- name: Ensure Buscarron container network is created
9696
community.general.docker_network:
9797
enable_ipv6: "{{ devture_systemd_docker_base_ipv6_enabled }}"
9898
name: "{{ matrix_bot_buscarron_container_network }}"

0 commit comments

Comments
 (0)