summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2022-05-06 12:24:03 +0530
committerArun Isaac2022-05-06 12:24:03 +0530
commitd26c3263bdd30ab89a0dad70b58c318d46bba525 (patch)
tree4165ddf1ff30c5e2bfe749bc2ff897da5739538f
parentf9b49df2bfb7609b442939c90fbe54e9d4074051 (diff)
downloadgn-gemtext-d26c3263bdd30ab89a0dad70b58c318d46bba525.tar.gz
List developer links.
* topics/links.gmi: New file. * index.skb: Link to it.
-rw-r--r--index.skb2
-rw-r--r--topics/links.gmi20
2 files changed, 22 insertions, 0 deletions
diff --git a/index.skb b/index.skb
index 4521813..8f38059 100644
--- a/index.skb
+++ b/index.skb
@@ -38,6 +38,8 @@ to it."
(ref :url "team.html" :text "Team agenda view")
" | "
(ref :url "topics.html" :text "Topics")
+ " | "
+ (ref :url "/topics/links.html" :text "Links")
(numbered-issue-listing "~a unanswered issues"
(filter (lambda (issue)
(and (issue-open? issue)
diff --git a/topics/links.gmi b/topics/links.gmi
new file mode 100644
index 0000000..c3c771a
--- /dev/null
+++ b/topics/links.gmi
@@ -0,0 +1,20 @@
+# Developer links
+
+## Git repositories
+
+These are the git repositories currently in use.
+
+=> https://github.com/genenetwork/genenetwork2 GeneNetwork2
+=> https://github.com/genenetwork/genenetwork3 GeneNetwork3
+=> https://git.genenetwork.org/fredmanglis/gnqc_py Quality control
+=> https://git.genenetwork.org/guix-bioinformatics/guix-bioinformatics guix-bioinformatics Guix channel
+=> https://git.genenetwork.org/arunisaac/dump-genenetwork-database Code to dump GeneNetwork database to plain text
+=> https://git.genenetwork.org/arunisaac/genenetwork-machines Guix configuration for GeneNetwork machines
+
+## Continuous Integration/Deployment
+
+=> https://ci.genenetwork.org/jobs Continuous integration jobs
+=> https://gn2dev.genenetwork.org/ GeneNetwork2 continuous deployment
+=> https://gn3dev.genenetwork.org/ GeneNetwork3 continuous deployment
+=> https://ci.genenetwork.org/archive/dump-genenetwork-database/latest/sql.svg Continuous SQL schema visualization
+=> https://ci.genenetwork.org/archive/dump-genenetwork-database/latest/rdf.svg Continuous RDF schema visualization