- 26 Dec, 2022 1 commit
-
-
Angedestenebres authored
-
- 23 Dec, 2022 1 commit
-
- 21 Dec, 2022 1 commit
-
-
Cédric Marie authored
Instead of setting box-shadow and border properties, use @extend to inherit bootstrap pre-defined styles (shadow and border).
-
- 19 Dec, 2022 1 commit
-
-
kaiyou authored
-
- 11 Dec, 2022 2 commits
-
-
MickGe authored
- 27 Nov, 2022 2 commits
-
-
- 25 Nov, 2022 3 commits
-
-
Angedestenebres authored
Clarify differences between Matrix and XMPP See merge request !150
-
Cédric Marie authored
First, replace Jabber with XMPP. The protocol was named Jabber in the first place, but has been renamed to XMPP since then. Also, make it clear that XMPP is also federated, and that federation is not the reason why rooms are duplicated, this is just a particularity of Matrix compared with XMPP.
-
Cédric Marie authored
In most documentation pages, the screenshots have a white background, which makes them uneasy to distinguish from the text. Add a CSS rule for all screenshots in order to add a margin on the left, and a thin black border around. There is currently no custom CSS file, so create one in "assets" directory. For all figures with width="100%", reduce them to "90%", so that they don't overflow on the right (and make a horizontal scrollbar appear), and we have the same margin (5%) on the left and right sides.
-
- 22 Nov, 2022 1 commit
-
-
MickGe authored
-
- 21 Nov, 2022 1 commit
-
-
Angedestenebres authored
-
- 14 Nov, 2022 3 commits
-
-
MickGe authored
With: ```shell find . -path "./node_modules" -prune -type f -o -name "*.md" -o -name "*.html" | xargs perl -pi -e 's/ (?=«)/ /g' ```
-
MickGe authored
With: ```bash find . -path "./node_modules" -prune -type f -o -name "*.md" -o -name "*.html" | xargs perl -pi -e 's/( (?=[:!?;»])(?!!\[)(?!:=))|((?<=«) )/ /g' ```
-
MickGe authored
-
- 13 Nov, 2022 12 commits
-
-
MickGe authored
-
MickGe authored
-
MickGe authored
-
Angedestenebres authored
-
Angedestenebres authored
-
Angedestenebres authored
-
Angedestenebres authored
-
Angedestenebres authored
Update Nexcloud doc about Circles app See merge request !141
-
Angedestenebres authored
- 25 Oct, 2022 1 commit
-
-
MickGe authored
-
- 09 Oct, 2022 1 commit
-
-
MickGe authored
With: ```bash find . -path "./node_modules" -prune -type f -o -name "*.md" -o -name "*.html" | xargs perl -pi -e 's/ (?=[:!?;])(?!!\[)(?!:=)/ /g' ```
-
- 08 Oct, 2022 1 commit
-
-
MickGe authored
-
- 07 Sep, 2022 6 commits
-
-
Angedestenebres authored
-
Angedestenebres authored
Replaced logo.svg → logo.png See merge request !136
-
Antonin Del Fabbro authored
-
Angedestenebres authored
Added screenshot.png See merge request !135
-
Antonin Del Fabbro authored
-
Angedestenebres authored
First draft of ntfy service page See merge request !134
-
- 03 Sep, 2022 1 commit
-
-
Antonin Del Fabbro authored
-
- 27 Aug, 2022 2 commits
-
-
Angedestenebres authored
Fix broken link See merge request !133
-
Angedestenebres authored
-