-
Notifications
You must be signed in to change notification settings - Fork 24
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 a page on how to join the community #53
Merged
Yannick243
merged 5 commits into
cypht-org:master
from
Ushindi-Zirimwabagabo-Josue:add-how-to-join-community
Jul 30, 2024
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
d8433a6
Add a page on how to join the community
Ushindi-Zirimwabagabo-Josue 3a66551
remove not-working scripts
Ushindi-Zirimwabagabo-Josue b7f55e4
[DOC]install-2x.html: Updating documentation for Cypht version2
Baraka24 e371d65
remove only sidecar sript
Ushindi-Zirimwabagabo-Josue 2454f18
[UPD] Update page title in how-to-join.html
Yannick243 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,136 @@ | ||
<!DOCTYPE html> | ||
<html class="no-js"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<title>How to join</title> | ||
<meta name="description" content=""> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="icon" type="image/png" href="img/icon.ico"> | ||
<link rel="stylesheet" href="site.css"> | ||
</head> | ||
|
||
<body> | ||
<header> | ||
<nav class="navbar navbar-expand-lg navbar-dark fixed-top"> | ||
<div class="container"> | ||
<a class="navbar-brand" href="index.html"> | ||
<img src="img/logo.svg" width="120" height="60" alt=""> | ||
</a> | ||
<button class="navbar-toggler toggler-home" type="button" data-toggle="collapse" | ||
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" | ||
aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse navbar-collapse " id="navbarSupportedContent"> | ||
<ul class="navbar-nav ml-lg-auto"> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span> | ||
</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="features.html">Features</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="security.html">Security</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="modules.html">Mods</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="license.html">License</a> | ||
</li> | ||
<li class="nav-item"> | ||
<!--<a class="nav-link" href="tests.html">Test</a>--> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="documentation.html">Documentation</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="https://unencumberedbyfacts.com" target="_blank">Blog</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a onclick="document.getElementsByClassName('navbar-collapse')[0].style.display='none';" | ||
class="nav-link" href="contribute.html">Contribute</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
</header> | ||
<section class="contibute-section container"> | ||
<div class="container"> | ||
<h1>Getting Started with Cypht Community</h1> | ||
<h2>Introduction</h2> | ||
<p> | ||
Welcome to the Cypht community! We are excited to have you join us and become a part of our mission to | ||
develop and improve Cypht. This documentation is designed to help you get started with our community, | ||
understand the development process, and contribute effectively to the project. | ||
</p> | ||
<h2>About the Cypht Community</h2> | ||
<h3 class="h3">What is Cypht?</h3> | ||
<p> | ||
Cypht is an open-source email client and news aggregator with a modular design. Unlike traditional | ||
applications, Cypht is built entirely from plugins, or "module sets," with the core modules being | ||
essential. Users can customize their experience by adding or replacing modules to suit specific site | ||
requirements. This modular approach offers flexibility and easy customization, although it may introduce | ||
complexity. | ||
</p> | ||
<h3 class="h3">Our Values</h3> | ||
<p> | ||
As a community, we prioritize collaboration, inclusivity, and transparency. We encourage respect for | ||
others and open communication. Our goal is to create a welcoming environment for all developers, | ||
regardless of experience levels. | ||
</p> | ||
<h2>Joining the Community</h2> | ||
<h3 class="h3">Getting Involved</h3> | ||
<p> | ||
To start your journey with the Cypht community, | ||
|
||
Connect with us on <a href="https://gitter.im/cypht-org/community">gitter.</a> | ||
</p> | ||
<h2>Setting up Your Development Environment</h2> | ||
<h3 class="h3">Tools and Software</h3> | ||
<div> | ||
<p> | ||
Before you can contribute to Cypht, you need to set up your development environment. You will need | ||
the | ||
following tools and software: | ||
</p> | ||
<ul> | ||
<li>A code editor of your choice (e.g., VSCode, Sublime Text)</li> | ||
<li>Git for version control</li> | ||
<li>PHP for developing Cypht</li> | ||
<li>A web server (e.g., Apache, Nginx) for testing</li> | ||
</ul> | ||
</div> | ||
<h3 class="h3">Configuration and Setup</h3> | ||
<p>For installation, configuration, and setup, please check the <a href="install.html">installation | ||
page</a></p> | ||
<h3 class="h3">Contributing to Cypht</h3> | ||
<p>When contributing to Cypht, follow these <a href="contribute.html">practices</a></p> | ||
<h3 class="h3">Community Resources</h3> | ||
<p>For more information and resources, explore the following:</p> | ||
<ul> | ||
<li><a href="documentation.html">Official Cypht Documentation</a></li> | ||
<li><a href="features.html">Major features</a></li> | ||
<li><a href="contribute.html">How to contribute</a></li> | ||
</ul> | ||
|
||
<p> | ||
Don't hesitate to ask for help or guidance. We have experienced community members who are willing to mentor | ||
and support newcomers. Feel free to reach out on <a href="https://gitter.im/cypht-org/community">Gitter.</a> | ||
</p> | ||
</div> | ||
</section> | ||
<script> | ||
((window.gitter = {}).chat = {}).options = { | ||
room: 'cypht-org/community' | ||
}; | ||
</script> | ||
<script src="jquery.slim.min.js"></script> | ||
<script src="bootstrap.bundle.min.js"></script> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -377,4 +377,4 @@ <h4>Having problems?</h4> | |
<script src="bootstrap.bundle.min.js"></script> | ||
</body> | ||
|
||
</html> | ||
</html> |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't work anymore