~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/CHAT.md75
-rw-r--r--docs/CONTRIBUTE.md14
-rw-r--r--docs/HELP.md4
-rw-r--r--docs/INDEX.md8
-rw-r--r--docs/MIRRORS.md16
5 files changed, 44 insertions, 73 deletions
diff --git a/docs/CHAT.md b/docs/CHAT.md
index 3f5a206..f506712 100644
--- a/docs/CHAT.md
+++ b/docs/CHAT.md
@@ -1,64 +1,54 @@
Discuss and send patches
-The `fases` project has 2 IRC channels hosted on 2 IRC Networks:
+The `fases` community mainly uses IRC:
-* `#fases` on `LibreIRC` ([webchat](https://kiwi.andrewyu.org/#fases)):
+`#fases` on `rx` ([webchat](https://gamja.irc.andrewyu.org/#fases)):
-server: `irc.andrewyu.org` ;
+* server: `irc.andrewyu.org`;
+* ssl: `6697` (recommended);
+* plain: `6667`.
-ssl: `6697` (recommended) ;
+`#fases` on `Libera.Chat` ([webchat](https://web.libera.chat/#fases)):
-plain: `6667`.
+* server: `irc.libera.chat`;
+* ssl: `6697` (recommended);
+* plain: `6667`.
-* `#fases` on `Libera.Chat` ([webchat](https://web.libera.chat/#fases)):
+Although less used, we also have an XMPP channel:
-server: `irc.libera.chat` ;
-
-ssl: `6697` (recommended) ;
-
-plain: `6667`.
-
-There's also an XMPP channel/room:
-
-* `vitali64.duckdns.org`:
-
-server: `[conference.]vitali64.duckdns.org` ;
-
-room: `fases@conference.vitali64.duckdns.org`.
+* room: `fases@conference.vitali64.duckdns.org`.
All those channels are bridged together so you can talk to us regardless of
which chat platform you use.
Rules
-----
-Here are chat rules for `#fases` on Libera and LibreIRC, and for
-`fases@conference.vitali64.duckdns.org` on vitali64.duckdns.org XMPP.
-
-A simple TL;DR would be to be nice and civil.
+Here are chat rules for `#fases`:
* Don't ask to ask. You won't get banned right after asking to ask but
we prefer you ask your question right away, else less people will
- want to answer your question.
+ want to answer your question. That also includes just saying "hi" and
+ waiting for someone to answer. Just ask your question, and someone
+ might answer. Keep in mind that we all are unpaid volunteers, and as
+ such it might take hours or even days for someone to answer.
* Don't spam. Spamming is a waste of time for chat operators and
an annoyance for other people in the chat. If you want to paste a text
with multiple lines (For example, output of a command) then use a
- pastebin. Good sane pastebins include [https://paste.debian.net](https://paste.debian.net)
- and [https://bin.vitali64.duckdns.org](https://bin.vitali64.duckdns.org).
+ pastebin. Good sane pastebins include [https://paste.debian.net](https://paste.debian.net).
-* No offtopic discussions. The chat rooms/channels are made specifically
- to talk about fases and some other core utilities, nothing else.
+* Offtopic discussions are allowed, but please keep those at a minimum.
-* English and French only. Moderating other languages is hard, because
- most people in the chat are English speakers.
- French is tolerated, because Ferass (the main fases developer)
- understands French.
+* English only. Moderating other languages is hard, because most people
+ in the chat are English speakers.
* No discrimination. The chat rooms/channels are here for people to have
- nice conversations with everyone. If you attempt to discriminate someone
- you'll be banned without any warnings.
+ nice conversations with everyone. If that rule is broken, you *may* be
+ banned without warnings depending on severity.
-* Follow the [Libera.Chat network policies](https://libera.chat/policies/).
+* We use Libera.Chat for IRC chat. Libera.Chat has network policies all its
+ users are expected to follow, and `#fases` is no exception.
+ Follow the [Libera.Chat network policies](https://libera.chat/policies/)!
If you break some of the rules, you'll be given *2* warnings before being
banned in most cases.
@@ -67,22 +57,21 @@ Operators/Moderators
--------------------
There's currently only one:
-* Ferass El Hafidi, `f_` / `f_[xmpp]` on Libera.Chat and LibreIRC and `f`
- on XMPP.
+* Ferass El Hafidi, `f_` / `f_[xmpp]`.
If you think you can moderate then please let us know!
Mailing lists
-------------
-The `fases` project also has a mailing list ran by Andrew Yu (thanks!).
+The `fases` project also has a mailing list ran by Runxi Yu (thanks!)
The mailing list's address is:
-***fases-general -at- andrewyu -dot- org***
-([subscribe](https://mail.andrewyu.org/mailman/listinfo/fases-general)).
+***fases-dev -at- andrewyu -dot- org***
+([archives](https://archive.mail.andrewyu.org/fases-dev/)).
To send patches, please use `git-send-email`. A tutorial on how to use
-it can be found [here](https://git-send-email.io/).
+it can be found [here](https://git-send-email.io/). You may also push your
+changes to a public repo and send a request to pull that, also via email.
-Please read [these guidelines](https://www.andrewyu.org/note/mailing-list-guidelines.html) carefully.
-[The rules above](#Rules) for the chat rooms/channels also apply to the mailing list.
+[The rules above](#Rules) for the chat also apply to the mailing list.
diff --git a/docs/CONTRIBUTE.md b/docs/CONTRIBUTE.md
index 1f5bc22..dcf54c1 100644
--- a/docs/CONTRIBUTE.md
+++ b/docs/CONTRIBUTE.md
@@ -49,15 +49,5 @@ Use `git send-email`
See [git-send-email.io](https://git-send-email.io)
-Sign-off your commits
----------------------
-
-Signing-off your commits means that you agree to the coding style and that
-you should be nice to people when responding to feedback.
-We require you to sign-off your commits, like so:
-
- $ git commit -s # -s means "sign-off"
-
-If your patch fully complies with what was said before then send it! If
-you're not sure your patch complies with all that then send it anyway. We
-do want to see your patch!
+You may also push your changes to a public repo and request that these
+changes be pulled to the main repo.
diff --git a/docs/HELP.md b/docs/HELP.md
index 515396f..d3f88e6 100644
--- a/docs/HELP.md
+++ b/docs/HELP.md
@@ -46,8 +46,8 @@ Thank you!
----------
I would like to thank a few people there, mainly:
-- Andrew Yu, for making a mirror on their git server at git.andrewyu.org, and
-linking the #fases libera.chat channel to LibreIRC, for testing fases on
+- Runxi Yu, for making a mirror on their git server at git.andrewyu.org, and
+linking the #fases libera.chat channel to rx, for testing fases on
OpenBSD and for hosting the mailing list.
- Leah Rowe, for adding lots of improvements on her
diff --git a/docs/INDEX.md b/docs/INDEX.md
index fc276ea..e4fc74b 100644
--- a/docs/INDEX.md
+++ b/docs/INDEX.md
@@ -3,8 +3,10 @@ Home
<div class="warn">
<table><tbody><tr>
<td><img src="../static/nuoveXT_warn.png"></td>
- <td><p>The <code>fases</code> project and its website are still incomplete!
- Expect bugs and incomplete documentation for the time being.</p></td>
+ <td><p><b>The <code>fases</code> project is looking for new maintainers!</b>
+ The current maintainer unfourtunately does not have the time to work
+ on the project anymore. If you wish to take over maintenance, do chime in
+ the chat, thanks!</p></td>
</tr></tbody></table>
</div>
@@ -39,7 +41,7 @@ Licensing
---------
The `fases` project is licensed under 2 separate licenses:
-* The 3-Clause BSD license ;
+* The 3-Clause BSD license;
* The GNU GPL license, either version 3, or (if you want) any later version.
To take a look at which files use which license specifically, one may use the
diff --git a/docs/MIRRORS.md b/docs/MIRRORS.md
index 1d53d3d..55c7cdc 100644
--- a/docs/MIRRORS.md
+++ b/docs/MIRRORS.md
@@ -14,8 +14,8 @@ https://git.vitali64.duckdns.org upstream repo.
</tr>
<tr>
<td>https,git</td>
- <td><a href="https://git.andrewyu.org/vitali64/fases.git">andrewyu.org</a></td>
- <td>Andrew Yu</td>
+ <td><a href="https://git.andrewyu.org/fun/fases.git">andrewyu.org</a></td>
+ <td>Ferass El Hafidi and Runxi Yu</td>
</tr>
<tr>
<td>https</td>
@@ -23,18 +23,8 @@ https://git.vitali64.duckdns.org upstream repo.
<td>Ferass El Hafidi</td>
</tr>
<tr>
- <td>http,https,rsync</td>
- <td><a href="https://mirrors.vern.cc/fases">mirrors.vern.cc</a></td>
- <td>~vern</td>
- </tr>
- <tr>
- <td>https,git</td>
- <td><a href="https://git.andrewyu.org/vitali64/fases.git">git.vern.cc</a></td>
- <td>~vern</td>
- </tr>
- <tr>
<td>https</td>
- <td><a href="https://github.com/vitali64/fases.git">github.com</a> (<strong>VERY OUT OF DATE</strong>)</td>
+ <td><a href="https://github.com/funderscore1/fases.git">github.com</a> (<strong>VERY OUT OF DATE</strong>)</td>
<td>Ferass El Hafidi</td>
</tr>
</table>