diff options
author | Frederick Muriuki Muriithi | 2025-02-14 10:04:22 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-02-14 10:05:01 -0600 |
commit | 5ebac926b0dca116a9b1b3257fbde20ce4609048 (patch) | |
tree | 1acccc48e14f716275c5f3ce163273b964d77c67 /issues/gn-guile | |
parent | e52b5970f8a80cde0c312e05902be46c59c3b767 (diff) | |
download | gn-gemtext-5ebac926b0dca116a9b1b3257fbde20ce4609048.tar.gz |
gn-guile: new issue — hard reliance on github.
Diffstat (limited to 'issues/gn-guile')
-rw-r--r-- | issues/gn-guile/rework-hard-dependence-on-github.gmi | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/issues/gn-guile/rework-hard-dependence-on-github.gmi b/issues/gn-guile/rework-hard-dependence-on-github.gmi new file mode 100644 index 0000000..3fcdf81 --- /dev/null +++ b/issues/gn-guile/rework-hard-dependence-on-github.gmi @@ -0,0 +1,19 @@ +# Rework Hard Dependence on Github + +## Tags + +* status: open +* priority: medium +* type: bug +* assigned: alexm, bonfacem, fredm +* keywords: gn-guile, github + +## Description + +Currently, we have a hard-dependence on Github for our source repository — you can see this in lines 31, 41, 55 and 59 of the code linked below: + +=> https://git.genenetwork.org/gn-guile/tree/web/view/markdown.scm?id=0ebf6926db0c69e4c444a6f95907e0971ae9bf40 + +The most likely reason is that the "edit online" functionality might not exist in a lot of other popular source forges. + +This is rendered moot, however, since we do provide a means to edit the data on Genenetwork itself. We might as well get rid of this option, and only allow the "edit online" feature on Genenetwork and stop relying on its presence in the forges we use. |