Browse Source

update README, unify example files

anoymouserver 7 years ago
parent
commit
a90c91b4f0
3 changed files with 29 additions and 7 deletions
  1. 22 0
      .editorconfig
  2. 1 2
      README.md
  3. 6 5
      config.json.example

+ 22 - 0
.editorconfig

@@ -0,0 +1,22 @@
+# EditorConfig is awesome: http://EditorConfig.org
+
+# top-most EditorConfig file
+root = true
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+trim_trailing_whitespace = true
+charset = utf-8
+
+[*.{json,json.example}]
+indent_style = space
+indent_size = 2
+
+[*.md]
+trim_trailing_whitespace = false
+
+[*.py]
+indent_style = space
+indent_size = 4
+

+ 1 - 2
README.md

@@ -62,10 +62,9 @@ Add this to your aliases.json in your [HopGlass-Server](https://github.com/plump
 
 Collecting data from respondd:
 * [respond-collector](https://github.com/FreifunkBremen/respond-collector) written in Go
-* [HopGlass Server](https://github.com/plumpudding/hopglass-server) written in Node.js
+* [HopGlass Server](https://github.com/hopglass/hopglass-server) written in Node.js
 
 Respondd for servers:
 * [respondd branch of ffnord-alfred-announce](https://github.com/ffnord/ffnord-alfred-announce/tree/respondd) from FreiFunkNord
-* [respondd](https://github.com/Sunz3r/ext-respondd) from Sunz3r
 * [respondd](https://github.com/FreifunkBremen/respondd) from Freifunk Bremen (just a proof of concept)
 

+ 6 - 5
config.json.example

@@ -1,7 +1,8 @@
 {
-    "batman": "bat0",
-    "bridge": "br-client",
-    "mesh-vpn": [ "mesh-vpn" ],
-    "mesh-wlan": [ "ibss0", "mesh0" ],
-    "fastd_socket": "/var/run/fastd.mesh_vpn.socket"
+  "batman": "bat0",
+  "bridge": "br-client",
+  "mesh-vpn": [ "mesh-vpn" ],
+  "mesh-wlan": [ "ibss0", "mesh0" ],
+  "fastd_socket": "/var/run/fastd.mesh_vpn.socket"
 }
+