[package-revision]
```
-The build artifacts are placed in `out/`. The scripts download the specified OpenFastTrace source release, incorporate this repository's `debian/` packaging metadata, and build the package. `stage-apt-package.sh` validates the resulting source and binary packages, then copies them into the Debian archive pool under `apt-repository/` for inclusion in a package pull request.
+Build artifacts are written to `out/`; the staging script validates the package files and places them in the archive pool for review and publication.
-## Project Information
+## Project information
* [OpenFastTrace upstream project](https://github.com/itsallcode/openfasttrace)
-* [Upstream user guide](https://github.com/itsallcode/openfasttrace/blob/main/doc/user_guide/user_guide.md)
* [Package design](doc/design.md)
* [System requirements](doc/system_requirements.md)
-* [Security policy](SECURITY.md)
* [Contributing guide](CONTRIBUTING.md)
+* [Security policy](SECURITY.md)
* [Code of conduct](CODE_OF_CONDUCT.md)
diff --git a/apt-repository/README.md b/apt-repository/README.md
index e2ad932..ac11cb4 100644
--- a/apt-repository/README.md
+++ b/apt-repository/README.md
@@ -1,6 +1,6 @@
-# OpenFastTrace APT Repository
+# itsallcode.org APT Repository
-This directory is the document root published at `https://apt.itsallcode.org/openfasttrace`. The visitor-facing installation page is [index.html](index.html).
+This directory is the document root published at `https://apt.itsallcode.org`. The visitor-facing installation page is [index.html](index.html).
## Installation
@@ -9,15 +9,15 @@ Install the repository's public key in a dedicated keyring and add the signed re
```sh
sudo install --directory --mode=0755 /etc/apt/keyrings
curl --fail --silent --show-error --location \
- https://apt.itsallcode.org/openfasttrace/itsallcode-archive-keyring.asc \
+ https://apt.itsallcode.org/itsallcode-archive-keyring.asc \
| sudo gpg --dearmor --yes --output /etc/apt/keyrings/itsallcode-archive-keyring.gpg
-echo 'deb [signed-by=/etc/apt/keyrings/itsallcode-archive-keyring.gpg] https://apt.itsallcode.org/openfasttrace stable main' \
- | sudo tee /etc/apt/sources.list.d/openfasttrace.list > /dev/null
+echo 'deb [signed-by=/etc/apt/keyrings/itsallcode-archive-keyring.gpg] https://apt.itsallcode.org stable main' \
+ | sudo tee /etc/apt/sources.list.d/itsallcode.list > /dev/null
sudo apt update
sudo apt install openfasttrace
```
-The public key fingerprint is published at `https://apt.itsallcode.org/openfasttrace/itsallcode-archive-keyring.fingerprint`. Check it before trusting a newly downloaded key.
+The public key fingerprint is published at `https://apt.itsallcode.org/itsallcode-archive-keyring.fingerprint`. Check it before trusting a newly downloaded key.
It follows the Debian archive layout:
diff --git a/apt-repository/index.html b/apt-repository/index.html
index f8b3500..f266b93 100644
--- a/apt-repository/index.html
+++ b/apt-repository/index.html
@@ -17,13 +17,13 @@ Installing Packages From This Repository
Install the archive key in a dedicated APT keyring.
sudo install --directory --mode=0755 /etc/apt/keyrings
curl --fail --silent --show-error --location \
- https://apt.itsallcode.org/openfasttrace/itsallcode-archive-keyring.asc \
+ https://apt.itsallcode.org/itsallcode-archive-keyring.asc \
| sudo gpg --dearmor --yes --output /etc/apt/keyrings/itsallcode-archive-keyring.gpg
Add the signed repository source.
- echo 'deb [signed-by=/etc/apt/keyrings/itsallcode-archive-keyring.gpg] https://apt.itsallcode.org/openfasttrace stable main' \
- | sudo tee /etc/apt/sources.list.d/openfasttrace.list > /dev/null
+ echo 'deb [signed-by=/etc/apt/keyrings/itsallcode-archive-keyring.gpg] https://apt.itsallcode.org stable main' \
+ | sudo tee /etc/apt/sources.list.d/itsallcode.list > /dev/null
Update APT and install the package.
diff --git a/itsallcode-logo.png b/itsallcode-logo.png
new file mode 100644
index 0000000..b4cd6d6
Binary files /dev/null and b/itsallcode-logo.png differ