summaryrefslogtreecommitdiff
path: root/provider.json
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-02-26 14:41:55 -0800
committerelijah <elijah@riseup.net>2013-02-26 14:41:55 -0800
commit4cbcb56df4ff90005bb668c0a09151a657fe3d69 (patch)
tree5f95dda388a192090676e19b9dbcf659b2d2083a /provider.json
parent661502e9e9220d6049a477c4a117829bb116797e (diff)
moved all files to root of repo instead of in provider subdirectory
Diffstat (limited to 'provider.json')
-rw-r--r--provider.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/provider.json b/provider.json
new file mode 100644
index 0000000..1af269e
--- /dev/null
+++ b/provider.json
@@ -0,0 +1,20 @@
+#
+# General service provider configuration.
+#
+{
+ "domain": "bitmask.net",
+ "name": {
+ "en": "Bitmask"
+ },
+ "description": {
+ "en": "Bitmask is a project of LEAP with the purpose to test the performance and reliability of the LEAP software. Bitmask runs on the latest bleeding edge of the LEAP code, and will likely have more features and less reliability than other service providers.",
+ "es": "Bitmask es un proyecto de LEAP con el propósito de probar el rendimiento y la fiabilidad del software LEAP. Bitmask corre la última versión del código LEAP, y es de esperar que tenga más funciones y menos fiabilidad que los proveedores de servicios.",
+ "el": "Bitmask είναι ένα έργο του LEAP με σκοπό τον έλεγχο της απόδοσης και της αξιοπιστίας του λογισμικού LEAP. Bitmask τρέχει για τις τελευταίες αιμορραγία άκρο του κώδικα LEAP, και θα έχει πιθανότατα περισσότερες δυνατότητες και λιγότερα αξιοπιστία από άλλους φορείς παροχής υπηρεσιών."
+ },
+ "languages": ["en", "es", "el"],
+ "default_language": "en",
+ "enrollment_policy": "open",
+ "contacts": {
+ "default": "sysdev@leap.se"
+ }
+}