Documentation/content/contact.md
Felipe Leopoldo Sologuren Gutiérrez 98c40b8a07 Fixing broken links (#267)
Changes:
 * Fallback images links are all lowercase now.
 * Fix html redirect (meta tag http-equiv redirect) from ```/git/clone-commit-via-http ```to ```/git/clone-commit-via-web```.
 * Added protocol to an email link.
 * Fix some pages links.

To detect broken links I used wget:

```
wget --spider --recursive --level=0 --debug -e robots=off --base=http://localhost:8080 http://localhost:8080 2>&1 | grep ^Found\ [0-9]*\ broken\ link
```

However, wget detects html redirects (meta tag http-equiv refresh) as false positive.

If broken links have found, then the referer header will be searched for find out where they are:
```
wget --spider --recursive --level=0 --save-headers --debug -e robots=off --base=http://localhost:8080 http://localhost:8080 2>&1 | less
```

Co-authored-by: fsologureng <sologuren@estudiohum.cl>
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/267
Co-authored-by: Felipe Leopoldo Sologuren Gutiérrez <fsologureng@noreply.codeberg.org>
Co-committed-by: Felipe Leopoldo Sologuren Gutiérrez <fsologureng@noreply.codeberg.org>
2022-10-03 21:35:01 +02:00

2.5 KiB

eleventyNavigation
key title icon order
Contact Contact envelope 90

Questions and Issues

The most important place to ask for help and report any issues with Codeberg is the Codeberg/Community issue tracker. It's never wrong to open a ticket there.

If you need quicker help or want to freely discuss topics, or follow up on Codeberg news, you can

  • join the community on Matrix! General discussions take place in the Codeberg room.
  • follow us on Mastodon, or if you aren't on the free and federated social network yet, on Twitter. You can also send us a direct message (Mastodon / Fediverse will have quicker response times, though).
  • join the unofficial (community-created) #codeberg IRC channel at libera.chat
  • use the unofficial (community-created) Codeberg Subreddit

Email

For user support on Codeberg.org that can not be handled by the channels mentioned above (e.g. because it requires sensitive information), you can send an email to help@codeberg.org.
If you need to get in touch with the people behind the non-profit Codeberg e.V. (e.g. for managing your membership etc), please instead write to codeberg@codeberg.org.

For legal inquiries, please refer to the Imprint.

Abuse

If you notice some unwanted content on Codeberg.org, please immediately report this to us, describing briefly why you think this should be removed. Please note that Codeberg is a platform for software development, and we are only responsible for content on Codeberg.org, codeberg.page, codeberg-test.org and codeberg.eu. If you visited Codeberg from another domain, this is likely because the software itself is developed at Codeberg. Please reach out to the corresponding developer or to the operator of the platform directly.

The preferred way to contact us about abuse is by writing an email to abuse@codeberg.org. If you'd like, you can also reach out via Mastodon or the Matrix chat, but if you have the time to get to an email client, we'd really appreciate that.