From 511504cb1b74bd41085374de7f47ec3f74f424ec Mon Sep 17 00:00:00 2001 From: Boud Roukema Date: Thu, 3 Jun 2021 04:52:42 +0200 Subject: Update refs; add codeberg to repository list This commit updates the list of references for Maneage publications; and modifies the comment in about-tips.html that listed the unethical servers without listing ethical servers. The current best list of ethical git (and similar) code hosts seems to be at https://developers.reverseeagle.org/replace/github . (The equivalent for non-developers is https://switching.software to avoid the closed world of GAFAM/Zoom/Slack/Doodle/Twitter and join the free world. :)) --- about-citation.html | 64 +++++++++++++++++++++++++++-------------------------- about-tips.html | 12 +++++----- 2 files changed, 40 insertions(+), 36 deletions(-) diff --git a/about-citation.html b/about-citation.html index 1482b17..f03723c 100644 --- a/about-citation.html +++ b/about-citation.html @@ -73,8 +73,8 @@ -
-

Next: Why Make?, Previous: Introduction Up: About

+
+

Next: Why Make?, Previous: Introduction Up: About

Citation

@@ -96,40 +96,42 @@

Published works using Maneage

The list below shows some of the works that have already been published - with (earlier versions of) Maneage. Previously it was simply called - "Reproducible paper template". Note that Maneage is evolving, so some - details may be different in them. The more recent ones can be used as a - good working example.

+ with (earlier versions of) Maneage. Previously it was called + "Reproducible paper template". Maneage is still evolving, so some + details may be different in them. The more recent ones can be used as + good working examples.

-

Next: Why Make?, Previous: Introduction Up: About

+

Next: Why Make?, Previous: Introduction Up: About

@@ -182,7 +184,7 @@
  • Address: IAC, Calle Vía Láctea, s/n, E38205 - La Laguna (Tenerife), Spain.

  • Contact: with this form, or project PI (Mohammad Akhlaghi).

  • Copyright © 2020 Maneage volunteers

  • -
  • This page is distributed under GNU General Public License (GPL).
  • +
  • This page is distributed under GNU General Public License (GPL).
  • diff --git a/about-tips.html b/about-tips.html index 070969d..6fc5217 100644 --- a/about-tips.html +++ b/about-tips.html @@ -75,8 +75,8 @@ -
    -

    Next: Future improvements, Previous: Customization checklist, Up: About

    +
    +

    Next: Future improvements, Previous: Customization checklist, Up: About

    Tips for designing your project

    @@ -381,7 +381,9 @@ git checkout -b maneage --track origin-maneage/maneage (for example to Zenodo for long term preservation), it is more convenient to have the whole project's Git history into one file to save with your datasets. After all, you can't be sure that your - current Git server (for example GitLab, Github, or Bitbucket) will be + current Git server (for example Codeberg, + other community + git servers, or GitLab, Github, or Bitbucket) will be active forever. While they are good for the immediate future, you can't rely on them for archival purposes. Fortunately keeping your whole history in one file is easy with Git using the following @@ -404,7 +406,7 @@ git checkout -b maneage --track origin-maneage/maneage

    -

    Next: Future improvements, Previous: Customization checklist, Up: About

    +

    Next: Future improvements, Previous: Customization checklist, Up: About

    @@ -416,7 +418,7 @@ git checkout -b maneage --track origin-maneage/maneage
  • Address: IAC, Calle Vía Láctea, s/n, E38205 - La Laguna (Tenerife), Spain.

  • Contact: with this form, or project PI (Mohammad Akhlaghi).

  • Copyright © 2020 Maneage volunteers

  • -
  • This page is distributed under GNU General Public License (GPL).
  • +
  • This page is distributed under GNU General Public License (GPL).
  • -- cgit v1.2.1