Just periodically commiting my local state where I occassionally fix or add stuff.
Codeberg/Documentation
Diverse changes #189
fnetX
commented 2022年01月17日 02:39:55 +01:00
Just periodically commiting my local state where I occassionally fix or add stuff.
fnetX
force-pushed fnetx-2022-01 from 2022年01月17日 02:40:23 +01:00
Compare
0ff73c140c
to 0ad41ffd09
fnetX
added 2 commits 2022年01月19日 20:08:39 +01:00
- 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
fnetX
requested review from community 2022年01月19日 20:12:07 +01:00
fnetX
added the due date 2022年01月21日 2022年01月19日 20:18:25 +01:00
n
reviewed 2022年01月20日 08:04:28 +01:00
@ -39,3 +39,3 @@
- **Issue Labels** If you want to initialize your project's issue tracker with a set of labels that you can use to categorize issues, you can choose one here. You don't have to choose this right away though, as you can choose and modify issue labels at a later time too.
- **.gitignore** A [.gitignore](https://git-scm.com/docs/gitignore) file defines which files Git should not keep track of. This is for example useful to prevent project configuration files or binaries to be checked into version control. You can choose to add a pre-defined file matching the programming language you use now, or add one manually at a later time.
- **License** Here, you can choose from a list of FSF/OSI approved licenses. A `LICENSE` file will then be added to the repository. For some help on choosing the correct license, check for example the [GNU Operating System](https://www.gnu.org/licenses/license-list), the [Open Source Initiative](https://opensource.org/licenses) or the [choosealicense.com](https://choosealicense.com/) websites.
- **License** Here, you can choose from a list of FSF/OSI approved licenses. A `LICENSE` file will then be added to the repository. For some help on choosing the correct license, check for example the [GNU Operating System](https://www.gnu.org/licenses/license-list), the [Open Source Initiative](https://opensource.org/licenses) or the [Choosealicense.com](https://choosealicense.com/) websites.
n
commented 2022年01月20日 08:04:28 +01:00
On their repo they stylize the URL as ChooseALicense.com.
https://github.com/github/choosealicense.com/#readme
On their repo they stylize the URL as `ChooseALicense.com`.
https://github.com/github/choosealicense.com/#readme
fnetX
commented 2022年01月20日 12:59:55 +01:00
replaced with a reference to the licensing article
replaced with a reference to the licensing article
n
reviewed 2022年01月20日 08:21:00 +01:00
@ -63,3 +69,3 @@
### Working on better deployment methods
If you want to help us improve our deployment scripts, check out the [Codeberg-Infrastructure organization](https://codeberg.org/Codeberg-Infrastructure) (only visible when logged in) and check out eventual configuration. We'd really appreciate moving away from Makefile and shell scripts and ask you to join the discussion there. Please make sure to first understand what the `build-deploy-gitea` repo does to replicate its function. Also feel free to contact us (for example via Matrix) to ask where to help.
If you want to help us improve our deployment scripts, check out the [Codeberg-Infrastructure organization](https://codeberg.org/Codeberg-Infrastructure) and check out eventual configuration. We'd really appreciate moving away from Makefile and shell scripts and ask you to join the discussion there.
n
commented 2022年01月20日 08:09:18 +01:00
check out eventual configuration
Not sure what this is referring to..
> check out eventual configuration
Not sure what this is referring to..
fnetX
commented 2022年01月20日 10:31:59 +01:00
Not sure, to be honest, this was there before. I suppose I added this, because the configuration is only eventually there (currently, most configuration of the server is not publicly in Git). Or check out eventually relevant configuration?
I'll try to rewrite this.
Not sure, to be honest, this was there before. I suppose I added this, because the configuration is only eventually there (currently, most configuration of the server is not publicly in Git). Or check out eventually relevant configuration?
I'll try to rewrite this.
fnetX marked this conversation as resolved
@ -64,2 +70,3 @@
If you want to help us improve our deployment scripts, check out the [Codeberg-Infrastructure organization](https://codeberg.org/Codeberg-Infrastructure) (only visible when logged in) and check out eventual configuration. We'd really appreciate moving away from Makefile and shell scripts and ask you to join the discussion there. Please make sure to first understand what the `build-deploy-gitea` repo does to replicate its function. Also feel free to contact us (for example via Matrix) to ask where to help.
If you want to help us improve our deployment scripts, check out the [Codeberg-Infrastructure organization](https://codeberg.org/Codeberg-Infrastructure) and check out eventual configuration. We'd really appreciate moving away from Makefile and shell scripts and ask you to join the discussion there.
If you are interested to support this project, feel free to contact us. Some legacy resources or WIP might be still invisible to normal users (although we always try to work publicly when possible).
n
commented 2022年01月20日 08:10:07 +01:00
-If you are interested to support this project
+If you are interested in supporting this project
```diff
-If you are interested to support this project
+If you are interested in supporting this project
```
fnetX marked this conversation as resolved
content/improving-codeberg/index.md
Outdated
@ -29,0 +30,4 @@
If you are not fond of doing codework, feel free to step up for some maintenance roles like Community Support, Social Media and more. Just drop us an email, or consider [Joining Codeberg](#join-codeberg-e.v.) where you'll get easier access to internal teams and task forces. Also, you can always [work on the Codeberg Docs](docs-contributor-faq).
Codeberg explicitly welcomes newcomers or career changers to its repos, and we will gladly mentor you as resources permit.
If you have questions, always feel free to ask in the Issue Trackers or on the Matrix Channels mentioned on the [Contact page](../contact).
n
commented 2022年01月20日 08:16:26 +01:00
-[Contact page](../contact).
+[Contact page](/contact).
```diff
-[Contact page](../contact).
+[Contact page](/contact).
```
fnetX marked this conversation as resolved
content/improving-codeberg/index.md
Outdated
@ -34,1 +41,3 @@
or [by SEPA wire transfer](https://codeberg.org/codeberg/org/src/branch/master/Imprint.md#user-content-sepa-iban-for-donations).
or [by SEPA wire transfer](https://codeberg.org/codeberg/org/src/Imprint.md#user-content-sepa-iban-for-donations).
Donations do not only allow us to operate and scale the infrastructure behind Codeberg, but to develop the products that make Codeberg possible.
n
commented 2022年01月20日 08:17:52 +01:00
-Donations do not only allow us to
+Donations not only allow us to
```diff
-Donations do not only allow us to
+Donations not only allow us to
```
fnetX marked this conversation as resolved
fnetX
added 1 commit 2022年01月20日 13:02:34 +01:00
fnetX
merged commit 2bda61e74d into main 2022年01月21日 11:36:38 +01:00
Sign in to join this conversation.
No reviewers
Codeberg/community
Labels
Clear labels
Codeberg Pages
Issues affecting Codeberg Pages
Documentation Usability
Issues related to using and reading docs.codeberg.org
Forgejo
Good First Issue! 👋
Kind: Bug
Kind: Documentation
Kind: Enhancement
Kind: Feature
Kind: Question
Kind: Security
Licensing
Part: Generator
This is related to the generation of the documentation, not to the content itself
Priority: High
The priority is high
Priority: Low
The priority is low
Priority: Medium
The priority is medium
Reviewed: Confirmed
Something has been confirmed
Reviewed: Duplicate
Something exists already
Reviewed: Invalid
Something was marked as invalid
Reviewed: Wontfix
Something won't be fixed
Status: Blocked
Status: Help wanted
Contributions are welcome!
Status: In progress
Work is in progress
Status: Needs feedback
Feedback is needed
Status: Ready for Review
Work is completed
Status: Review
Review is in progress / Reviewers wanted
Status: Stale
No labels
Codeberg Pages
Documentation Usability
Forgejo
Good First Issue! 👋
Kind: Bug
Kind: Documentation
Kind: Enhancement
Kind: Feature
Kind: Question
Kind: Security
Licensing
Part: Generator
Priority: High
Priority: Low
Priority: Medium
Reviewed: Confirmed
Reviewed: Duplicate
Reviewed: Invalid
Reviewed: Wontfix
Status: Blocked
Status: Help wanted
Status: In progress
Status: Needs feedback
Status: Ready for Review
Status: Review
Status: Stale
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".
Dependencies
No dependencies set.
Reference
Codeberg/Documentation!189
Loading...
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch ":fnetx-2022-01"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?