summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-09-26 14:56:16 +0200
committerChristian Grothoff <christian@grothoff.org>2022-09-26 14:56:16 +0200
commit6426edd206dc675f3c5c7b94be0c70d40f7add81 (patch)
treeba08791c2a23956df92c1b232cecf49daa1ed893 /README
parentcd465a9f3d38b44f9fec31c6a657a8ffe77c2c9a (diff)
downloadanastasis-6426edd206dc675f3c5c7b94be0c70d40f7add81.tar.gz
anastasis-6426edd206dc675f3c5c7b94be0c70d40f7add81.tar.bz2
anastasis-6426edd206dc675f3c5c7b94be0c70d40f7add81.zip
update release notes
Diffstat (limited to 'README')
-rw-r--r--README50
1 files changed, 50 insertions, 0 deletions
diff --git a/README b/README
index db5dcf0..a753c3b 100644
--- a/README
+++ b/README
@@ -48,3 +48,53 @@ src/cli/ includes a reducer-based command-line interface
contrib/ contains resource files, like what identity attributes to ask for
doc/ contains documentation files, like TeXinfo
po/ internationalization via GNU gettext
+
+
+Development note
+================
+
+To test against a local development service, add
+
+ {
+ "code" : "xx",
+ "name" : "Testland",
+ "continent" : "Demoworld",
+ "call_code" : "+00"
+ }
+
+to contrib/redux.countries.json, and also append something like
+
+ {
+ "url" : "http://localhost:8086/",
+ "restricted" : "xx"
+ },
+ {
+ "url" : "http://localhost:8087/",
+ "restricted" : "xx"
+ },
+ {
+ "url" : "http://localhost:8088/",
+ "restricted" : "xx"
+ },
+ {
+ "url" : "http://localhost:8089/",
+ "restricted" : "xx"
+ }
+
+to contrib/provider-list.json. Then the reducer will use these
+providers on loopback for the "testland" country.
+
+
+Experimental providers
+======================
+
+We hope to have another provider running soon. Once it is operational,
+we should add
+
+ {
+ "url" : "https://v1.anastasis.openw3b.org/",
+ "name" : "Openw3b Foundation, India"
+ },
+
+to the contrib/provider-list.json.
+