Commit graph

345 commits

Author SHA1 Message Date
narF 9b31a3da09 Mise à jour de 'content/security/ssh-key.md' 2022-11-29 17:18:29 +00:00
narF 3cac95303e add suggestion to use SSH to avoir entering password every time 2022-11-29 17:18:29 +00:00
narF ceec82002b add missing number in first-repository.md 2022-11-29 17:18:29 +00:00
narF 7fba31ab1d add instructions to switch from https to ssh in ssh-key.md 2022-11-29 17:18:29 +00:00
fnetx b0b19675f2
Alternatives to Codeberg 2022-11-02 13:34:11 +01:00
eo 45473fb409 Correct SSH key misunderstanding 2022-10-21 17:10:35 +02:00
Lukas N 225f1265c1 Updated Mastodon URL
Updated Mastodon URL, because the account has moved to https://social.anoxinon.de/
2022-10-21 12:04:17 +02:00
fnetx b4fd4812aa
Style guide is for docs only 2022-10-06 00:49:42 +02:00
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
CSDUMMI f2e24e5aff Update 'content/codeberg-pages/troubleshooting.md' 2022-09-25 12:26:15 +02:00
n 7a4a4e0e11 Edit and merge PR #264 2022-09-11 17:16:52 +09:00
redwerkz 9ab38dd3f9 bump packages to latest version 2022-09-08 15:27:07 +02:00
n 0df8736a85 Add info about fonts and icons used in the website 2022-08-23 16:21:29 +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
magicfelix 9787d990ea
Fix typo 2022-08-11 16:30:05 +02:00
Jeremy 71e01038c5 Revise 2022-08-06 15:44:16 +02:00
Jeremy d5ef600ae9 Fix gpg-key.md 2022-08-06 15:44:16 +02:00
Jeremy fecb990686 Fix ssh-fingerprint.md 2022-08-06 15:44:16 +02:00
Jeremy 196fea69f3 Fix ssh-key.md 2022-08-06 15:44:16 +02:00
Jeremy 7115b4976e Fix 2fa.md 2022-08-06 15:44:16 +02:00
jklippel f7e3e24d3a added line to explain that a git push is necessary (#257)
add line to explain that a git push is necessary

Fixes #242

Co-authored-by: Jan Klippel <c0d3b3rg@kl1pp3l.de>
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/257
Co-authored-by: jklippel <jklippel@noreply.codeberg.org>
Co-committed-by: jklippel <jklippel@noreply.codeberg.org>
2022-08-06 15:39:35 +02:00
René W f586d658f0 Merge pull request 'Fix mistakes in the Codeberg Pages section of the documentation' (#256) from jtbx/codeberg-documentation:pagesfix into main
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/256
2022-08-06 15:06:19 +02:00
Jeremy 9148212898 Fix codeberg-pages/pushing-output.md 2022-08-06 15:06:19 +02:00
Jeremy 74e7f20346 Fix codeberg-pages/examples/docs-as-code.md 2022-08-06 15:06:19 +02:00
Jeremy df6195e156 Fix codeberg-pages/troubleshooting.md 2022-08-06 15:06:19 +02:00
Jeremy ffc5878fb4 Fix codeberg-pages/index.md 2022-08-06 15:06:19 +02:00
Loïc Dachary 7b5313609b improve the wording in the contribute page (#253)
* `build-deploy-gitea` is not legacy in the sense that it still is in
  use
* replace "it" with `build-deploy-gitea` for clarity.

Signed-off-by: Loïc Dachary <loic@dachary.org>

Co-authored-by: Loïc Dachary <loic@dachary.org>
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/253
Co-authored-by: Loïc Dachary <dachary@noreply.codeberg.org>
Co-committed-by: Loïc Dachary <dachary@noreply.codeberg.org>
2022-08-05 22:20:27 +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
René W 3b3aa2f5b3 Merge pull request 'Fix mistakes in documentation (sections up to Markdown)' (#249) from jtbx/Documentation:main into main
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/249
2022-07-26 21:46:39 +02:00
Jeremy f85f9e601a Fix markdown/* 2022-07-26 21:46:39 +02:00
Jeremy 6841251d1a Fix git/* 2022-07-26 21:46:39 +02:00
Jeremy 0483a1ff6d Fix contribution_invitation.njk 2022-07-26 21:46:39 +02:00
Jeremy 8b7b5ffcf8 Fix collaborating/resolve-conflicts.md 2022-07-26 21:46:39 +02:00
Jeremy 3fb270ad28 Fix collaborating/repo-permissions.md 2022-07-26 21:46:39 +02:00
Jeremy bc300e5caa Fix collaborating/create-organization.md 2022-07-26 21:46:39 +02:00
Jeremy fbd05b0037 Fix collaborating/invite-collaborators.md 2022-07-26 21:46:39 +02:00
Jeremy db5724f0b9 Fix collaborating/pull-requests-and-git-flow.md 2022-07-26 21:46:39 +02:00
Jeremy 274558d54f Fix collaborating/citable-code.md 2022-07-26 21:46:39 +02:00
Jeremy 1ffa52cdb3 Fix contact.md 2022-07-26 21:46:39 +02:00
Jeremy 8b4e0f9317 Fix home.md 2022-07-26 21:46:39 +02:00
Jeremy d1e4479d76 Fix collaborating/index.md 2022-07-26 21:46:39 +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