diff options
author | makefu <github@syntax-fehler.de> | 2012-12-20 09:39:14 +0700 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2012-12-20 09:39:14 +0700 |
commit | 3f019a0dadb93f200b781df949ee2532357597b5 (patch) | |
tree | ad3260effc6838eeb6895d80ab13564f908ba12b /cholerab/assets/structs.nojson | |
parent | f5dbef1a56bac313104a94924caecbe4c99e8455 (diff) |
//cholerab/assets -> //assets/doc
Diffstat (limited to 'cholerab/assets/structs.nojson')
-rw-r--r-- | cholerab/assets/structs.nojson | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/cholerab/assets/structs.nojson b/cholerab/assets/structs.nojson deleted file mode 100644 index 4c084862..00000000 --- a/cholerab/assets/structs.nojson +++ /dev/null @@ -1,43 +0,0 @@ -"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" - |