logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: 487818438a91e6d4376bc1c723135ee6cabec42a
parent e9671e34a8fef2a5649da8f6e2062d14dd6e1a87
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat,  4 Jul 2020 01:29:06 +0200

badwolf: Add IRC channel in a new contacting section

Diffstat:

Mprojects/badwolf.shtml14++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/projects/badwolf.shtml b/projects/badwolf.shtml @@ -53,12 +53,22 @@ <p>Similar systems should work, feel free to reports tests/bugs and volunteer on testing before releases are published.<br /> Libre Systems where WebKitGTK is up-to-date (2.28.0+) are the target, proprietary systems are unsupported.</p> + <h2 id="contacts">Contacts / Discussions</h2> + <dl> + <dt>IRC Channel</dt> + <dd><a href="ircs://irc.freenode.net/#badwolf-browser">#badwolf-browser on FreeNode</a></dd> + <dt>Matrix bridge</dt> + <dd><a href="https://matrix.to/#/#freenode_#badwolf-browser:matrix.org">#freenode_#badwolf-browser:matrix.org</a></dd> + <dt>Reaching main author directly</dt> + <dd><a href="/about">contact page</a></dd> + </dl> + <h2>Tickets (bug, feature request, …)</h2> - <p>You can <a href="/about">reach me</a> directly or write a ticket on the <a href="https://gitlab.com/lanodan/badwolf">Gitlab repository</a>.</p> + <p>You can use the contacts above or write a ticket on the <a href="https://gitlab.com/lanodan/badwolf">Gitlab repository</a>.</p> <p>For security issues, sending me an email to <a href="mailto:contact+badwolf@hacktivis.me">contact+badwolf@hacktivis.me</a> with my <a href="https://hacktivis.me/reop.pub">reop public key</a> (<a href="https://flak.tedunangst.com/post/reop">reop homepage</a>) is the preferred way.</p> <h2>Contributing</h2> - <p>Please try to <a href="/about">reach me</a> before doing so, it seriously helps on integrating your contribution and could also point you at resources if you need help. Feel free to drop me a repository or patches of your local modifications though.</p> + <p>Please try to use one of the contact methods shown above before doing modifications, it seriously helps on integrating your contribution and could also point you at resources if you need help. Feel free to drop me a repository or patches of your local modifications though.</p> <h3>Translation</h3> <p>Gettext <code>po</code> files are used for translations, this is supported by most translation helpers but a simple text editor is fine as there isn't much to translate. Please do not submit machine-only translations, it would already be done otherwise.</p> <h3>Code</h3>