From bab74dd307f160813c1bd78cf14d3a9a092e071c Mon Sep 17 00:00:00 2001 From: Kristian Klausen Date: Sun, 9 May 2021 23:51:06 +0200 Subject: Update wiki links to the new short URL Done with: find -type f -exec sed -Ee ':wiki.archlinux.org: s:(wiki.archlinux.org)/index.php/:\1/title/:g' -i {} \; Fixes #16 [1] https://gitlab.archlinux.org/archlinux/infrastructure/-/merge_requests/335 Signed-off-by: Eli Schwartz --- doc/sso.txt | 2 +- web/html/home.php | 10 +++++----- web/template/pkgbase_actions.php | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/sso.txt b/doc/sso.txt index 1b0b1f7d..481166cf 100644 --- a/doc/sso.txt +++ b/doc/sso.txt @@ -22,7 +22,7 @@ you may customize [options] aur_location and [sso] openid_configuration in You may then start `keycloak.service` through systemd. -See also ArchWiki . +See also ArchWiki . Configuring a realm ------------------- diff --git a/web/html/home.php b/web/html/home.php index 8fb05246..be37e970 100644 --- a/web/html/home.php +++ b/web/html/home.php @@ -74,9 +74,9 @@ if (isset($_COOKIE["AURSID"])) { ', + '', '', - '', + '', '' ); ?> @@ -84,7 +84,7 @@ if (isset($_COOKIE["AURSID"])) { echo __( 'Contributed PKGBUILDs %smust%s conform to the %sArch Packaging Standards%s otherwise they will be deleted!', '', '', - '', + '', '' ); ?> @@ -95,7 +95,7 @@ if (isset($_COOKIE["AURSID"])) { :

-

+

@@ -131,7 +131,7 @@ if (isset($_COOKIE["AURSID"])) { ', + '', '' ); ?> diff --git a/web/template/pkgbase_actions.php b/web/template/pkgbase_actions.php index 5eee5478..3d208328 100644 --- a/web/template/pkgbase_actions.php +++ b/web/template/pkgbase_actions.php @@ -7,7 +7,7 @@
  • -
  • +
  • -- cgit v1.2.3-24-g4f1b