Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
aurweb
Commits
8bf63845
Verified
Commit
8bf63845
authored
Jul 14, 2021
by
turret-dev
Committed by
Eli Schwartz
Jul 14, 2021
Browse files
migrate all links from git.archlinux.org -> gitlab.archlinux.org
Signed-off-by:
Eli Schwartz
<
eschwartz@archlinux.org
>
parent
07e70690
Pipeline
#9936
failed with stage
in 33 seconds
Changes
5
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
INSTALL
View file @
8bf63845
...
...
@@ -12,7 +12,7 @@ read the instructions below.
1) Clone the aurweb project:
$ cd /srv/http/
$ git clone
git
://git.archlinux.org/aurweb.git
$ git clone
https
://git
lab
.archlinux.org/
archlinux/
aurweb.git
2) Setup a web server with PHP and MySQL. Configure the web server to redirect
all URLs to /index.php/foo/bar/. The following block can be used with nginx:
...
...
README.md
View file @
8bf63845
...
...
@@ -29,7 +29,7 @@ Directory Layout
Links
-----
*
The repository is hosted at
git
://git.archlinux.org/aurweb
.git
-- see
*
The repository is hosted at
https
://git
lab
.archlinux.org/
archlinux/
aurweb -- see
doc/CodingGuidelines for information on the patch submission process.
*
Bugs can (and should) be submitted to the aurweb bug tracker:
...
...
TESTING
View file @
8bf63845
...
...
@@ -7,7 +7,7 @@ INSTALL.
1) Clone the aurweb project:
$ git clone
git
://git.archlinux.org/aurweb.git
$ git clone
https
://git
lab
.archlinux.org/
archlinux/
aurweb.git
2) Install the necessary packages:
...
...
doc/i18n.txt
View file @
8bf63845
...
...
@@ -21,7 +21,7 @@ strings for the translation to be usable, and it may have to be disabled.
1. Check out the aurweb source using git:
$ git clone
git
://git.archlinux.org/aurweb.git aurweb-git
$ git clone
https
://git
lab
.archlinux.org/
archlinux/
aurweb.git aurweb-git
2. Go into the "po/" directory in the aurweb source and run msginit(1) to
create a initial translation file from our translation catalog:
...
...
web/template/footer.php
View file @
8bf63845
...
...
@@ -3,7 +3,7 @@
<div
id=
"footer"
>
<?php
if
(
$ver
)
:
?>
<p>
aurweb
<a
href=
"https://git.archlinux.org/a
urweb.git/log/?h=
<?=
htmlspecialchars
(
$ver
,
ENT_QUOTES
)
?>
"
>
<?=
htmlspecialchars
(
$ver
)
?>
</a></p>
<p>
aurweb
<a
href=
"https://git
lab
.archlinux.org/a
rchlinux/aurweb/-/tree/
<?=
htmlspecialchars
(
$ver
,
ENT_QUOTES
)
?>
"
>
<?=
htmlspecialchars
(
$ver
)
?>
</a></p>
<?php
endif
;
?>
<p>
<?=
__
(
'Copyright %s 2004-%d aurweb Development Team.'
,
'©'
,
date
(
'Y'
))
?>
</p>
<p>
<?=
__
(
'AUR packages are user produced content. Any use of the provided files is at your own risk.'
)
?>
</p>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment