diff options
author | Boud Roukema <boud@cosmo.torun.pl> | 2021-06-03 04:52:42 +0200 |
---|---|---|
committer | Boud Roukema <boud@cosmo.torun.pl> | 2021-06-03 04:52:42 +0200 |
commit | 511504cb1b74bd41085374de7f47ec3f74f424ec (patch) | |
tree | 2d7ac5ad15b84197121fc96b6ad4fb9d1c527be3 /about-tips.html | |
parent | c4b10f7f35d6891c496cd43bd1291af5f2ecbbc2 (diff) |
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. :))
Diffstat (limited to 'about-tips.html')
-rw-r--r-- | about-tips.html | 12 |
1 files changed, 7 insertions, 5 deletions
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 @@ - <hr /> - <p align="right">Next: <a href="about-future.html">Future improvements</a>, Previous: <a href="about-customize.html">Customization checklist</a>, Up: <a href="about.html">About</a> </p> + <hr /> + <p align="right">Next: <a href="about-future.html">Future improvements</a>, Previous: <a href="about-customize.html">Customization checklist</a>, Up: <a href="about.html">About</a> </p> <h2>Tips for designing your project</h2> @@ -381,7 +381,9 @@ git checkout -b maneage --track origin-maneage/maneage</code></pre></li> (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, + <a href="https://developers.reverseeagle.org/replace/github/">other community + git servers</a>, 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</code></pre></li> </ul></p></li> </ul></p> - <p align="right">Next: <a href="about-future.html">Future improvements</a>, Previous: <a href="about-customize.html">Customization checklist</a>, Up: <a href="about.html">About</a> </p> + <p align="right">Next: <a href="about-future.html">Future improvements</a>, Previous: <a href="about-customize.html">Customization checklist</a>, Up: <a href="about.html">About</a> </p> @@ -416,7 +418,7 @@ git checkout -b maneage --track origin-maneage/maneage</code></pre></li> <li><p>Address: IAC, Calle Vía Láctea, s/n, E38205 - La Laguna (Tenerife), Spain.</p></li> <li><p>Contact: with <a href="https://savannah.nongnu.org/support/?func=additem&group=reproduce">this form</a>, or project PI (<a href="http://akhlaghi.org">Mohammad Akhlaghi</a>).</p></li> <li><p>Copyright © 2020 Maneage volunteers</p></li> - <li>This page is distributed under GNU General Public License (<a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GPL</a>).</li> + <li>This page is distributed under GNU General Public License (<a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GPL</a>).</li> </ul> </footer> </body> |