Browse Source

chore: m3p2.ljbac.com -> gitlab.m3p2.com

keep-around/8b6220f82ebb9e9bec20cb787f1e8eec1c6b7e27
Goutte 5 years ago
parent
commit
8b6220f82e
  1. 2
      .gitlab-ci.yml
  2. 8
      07.about/10.contributing/page.en.md
  3. 2
      CONTRIBUTING.md
  4. 2
      README.md

2
.gitlab-ci.yml

@ -9,7 +9,7 @@ deploy:
image: appropriate/curl:latest image: appropriate/curl:latest
script: script:
- echo "Sending hook(s) to the production server(s)…" - echo "Sending hook(s) to the production server(s)…"
- curl --no-buffer --silent --show-error https://courses.m3p2.ljbac.com/sync
- curl --no-buffer --silent --show-error https://m3p2.com/sync
- echo "Deployed!" - echo "Deployed!"
# Ideally we should test all the pages of the website # Ideally we should test all the pages of the website

8
07.about/10.contributing/page.en.md

@ -18,12 +18,12 @@ Translations should probably follow the same license as the original works.
- 📖 *Flat files* - 📖 *Flat files*
- [enhanced markdown](#enhanced-markdown) for content - [enhanced markdown](#enhanced-markdown) for content
- [YAML frontmatter](https://learn.getgrav.org/15/content/headers) for metadata - [YAML frontmatter](https://learn.getgrav.org/15/content/headers) for metadata
- 🦊 *Continuous integration* using [GitLab (Ruby)](https://m3p2.ljbac.com)
- 🦊 *Continuous integration* using [GitLab (Ruby)](https://gitlab.m3p2.com)
- edit courses from your browser, using GitLab's WebIDE - edit courses from your browser, using GitLab's WebIDE
- 🌎 *Decentralized versioning* using [Git](https://en.wikipedia.org/wiki/Git) - 🌎 *Decentralized versioning* using [Git](https://en.wikipedia.org/wiki/Git)
- asynchronous and offline collaboration - asynchronous and offline collaboration
- scales to thousands of contributors - scales to thousands of contributors
- 🚀 *HTML generation* using [Grav (PHP)](https://m3p2.ljbac.com/m3p2/grav-website)
- 🚀 *HTML generation* using [Grav (PHP)](https://gitlab.m3p2.com/m3p2/grav-website)
- basically the new WordPress, _but much better_ - basically the new WordPress, _but much better_
- vibrant and growing community in 2019 - vibrant and growing community in 2019
@ -59,7 +59,7 @@ GitLab --> |updates| Website
#### Via GitLab #### Via GitLab
You only need a modern browser to [use the WebIDE](https://m3p2.ljbac.com/-/ide/project/m3p2/courses/edit/master/-/).
You only need a modern browser to [use the WebIDE](https://gitlab.m3p2.com/-/ide/project/m3p2/courses/edit/master/-/).
!!! GitLab's preview may differ slightly from the end result. !!! GitLab's preview may differ slightly from the end result.
@ -78,7 +78,7 @@ Here is a nice tutorial (in french) : https://openclassrooms.com/fr/courses/1233
#### Via Local Website #### Via Local Website
This third level of edition is for experts who can [run the website locally](https://m3p2.ljbac.com/m3p2/grav-website#run-locally-for-fast-development)
This third level of edition is for experts who can [run the website locally](https://gitlab.m3p2.com/m3p2/grav-website#run-locally-for-fast-development)
to instantly preview their changes, and use the powerful Grav's admin tools for page edition. to instantly preview their changes, and use the powerful Grav's admin tools for page edition.

2
CONTRIBUTING.md

@ -10,7 +10,7 @@ You won't be able to 100% accurately preview the result until you commit and the
### The powerful way ### The powerful way
Run the website locally and preview your changes instantly. Run the website locally and preview your changes instantly.
Head over to the [sources of the server instance](https://m3p2.ljbac.com/m3p2/grav-website) to learn how to set it up.
Head over to the [sources of the server instance](https://gitlab.m3p2.com/m3p2/grav-website) to learn how to set it up.
## File Structure ## File Structure

2
README.md

@ -5,7 +5,7 @@ A flat-file database of courses in multiple languages.
## Browse ## Browse
The courses are [available here](https://courses.m3p2.ljbac.com). (alpha version, **DO NOT SHARE THE LINK**)
The courses are [available here](https://m3p2.com).
## Contribute ## Contribute

Loading…
Cancel
Save