diff options
| author | Pjotr Prins | 2021-07-18 09:59:55 +0200 |
|---|---|---|
| committer | Pjotr Prins | 2021-07-18 09:59:55 +0200 |
| commit | 95e00f6b73514f436662d2972679997f44f7848f (patch) | |
| tree | 2ca2450fd3fb1cb812f5cafb4cd8ebfc2aa26cec | |
| parent | 7e32c21d058bafe1335584e023fd0a675e5f542d (diff) | |
| download | gn-gemtext-95e00f6b73514f436662d2972679997f44f7848f.tar.gz | |
Started
| -rw-r--r-- | README.gmi | 13 | ||||
| l--------- | kanban/jgart/binding-lite.gmi | 1 | ||||
| -rw-r--r-- | topics/notebooks/binding-lite.gmi | 1 |
3 files changed, 15 insertions, 0 deletions
diff --git a/README.gmi b/README.gmi new file mode 100644 index 0000000..7f6408d --- /dev/null +++ b/README.gmi @@ -0,0 +1,13 @@ +# GeneNetwork Gemini Issue Tracker + +We have decided to move our existing issue trackers and kanban board to one gemini powered repository! Reasons are: + +* Decentralised management +* No dependency on github and others +* Easy editing in emacs/vim etc. +* git version control + +=> https://gemini.circumlunar.space/docs/gemtext.gmi GemText markdown/markup +=> https://en.wikipedia.org/wiki/Gemini_(protocol) Gemini protocol + +Issues are simple gemini documents that grow downwards - dating is managed through git. We'll add a proxy to display these documents. The kanban is managed through a directory and symbolic links. \ No newline at end of file diff --git a/kanban/jgart/binding-lite.gmi b/kanban/jgart/binding-lite.gmi new file mode 120000 index 0000000..fe94230 --- /dev/null +++ b/kanban/jgart/binding-lite.gmi @@ -0,0 +1 @@ +../../topics/notebooks/binding-lite.gmi \ No newline at end of file diff --git a/topics/notebooks/binding-lite.gmi b/topics/notebooks/binding-lite.gmi new file mode 100644 index 0000000..ceae6a6 --- /dev/null +++ b/topics/notebooks/binding-lite.gmi @@ -0,0 +1 @@ +# Binding notebooks |
