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
---
web/html/home.php | 10 +++++-----
web/template/pkgbase_actions.php | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
(limited to 'web')
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"])) {
= __('DISCLAIMER') ?>:
= __('AUR packages are user produced content. Any use of the provided files is at your own risk.'); ?>
- = __('Learn more...') ?>
+ = __('Learn more...') ?>
@@ -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 @@
= __('View Changes') ?>
= __('Download snapshot') ?>
- = __('Search wiki') ?>
+
= __('Search wiki') ?>
= $row["OutOfDateTS"] !== NULL ? html_action_link($base_uri . 'flag-comment/', __('Flagged out-of-date (%s)', "$out_of_date_time")) : "" ?>
= html_action_link($base_uri . 'flag/', __('Flag package out-of-date')) ?>
--
cgit v1.2.3-24-g4f1b