From be8481f3218b736efa8bdaa12a3a407984c2c62b Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Mon, 20 Apr 2020 01:07:49 +0100 Subject: Maneage instead of Template in README-hacking.md and copyright notices Until now, throughout Maneage we were using the old name of "Reproducible Paper Template". But we have finally decided to use Maneage, so to avoid confusion, the name has been corrected in `README-hacking.md' and also in the copyright notices. Note also that in `README-hacking.md', the main Maneage branch is now called `maneage', and the main Git remote has been changed to `https://gitlab.com/maneage/project' (this is a new GitLab Group that I have setup for all Maneage-related projects). In this repository there is only one `maneage' branch to avoid complications with the `master' branch of the projects using Maneage later. --- README.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f89f89a..f0bde5c 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,9 @@ $ ./project make To learn more about the purpose, principles and technicalities of this reproducible paper, please see `README-hacking.md`. For a general -introduction to reproducible science as implemented in this project, please -see the [principles of reproducible -science](http://akhlaghi.org/reproducible-science.html), and a -[reproducible paper -template](https://gitlab.com/makhlaghi/reproducible-paper) that is based on -it. +introduction to reproducible science as implemented in this project +(through Maneage), please see the [Maneage +project](https://gitlab.com/maneage/project) for more. @@ -92,9 +89,9 @@ requiring root/administrator permissions. Source from arXiv ----------------- If the paper is also published on arXiv, it is highly likely that the -authors also uploaded/published the full reproducible paper template there -along with the LaTeX sources. If you have downloaded (or plan to download) -this source from arXiv, some minor extra steps are necessary: +authors also uploaded/published the full project there along with the LaTeX +sources. If you have downloaded (or plan to download) this source from +arXiv, some minor extra steps are necessary: 1. If the arXiv code for the paper is 1234.56789, then the downloaded source will be called `1234.56789` (no special identification -- cgit v1.2.1 From d73a2628310ce01f98bf07cdf6d5d30ccf807a8a Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Sat, 25 Apr 2020 04:50:08 +0100 Subject: IMPORTANT: Primary Maneage repositories are now under maneage.org Until now, the primary Maneage URLs were under GitLab, but since we now have a dedicated URL and Git repository, its better to transfer to this as soon as possible. Therefore with this commit, throughout Maneage, any place that Maneage was referenced through GitLab has been corrected. Please correct your project's remote to point to the new repository at `git.maneage.org/project.git', and please make sure it follows the `maneage' branch. There is no more `master' branch on Maneage. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f0bde5c..7b79b5e 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,8 @@ $ ./project make To learn more about the purpose, principles and technicalities of this reproducible paper, please see `README-hacking.md`. For a general introduction to reproducible science as implemented in this project -(through Maneage), please see the [Maneage -project](https://gitlab.com/maneage/project) for more. +(through Maneage), please see Maneage project's webpage at +https://maneage.org. -- cgit v1.2.1