diff --git a/_data/chats.yml b/_data/chats.yml index 32f094e567..b9c34ce1e4 100644 --- a/_data/chats.yml +++ b/_data/chats.yml @@ -5,9 +5,6 @@ chats: - monero-community: matrix: https://matrix.to/#/%23monero-community:monero.social -- monero-dev: - matrix: https://matrix.to/#/%23monero-dev:monero.social - - monero-markets: matrix: https://matrix.to/#/%23monero-markets:monero.social @@ -17,14 +14,5 @@ chats: - monero-pools: matrix: https://matrix.to/#/%23monero-pools:monero.social -- monero-research-lab: - matrix: https://matrix.to/#/%23monero-research-lab:monero.social - -- monero-translations: - matrix: https://matrix.to/#/%23monero-translations:monero.social - -- monero-hardware: - matrix: https://matrix.to/#/%23monero-hardware:matrix.org - -- monero-site: - matrix: https://matrix.to/#/%23monero-site:monero.social +- monero-turkce: + matrix: https://matrix.to/#/#monero-turkce:monero.social diff --git a/_i18n/en.yml b/_i18n/en.yml index 5f62dcd624..c66077d08b 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -121,10 +121,9 @@ home: hangouts: intro: The Monero community is diverse and varied. We come from all over, but we definitely have some places we like to hang out together. You'll find most of them below. Join us! resources: Workgroup Resources - resources_para: In an effort to support organic workgroups, Monero has several resources that the community can use to meet and plan projects, - resources_para1: like a Matrix server, a Taiga board and the translation platform Weblate. - irc: IRC Channels - irc_para: The Monero community utilizes a lot of IRC channels that each serve different purposes. Some to work, and some just to hang out. You'll find the more popular ones below. + resources_para: Are you looking for workgroups? Check out our workgroups page. + irc-matrix: IRC/Matrix Channels + irc_para: The Monero community utilizes a lot of IRC and Matrix channels that each serve different purposes. Some to work, and some just to hang out. You'll find the more popular ones below. bridges: These channels are bridged to a number of other platforms, allowing the community to communicate using their favourite chat service/protocol. mailing_list: Mailing List mailing_list1: Do you want to receive important announcements directly on your email address? join our mailing lists! @@ -132,15 +131,10 @@ hangouts: irc_channels: monero: This channel is used to discuss all things Monero related. monero-community: This channel is for the Monero community to congregate and discuss ideas. - monero-dev: The many contributors and developers come here to discuss dev-y things. monero-markets: We use this channel to talk about the price of Monero and other coins. monero-offtopic: Chatting with other Monero users about things not related to Monero. monero-pools: This is the place for mining questions and discussion. - monero-research-lab: Research into financial privacy with cryptocurrency. - monero-translations: Localizing Monero into other languages. - monero-hardware: Building hardware wallets to keep your Monero safe. - monero-site: Where the development of this website is coordinated. - + monero-turkce: A channel for Turkish Monero community merchants: descr: On this page you will find stores and merchants that accept Monero as payment, as well as exchanges that trade Monero for other currencies. useit: "Merchants that accept Monero" @@ -196,8 +190,8 @@ team: core_start: The Core Team is a closed workgroup; it's not possible to join unless invited. community_descr: This workgroup is used by the community to organize and coordinate. Start here if you are a non-coder who wants to contribute to Monero. community_start: The best way to start contributing to this workgroup is to join the chatrooms and introduce yourself, stating your interests and the skills you would like to offer to the community. - devworkgroup: Development Workgroup - devworkgroup_descr: "This workgroup unites Monero developers working on the wallets and daemon maintained by the Core Team. It consists of two main parts: the CLI team and the GUI team. These teams coordinate using two different chatrooms." + devworkgroup: Development Workgroups + devworkgroup_descr: "This workgroup unites developers working on The Monero Project wallets and daemon. It consists of two main parts: the CLI team and the GUI team. These teams coordinate using two different chatrooms." devworkgroup_start: It's a good idea to take a look at open issues on both repositories to have an idea of what could be fixed or improved. Both codebases, but especially the core repository, can be quite challenging, so it's suggested to first write in the chatroom introducing yourself, your skills, and to what you wish to contribute. chatgeneral: "Chat (general):" chatgui: "Chat (GUI):" @@ -222,6 +216,9 @@ team: mpwg_start: If you would like to take part or follow policy discussions, join Matrix/Libera chatroom. nwlb_descr: The Seraphis wallet workgroup is a group of developers working on implementing Seraphis and Jamtis in Monero, through developing a completely new type of wallet that will improve drastically Monero's privacy capabilities and usability. nwlb_start: The workgroup meets frequently and coordinates in the Matrix room (relayed to IRC). They are always looking for contributors willing to help. + docs: Monero Documentation Workgroup + docs_descr: This workgroup works on documentation of Monero and its tools. + docs_start: You can join the IRC or Matrix room. downloads: intro: On this page you can find and download the latest version available of the Monero software, as well as hardware, light and mobile wallets. diff --git a/community/hangouts/index.md b/community/hangouts/index.md index c003fb47ad..dc21e5d3f0 100644 --- a/community/hangouts/index.md +++ b/community/hangouts/index.md @@ -11,7 +11,7 @@ meta_descr: hangouts.intro
+
+
+
+

{% t team.docs %}

+
+

{% t team.descr %}

+

{% t team.docs_descr %}

+

{% t team.start %}

+

{% t team.docs_start %}

+

{% t team.contacts %}

+ +
+ +
+
+
+
diff --git a/css/custom.css b/css/custom.css index 37131b7c93..3e074300aa 100644 --- a/css/custom.css +++ b/css/custom.css @@ -4096,7 +4096,7 @@ p.hangouts-social { margin-bottom: 1rem!important; } -.hangouts-social ul { +.hangouts-social ul, .workgroups ul { list-style: none; padding: 0; margin-bottom: 2.5rem;