replace joinmobilizon.org by mobilizon.org (#1702)

This commit is contained in:
Laurent GAY
2025-08-01 15:09:54 +02:00
committed by setop
parent d2ce0de020
commit 40339a8f5b
59 changed files with 93 additions and 93 deletions

View File

@@ -457,7 +457,7 @@ release-create:
- apk --no-cache add gawk sed grep - apk --no-cache add gawk sed grep
script: | script: |
CHANGELOG=$(awk -v version="$APP_VERSION" '/^## / { printit = $2 == version }; printit' CHANGELOG.md | grep -v "## $APP_VERSION" | sed '1{/^$/d}') CHANGELOG=$(awk -v version="$APP_VERSION" '/^## / { printit = $2 == version }; printit' CHANGELOG.md | grep -v "## $APP_VERSION" | sed '1{/^$/d}')
ENDPOINT="https://packages.joinmobilizon.org" ENDPOINT="https://packages.mobilizon.org"
release-cli create --name "$CI_COMMIT_TAG" \ release-cli create --name "$CI_COMMIT_TAG" \
--description "$CHANGELOG" \ --description "$CHANGELOG" \

View File

@@ -253,7 +253,7 @@ This release fixes different security issues reported by the potsda.mn collectiv
#### Release (binary package) installations #### Release (binary package) installations
- We now produce packages for different distributions targets (Debian Bookworm, Debian Bullseye, Ubuntu Jammy, Ubuntu Focal, Ubuntu Bionic, Fedora 38 and Fedora 39). Be sure to pick the right one for your system, as there can be issues with OpenSSL versions differing from inside the Mobilizon package and on your system. - We now produce packages for different distributions targets (Debian Bookworm, Debian Bullseye, Ubuntu Jammy, Ubuntu Focal, Ubuntu Bionic, Fedora 38 and Fedora 39). Be sure to pick the right one for your system, as there can be issues with OpenSSL versions differing from inside the Mobilizon package and on your system.
- The `https://joinmobilizon.org/latest-package` URL now links to the latest package builded against Debian Bookworm. Make sure to follow the documentation if you're not using this. - The `https://mobilizon.org/latest-package` URL now links to the latest package builded against Debian Bookworm. Make sure to follow the documentation if you're not using this.
- There's also an `arm64` package build on Debian Bullseye for now. - There's also an `arm64` package build on Debian Bullseye for now.
#### Source installations #### Source installations
@@ -847,7 +847,7 @@ Fixes a CI issue that prevented 3.2.0-beta.2 being released.
### Added ### Added
- Add global search support, allowing to use https://search.joinmobilizon.org as a centralized event and group database - Add global search support, allowing to use https://search.mobilizon.org as a centralized event and group database
- Add ability to filter search by categories and language - Add ability to filter search by categories and language
- Add ability to explore search results on a map view - Add ability to explore search results on a map view
- Add dark theme support and setting to toggle light/dark mode - Add dark theme support and setting to toggle light/dark mode
@@ -1117,7 +1117,7 @@ No changes since beta.3
### Added ### Added
- Add global search support, allowing to use https://search.joinmobilizon.org as a centralized event and group database - Add global search support, allowing to use https://search.mobilizon.org as a centralized event and group database
- Add ability to filter search by categories and language - Add ability to filter search by categories and language
- Add ability to explore search results on a map view - Add ability to explore search results on a map view
- Add dark theme support - Add dark theme support
@@ -2559,7 +2559,7 @@ This version introduces a new way to install and host Mobilizon : Elixir releas
- **imagemagick and webp are now a required dependency** to build Mobilizon. - **imagemagick and webp are now a required dependency** to build Mobilizon.
Optimized versions of Mobilizon's pictures are now produced during front-end build. Optimized versions of Mobilizon's pictures are now produced during front-end build.
See [the documentation](https://docs.joinmobilizon.org/administration/dependencies/#misc) to make sure these dependencies are installed. See [the documentation](https://docs.mobilizon.org/3.%20System%20administration/install/source/#misc) to make sure these dependencies are installed.
### Added ### Added
@@ -2654,7 +2654,7 @@ Updated translations:
- **Possibility to join open groups** (local and remote). Possibility in the group settings to pick if the group is open to new members or not. - **Possibility to join open groups** (local and remote). Possibility in the group settings to pick if the group is open to new members or not.
Note: The group default setting is closed. You need to manually set your group as open in the group settings. Note: The group default setting is closed. You need to manually set your group as open in the group settings.
- **Docker support** (@Pascoual). See [documentation](https://docs.joinmobilizon.org/administration/docker/) - **Docker support** (@Pascoual). See [documentation](https://docs.mobilizon.org/3.%20System%20administration/install/docker/)
- Added steps to the onboarding process on first login, including a profile and federation presentation step - Added steps to the onboarding process on first login, including a profile and federation presentation step
- Added a regular job to refresh remote groups once in a while - Added a regular job to refresh remote groups once in a while
@@ -2746,14 +2746,14 @@ Updated translations:
### Added ### Added
- Show if user is disabled in [`mix mobilizon.users.show` task](https://docs.joinmobilizon.org/administration/CLI%20tasks/manage_users/#show-an-users-details) - Show if user is disabled in [`mix mobilizon.users.show` task](https://docs.mobilizon.org/3.%20System%20administration/CLI%20tasks/manage_users/#show-a-users-details)
- Improved [ActivityPub documentation](https://docs.joinmobilizon.org/contribute/activity_pub/), especially for group federation. - Improved [ActivityPub documentation](https://docs.mobilizon.org/2.%20Instance%20administration/federation/), especially for group federation.
- Show instance languages on instance about page - Show instance languages on instance about page
- Add fancy pictures on footer and 404 page - Add fancy pictures on footer and 404 page
### Changed ### Changed
- The [`mix mobilizon.users.delete` task](https://docs.joinmobilizon.org/administration/CLI%20tasks/manage_users/#delete-an-user) behaviour completely deletes the user, unless the `--keep_email` option is given (can be used to prevent someone registering again with the same email). - The [`mix mobilizon.users.delete` task](https://docs.mobilizon.org/3.%20System%20administration/CLI%20tasks/manage_users/#delete-a-user) behaviour completely deletes the user, unless the `--keep_email` option is given (can be used to prevent someone registering again with the same email).
- Deleting your own account completely deletes user information (it previously kept the email information). - Deleting your own account completely deletes user information (it previously kept the email information).
- The administration dashboard now shows more information on local events, groups and followed/following instances - The administration dashboard now shows more information on local events, groups and followed/following instances
@@ -2790,7 +2790,7 @@ Updated translations:
- The [nginx configuration](https://framagit.org/framasoft/mobilizon/-/blob/main/support/nginx/mobilizon.conf) has been changed with improvements and support for custom error pages. - The [nginx configuration](https://framagit.org/framasoft/mobilizon/-/blob/main/support/nginx/mobilizon.conf) has been changed with improvements and support for custom error pages.
- The cmake dependency has been added (see [our documentation](https://docs.joinmobilizon.org/administration/dependencies/#basic-tools)) - The cmake dependency has been added (see [our documentation](https://docs.mobilizon.org/3.%20System%20administration/install/source/#basic-tools))
### Added ### Added

View File

@@ -1,5 +1,5 @@
<h1 align="center"> <h1 align="center">
<a href="https://joinmobilizon.org"> <a href="https://mobilizon.org">
<img src="https://lutim.cpy.re/qVYC86G9.png" alt="Mobilizon"> <img src="https://lutim.cpy.re/qVYC86G9.png" alt="Mobilizon">
</a> </a>
</h1> </h1>
@@ -46,10 +46,10 @@ We appreciate any contribution to Mobilizon. Check [our contributing page](https
## Links ## Links
### Learn more ### Learn more
* 🌐 Official website: [https://joinmobilizon.org](https://joinmobilizon.org) * 🌐 Official website: [https://mobilizon.org](https://mobilizon.org)
* 🔢 Pick an instance [https://mobilizon.org](https://mobilizon.org) * 🔢 Pick an instance [https://mobilizon.org](https://mobilizon.org)
* 💻 Source: [https://framagit.org/kaihuri/mobilizon](https://framagit.org/kaihuri/mobilizon) * 💻 Source: [https://framagit.org/kaihuri/mobilizon](https://framagit.org/kaihuri/mobilizon)
* 📜 Documentation [https://docs.joinmobilizon.org](https://docs.joinmobilizon.org) * 📜 Documentation [https://docs.mobilizon.org](https://docs.mobilizon.org)
* A summarized description of structure of sources is done in [`docs/dev.md`](./docs/dev.md) * A summarized description of structure of sources is done in [`docs/dev.md`](./docs/dev.md)
### Discuss ### Discuss
@@ -66,4 +66,4 @@ Note: Most federation code comes from [Pleroma](https://pleroma.social), which i
## ❤️ Supports of our crowdfunding ## ❤️ Supports of our crowdfunding
--- ---
We have run [a crowdfunding campaign](https://framablog.org/2019/05/14/mobilizon-lets-finance-a-software-to-free-our-events-from-facebook/) to pave the road to the version 1.0.0 of Mobilizon. Thanks to everyone who pitched in and shared the news around! The list of [everyone who donated is available here](https://joinmobilizon.org/hall-of-fame). We have run [a crowdfunding campaign](https://framablog.org/2019/05/14/mobilizon-lets-finance-a-software-to-free-our-events-from-facebook/) to pave the road to the version 1.0.0 of Mobilizon. Thanks to everyone who pitched in and shared the news around!.

View File

@@ -1,4 +1,4 @@
[Mobilizon](https://joinmobilizon.org) takes security, privacy and user control seriously, and we want to put them front and centre of our project. [Mobilizon](https://mobilizon.org) takes security, privacy and user control seriously, and we want to put them front and centre of our project.
This document outlines security procedures and general policies for the Mobilizon project. This document outlines security procedures and general policies for the Mobilizon project.
The Mobilizon maintainer team and community take all security bugs in Mobilizon seriously. Thank you for improving the security of Mobilizon. We appreciate your efforts and responsible disclosure and will make every effort to acknowledge your contributions. The Mobilizon maintainer team and community take all security bugs in Mobilizon seriously. Thank you for improving the security of Mobilizon. We appreciate your efforts and responsible disclosure and will make every effort to acknowledge your contributions.
@@ -17,7 +17,7 @@ The Mobilizon maintainer team and community take all security bugs in Mobilizon
### Challenges ### Challenges
[Mobilizon](https://joinmobilizon.org) will be challenging to keep secure, as it is: [Mobilizon](https://mobilizon.org) will be challenging to keep secure, as it is:
* open source, both back-end and front-end * open source, both back-end and front-end

View File

@@ -75,7 +75,7 @@ In order to keep the release tarballs light, the geographic timezone data is not
```sh ```sh
sudo -u mobilizon mkdir /var/lib/mobilizon/timezones sudo -u mobilizon mkdir /var/lib/mobilizon/timezones
sudo -u mobilizon curl -L 'https://packages.joinmobilizon.org/tz_world/timezones-geodata.dets' -o /var/lib/mobilizon/timezones/timezones-geodata.dets sudo -u mobilizon curl -L 'https://packages.mobilizon.org/tz_world/timezones-geodata.dets' -o /var/lib/mobilizon/timezones/timezones-geodata.dets
``` ```
In both cases, ~700Mio of disk will be used. You may use the following configuration to specify where the data is expected if you decide to change it from the default location (`/var/lib/mobilizon/timezones`) : In both cases, ~700Mio of disk will be used. You may use the following configuration to specify where the data is expected if you decide to change it from the default location (`/var/lib/mobilizon/timezones`) :
@@ -99,7 +99,7 @@ You need to download the data :
```sh ```sh
sudo -u mobilizon mkdir /var/lib/mobilizon/timezones sudo -u mobilizon mkdir /var/lib/mobilizon/timezones
sudo -u mobilizon curl -L 'https://packages.joinmobilizon.org/tz_world/timezones-geodata.dets' -o /var/lib/mobilizon/timezones/timezones-geodata.dets sudo -u mobilizon curl -L 'https://packages.mobilizon.org/tz_world/timezones-geodata.dets' -o /var/lib/mobilizon/timezones/timezones-geodata.dets
``` ```
In both cases, ~700Mio of disk will be used. You may use the following configuration to specify where the data is expected: In both cases, ~700Mio of disk will be used. You may use the following configuration to specify where the data is expected:
@@ -116,7 +116,7 @@ Create the folder for default CSV export:
sudo -u mobilizon mkdir -p /var/lib/mobilizon/uploads/exports/csv sudo -u mobilizon mkdir -p /var/lib/mobilizon/uploads/exports/csv
``` ```
This path can be configured, see [the dedicated docs page about this](https://docs.joinmobilizon.org/administration/configure/exports/). This path can be configured, see [the dedicated docs page about this](https://docs.mobilizon.org/3.%20System%20administration/configure/exports/).
Files in this folder are temporary and are cleaned once an hour. Files in this folder are temporary and are cleaned once an hour.
## New optional dependencies ## New optional dependencies
@@ -135,7 +135,7 @@ New optional Python dependencies:
- `weasyprint` for PDF export (with [a few extra dependencies](https://doc.courtbouillon.org/weasyprint/stable/first_steps.html)) - `weasyprint` for PDF export (with [a few extra dependencies](https://doc.courtbouillon.org/weasyprint/stable/first_steps.html))
- `pyexcel-ods3` for ODS export (no extra dependencies) - `pyexcel-ods3` for ODS export (no extra dependencies)
Both can be installed through pip. You need to enable and configure exports for PDF and ODS in the configuration afterwards. Read [the dedicated docs page about this](https://docs.joinmobilizon.org/administration/configure/exports/). Both can be installed through pip. You need to enable and configure exports for PDF and ODS in the configuration afterwards. Read [the dedicated docs page about this](https://docs.mobilizon.org/3.%20System%20administration/configure/exports/).
# Upgrading from 1.0 to 1.1 # Upgrading from 1.0 to 1.1
@@ -159,7 +159,7 @@ Staying on source releases means:
## Releases ## Releases
If you want to migrate to releases, [we provide a full guide](https://docs.joinmobilizon.org/administration/upgrading/source_to_release/). You may do this at any time. If you want to migrate to releases, [we provide a full guide](https://docs.mobilizon.org/3.%20System%20administration/upgrading/source_to_release/). You may do this at any time.
## Source install ## Source install

View File

@@ -381,9 +381,9 @@ config :mobilizon, Mobilizon.Service.GlobalSearch,
service: Mobilizon.Service.GlobalSearch.SearchMobilizon service: Mobilizon.Service.GlobalSearch.SearchMobilizon
config :mobilizon, Mobilizon.Service.GlobalSearch.SearchMobilizon, config :mobilizon, Mobilizon.Service.GlobalSearch.SearchMobilizon,
endpoint: "https://search.joinmobilizon.org", endpoint: "https://search.mobilizon.org",
csp_policy: [ csp_policy: [
img_src: ["search.joinmobilizon.org"] img_src: ["search.mobilizon.org"]
] ]
config :mobilizon, Mobilizon.Service.AntiSpam, service: Mobilizon.Service.AntiSpam.Akismet config :mobilizon, Mobilizon.Service.AntiSpam, service: Mobilizon.Service.AntiSpam.Akismet

View File

@@ -42,11 +42,11 @@ ARG VCS_REF
LABEL org.opencontainers.image.title="mobilizon" \ LABEL org.opencontainers.image.title="mobilizon" \
org.opencontainers.image.description="Mobilizon for Docker" \ org.opencontainers.image.description="Mobilizon for Docker" \
org.opencontainers.image.vendor="joinmobilizon.org" \ org.opencontainers.image.vendor="mobilizon.org" \
org.opencontainers.image.documentation="https://docs.joinmobilizon.org" \ org.opencontainers.image.documentation="https://docs.mobilizon.org" \
org.opencontainers.image.licenses="AGPL-3.0" \ org.opencontainers.image.licenses="AGPL-3.0" \
org.opencontainers.image.source="https://framagit.org/framasoft/mobilizon" \ org.opencontainers.image.source="https://framagit.org/framasoft/mobilizon" \
org.opencontainers.image.url="https://joinmobilizon.org" \ org.opencontainers.image.url="https://mobilizon.org" \
org.opencontainers.image.revision=$VCS_REF \ org.opencontainers.image.revision=$VCS_REF \
org.opencontainers.image.created=$BUILD_DATE org.opencontainers.image.created=$BUILD_DATE
@@ -66,7 +66,7 @@ RUN mkdir -p /etc/mobilizon && chown nobody:nobody /etc/mobilizon
USER nobody USER nobody
# Get timezone geodata # Get timezone geodata
RUN curl -L 'https://packages.joinmobilizon.org/tz_world/timezones-geodata.dets' -o /var/lib/mobilizon/timezones/timezones-geodata.dets RUN curl -L 'https://packages.mobilizon.org/tz_world/timezones-geodata.dets' -o /var/lib/mobilizon/timezones/timezones-geodata.dets
EXPOSE 4000 EXPOSE 4000

View File

@@ -1,6 +1,6 @@
# Documentation for developpers # Documentation for developpers
_This file is a summary of the documentation for developpers. As explained in [CONTRIBUTING.md](../CONTRIBUTING.md), the main documentation is available at <https://docs.joinmobilizon.org/contribute/>_ _This file is a summary of the documentation for developpers. As explained in [CONTRIBUTING.md](../CONTRIBUTING.md), the main documentation is available at <https://docs.mobilizon.org/4.%20Contribute/>_
## Technologies ## Technologies

View File

@@ -85,7 +85,7 @@ defmodule Mobilizon.Federation.ActivityPub.Utils do
"postalCode" => "sc:postalCode", "postalCode" => "sc:postalCode",
"addressLocality" => "sc:addressLocality", "addressLocality" => "sc:addressLocality",
"streetAddress" => "sc:streetAddress", "streetAddress" => "sc:streetAddress",
"mz" => "https://joinmobilizon.org/ns#", "mz" => "https://mobilizon.org/ns#",
"repliesModerationOptionType" => %{ "repliesModerationOptionType" => %{
"@id" => "mz:repliesModerationOptionType", "@id" => "mz:repliesModerationOptionType",
"@type" => "rdfs:Class" "@type" => "rdfs:Class"

View File

@@ -1,6 +1,6 @@
defmodule Mobilizon.Service.GlobalSearch.SearchMobilizon do defmodule Mobilizon.Service.GlobalSearch.SearchMobilizon do
@moduledoc """ @moduledoc """
[Search Mobilizon](https://search.joinmobilizon.org) backend. [Search Mobilizon](https://search.mobilizon.org) backend.
""" """
alias Mobilizon.Actors.Actor alias Mobilizon.Actors.Actor
@@ -252,7 +252,7 @@ defmodule Mobilizon.Service.GlobalSearch.SearchMobilizon do
defp search_endpoint do defp search_endpoint do
Application.get_env(:mobilizon, __MODULE__) |> get_in([:endpoint]) || Application.get_env(:mobilizon, __MODULE__) |> get_in([:endpoint]) ||
"https://search.joinmobilizon.org" "https://search.mobilizon.org"
end end
defp parse_date(nil), do: nil defp parse_date(nil), do: nil

View File

@@ -253,7 +253,7 @@
<p> <p>
<%= pgettext( <%= pgettext(
"terms", "terms",
"For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>." "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
) )
|> raw %> |> raw %>
</p> </p>

View File

@@ -189,7 +189,7 @@
) )
|> raw %> |> raw %>
<br /> <br />
<a href="https://joinmobilizon.org"> <a href="https://mobilizon.org">
<%= gettext("Learn more about Mobilizon here!") %> <%= gettext("Learn more about Mobilizon here!") %>
</a> </a>
</p> </p>

View File

@@ -8,4 +8,4 @@
<%= gettext "Need help? Is something not working as expected?" %> <%= gettext "Need help? Is something not working as expected?" %>
<%= gettext "Ask the community on Framacolibri" %> https://framacolibri.org/c/mobilizon/39 <%= gettext "Ask the community on Framacolibri" %> https://framacolibri.org/c/mobilizon/39
<%= gettext "%{instance} is powered by Mobilizon.", instance: @instance_name %> <%= gettext "Learn more about Mobilizon here!" %> https://joinmobilizon.org <%= gettext "%{instance} is powered by Mobilizon.", instance: @instance_name %> <%= gettext "Learn more about Mobilizon here!" %> https://mobilizon.org

View File

@@ -24,7 +24,7 @@ defmodule Mobilizon.Mixfile do
], ],
name: "Mobilizon", name: "Mobilizon",
source_url: "https://framagit.org/framasoft/mobilizon", source_url: "https://framagit.org/framasoft/mobilizon",
homepage_url: "https://joinmobilizon.org", homepage_url: "https://mobilizon.org",
docs: docs(), docs: docs(),
releases: [ releases: [
mobilizon: [ mobilizon: [

View File

@@ -568,7 +568,7 @@ msgstr ""
#: lib/web/templates/api/terms.html.heex:254 #: lib/web/templates/api/terms.html.heex:254
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgctxt "terms" msgctxt "terms"
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>." msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
msgstr "" msgstr ""
#: lib/web/templates/api/terms.html.heex:47 #: lib/web/templates/api/terms.html.heex:47

View File

@@ -551,7 +551,7 @@ msgstr ""
#: lib/web/templates/api/terms.html.heex:254 #: lib/web/templates/api/terms.html.heex:254
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgctxt "terms" msgctxt "terms"
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>." msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
msgstr "" msgstr ""
#: lib/web/templates/api/terms.html.heex:47 #: lib/web/templates/api/terms.html.heex:47

View File

@@ -640,9 +640,9 @@ msgstr ""
#: lib/web/templates/api/terms.html.heex:254 #: lib/web/templates/api/terms.html.heex:254
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgctxt "terms" msgctxt "terms"
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>." msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
msgstr "" msgstr ""
"Vegeu <a href=\"https://joinmobilizon.org\">detalls complets sobre el " "Vegeu <a href=\"https://mobilizon.org\">detalls complets sobre el "
"software Mobilizon</a>." "software Mobilizon</a>."
#: lib/web/templates/api/terms.html.heex:47 #: lib/web/templates/api/terms.html.heex:47

View File

@@ -648,9 +648,9 @@ msgstr ""
#: lib/web/templates/api/terms.html.heex:254 #: lib/web/templates/api/terms.html.heex:254
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgctxt "terms" msgctxt "terms"
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>." msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
msgstr "" msgstr ""
"Podrobné informace o softwaru Mobilizon <a href=\"https://joinmobilizon.org\"" "Podrobné informace o softwaru Mobilizon <a href=\"https://mobilizon.org\""
">viz zde</a>." ">viz zde</a>."
#: lib/web/templates/api/terms.html.heex:47 #: lib/web/templates/api/terms.html.heex:47

View File

@@ -662,10 +662,10 @@ msgstr ""
#: lib/web/templates/api/terms.html.heex:254 #: lib/web/templates/api/terms.html.heex:254
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgctxt "terms" msgctxt "terms"
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>." msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
msgstr "" msgstr ""
"Vollumfängliche Informationen zur Mobilizon-Software <a href=\"https" "Vollumfängliche Informationen zur Mobilizon-Software <a href=\"https"
"://joinmobilizon.org\">können Sie hier erhalten</a>." "://mobilizon.org\">können Sie hier erhalten</a>."
#: lib/web/templates/api/terms.html.heex:47 #: lib/web/templates/api/terms.html.heex:47
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format

View File

@@ -531,7 +531,7 @@ msgstr ""
#: lib/web/templates/api/terms.html.heex:254 #: lib/web/templates/api/terms.html.heex:254
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgctxt "terms" msgctxt "terms"
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>." msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
msgstr "" msgstr ""
#: lib/web/templates/api/terms.html.heex:47 #: lib/web/templates/api/terms.html.heex:47

View File

@@ -584,7 +584,7 @@ msgstr ""
#: lib/web/templates/api/terms.html.heex:254 #: lib/web/templates/api/terms.html.heex:254
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgctxt "terms" msgctxt "terms"
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>." msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
msgstr "" msgstr ""
#: lib/web/templates/api/terms.html.heex:47 #: lib/web/templates/api/terms.html.heex:47

View File

@@ -645,10 +645,10 @@ msgstr ""
#: lib/web/templates/api/terms.html.heex:254 #: lib/web/templates/api/terms.html.heex:254
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgctxt "terms" msgctxt "terms"
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>." msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
msgstr "" msgstr ""
"Para obtener detalles completos sobre el software Mobilizon <a href=" "Para obtener detalles completos sobre el software Mobilizon <a href="
"\"https://joinmobilizon.org\"> ver aquí </a>." "\"https://mobilizon.org\"> ver aquí </a>."
#: lib/web/templates/api/terms.html.heex:47 #: lib/web/templates/api/terms.html.heex:47
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format

View File

@@ -636,9 +636,9 @@ msgstr ""
#: lib/web/templates/api/terms.html.heex:254 #: lib/web/templates/api/terms.html.heex:254
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgctxt "terms" msgctxt "terms"
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>." msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
msgstr "" msgstr ""
"Katso <a href=\"https://joinmobilizon.org\">täältä</a> tarkempia Mobilizon-" "Katso <a href=\"https://mobilizon.org\">täältä</a> tarkempia Mobilizon-"
"ohjelmaa koskevia tietoja." "ohjelmaa koskevia tietoja."
#: lib/web/templates/api/terms.html.heex:47 #: lib/web/templates/api/terms.html.heex:47

View File

@@ -562,7 +562,7 @@ msgstr ""
#: lib/web/templates/api/terms.html.heex:254 #: lib/web/templates/api/terms.html.heex:254
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgctxt "terms" msgctxt "terms"
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>." msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
msgstr "" msgstr ""
#: lib/web/templates/api/terms.html.heex:47 #: lib/web/templates/api/terms.html.heex:47

View File

@@ -638,7 +638,7 @@ msgstr ""
msgctxt "terms" msgctxt "terms"
msgid "" msgid ""
"For full details about the Mobilizon software <a href=\"https://" "For full details about the Mobilizon software <a href=\"https://"
"joinmobilizon.org\">see here</a>." "mobilizon.org\">see here</a>."
msgstr "" msgstr ""
"Para coñecer máis sobre o software Mobilizon <a href=\"https://joinmobilizon." "Para coñecer máis sobre o software Mobilizon <a href=\"https://joinmobilizon."
"org\">visita esta web</a>." "org\">visita esta web</a>."

View File

@@ -555,7 +555,7 @@ msgstr ""
#: lib/web/templates/api/terms.html.heex:254 #: lib/web/templates/api/terms.html.heex:254
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgctxt "terms" msgctxt "terms"
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>." msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
msgstr "" msgstr ""
#: lib/web/templates/api/terms.html.heex:47 #: lib/web/templates/api/terms.html.heex:47

View File

@@ -598,7 +598,7 @@ msgstr ""
#: lib/web/templates/api/terms.html.heex:254 #: lib/web/templates/api/terms.html.heex:254
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgctxt "terms" msgctxt "terms"
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>." msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
msgstr "" msgstr ""
"Pogledaj sve detalje o Mobilizon softveru <a href=\"https://joinmobilizon." "Pogledaj sve detalje o Mobilizon softveru <a href=\"https://joinmobilizon."
"org\">ovdje</a>." "org\">ovdje</a>."

View File

@@ -593,7 +593,7 @@ msgstr ""
#: lib/web/templates/api/terms.html.heex:254 #: lib/web/templates/api/terms.html.heex:254
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgctxt "terms" msgctxt "terms"
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>." msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
msgstr "" msgstr ""
#: lib/web/templates/api/terms.html.heex:47 #: lib/web/templates/api/terms.html.heex:47

View File

@@ -560,10 +560,10 @@ msgstr ""
#: lib/web/templates/api/terms.html.heex:254 #: lib/web/templates/api/terms.html.heex:254
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgctxt "terms" msgctxt "terms"
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>." msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
msgstr "" msgstr ""
"Untuk keterangan lebih lanjut tentang perangkat lunak Mobilizon <a href=" "Untuk keterangan lebih lanjut tentang perangkat lunak Mobilizon <a href="
"\"https://joinmobilizon.org\">lihat di sini</a>." "\"https://mobilizon.org\">lihat di sini</a>."
#: lib/web/templates/api/terms.html.heex:47 #: lib/web/templates/api/terms.html.heex:47
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format

View File

@@ -648,10 +648,10 @@ msgstr ""
#: lib/web/templates/api/terms.html.heex:254 #: lib/web/templates/api/terms.html.heex:254
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgctxt "terms" msgctxt "terms"
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>." msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
msgstr "" msgstr ""
"Per i dettagli completi sul software Mobilizon <a href=\"https" "Per i dettagli completi sul software Mobilizon <a href=\"https"
"://joinmobilizon.org\">vedi qui</a>." "://mobilizon.org\">vedi qui</a>."
#: lib/web/templates/api/terms.html.heex:47 #: lib/web/templates/api/terms.html.heex:47
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format

View File

@@ -542,7 +542,7 @@ msgstr ""
#: lib/web/templates/api/terms.html.heex:254 #: lib/web/templates/api/terms.html.heex:254
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgctxt "terms" msgctxt "terms"
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>." msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
msgstr "" msgstr ""
#: lib/web/templates/api/terms.html.heex:47 #: lib/web/templates/api/terms.html.heex:47

View File

@@ -546,7 +546,7 @@ msgstr ""
#: lib/web/templates/api/terms.html.heex:254 #: lib/web/templates/api/terms.html.heex:254
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgctxt "terms" msgctxt "terms"
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>." msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
msgstr "" msgstr ""
#: lib/web/templates/api/terms.html.heex:47 #: lib/web/templates/api/terms.html.heex:47

View File

@@ -553,7 +553,7 @@ msgstr ""
#: lib/web/templates/api/terms.html.heex:254 #: lib/web/templates/api/terms.html.heex:254
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgctxt "terms" msgctxt "terms"
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>." msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
msgstr "" msgstr ""
#: lib/web/templates/api/terms.html.heex:47 #: lib/web/templates/api/terms.html.heex:47

View File

@@ -556,7 +556,7 @@ msgstr ""
#: lib/web/templates/api/terms.html.heex:254 #: lib/web/templates/api/terms.html.heex:254
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgctxt "terms" msgctxt "terms"
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>." msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
msgstr "" msgstr ""
#: lib/web/templates/api/terms.html.heex:47 #: lib/web/templates/api/terms.html.heex:47

View File

@@ -630,9 +630,9 @@ msgstr ""
#: lib/web/templates/api/terms.html.heex:254 #: lib/web/templates/api/terms.html.heex:254
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgctxt "terms" msgctxt "terms"
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>." msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
msgstr "" msgstr ""
"Les meir om Mobilizon-programvara <a href=\"https://joinmobilizon.org\"" "Les meir om Mobilizon-programvara <a href=\"https://mobilizon.org\""
">her</a>." ">her</a>."
#: lib/web/templates/api/terms.html.heex:47 #: lib/web/templates/api/terms.html.heex:47

View File

@@ -604,7 +604,7 @@ msgstr ""
#: lib/web/templates/api/terms.html.heex:254 #: lib/web/templates/api/terms.html.heex:254
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgctxt "terms" msgctxt "terms"
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>." msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
msgstr "" msgstr ""
"Per mai de detalhs sul logicial Mobilizon <a href=\"https://joinmobilizon." "Per mai de detalhs sul logicial Mobilizon <a href=\"https://joinmobilizon."
"org\">veire aquí</a>." "org\">veire aquí</a>."

View File

@@ -659,10 +659,10 @@ msgstr ""
#: lib/web/templates/api/terms.html.heex:254 #: lib/web/templates/api/terms.html.heex:254
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgctxt "terms" msgctxt "terms"
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>." msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
msgstr "" msgstr ""
"Aby zobaczyć więcej informacji o oprogramowaniu Mobilizon, <a href=\"https" "Aby zobaczyć więcej informacji o oprogramowaniu Mobilizon, <a href=\"https"
"://joinmobilizon.org\">zajrzyj tutaj</a>." "://mobilizon.org\">zajrzyj tutaj</a>."
#: lib/web/templates/api/terms.html.heex:47 #: lib/web/templates/api/terms.html.heex:47
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format

View File

@@ -546,7 +546,7 @@ msgstr ""
#: lib/web/templates/api/terms.html.heex:254 #: lib/web/templates/api/terms.html.heex:254
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgctxt "terms" msgctxt "terms"
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>." msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
msgstr "" msgstr ""
#: lib/web/templates/api/terms.html.heex:47 #: lib/web/templates/api/terms.html.heex:47

View File

@@ -721,7 +721,7 @@ msgstr ""
#: lib/web/templates/api/terms.html.heex:254 #: lib/web/templates/api/terms.html.heex:254
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgctxt "terms" msgctxt "terms"
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>." msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
msgstr "" msgstr ""
"Grande parte do conteúdo do Serviço é seu e de terceiros, e não o revisamos, " "Grande parte do conteúdo do Serviço é seu e de terceiros, e não o revisamos, "
"verificamos ou autenticamos, podendo conter imprecisões ou informações " "verificamos ou autenticamos, podendo conter imprecisões ou informações "

View File

@@ -656,7 +656,7 @@ msgstr ""
#: lib/web/templates/api/terms.html.heex:254 #: lib/web/templates/api/terms.html.heex:254
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgctxt "terms" msgctxt "terms"
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>." msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
msgstr "" msgstr ""
"Для получения полной информации о Mobilizon <a href=\"https://joinmobilizon." "Для получения полной информации о Mobilizon <a href=\"https://joinmobilizon."
"org\">смотреть тут</a>." "org\">смотреть тут</a>."

View File

@@ -594,7 +594,7 @@ msgstr ""
#: lib/web/templates/api/terms.html.heex:254 #: lib/web/templates/api/terms.html.heex:254
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgctxt "terms" msgctxt "terms"
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>." msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
msgstr "" msgstr ""
#: lib/web/templates/api/terms.html.heex:47 #: lib/web/templates/api/terms.html.heex:47

View File

@@ -539,7 +539,7 @@ msgstr ""
#: lib/web/templates/api/terms.html.heex:254 #: lib/web/templates/api/terms.html.heex:254
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgctxt "terms" msgctxt "terms"
msgid "For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>." msgid "For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
msgstr "" msgstr ""
#: lib/web/templates/api/terms.html.heex:47 #: lib/web/templates/api/terms.html.heex:47

View File

@@ -24,7 +24,7 @@
<b>{{ instanceName }}</b> <b>{{ instanceName }}</b>
</template> </template>
<template #mobilizon_link> <template #mobilizon_link>
<a href="https://joinmobilizon.org">{{ t("Mobilizon") }}</a> <a href="https://mobilizon.org">{{ t("Mobilizon") }}</a>
</template> </template>
</i18n-t> </i18n-t>
<span v-if="sentryEnabled"> <span v-if="sentryEnabled">

View File

@@ -49,7 +49,7 @@
variant="primary" variant="primary"
size="large" size="large"
tag="a" tag="a"
href="https://joinmobilizon.org" href="https://mobilizon.org"
>{{ t("Learn more about Mobilizon") }}</o-button >{{ t("Learn more about Mobilizon") }}</o-button
> >
</div> </div>

View File

@@ -16,7 +16,7 @@
keypath="An instance is an installed version of the Mobilizon software running on a server. An instance can be run by anyone using the {mobilizon_software} or other federated apps, aka the “fediverse”. This instance's name is {instance_name}. Mobilizon is a federated network of multiple instances (just like email servers), users registered on different instances may communicate even though they didn't register on the same instance." keypath="An instance is an installed version of the Mobilizon software running on a server. An instance can be run by anyone using the {mobilizon_software} or other federated apps, aka the “fediverse”. This instance's name is {instance_name}. Mobilizon is a federated network of multiple instances (just like email servers), users registered on different instances may communicate even though they didn't register on the same instance."
> >
<template #mobilizon_software <template #mobilizon_software
><a href="https://joinmobilizon.org">{{ ><a href="https://mobilizon.org">{{
t("Mobilizon software") t("Mobilizon software")
}}</a></template }}</a></template
> >

View File

@@ -69,7 +69,7 @@
tag="a" tag="a"
icon-left="open-in-new" icon-left="open-in-new"
class="text-2xl bg-primary text-white leading-6" class="text-2xl bg-primary text-white leading-6"
href="https://joinmobilizon.org" href="https://mobilizon.org"
>{{ t("Learn more") }}</o-button >{{ t("Learn more") }}</o-button
> >
</div> </div>

View File

@@ -32,7 +32,7 @@
<i18n-t keypath="Ask your instance admin to {enable_feature}."> <i18n-t keypath="Ask your instance admin to {enable_feature}.">
<template #enable_feature> <template #enable_feature>
<a <a
href="https://docs.joinmobilizon.org/administration/configure/push/" href="https://docs.mobilizon.org/3.%20System%20administration/configure/push/"
target="_blank" target="_blank"
rel="noopener noreferer" rel="noopener noreferer"
>{{ $t("enable the feature") }}</a >{{ $t("enable the feature") }}</a

View File

@@ -16,7 +16,7 @@
<b>{{ config?.name }}</b> <b>{{ config?.name }}</b>
</template> </template>
<template #mobilizon> <template #mobilizon>
<a href="https://joinmobilizon.org" target="_blank" class="out">{{ <a href="https://mobilizon.org" target="_blank" class="out">{{
t("Mobilizon") t("Mobilizon")
}}</a> }}</a>
</template> </template>

View File

@@ -26,7 +26,7 @@
"@type": "rdfs:Class" "@type": "rdfs:Class"
}, },
"maximumAttendeeCapacity": "sc:maximumAttendeeCapacity", "maximumAttendeeCapacity": "sc:maximumAttendeeCapacity",
"mz": "https://joinmobilizon.org/ns#", "mz": "https://mobilizon.org/ns#",
"repliesModerationOption": { "repliesModerationOption": {
"@id": "mz:repliesModerationOption", "@id": "mz:repliesModerationOption",
"@type": "mz:repliesModerationOptionType" "@type": "mz:repliesModerationOptionType"

View File

@@ -25,7 +25,7 @@
"@type": "rdfs:Class" "@type": "rdfs:Class"
}, },
"maximumAttendeeCapacity": "sc:maximumAttendeeCapacity", "maximumAttendeeCapacity": "sc:maximumAttendeeCapacity",
"mz": "https://joinmobilizon.org/ns#", "mz": "https://mobilizon.org/ns#",
"repliesModerationOption": { "repliesModerationOption": {
"@id": "mz:repliesModerationOption", "@id": "mz:repliesModerationOption",
"@type": "mz:repliesModerationOptionType" "@type": "mz:repliesModerationOptionType"

View File

@@ -25,7 +25,7 @@
"@type": "rdfs:Class" "@type": "rdfs:Class"
}, },
"maximumAttendeeCapacity": "sc:maximumAttendeeCapacity", "maximumAttendeeCapacity": "sc:maximumAttendeeCapacity",
"mz": "https://joinmobilizon.org/ns#", "mz": "https://mobilizon.org/ns#",
"repliesModerationOption": { "repliesModerationOption": {
"@id": "mz:repliesModerationOption", "@id": "mz:repliesModerationOption",
"@type": "mz:repliesModerationOptionType" "@type": "mz:repliesModerationOptionType"

View File

@@ -35,7 +35,7 @@
"@type": "sc:Place" "@type": "sc:Place"
}, },
"maximumAttendeeCapacity": "sc:maximumAttendeeCapacity", "maximumAttendeeCapacity": "sc:maximumAttendeeCapacity",
"mz": "https://joinmobilizon.org/ns#", "mz": "https://mobilizon.org/ns#",
"participationMessage": { "participationMessage": {
"@id": "mz:participationMessage", "@id": "mz:participationMessage",
"@type": "sc:Text" "@type": "sc:Text"

View File

@@ -15,7 +15,7 @@
"@type": "rdfs:Class" "@type": "rdfs:Class"
}, },
"maximumAttendeeCapacity": "sc:maximumAttendeeCapacity", "maximumAttendeeCapacity": "sc:maximumAttendeeCapacity",
"mz": "https://joinmobilizon.org/ns#", "mz": "https://mobilizon.org/ns#",
"repliesModerationOption": { "repliesModerationOption": {
"@id": "mz:repliesModerationOption", "@id": "mz:repliesModerationOption",
"@type": "mz:repliesModerationOptionType" "@type": "mz:repliesModerationOptionType"

View File

@@ -15,7 +15,7 @@
"@type": "rdfs:Class" "@type": "rdfs:Class"
}, },
"maximumAttendeeCapacity": "sc:maximumAttendeeCapacity", "maximumAttendeeCapacity": "sc:maximumAttendeeCapacity",
"mz": "https://joinmobilizon.org/ns#", "mz": "https://mobilizon.org/ns#",
"repliesModerationOption": { "repliesModerationOption": {
"@id": "mz:repliesModerationOption", "@id": "mz:repliesModerationOption",
"@type": "mz:repliesModerationOptionType" "@type": "mz:repliesModerationOptionType"

View File

@@ -15,7 +15,7 @@
"@type": "rdfs:Class" "@type": "rdfs:Class"
}, },
"maximumAttendeeCapacity": "sc:maximumAttendeeCapacity", "maximumAttendeeCapacity": "sc:maximumAttendeeCapacity",
"mz": "https://joinmobilizon.org/ns#", "mz": "https://mobilizon.org/ns#",
"repliesModerationOption": { "repliesModerationOption": {
"@id": "mz:repliesModerationOption", "@id": "mz:repliesModerationOption",
"@type": "mz:repliesModerationOptionType" "@type": "mz:repliesModerationOptionType"

View File

@@ -15,7 +15,7 @@
"@type": "rdfs:Class" "@type": "rdfs:Class"
}, },
"maximumAttendeeCapacity": "sc:maximumAttendeeCapacity", "maximumAttendeeCapacity": "sc:maximumAttendeeCapacity",
"mz": "https://joinmobilizon.org/ns#", "mz": "https://mobilizon.org/ns#",
"repliesModerationOption": { "repliesModerationOption": {
"@id": "mz:repliesModerationOption", "@id": "mz:repliesModerationOption",
"@type": "mz:repliesModerationOptionType" "@type": "mz:repliesModerationOptionType"

View File

@@ -15,7 +15,7 @@
"@type": "rdfs:Class" "@type": "rdfs:Class"
}, },
"maximumAttendeeCapacity": "sc:maximumAttendeeCapacity", "maximumAttendeeCapacity": "sc:maximumAttendeeCapacity",
"mz": "https://joinmobilizon.org/ns#", "mz": "https://mobilizon.org/ns#",
"repliesModerationOption": { "repliesModerationOption": {
"@id": "mz:repliesModerationOption", "@id": "mz:repliesModerationOption",
"@type": "mz:repliesModerationOptionType" "@type": "mz:repliesModerationOptionType"

View File

@@ -155,7 +155,7 @@ defmodule Mobilizon.GraphQL.Resolvers.ResourceTest do
} }
""" """
@resource_url "https://joinmobilizon.org" @resource_url "https://mobilizon.org"
@resource_title "my resource" @resource_title "my resource"
@updated_resource_title "my updated resource" @updated_resource_title "my updated resource"
@folder_title "my folder" @folder_title "my folder"
@@ -404,10 +404,10 @@ defmodule Mobilizon.GraphQL.Resolvers.ResourceTest do
assert is_nil(res["errors"]) assert is_nil(res["errors"])
assert res["data"]["createResource"]["metadata"]["faviconUrl"] == assert res["data"]["createResource"]["metadata"]["faviconUrl"] ==
MediaProxy.url("https://joinmobilizon.org/img/icons/favicon.png") MediaProxy.url("https://mobilizon.org/img/icons/favicon.png")
assert res["data"]["createResource"]["metadata"]["imageRemoteUrl"] == assert res["data"]["createResource"]["metadata"]["imageRemoteUrl"] ==
MediaProxy.url("https://joinmobilizon.org/img/opengraph/home.jpg") MediaProxy.url("https://mobilizon.org/img/opengraph/home.jpg")
assert res["data"]["createResource"]["path"] == "/#{@resource_title}" assert res["data"]["createResource"]["path"] == "/#{@resource_title}"
assert res["data"]["createResource"]["resourceUrl"] == @resource_url assert res["data"]["createResource"]["resourceUrl"] == @resource_url
@@ -460,10 +460,10 @@ defmodule Mobilizon.GraphQL.Resolvers.ResourceTest do
assert is_nil(res["errors"]) assert is_nil(res["errors"])
assert res["data"]["createResource"]["metadata"]["faviconUrl"] == assert res["data"]["createResource"]["metadata"]["faviconUrl"] ==
MediaProxy.url("https://joinmobilizon.org/img/icons/favicon.png") MediaProxy.url("https://mobilizon.org/img/icons/favicon.png")
assert res["data"]["createResource"]["metadata"]["imageRemoteUrl"] == assert res["data"]["createResource"]["metadata"]["imageRemoteUrl"] ==
MediaProxy.url("https://joinmobilizon.org/img/opengraph/home.jpg") MediaProxy.url("https://mobilizon.org/img/opengraph/home.jpg")
assert res["data"]["createResource"]["path"] == "#{parent_path}/#{@resource_title}" assert res["data"]["createResource"]["path"] == "#{parent_path}/#{@resource_title}"
assert res["data"]["createResource"]["resourceUrl"] == @resource_url assert res["data"]["createResource"]["resourceUrl"] == @resource_url

View File

@@ -19,7 +19,7 @@ exports[`Mobilizon Presentation Story > Default 1`] = `
</div> </div>
</div> </div>
<div class="mt-4 text-center"> <div class="mt-4 text-center">
<o-button variant="primary" size="large" tag="a" href="https://joinmobilizon.org">Learn more about Mobilizon</o-button> <o-button variant="primary" size="large" tag="a" href="https://mobilizon.org">Learn more about Mobilizon</o-button>
</div> </div>
</div> </div>
</variant> </variant>