Commit graph

16 commits

Author SHA1 Message Date
379152348f Fix many link-checker.sh warnings and errors
The most common warning is about redirects. Such links are replaced
with direct links. In some cases better syntax for the same URL is
used, and in a single case the link target seems to be completely gone,
so the link is just removed.
2024-07-04 21:39:42 +03:00
7033af84d6 Replace Wiki links that already redirected to Fedora Docs
Redirects show unnecessary warnings in `check-links.sh` output, and
using the Wiki for anything documentation related should be avoided.
2024-07-04 21:39:42 +03:00
a1287f0c49 Use https instead of http in links
This is the modern way, and also removes many warnings from
`check-links.sh` output.
2024-07-04 21:39:42 +03:00
2f7c386351 Replace link to non-existent RPM Guide
Fixes #119
2023-05-22 07:39:24 +00:00
a8613d3ea5 Use xref instead of linking to docs.fp.o
The recommended way of linking to other Fedora Docs pages
is to use Asciidoc xref: instead of urls, see:
https://docs.fedoraproject.org/en-US/fedora-docs/contributing-docs/asciidoc-markup/#external-antora-link

Convert all such urls to xrefs.
2023-01-03 23:00:30 +02:00
e687253fa8 Add Sourcegraph link
Sourcegraph.com has indexed all dist-git repositories at
src.fedoraproject.org.
Their search function can be useful for packagers.
2022-09-27 22:56:15 +03:00
1d0180893a Add links Fedora Packages and Packager Dashboard
These web services are useful for packages,
so they should be mentioned somewhere.
Main page already has a list of useful services,
so adding them there.
2022-09-22 07:37:39 +00:00
Otto Urpelainen
52eb292894 Describe this site's relation to FESCo policies
FESCo policies are the authorative ruke for Fedora package maintenance.
Mention this clearly at the top of the index page.
2022-05-24 08:21:06 +03:00
f6aa83acfe
feat: remove explicit toc
The UI bundle now includes a toc in the right hand sidebar, so there's
no need to have tocs explicitly at the start of documents.
2022-03-16 15:37:09 +00:00
Otto Urpelainen
eb5fd8742c Update mailing list subscription recommendations
Page Joining the Package Maintainers suggested
subscribing to the package-announce mailing list.
Due to its great volume,
this is not generally a good idea.
Replaced that suggestion with a suggestion
to adjust the Watch settings in the Package Sources.
Package-announce, as well as similar scm-commits list,
are mentioned as an alternative.

Finding a section where this information can be located
required some changes in document structure,
which as an additional improvement
also allows giving a bit more visibility
for the fact that a productive Package Maintainer
does not necessarily have to own a package.

Resolves #36
2021-11-13 10:14:00 +02:00
Ben Cotton
cc6b52ea48 Add bugzilla-announce-list 2021-09-29 16:21:26 -04:00
Otto Urpelainen
d0e1bca913 Import remaining wiki updates
After Package Maintainer Docs were imported from the wiki
there have been some further wiki updates.
To avoid losing content when wiki pages are replaced
with links to the Package Maintainer Docs,
these updates are imported in this commit.

Some pages were already handled in a preceding commit.
This commit handles the reset.
The "Imported from:" comment is removed
from the top of the pages that are handled
since now that the migration is complete,
that information is not relevant any more.
2021-09-15 09:07:06 +03:00
Otto Urpelainen
9f54ac3b07 Prefer [#some-ref] over [[some-ref]] 2021-08-22 14:01:27 +03:00
Otto Urpelainen
5b6d4b2db8 Add Imported from tags to pages from wiki
When Package Maintainer Docs are published,
duplicate material in the Fedora Wiki should be removed
and replaced with links to the new docs.
In order to make this easy,
add a comment at the start od each page
linking to the original wiki page.
2021-08-22 13:57:01 +03:00
Otto Urpelainen
17e45e81af Index page 2021-07-08 23:02:37 +03:00
Otto Urpelainen
bd40aeedab Wiki import
Restart the repository by
1. Starting to use Antora
2. Moving over some packaging related pages over from the wiki
3. Updating the pages where there are obvious problems
2021-07-07 21:55:43 +03:00