From 0b81bca953ec7cdf373ff97b11ebd6fb847d733f Mon Sep 17 00:00:00 2001 From: makefu Date: Mon, 30 Dec 2013 03:05:26 +0100 Subject: libkrebs is obsolete --- Cancer/assets/doc/structs.nojson | 43 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 Cancer/assets/doc/structs.nojson (limited to 'Cancer/assets/doc/structs.nojson') diff --git a/Cancer/assets/doc/structs.nojson b/Cancer/assets/doc/structs.nojson new file mode 100644 index 00000000..4c084862 --- /dev/null +++ b/Cancer/assets/doc/structs.nojson @@ -0,0 +1,43 @@ +"name": // default: random (gensym) + "type": "grafikkarte" + "location": "kremium" + "amount": 23 // default: 1 + "owner": "shack" // default: krebs + +"nebula": + "type": "location" + "owner": "tv" + +"tv": + "type": "owner" + +"grafikkarte": + "type": "type" + +"amount": + "type": "natural" + +"root-server": + "type": "irgend ein owner ist root" + +"shared": + "type": "alle owner sind root" + +"oxberg": + "type": "root-server" + "location": "de" + "ipv4-address": "84.23.80.172" + "isp": "euserv" + "ram": "512MiB" + +"ram": + "must-match": /[0-9]+[MGk]iB/ + +"kremium": + "location": "nebula" + "type": "root-server" + "shared": true + +"euserv": + "type": "ISP" + -- cgit v1.2.3