Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
memopol
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
luxcem
memopol
Commits
8df52bb7
Commit
8df52bb7
authored
Dec 18, 2016
by
Porkepix
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change git URL and cloning text/repository name after project rename
parent
e5046e6c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
docs/development.rst
docs/development.rst
+3
-3
docs/hacker.rst
docs/hacker.rst
+1
-1
src/memopol/templates/home.html
src/memopol/templates/home.html
+2
-2
No files found.
docs/development.rst
View file @
8df52bb7
...
@@ -20,7 +20,7 @@ that's how you will learn most.
...
@@ -20,7 +20,7 @@ that's how you will learn most.
Here's how to try it::
Here's how to try it::
$ git clone https://git.laquadrature.net/memopol/memopol.git
$ git clone https://git.laquadrature.net/memopol/memopol.git
$ cd
political_memory
$ cd
memopol
$ source bin/quickstart.sh
$ source bin/quickstart.sh
If you want more control or if it doesn't work for you, then follow the steps
If you want more control or if it doesn't work for you, then follow the steps
...
@@ -56,7 +56,7 @@ You should fork the project on git laquadrature.net and use the fork's clone url
...
@@ -56,7 +56,7 @@ You should fork the project on git laquadrature.net and use the fork's clone url
sake of the demo, we'll use the main repository URL::
sake of the demo, we'll use the main repository URL::
$ git clone https://git.laquadrature.net/memopol/memopol.git
$ git clone https://git.laquadrature.net/memopol/memopol.git
Cloning into '
political_memory
'...
Cloning into '
memopol
'...
remote: Counting objects: 2516, done.
remote: Counting objects: 2516, done.
remote: Compressing objects: 100% (109/109), done.
remote: Compressing objects: 100% (109/109), done.
remote: Total 2516 (delta 44), reused 0 (delta 0), pack-reused 2402
remote: Total 2516 (delta 44), reused 0 (delta 0), pack-reused 2402
...
@@ -64,7 +64,7 @@ sake of the demo, we'll use the main repository URL::
...
@@ -64,7 +64,7 @@ sake of the demo, we'll use the main repository URL::
Resolving deltas: 100% (1103/1103), done.
Resolving deltas: 100% (1103/1103), done.
Checking connectivity... done.
Checking connectivity... done.
$ cd
political_memory
/
$ cd
memopol
/
Create your own branch, ie::
Create your own branch, ie::
...
...
docs/hacker.rst
View file @
8df52bb7
...
@@ -16,7 +16,7 @@ Testing
...
@@ -16,7 +16,7 @@ Testing
Use the ``tox -l`` command to list tests::
Use the ``tox -l`` command to list tests::
$ pip install tox
$ pip install tox
$ cd
political_memory
/
$ cd
memopol
/
$ tox -l
$ tox -l
Use the ``tox -e`` command to execute a particular test suite::
Use the ``tox -e`` command to execute a particular test suite::
...
...
src/memopol/templates/home.html
View file @
8df52bb7
...
@@ -126,11 +126,11 @@
...
@@ -126,11 +126,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.laquadrature.net/
political-memory/political_memory
"
>
<a
class=
"btn btn-default"
target=
"_blank"
href=
"https://git.laquadrature.net/
memopol/memopol
"
>
{% fontawesome_icon "git" %}
{% fontawesome_icon "git" %}
{% trans "Code repository" %}
{% trans "Code repository" %}
</a>
</a>
<a
class=
"btn btn-default"
target=
"_blank"
href=
"https://git.laquadrature.net/
political-memory/political_memory
/issues/new"
>
<a
class=
"btn btn-default"
target=
"_blank"
href=
"https://git.laquadrature.net/
memopol/memopol
/issues/new"
>
{% fontawesome_icon "bug" %}
{% fontawesome_icon "bug" %}
{% trans "Report an issue" %}
{% trans "Report an issue" %}
</a>
</a>
...
...
Write
Preview
Markdown
is supported
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