No more github
This commit is contained in:
parent
dabb2d75d7
commit
a58c0a644a
|
@ -1,4 +1,4 @@
|
|||
# Contributing
|
||||
w# Contributing
|
||||
|
||||
To contribute to the EvolutionOS documentation, please read the following. Pull
|
||||
requests that do not meet the criteria described below will not be merged.
|
||||
|
@ -20,7 +20,7 @@ This will improve the chances of your contribution being accepted quickly.
|
|||
|
||||
The Handbook is not intended to be a general guide to using a Linux system, as
|
||||
[noted in the "About"
|
||||
section](https://evolution-linux.github.io/wiki/about/about-this-handbook.html):
|
||||
section](https://hectabit.org/evolutionos/wiki/about/about-this-handbook.html):
|
||||
|
||||
> This handbook is not an extensive guide on how to use and configure common
|
||||
> Linux software. The purpose of this document is to explain how to install,
|
||||
|
@ -39,9 +39,9 @@ particularly Evolution-specific.
|
|||
## Style Guide
|
||||
|
||||
This style guide outlines the standards for contributing to the Handbook. The
|
||||
manual on <https://evolution-linux.github.io/wiki> is generated from an
|
||||
manual on <https://hectabit.org/evolutionos/wiki> is generated from an
|
||||
[mdBook](https://rust-lang.github.io/mdBook/) stored in the
|
||||
[evolution-docs](https://github.com/evolution-linux/evolution-docs/) repository.
|
||||
[evolution-docs](https://centrifuge.hectabit.org/evolutionos/evolution-docs/) repository.
|
||||
|
||||
### General
|
||||
|
||||
|
@ -63,7 +63,7 @@ describing how to enable the `foo` service.
|
|||
### Formatting
|
||||
|
||||
For markdown formatting, the
|
||||
[evolution-docs](https://github.com/evolution-linux/evolution-docs/) project uses the
|
||||
[evolution-docs](https://centrifuge.hectabit.org/evolutionos/evolution-docs/) project uses the
|
||||
[Versioned Markdown](https://github.com/bobertlo/vmd) format, and enforces use
|
||||
of the auto-formatter `vmdfmt`, which works very similarly to `gofmt`. Most
|
||||
valid markdown is accepted by the formatter. The output format is described in
|
||||
|
@ -293,8 +293,8 @@ source.
|
|||
## Submitting Changes
|
||||
|
||||
Proposed changes should be submitted as pull requests to the
|
||||
[evolution-docs](https://github.com/evolution-linux/evolution-docs) repository on
|
||||
[GitHub](https://github.com/). Please note that, unlike a wiki, submissions will
|
||||
[evolution-docs](https://centrifuge.hectabit.org/evolutionos/evolution-docs) repository on
|
||||
[Centrifuge](https://centrifuge.hectabit.org/). Please note that, unlike a wiki, submissions will
|
||||
be reviewed before they are merged. If any changes are required they will need
|
||||
to be made before the pull request is accepted. This process is in place to
|
||||
ensure the quality and standards of the Handbook are sustained.
|
||||
|
@ -311,14 +311,14 @@ Building the Handbook locally requires
|
|||
|
||||
### Forking
|
||||
|
||||
To fork the repository a [GitHub account](https://github.com/join) is needed.
|
||||
Once you have an account, follow GitHub's
|
||||
[guide](https://help.github.com/en/articles/fork-a-repo) on setting up a fork.
|
||||
To fork the repository a [Centrifuge account](https://centrifuge.hectabit.org/user/sign_up) is needed.
|
||||
Once you have an account, go to the repository you want to fork and press the
|
||||
fork button.
|
||||
|
||||
Clone the repository onto your computer, enter it, and create a new branch:
|
||||
|
||||
```
|
||||
$ git clone https://github.com/<your_username>/evolution-docs.git
|
||||
$ git clone https://centrifuge.hectabit.org/<your_username>/evolution-docs.git
|
||||
$ cd evolution-docs
|
||||
$ git checkout -b <branch_name>
|
||||
```
|
||||
|
|
|
@ -7,7 +7,7 @@ install packages from the EvolutionOS repositories or consider packaging the lib
|
|||
application you need. Packaging your application allows for easier system
|
||||
maintenance and can benefit other EvolutionOS users, so consider making a pull
|
||||
request for it. The contribution instructions can be found
|
||||
[here](https://github.com/evolution-linux/evolution-packages/blob/master/CONTRIBUTING.md).
|
||||
[here](https://centrifuge.hectabit.org/EvolutionOS/evolution-packages/src/branch/master/CONTRIBUTING.md).
|
||||
|
||||
To keep packages smaller, EvolutionOS has separate `devel` packages for header files
|
||||
and development tools. If you install a library or application via a language's
|
||||
|
@ -39,7 +39,7 @@ compiling packages. However, some packages (e.g. `libreoffice`) do not support
|
|||
cross-compilation. These packages have to be built locally on a computer running
|
||||
the same architecture and libc as the system on which the package is to be used.
|
||||
To learn how to build packages, refer to [the README for the evolution-packages
|
||||
repository](https://github.com/evolution-linux/evolution-packages/blob/master/README.md).
|
||||
repository](https://centrifuge.hectabit.org/EvolutionOS/evolution-packages/src/branch/master/README.md).
|
||||
|
||||
## Flatpak
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Contributing To evolution-docs
|
||||
|
||||
The sources for this handbook are hosted in the
|
||||
[evolution-docs](https://github.com/evolution-linux/evolution-docs) repository on
|
||||
[GitHub](https://github.com). If you would like to make a contribution, please
|
||||
[evolution-docs](https://centrifuge.hectabit.org/EvolutionOS/evolution-docs) repository on
|
||||
[Centrifuge](https://centrifuge.hectabit.org). If you would like to make a contribution, please
|
||||
read about [the purpose of the Handbook](../../about/about-this-handbook.md),
|
||||
follow our [style
|
||||
guide](https://github.com/evolution-linux/evolution-docs/blob/master/CONTRIBUTING.md#style-guide)
|
||||
guide](https://centrifuge.hectabit.org/EvolutionOS/evolution-docs/src/branch/main/CONTRIBUTING.md#user-content-style-guide)
|
||||
and [submit a pull
|
||||
request](https://github.com/evolution-linux/evolution-docs/blob/master/CONTRIBUTING.md#submitting-changes).
|
||||
request](https://centrifuge.hectabit.org/EvolutionOS/evolution-docs/src/branch/main/CONTRIBUTING.md#user-content-submitting-changes).
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
There's more to running a distribution than just writing code.
|
||||
|
||||
To contribute to the EvolutionOS packages repository, start by reading the
|
||||
[CONTRIBUTING](https://github.com/evolution-linux/evolution-packages/blob/master/CONTRIBUTING.md)
|
||||
[CONTRIBUTING](https://centrifuge.hectabit.org/EvolutionOS/evolution-packages/src/branch/master/CONTRIBUTING.md)
|
||||
document in the evolution-packages GitHub repository.
|
||||
|
||||
To contribute to this Handbook, read
|
||||
[CONTRIBUTING](https://github.com/evolution-linux/evolution-docs/blob/master/CONTRIBUTING.md)
|
||||
[CONTRIBUTING](https://centrifuge.hectabit.org/EvolutionOS/evolution-docs/src/branch/main/CONTRIBUTING.md)
|
||||
in the evolution-docs repository.
|
||||
|
||||
If you have any questions, feel free to email Tracker-Friendly at jliwin98@danwin1210.de
|
||||
|
|
|
@ -86,7 +86,7 @@ the type of system you wish to install. For simplicity, save this URL to a shell
|
|||
variable. A glibc installation, for example, would use:
|
||||
|
||||
```
|
||||
# REPO=https://evolution-linux.github.io/pkg
|
||||
# REPO=https://hectabit.org/evolutionos/pkg
|
||||
# REPO=https://repo-default.voidlinux.org/current
|
||||
```
|
||||
|
||||
|
|
|
@ -77,4 +77,4 @@ if the `Local` installation source is selected.
|
|||
|
||||
EvolutionOS installer images support several kernel command-line arguments that can
|
||||
change the behavior of the live system. See [the evolution-installer README for a full
|
||||
list](https://github.com/evolution-linux/evolution-installer#kernel-command-line-parameters).
|
||||
list](https://centrifuge.hectabit.org/EvolutionOS/evolution-mklive/src/branch/master/README.md#kernel-command-line-parameters).
|
||||
|
|
|
@ -10,7 +10,7 @@ manually.
|
|||
Tier 0 mirrors contain patches for evolutionOS to work correctly. There is only
|
||||
one at:
|
||||
|
||||
https://evolution-linux.github.io
|
||||
https://hectabit.org/evolutionos/pkg
|
||||
|
||||
## Tier 1 mirrors
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
EvolutionOS offers some packages that are officially maintained, but not distributed.
|
||||
These packages are marked as restricted and must be built from their
|
||||
[evolution-packages](https://github.com/evolution-linux/evolution-packages) template locally.
|
||||
[evolution-packages](https://centrifuge.hectabit.org/EvolutionOS/evolution-packages) template locally.
|
||||
|
||||
Packages can be restricted from distribution by either the upstream author or
|
||||
EvolutionOS. EvolutionOS reserves the right to restrict distribution of any package for
|
||||
|
@ -13,12 +13,12 @@ of source or binary packages.
|
|||
## Building manually
|
||||
|
||||
You can use `xbps-src` in the
|
||||
[evolution-packages](https://github.com/evolution-linux/evolution-packages) repository to build
|
||||
[evolution-packages](https://centrifuge.hectabit.org/EvolutionOS/evolution-packages) repository to build
|
||||
the restricted packages from templates. For instructions on building packages
|
||||
from templates, refer to the
|
||||
[evolution-packages](https://github.com/evolution-linux/evolution-packages) documentation, and
|
||||
[evolution-packages](https://centrifuge.hectabit.org/EvolutionOS/evolution-packages/src/branch/master/README.md) documentation, and
|
||||
the ["Quick start"
|
||||
section](https://github.com/evolution-linux/evolution-packages#quick-start) in particular
|
||||
section](https://centrifuge.hectabit.org/EvolutionOS/evolution-packages/src/branch/master/README.md#user-content-quick-start) in particular
|
||||
.
|
||||
|
||||
Remember that the building of restricted packages must be enabled explicitly by
|
||||
|
|
|
@ -14,10 +14,10 @@ Do you want to import this public key? [Y/n]
|
|||
|
||||
To verify the key, ensure the `<rsa_fingerprint>` matches one of the
|
||||
fingerprints in both
|
||||
[evolution-packages](https://github.com/evolution-linux/evolution-packages/tree/master/common/repo-keys)
|
||||
and [evolution-installer](https://github.com/evolution-linux/evolution-installer/tree/master/keys).
|
||||
[evolution-packages](https://centrifuge.hectabit.org/EvolutionOS/evolution-packages/src/branch/master/common/repo-keys)
|
||||
and [evolution-installer](https://centrifuge.hectabit.org/EvolutionOS/evolution-mklive/src/branch/master/keys).
|
||||
|
||||
Tier 0 mirror keys will be found at [a evolution-installer subdirectory](https://github.com/evolution-linux/evolution-installer/tree/master/include/var/db/xbps/)
|
||||
Tier 0 mirror keys will be found at [a evolution-installer subdirectory](https://centrifuge.hectabit.org/EvolutionOS/evolution-mklive/src/branch/master/include/var/db/xbps/keys)
|
||||
|
||||
## Errors while updating or installing packages
|
||||
|
||||
|
|
Reference in New Issue