some progress on website

This commit is contained in:
2023-10-01 15:40:28 +02:00
parent fee562d6e7
commit 3850544ebb
3 changed files with 11 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
<h1>Start page templates</h1> <h1>Start page templates</h1>
</div> </div>
<div class="content"> <div class="content">
<p>libreǝvent uses plain HTML start pages, such that you can create your own start page or use one of the included start page templates. You may also upload new start page templates, as explained <a href="/docs/plugins/start-pages">here</a> or you may also create a complete custom one yourself, as explained <a href="/docs/plugins/create-start-pages">here</a></p> <p>libreǝvent uses plain HTML start pages, such that you can create your own start page or use one of the included start page templates. You may also upload new start page templates, as explained <a href="/docs/plugins/start-pages">here</a> or you may also create a completely custom one yourself, as explained <a href="/docs/plugins/create-start-pages">here</a></p>
<p>Currently, libreǝvent has the following start page templates included by default:</p> <p>Currently, libreǝvent has the following start page templates included by default:</p>
<ul> <ul>
<li><a href="/templates/default">Default</a></li> <li><a href="/templates/default">Default</a></li>

View File

@@ -1 +1,9 @@
# Code of Conduct # Code of Conduct
If you would like to contribute code to libreevent, we'd like you to follow the following guidelines.
- Any code you want to contribute should have a reason to exist, please, if you find a bug or you have any idea for what you might want to contribute, ask around on GitHub, not that you do something nobody has use for or somebody else is already working on.
- Always be polite to other developers. They spend their free-time working on this project. Even if the code is not as good as you might want it to be, don't start to offend people, give them some constructive criticism or suggestions on how they can improve it.
- All the code that you produce should in no way be harmful to the consumer. If you have a proof-of-concept for a potential exploit, we'd like you to share it with us.
- If you have code that is unfinished and you don't have the time or willingness to finish it, please open a PR as a draft and we'll mark it as up for grabs.
- Please do some testing on the code you write to make sure it works as expected. We will also do our own testing, but we expect you to have checked that everything is working as it should beforehands.
- Please follow our programming style and make sure that eslint does not show any errors with the code you just wrote.

View File

@@ -1,2 +1,3 @@
# Design Guidelines # Design Guidelines
Everything in libreevent should be designed in a way that puts legibility and ease of use as its priority, instead of opting for special effects that are, undeniably, nice, but do not contribute to improved usability and, as every effect needs some lines of code, also wastes bandwidth that is very limited if a lot of people access the sites simultaneously.