<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Tools &amp; Resources on BWRGY</title><link>https://handbook-bwrgy-org-971173.gitlab.io/handbook/tools/</link><description>Recent content in Tools &amp; Resources on BWRGY</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://handbook-bwrgy-org-971173.gitlab.io/handbook/tools/index.xml" rel="self" type="application/rss+xml"/><item><title>Element</title><link>https://handbook-bwrgy-org-971173.gitlab.io/handbook/tools/element/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://handbook-bwrgy-org-971173.gitlab.io/handbook/tools/element/</guid><description>&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;Element is an app used for chat and collaboration, built on the Matrix protocol. Think of it like Gmail, but for messaging—secure, private, and decentralised. It&amp;rsquo;s a secure alternative to platforms like Slack.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3 id="key-features"&gt;Key Features&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Secure &amp;amp; Private:&lt;/strong&gt; End-to-end encryption (E2EE) for all messages.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Decentralized:&lt;/strong&gt; No single company controls your account.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Flexible:&lt;/strong&gt; Works with multiple apps and can bridge to WhatsApp, Telegram, Discord.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="element-structure"&gt;Element Structure&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;🏢 &lt;strong&gt;Spaces:&lt;/strong&gt; Groups of related rooms (e.g., team, topic, project). Can be nested.&lt;/li&gt;
&lt;li&gt;💬 &lt;strong&gt;Rooms:&lt;/strong&gt; Where conversations happen. Public or private. Private rooms are encrypted.&lt;/li&gt;
&lt;li&gt;🔑 &lt;strong&gt;Roles:&lt;/strong&gt; Admin (manage settings), Moderator (manage content), Member (participate).&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="user-setup-steps"&gt;User Setup Steps&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Step 1:&lt;/strong&gt; Create your account: &lt;a href="https://app.element.io"&gt;https://app.element.io&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Proton Drive</title><link>https://handbook-bwrgy-org-971173.gitlab.io/handbook/tools/proton/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://handbook-bwrgy-org-971173.gitlab.io/handbook/tools/proton/</guid><description>&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;Proton Drive is a secure, privacy-focused cloud storage service. It&amp;rsquo;s used to store and share all work-related files in one central place. It&amp;rsquo;s a secure alternative to platforms like Google Drive.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3 id="key-features"&gt;Key Features&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;End-to-End Encrypted:&lt;/strong&gt; Files are encrypted in storage and during transfer.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;No Account Needed:&lt;/strong&gt; Access shared folders directly via link. Optional account for easier management.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Structured Folders:&lt;/strong&gt; Each team member has a personal folder to manage files.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="user-setup-steps"&gt;User Setup Steps&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Step 1:&lt;/strong&gt; Receive a secure Proton Drive folder link via Element chat.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Step 2:&lt;/strong&gt; Use the link and enter the password provided.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Step 3:&lt;/strong&gt; Upload, view, and edit files directly in the browser.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Optional:&lt;/strong&gt; If you have a Proton account, you can share your Proton email for direct folder access.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="general-proton-drive-guidelines"&gt;General Proton Drive Guidelines&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;Keep Files Organized: Use folders and clear filenames when adding content.&lt;/p&gt;</description></item><item><title>GitLab</title><link>https://handbook-bwrgy-org-971173.gitlab.io/handbook/tools/gitlab/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://handbook-bwrgy-org-971173.gitlab.io/handbook/tools/gitlab/</guid><description>&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;GitLab is a comprehensive DevOps platform that combines version control, project management, CI/CD, and collaboration tools in one unified interface. It&amp;rsquo;s built around Git version control and provides everything needed for the complete software development lifecycle.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="what-is-git"&gt;What is Git?&lt;/h2&gt;
&lt;p&gt;Git is a distributed version control system that tracks changes in files and coordinates work between multiple people.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Version Control:&lt;/strong&gt; Track every change made to files over time—see what changed, when, and by whom.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Distributed:&lt;/strong&gt; Everyone has a complete copy of the project history. Work offline and sync when ready.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Branching &amp;amp; Merging:&lt;/strong&gt; Create separate &amp;ldquo;branches&amp;rdquo; to work on features, then merge them back when complete.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Collaboration:&lt;/strong&gt; Multiple people can work on the same project without conflicts through systematic merging.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="what-is-gitlab"&gt;What is GitLab?&lt;/h2&gt;
&lt;p&gt;GitLab is a comprehensive DevOps platform that uses Git as its foundation.&lt;/p&gt;</description></item><item><title>MacOS</title><link>https://handbook-bwrgy-org-971173.gitlab.io/handbook/tools/macos/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://handbook-bwrgy-org-971173.gitlab.io/handbook/tools/macos/</guid><description>&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;</description></item><item><title>Linux</title><link>https://handbook-bwrgy-org-971173.gitlab.io/handbook/tools/linux/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://handbook-bwrgy-org-971173.gitlab.io/handbook/tools/linux/</guid><description>&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;</description></item><item><title>Research Documents</title><link>https://handbook-bwrgy-org-971173.gitlab.io/handbook/tools/research/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://handbook-bwrgy-org-971173.gitlab.io/handbook/tools/research/</guid><description>&lt;p&gt;Browse our community-based &lt;a href="https://drive.proton.me/urls/AVVGY12E9M#2ivWZEyt2YK4"&gt;research documents&lt;/a&gt;—a collection of field reports, studies, and insights published by other scholars, organizations, and institutions from Tibetan communities.&lt;/p&gt;</description></item></channel></rss>