Commit graph

71 commits

Author SHA1 Message Date
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
Pi-Cla 727dd73f77 Make "AGPL-3.0-or-later" hyperlink go to corresponding licence page instead of list of all licences 2022-08-20 02:34:35 +02:00
Loïc Dachary cff34e1a03 fix broken link to the default branch (#254)
Co-authored-by: Loïc Dachary <loic@dachary.org>
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/254
Co-authored-by: Loïc Dachary <dachary@noreply.codeberg.org>
Co-committed-by: Loïc Dachary <dachary@noreply.codeberg.org>
2022-08-03 12:24:47 +02:00
Jeremy 47cac91c20 Fix getting-started/faq.md 2022-07-26 21:46:39 +02:00
Jeremy 74cf963ee5 Fix getting-started/licensing.md 2022-07-26 21:46:39 +02:00
Jeremy fd4f7d0567 Fix getting-started/email-settings.md 2022-07-26 21:46:39 +02:00
Jeremy d6e691468e Fix getting-started/wiki.md 2022-07-26 21:46:39 +02:00
Jeremy 641b525087 Fix getting-started/issue-tracking-basics.md 2022-07-26 21:46:39 +02:00
Jeremy adb83d680d Fix getting-started/first-repository.md 2022-07-26 21:46:39 +02:00
Jeremy b13f0c6c81 Fix getting-started/install-git.md 2022-07-26 21:46:39 +02:00
Jeremy 830a8b8680 Fix getting-started/first-steps.md 2022-07-26 21:46:39 +02:00
Jeremy ba0725129c Fix getting-started/what-is-codeberg.md 2022-07-26 21:46:39 +02:00
puppe 9ed1af425c Fix minor factual error: Codeberg *is* a corporation
There is a minor factual error in “What is Codeberg?”. The third paragraph states that Codeberg is not a corporation. Well actually …, Codeberg as a “eingetragener Verein” (German for “registered association” or “incorporated association”) very much *is* a corporation. And so, that part of the sentence has either to be removed or at least has to be qualified in some way. This commit does the latter.
2022-06-15 10:25:52 +02:00
Fauzi Ramadaniza 5d3450e98d Reordering certain Text and Correcting its URL
Combining [Clone & Commit via HTTP] & [Clone & Commit via SSH] to [Clone & Commit via CLI] because it goes to the same URL.

Signed-off-by: Fauzi Ramadaniza <faustzero1@noreply.codeberg.org>
2022-05-15 16:14:35 +02:00
n 3b3309a90e Minor fixes 2022-04-17 14:28:59 +09:00
ka2in aef207d02a Improve email settings article (#215)
Edit and review of the article about email settings

Co-authored-by: Faycal Alami-Hassani <ka2in@protonmail.com>
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/215
Co-authored-by: ka2in <ka2in@noreply.codeberg.org>
Co-committed-by: ka2in <ka2in@noreply.codeberg.org>
2022-04-17 06:03:43 +02:00
jklippel fa47455b9e document eMail notifications from codeberg (#213)
- Document how to change the eMail settings
- Document which situations automatically lead to being subscribed and
receiving mails

Improves on #153

Co-authored-by: Jan Klippel <c0d3b3rg@kl1pp3l.de>
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/213
Co-authored-by: jklippel <jklippel@noreply.codeberg.org>
Co-committed-by: jklippel <jklippel@noreply.codeberg.org>
2022-04-09 13:01:28 +02:00
jklippel 429c0ee52e Improvements on the FAQ (#211)
as proposed by infinitelight in https://codeberg.org/Codeberg/Documentation/issues/185

I put the proposed changes into a PR to continue handling #185

Co-authored-by: Jan Klippel <c0d3b3rg@kl1pp3l.de>
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/211
Co-authored-by: jklippel <jklippel@noreply.codeberg.org>
Co-committed-by: jklippel <jklippel@noreply.codeberg.org>
2022-04-09 00:00:33 +02:00
Jan Klippel 84927fd532 add link to bylaws
Link to the bylaws from the documentation.

Improves on #191
2022-04-08 23:52:47 +02:00
René Schaar eec4dd6085 Resolve conversations from #181 (#208)
Only did some minor changes (most of them are formatting) and resolving all conversations from #181

Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/208
Co-authored-by: René Schaar <rene@schaar.priv.at>
Co-committed-by: René Schaar <rene@schaar.priv.at>
2022-03-13 20:05:39 +01:00
Arnout Engelen db9f81fb39 Update FAQ to quote new Terms of Service (#207)
Co-authored-by: Arnout Engelen <arnout@bzzt.net>
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/207
Co-authored-by: Arnout Engelen <raboof@noreply.codeberg.org>
Co-committed-by: Arnout Engelen <raboof@noreply.codeberg.org>
2022-03-13 11:46:08 +01:00
tok 5e8f81b174 #174: more extensive article on licensing. (#181)
Text is according to the discussion on the issue #174.

Co-authored-by: Thomas Kramer <code@tkramer.ch>
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/181
Co-authored-by: tok <tok@noreply.codeberg.org>
Co-committed-by: tok <tok@noreply.codeberg.org>
2022-03-07 16:22:01 +01:00
Otto Richter 0e30fb4fe8 Fix internal link 2022-02-13 21:02:00 +01:00
Otto Richter 2bda61e74d Diverse changes (#189)
a bunch of (typo) fixes, additions, rewordings

Update references

- remove mentions of the master branch, as it's removed for many repos
and might change in the future for others (fixes some dead links)
- remove mentions of moved repos with our official examples
- some on-the-fly additions or rewordings

Close #186 foobar->examples

Co-authored-by: fnetx <git@fralix.ovh>
Co-authored-by: fnetX <git@fralix.ovh>
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/189
Co-authored-by: Otto Richter <fnetx@noreply.codeberg.org>
Co-committed-by: Otto Richter <fnetx@noreply.codeberg.org>
2022-01-21 11:36:38 +01:00
René Wagner c06926aa0a
rephrase first sentence 2021-11-25 18:35:38 +01:00
René Wagner 94c068a557
uppercase I in heading 2021-11-23 21:02:05 +01:00
René Wagner 3260bc265d
add faq about automatic mirrors 2021-11-22 17:15:14 +01:00
Johannes Stefan cdb301cc29 * Extending “Can I host private (non-licensed) repositories?”-question
* Adding link to netcup GmbH
* Adding link to liberapay donation page
2021-11-04 22:42:55 +01:00
Michiel Appelman 724fb04ad7 Move license handling back to FAQ 2021-10-19 09:43:57 +02:00
Michiel Appelman 7359aa4c2b Sort CC licenses in the same order as code licenses 2021-10-15 10:53:07 +02:00
Michiel Appelman 02d12744c6 Add specific implications of unrestricted licenses 2021-10-15 09:41:48 +02:00
Michiel Appelman 81fda8059c Changes Unlicense to 0BSD and removes some PD wording 2021-10-14 15:42:48 +02:00
Michiel Appelman e9544af6df Adds a separate page on licensing on Codeberg
Looking of course for feedback on this, as I am not an expert on this at
all. This does capture some of the questions I had when starting to look
into licensing.
2021-10-14 11:58:42 +02:00
n 5692bc9bce Fix redirect and change parent for FAQ 2021-08-29 16:34:08 +09:00
Otto Richter 779f959db8 Update FAQ (#166)
Co-authored-by: fnetX <git@fralix.ovh>
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/166
Co-authored-by: Otto Richter <fnetx@noreply.codeberg.org>
Co-committed-by: Otto Richter <fnetx@noreply.codeberg.org>
2021-08-29 09:27:33 +02:00
fnetX 11310c0476 Add mission to WhatIsCodeberg page
copied "Mission" section from https://blog.codeberg.org/codebergorg-launched.html
2021-08-24 02:56:31 +02:00
René W edae9a08e8 wiki-sidebar (#160)
refers to Codeberg/Community#508

Co-authored-by: René Wagner <rwa@clttr.info>
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/160
Co-authored-by: René W. <rwa@noreply.codeberg.org>
Co-committed-by: René W. <rwa@noreply.codeberg.org>
2021-08-14 13:32:31 +02:00
n 170914185d Add anchor links to headings (#159)
This PR adds anchor links to any markdown headings. It also replaces any hacky workarounds used previously.

Closes #83.

Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/159
Co-authored-by: n <n@noreply.codeberg.org>
Co-committed-by: n <n@noreply.codeberg.org>
2021-08-09 11:59:36 +02:00
Otto Richter b4537c4ae4 Tweaks to welcome users and help getting started (#158)
In Codeberg/Design #39 the idea was thrown around to put some links
under a new dropdown and prominently link to the docs instead.
This rewrites the docs index page and adds some more information on how
to get started, as well as adds some other tweaks to **communication
methods** and gives a new explanation of **what Codeberg is**.

Co-authored-by: fnetX <git@fralix.ovh>
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/158
Co-authored-by: Otto Richter <fnetx@noreply.codeberg.org>
Co-committed-by: Otto Richter <fnetx@noreply.codeberg.org>
2021-07-31 12:04:05 +02:00
Ajay Raghavan 341cb8d745 Added docs on e-mail preferences 2021-07-20 15:56:41 +05:30
René Wagner 4f8a7f7b84
fix typo build-in -> built-in 2021-06-27 16:39:25 +02:00
n 0ab2b71ad7 Remove .git from folder name 2021-06-24 13:01:37 +02:00
René Wagner ed179df4ef
use "repository" instead of "project"
split shell example for cloning and adding an image
2021-06-23 20:39:32 +02:00
René Wagner 1029d9c370
set correct 'key' for page 2021-06-22 19:14:44 +02:00
René Wagner e8e3e0a0b7
adjust paragraphs to reflect feedback 2021-06-20 11:01:44 +02:00
René Wagner 75c9cd1d13
make the warning about secrest more visible 2021-06-20 09:27:05 +02:00
René Wagner 837a168192
move wiki to "getting started" section
reformat some paragraphs
2021-06-20 09:19:42 +02:00
fnetx fa7a04afa7
Make all Git and Codeberg mentions uppercase 2021-05-29 15:09:43 +02:00
ojn 802d46f41f update link to 'include images in wiki pages' 2021-01-21 01:05:42 +01:00
ojn 75ad4abb25 updated wiki basics introduction 2021-01-21 00:33:23 +01:00