Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Political Memory
memopol
Commits
2059b7c7
Commit
2059b7c7
authored
Oct 08, 2016
by
okhin
Browse files
Changing the repo URl
parent
d895d897
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/memopol/bin/install_client_deps.sh
View file @
2059b7c7
...
@@ -29,7 +29,7 @@ function downloadFromGithub()
...
@@ -29,7 +29,7 @@ function downloadFromGithub()
return
return
fi
fi
echo
"* Downloading
$repo
(
$ref
) from Github..."
echo
"* Downloading
$repo
(
$ref
) from Github..."
wget
-O
temp.zip
-q
https://git
hub.com
/
${
repo
}
/archive/
${
ref
}
.zip
wget
-O
temp.zip
-q
"
https://git
.laquadrature.net
/
${
repo
}
/archive
.sip?ref=
/
${
ref
}
"
unzip
-q
temp.zip
unzip
-q
temp.zip
mv
$(
basename
${
repo
}
)
*
${
dest
}
mv
$(
basename
${
repo
}
)
*
${
dest
}
rm
temp.zip
rm
temp.zip
...
...
src/memopol/templates/home.html
View file @
2059b7c7
...
@@ -52,11 +52,11 @@
...
@@ -52,11 +52,11 @@
<div
class=
"col-md-4"
>
<div
class=
"col-md-4"
>
<h3>
{% trans "Contributing" %}
</h3>
<h3>
{% trans "Contributing" %}
</h3>
<div
class=
"btn-group"
>
<div
class=
"btn-group"
>
<a
class=
"btn btn-default"
target=
"_blank"
href=
"https://git
hub.com
/political-memory/political_memory"
>
<a
class=
"btn btn-default"
target=
"_blank"
href=
"https://git
.laquadrature.net
/political-memory/political_memory"
>
{% fontawesome_icon "git" %}
{% fontawesome_icon "git" %}
{% trans "Code repository" %}
{% trans "Code repository" %}
</a>
</a>
<a
class=
"btn btn-default"
target=
"_blank"
href=
"https://git
hub.com
/political-memory/political_memory/issues/new"
>
<a
class=
"btn btn-default"
target=
"_blank"
href=
"https://git
.laquadrature.net
/political-memory/political_memory/issues/new"
>
{% fontawesome_icon "bug" %}
{% fontawesome_icon "bug" %}
{% trans "Report an issue" %}
{% trans "Report an issue" %}
</a>
</a>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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