From 3bb95f88f51c3a970530deb749861ca14b5ba8fd Mon Sep 17 00:00:00 2001
From: Jonas Smedegaard <dr@jones.dk>
Date: Sun, 3 Nov 2019 18:44:47 +0100
Subject: update source URI

---
 mkdocs.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mkdocs.yml b/mkdocs.yml
index aa971f6..3210029 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -1,5 +1,5 @@
 site_name: System features
-repo_url: https://source.virtual-assembly.org/features.git/
+repo_url: https://source.couchdesign.dk/features.git/
 nav:
 - Introductions:
     - Account: 'account/index.md'
-- 
cgit v1.2.3


From 7d076ad39994fda8d86f7a4dfe9822c8c85aa915 Mon Sep 17 00:00:00 2001
From: Jonas Smedegaard <dr@jones.dk>
Date: Sun, 3 Nov 2019 18:40:23 +0100
Subject: add feature system-gateway

---
 .mrconfig  | 3 +++
 mkdocs.yml | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/.mrconfig b/.mrconfig
index ffcdbd4..8705018 100644
--- a/.mrconfig
+++ b/.mrconfig
@@ -14,5 +14,8 @@ checkout = git clone 'https://source.redpill.dk/source.git' 'source'
 [source/system]
 checkout = git clone 'https://source.redpill.dk/system.git' 'system'
 
+[source/system-gateway]
+checkout = git clone 'https://source.redpill.dk/system-gateway.git' 'system-gateway'
+
 [source/about]
 checkout = git clone 'https://source.couchdesign.dk/org.git' 'about'
diff --git a/mkdocs.yml b/mkdocs.yml
index 3210029..2436a8e 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -6,6 +6,7 @@ nav:
     - 'Account shell': 'account/shell/index.md'
     - Chat: 'chat/index.md'
     - System: 'system/index.md'
+    - 'System gateway': 'system/gateway/index.md'
     - Source: 'source/index.md'
 - Use:
 #    - Introduction: 'use.md'
@@ -18,6 +19,7 @@ nav:
     - Account: 'account/admin.md'
     - 'Account shell': 'account/shell/admin.md'
 #    - Chat: 'chat/admin.md'
+    - 'System gateway setup': 'system/gateway/setup.md'
 - Development:
 #    - Introduction: 'devel.md'
     - System: 'system/devel.md'
-- 
cgit v1.2.3


From ae16a3bc75be12335026bb18d8e0a42f749a4a61 Mon Sep 17 00:00:00 2001
From: Jonas Smedegaard <dr@jones.dk>
Date: Sun, 21 Jun 2020 17:11:15 +0200
Subject: use only features at redpill.dk (not couchdesign.dk or
 virtual-assembly.org)

---
 .mrconfig | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.mrconfig b/.mrconfig
index 724a793..80d5f7d 100644
--- a/.mrconfig
+++ b/.mrconfig
@@ -1,18 +1,18 @@
 
 [source/account]
-checkout = git clone 'git://source.virtual-assembly.org/feature/account.git' 'account'
+checkout = git clone 'git://source.redpill.dk/account.git' 'account'
 
 [source/account-secure]
 checkout = git clone 'git://source.redpill.dk/account-secure.git' 'account-secure'
 
 [source/account-shell]
-checkout = git clone 'git://source.virtual-assembly.org/feature/account-shell.git' 'account-shell'
+checkout = git clone 'git://source.redpill.dk/account-shell.git' 'account-shell'
 
 [source/accounting]
-checkout = git clone 'git://source.couchdesign.dk/accounting.git' 'accounting'
+checkout = git clone 'git://source.redpill.dk/accounting.git' 'accounting'
 
 [source/chat]
-checkout = git clone 'git://source.virtual-assembly.org/feature/chat.git' 'chat'
+checkout = git clone 'git://source.redpill.dk/chat-matrix.git' 'chat'
 
 [source/source]
 checkout = git clone 'git://source.redpill.dk/source.git' 'source'
@@ -21,10 +21,10 @@ checkout = git clone 'git://source.redpill.dk/source.git' 'source'
 checkout = git clone 'git://source.redpill.dk/system.git' 'system'
 
 [source/system-desktop]
-checkout = git clone 'git://source.couchdesign.dk/system-desktop.git' 'system-desktop'
+checkout = git clone 'git://source.redpill.dk/system-desktop.git' 'system-desktop'
 
 [source/system-gateway]
 checkout = git clone 'git://source.redpill.dk/system-gateway.git' 'system-gateway'
 
 [source/about]
-checkout = git clone 'git://source.couchdesign.dk/org.git' 'about'
+checkout = git clone 'git://source.redpill.dk/org.git' 'about'
-- 
cgit v1.2.3


From 895cddebfa5e9e35f7086d9f3ecea0e28f98b836 Mon Sep 17 00:00:00 2001
From: Jonas Smedegaard <dr@jones.dk>
Date: Sun, 21 Jun 2020 18:28:32 +0200
Subject: optionally include site.dk

---
 Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile b/Makefile
index a6839fc..27aa983 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,7 @@
 # Depends: myrepos git mkdocs w3c-linkchecker libtext-hogan-perl
 
+-include site.mk
+
 domain ?= example.org
 shellhost ?= shell.$(domain)
 githost ?= source.$(domain)
-- 
cgit v1.2.3