Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Matrix and Weblate to contact and localization #3198

Merged
merged 2 commits into from
Feb 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ jobs:
- name: "Commit changes"
run: |
set -euo pipefail
git config user.name "GitHub Actions"
git config user.email noreply@github.com
git config --global user.name 'github-actions[bot]'
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
git add .
if ! git diff-index --quiet HEAD --; then
git commit -m "Adding or updating preview build for PR ${{needs.build.outputs.PR_ID}}"
Expand Down
5 changes: 5 additions & 0 deletions data/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2846,3 +2846,8 @@ igoihman:
sabusale:
name: Saif Abu Saleh
gravatar: 44e4378995fb672615e0dad9288c6701

jasperb:
name: Jasper Berton
email: [email protected]
gravatar: 134267a37e4981c3c0a94dcaddc88357
3 changes: 2 additions & 1 deletion source/community/about/community-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ toc: true
authors:
- dneary
- quaid
- jasperb
---

# Community Code of Conduct
Expand All @@ -13,7 +14,7 @@ We want to keep the oVirt Community a great place to participate, but we need yo

The oVirt community is made up of a diverse mix of individuals using and contributing to all aspects of the project from all over the world, and we want to make sure that the community is a safe and friendly place for everyone.

This code of conduct applies equally to founders, mentors and those seeking help and guidance. It applies to all spaces managed by the oVirt project, including IRC, mailing lists, GitHub, Gerrit, oVirt events, and any other forums created by the project team which the community uses for communication.
This code of conduct applies equally to founders, mentors and those seeking help and guidance. It applies to all spaces managed by the oVirt project, including IRC, Matrix, mailing lists, GitHub, Gerrit, oVirt events, and any other forums created by the project team which the community uses for communication.

While we have contribution guidelines for specific tools, we expect all members of our community to follow these general guidelines and be accountable to the community. This isn’t an exhaustive list of things that you can’t do. Rather, take it in the spirit in which it’s intended - a guide to make it easier to enrich all of us and the technical communities in which we participate.

Expand Down
7 changes: 6 additions & 1 deletion source/community/about/contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ authors:
- quaid
- rbergeron
- sandrobonazzola
- jasperb
---

# Communication

