logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: 0b4fe20e4694caa9e8f1e6c941f04df25a98a4a0
parent 9c50ab452407a767645bb84b32a4700a7147c508
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>