Update
This commit is contained in:
parent
47d9a4f2b5
commit
f9ab95e0a2
|
@ -87,27 +87,27 @@ switch (query) {
|
|||
break;
|
||||
|
||||
case "/help":
|
||||
bodyFetch("/cooperation");
|
||||
bodyFetch(query);
|
||||
break;
|
||||
|
||||
case "/doc":
|
||||
bodyFetch("/cooperation");
|
||||
bodyFetch("/help");
|
||||
break;
|
||||
|
||||
case "/docs":
|
||||
bodyFetch("/cooperation");
|
||||
bodyFetch("/help");
|
||||
break;
|
||||
|
||||
case "/wiki":
|
||||
bodyFetch("/cooperation");
|
||||
bodyFetch("/help");
|
||||
break;
|
||||
|
||||
case "/issue":
|
||||
bodyFetch("/cooperation");
|
||||
bodyFetch("/help");
|
||||
break;
|
||||
|
||||
case "/cooperation":
|
||||
bodyFetch(query);
|
||||
bodyFetch("/help");
|
||||
break;
|
||||
|
||||
case "/about":
|
||||
|
|
|
@ -6,15 +6,15 @@
|
|||
It's easy to get involved in Melawy Linux. Depending on your skills and capabilities, you can help Melawy Linux in the following ways:
|
||||
</p>
|
||||
|
||||
<h4>Support and Promote</h4>
|
||||
<h4 style="text-align: center;">Support and Promote</h4>
|
||||
|
||||
<h5>Mention in Conversation</h5>
|
||||
<h5 style="text-align: center;">Mention in Conversation</h5>
|
||||
|
||||
<p>
|
||||
If you like Melawy Linux, let people know about it. Write a review and post it on distrowatch.com. Record a review, express your opinion on youtube.com. Discuss it with your friends, colleagues, family and people around you.
|
||||
</p>
|
||||
|
||||
<h5>Join the Community</h5>
|
||||
<h5 style="text-align: center;">Join the Community</h5>
|
||||
|
||||
<p>
|
||||
Melawy Linux is not just an operating system, it is also a community of people who enjoy the free and open source project, as a place to communicate and interact with like-minded people. Whether you are helping other people solve their problems, making them feel at home, or just interacting with other Melawy Linux users, we encourage you to join the community and take part in the creation of Melawy Linux.
|
||||
|
@ -27,9 +27,9 @@
|
|||
<a href="https://techhub.social/@Melawy" target="_blank" role="button" class="btn btn-outline-secondary">Mastodon channel</a>
|
||||
</p>
|
||||
|
||||
<h4>Contribute to Development</h4>
|
||||
<h4 style="text-align: center;">Contribute to Development</h4>
|
||||
|
||||
<h5>Request Help, Report a Bug</h5>
|
||||
<h5 style="text-align: center;">Request Help, Report a Bug</h5>
|
||||
|
||||
<p>
|
||||
If you notice something that is not working properly while using Melawy Linux, please let us know. The problem you have found will likely affect others as well. The sooner we know about it, the sooner we can fix it.
|
||||
|
@ -41,7 +41,7 @@
|
|||
</a>
|
||||
</p>
|
||||
|
||||
<h5>Help Others</h5>
|
||||
<h5 style="text-align: center;">Help Others</h5>
|
||||
|
||||
<p>
|
||||
If you have some free time and want to help other users with technical problems, you should seriously consider reading the forums and helping other Melawy Linux users solve problems, especially if you know how to fix them.
|
||||
|
@ -55,7 +55,7 @@
|
|||
<a href="https://ventureo.codeberg.page/" target="_blank" role="button" class="btn btn-outline-secondary">Read ARU - Arch Linux Optimization Guide</a>
|
||||
</p>
|
||||
|
||||
<h5>New Ideas</h5>
|
||||
<h5 style="text-align: center;">New Ideas</h5>
|
||||
|
||||
<p>
|
||||
The vast majority of improvements included in each release come from the community. If there is something that you think is missing or could be done better, please let us know. Whether it is the inclusion of a missing hardware driver, or a software application that should be part of the official repository, or if you have any other ideas on how to make Melawy Linux better, we are always interested to hear about them.
|
||||
|
@ -69,13 +69,13 @@
|
|||
<a href="https://github.com/Melawy/Develop/discussions" target="_blank" role="button" class="btn btn-outline-secondary">Suggest an idea (here)</a>
|
||||
</p>
|
||||
|
||||
<h5>Design</h5>
|
||||
<h5 style="text-align: center;">Design</h5>
|
||||
|
||||
<p>
|
||||
If you have a talent for graphic design and are ready to contribute to the project, send us your work and illustrations. Whether it's a simple wallpaper, an icon set, a splash screen or even a new logo. We are always interested in knowing your vision of the design.
|
||||
</p>
|
||||
|
||||
<h5>Programming</h5>
|
||||
<h5 style="text-align: center;">Programming</h5>
|
||||
|
||||
<p>
|
||||
Most of our development is done in Qml, Rust, Python, HTML5/CSS, JavaScript, and BASH. If you know other programming languages, such as Dart and the Flutter framework, you are welcome to contribute as well. We also use Git for version control and PKGBUILDs for packaging. If you are comfortable with these technologies, feel free to take a look at our code. If you think you might like too if you can improve our apps or write new ones, feel free to suggest fixes or fork our git repositories.
|
|
@ -111,7 +111,7 @@
|
|||
<a class="nav-link" href="about"><i class="fa-solid fa-user"></i> Author</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="cooperation"><i class="fa-solid fa-handshake"></i> Help</a>
|
||||
<a class="nav-link" href="help"><i class="fa-solid fa-handshake"></i> Help</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="donate"><i class="fa-solid fa-hand-holding-heart"></i> Donate</a>
|
||||
|
|
Loading…
Reference in New Issue