There are a number of ways to communicate with the oVirt Community.
[Mailing lists](/community/about/mailing-lists.html), [IRC](#irc) and [oVirt GitHub](https://github.com/oVirt).
[Mailing lists](/community/about/mailing-lists.html), [IRC](#irc) and [oVirt GitHub](https://github.com/oVirt) or [Matrix](#matrix).

## IRC

Expand All @@ -25,3 +26,7 @@ We use GitHub to review patches.
If you are not familiar with the process, you can read about
[collaborating with pull requests](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests)
on the GitHub website.

## Matrix

Join the conversation about oVirt on [Matrix](https://matrix.to/#/#ovirt:ovirt.tech).
4 changes: 3 additions & 1 deletion source/community/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ authors:
- sandrobonazzola
- theron
- gshereme
- jasperb
page_classes: community
no_container: true
hide_metadata: true
Expand All @@ -32,7 +33,7 @@ Before getting started, we recommend that you:

- Sign up for the [[email protected] mailing list](/community/users-list.html) and send us an email saying how you would like to contribute.
Visit our [mailing lists](/community/about/mailing-lists.html) page for other oVirt mailing lists to sign up for.
- For fluent, real time communication, [join us on IRC](/community/about/contact.html#irc)
- For fluent, real time communication, [join us on IRC](/community/about/contact.html#irc) or [join us on Matrix](/community/about/contact.html#matrix)
- Please read our [community etiquette guidelines](/community/about/community-guidelines.html). (Quick summary: Be nice!)

# Community
Expand All @@ -47,6 +48,7 @@ There are a few ways to engage with the oVirt Community:
- [oVirt Facebook group](https://www.facebook.com/groups/ovirt.openvirtualization/)
- [Twitter](https://twitter.com/ovirt)
- IRC -- `#ovirt` on `irc.oftc.net`
- [Matrix](https://matrix.to/#/#ovirt:ovirt.tech)

Before getting started, please read our [community etiquette guidelines](/community/about/community-guidelines.html).

Expand Down
7 changes: 4 additions & 3 deletions source/develop/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Joining the developers community
authors:
- sandrobonazzola
- jasperb
page_classes: community
no_container: true
hide_metadata: true
Expand All @@ -28,7 +29,7 @@ Please follow the [user documentation](/documentation/index.html) for deploying
Sign up for the [[email protected]](https://lists.ovirt.org/archives/list/[email protected]/) mailing list and send us an email saying how you would like to contribute.
Visit our [mailing lists](https://lists.ovirt.org/archives/) page for other oVirt mailing lists to sign up for.

For fluent, real time communication, you can [join us on IRC](/community/about/contact.html#irc)
For fluent, real time communication, you can [join us on IRC](/community/about/contact.html#irc) or [join us on Matrix](/community/about/contact.html#matrix).

Please read our [community etiquette guidelines](/community/about/community-guidelines.html). (Quick summary: Be nice!)

Expand Down Expand Up @@ -69,11 +70,11 @@ please comment on the ticket you are looking into it. If the ticket has already
Before writing any code, please check the subproject coding standards in the README file. If there is no mention about coding standards, try to follow
the coding style used within the subproject existing sources.

You can find us on both our mailing list and IRC if you run into trouble when selecting issues or setting up your development environment or if you have questions.
You can find us on both our [Mailing lists](/community/about/mailing-lists.html) and [IRC](/community/about/contact.html#irc) or [Matrix](/community/about/contact.html#matrix) if you run into trouble when selecting issues or setting up your development environment or if you have questions.

## Setting up a development environment

Each subproject should have instructions on how to setup your development environment to be able to develop and test your changes.
If you don't find adequate documentation and you need help, please contact us on IRC or on the [[email protected]](https://lists.ovirt.org/archives/list/[email protected]/) mailing list.
If you don't find adequate documentation and you need help, please contact us on [IRC](/community/about/contact.html#irc), on [Matrix](/community/about/contact.html#matrix) or on the [[email protected]](https://lists.ovirt.org/archives/list/[email protected]/) mailing list.

</section>
15 changes: 8 additions & 7 deletions source/develop/localization.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,19 @@ category: howto
authors:
- lhornyak
- sandrobonazzola
- jasperb
---

# Localization Mini-Howto

This is a short howto on localizing the ovirt engine user interface.
The intended primary audience for this howto is translators:

1. Present yourself on `[email protected]` mailing list and ask for an account on [Zanata](https://zanata.ovirt.org/)
2. Login on [Zanata](https://zanata.ovirt.org/)
3. Request to join your language group, this usually takes a few hours or up to a day
4. See the list of languages being translated within Zanata [oVirt project](https://zanata.ovirt.org/explore)
5. If the language you want to translate is not yet included in the project please ask for it to be added sending an email to `devel@ovirt.org`
6. As soon as you joined your language-group and oVirt has that language added, you can start translating on the Zanata web interface for [oVirt project](https://zanata.ovirt.org/).
1. Create an account on [Weblate](https://translate.ovirt.tech/)
2. Login and select for which project you want to add translations.
3. Select your language and select the component you want to add translations to.
4. Start translating either by choosing a certain string through the Browse button or go through the whole component string by string using the Translate button.
5. See the list of languages being translated with Weblate [oVirt project](https://translate.ovirt.tech/languages/)
6. If the language you want to translate is not yet included in the project, please ask for it to be added by sending an email to `devel@ovirt.org`.
7. Check known localization [bugzilla issues](https://bugzilla.redhat.com/buglist.cgi?quicksearch=classification%3Aovirt%20cf_ovirt_team%3Ai18n)
and [GitHub issues](https://github.com/issues?q=is%3Aopen+is%3Aissue+archived%3Afalse+user%3Aovirt+label%3Ai18n)
and [Github issues](https://github.com/issues?q=is%3Aopen+is%3Aissue+archived%3Afalse+user%3Aovirt+label%3Ai18n)
3 changes: 2 additions & 1 deletion source/develop/qa/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ category: integration
authors:
- bproffitt
- sandrobonazzola
- jasperb
---

# oVirt Quality Assurance
Expand Down Expand Up @@ -36,7 +37,7 @@ If you'd like to get involved with helping to make oVirt better, join oVirt [Com

Everyone is welcome to join the `#ovirt` IRC channel, especially if you're thinking of getting involved with QA and would like to ask some questions first.

You can also join oVirt users mailing list, where quality assurance-related topics are marked using `[QE]` in subject.
You can also join oVirt users mailing list, where quality assurance-related topics are marked using `[QE]` in subject. Alternatively you could also join the [Matrix space](/community/about/contact.html#matrix).

## Next releases

Expand Down
4 changes: 2 additions & 2 deletions source/index.haml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ authors:
- garrett
- lveyde
- gshereme
- jasperb
hide_metadata: true
---

Expand Down Expand Up @@ -43,12 +44,11 @@ hide_metadata: true
%div
:markdown
oVirt is an open-source distributed virtualization solution, designed to manage your entire enterprise infrastructure.
oVirt uses the trusted KVM hypervisor and is built upon several other community projects, including libvirt, Gluster, PatternFly, and Ansible.
oVirt uses the trusted KVM hypervisor and is built upon several other community projects, including libvirt, PatternFly, and Ansible.
.col-md-4
%div
%img#kvm(src="/images/logos/kvm.png" alt="kvm logo")
%img#libvirt(src="/images/logos/libvirt.png" alt="libvirt logo")
%img#gluster(src="/images/logos/gluster.jpg" alt="gluster logo")
%img#patternfly(src="/images/logos/patternfly.png" alt="patternfly logo")
%img#ansible(src="/images/logos/ansible.png" alt="ansible logo")

Expand Down
Loading