summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.gmi9
-rw-r--r--about.gmi5
-rw-r--r--settings.yaml1
-rw-r--r--skin/genenetwork/banner.html2
-rw-r--r--skin/genenetwork/gemtext.css1
-rw-r--r--skin/genenetwork/header.html2
-rw-r--r--static/git-icon.pngbin0 -> 5388 bytes
7 files changed, 12 insertions, 8 deletions
diff --git a/README.gmi b/README.gmi
index 6247480..b8a3e02 100644
--- a/README.gmi
+++ b/README.gmi
@@ -1,5 +1,7 @@
# GeneNetwork Gemini Issue Tracker
+=> ./static/git-icon.png We all rely on git
+
We have decided to move our existing issue trackers and kanban board to one gemini powered repository! Reasons are:
* Decentralised management
@@ -13,7 +15,11 @@ We have decided to move our existing issue trackers and kanban board to one gemi
Issues are simple gemini documents that grow downwards - dating of additions is managed through git. We'll add a proxy to display these documents. The kanban is managed through a directory and symbolic links. A quick index file can be found here:
-=> index.gmi
+=> index.gmi generated index
+
+The tracker
+
+=> tracker.gmi generated tracker
=> https://github.com/genenetwork/gn-gemtext-threads/blob/main/issues/database-not-responding.gmi Example issue tracker
@@ -24,6 +30,7 @@ We will soon add a web readable version of
Other discussions on leaving github
+=> issues/README.gmi
=> https://github.com/bitcoin-core/bitcoin-devwiki/wiki/GitHub-alternatives-for-Bitcoin-Core
## gnbug
diff --git a/about.gmi b/about.gmi
deleted file mode 100644
index 6eda11a..0000000
--- a/about.gmi
+++ /dev/null
@@ -1,5 +0,0 @@
-# About our issue tracker
-
-We are leaving the github issue tracker in favour of one that is built on git+gemtext. The reasons and conventions are listed at
-
-=> issues/README.gmi
diff --git a/settings.yaml b/settings.yaml
index ea6e825..727c9f8 100644
--- a/settings.yaml
+++ b/settings.yaml
@@ -1,6 +1,7 @@
---
home:
url: https://genenetwork.org/
+gemini: gemini://thebird.nl
repo: gn-gemtext-threads
git-home: https://github.com/genenetwork/gn-gemtext-threads
git-edit-prefix: https://github.com/genenetwork/gn-gemtext-threads/edit/main
diff --git a/skin/genenetwork/banner.html b/skin/genenetwork/banner.html
index 6ed7fa7..4e239ab 100644
--- a/skin/genenetwork/banner.html
+++ b/skin/genenetwork/banner.html
@@ -5,6 +5,6 @@
| <a href="https://genenetwork.org">GeneNetwork.org</a> |
<a href="/gemini/genenetwork/gn-gemtext-threads/tracker.gmi">Issue tracker</a> |
<a href="/gemini/genenetwork/gn-gemtext-threads/index.gmi">Index</a> |
-<a href="/gemini/genenetwork/gn-gemtext-threads/about.gmi">About</a> |
+<a href="/gemini/genenetwork/gn-gemtext-threads/README.gmi">About</a> |
</div>
<hr />
diff --git a/skin/genenetwork/gemtext.css b/skin/genenetwork/gemtext.css
index 9cd069c..6c4bf79 100644
--- a/skin/genenetwork/gemtext.css
+++ b/skin/genenetwork/gemtext.css
@@ -10,6 +10,7 @@ div.banner { background-color: #336699; color: white ; margin: -10px; }
div.menu { background-color: #d5d5d5; }
div.edit { text-align: right; }
div.footer { color: #336699; background-color: white }
+div.gemini { text-align: right; font-size: 75% }
div.verbatim { color: black; background-color: lightyellow; border-style:outset; font-family: palatino font, monospace; border-width: 2px ; font-size:110%; font-weight:bold; }
div.quote { font-family: palatino font, monospace; font-weight: bold; color: darkblue ; font-size:90%; border-left: 4px solid rgb(4, 170, 109); }
div.quotation { font-family: palatino font, monospace; font-size:80%; }
diff --git a/skin/genenetwork/header.html b/skin/genenetwork/header.html
index 774e9de..79e9e7b 100644
--- a/skin/genenetwork/header.html
+++ b/skin/genenetwork/header.html
@@ -1 +1 @@
-<link rel="Blog stylesheet" type="text/css" href="/skin/genenetwork/gemtext.css" />
+<link rel="Blog stylesheet" type="text/css" href="/skin/gn-gemtext-threads/genenetwork/gemtext.css" />
diff --git a/static/git-icon.png b/static/git-icon.png
new file mode 100644
index 0000000..286b4c9
--- /dev/null
+++ b/static/git-icon.png
Binary files differ