ispdb-template.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "shortname": "MDN",
  3. "name": "Middle-earth Data Network",
  4. "description": "Non-profit ISP located in the Middle-earth",
  5. "logoURL": "https://www.mdn.net/logo.png",
  6. "website": "https://www.mdn.net/",
  7. "otherWebsites": {
  8. "wiki": "http://wiki.mdn.net"
  9. },
  10. "email": "contact@mdn.net",
  11. "mainMailingList": "public@lists.mdn.net",
  12. "creationDate": "1892-01-03",
  13. "progressStatus": 7,
  14. "memberCount": 600,
  15. "subscriberCount": 86,
  16. "chatrooms": [
  17. "irc://irc.freenode.net/#mdn",
  18. "xmpp:members@chat.mdn.net?join"
  19. ],
  20. "registeredOffice": {
  21. "extended-addess": "third hobbit-hole on the left",
  22. "street-address": "1 Main Street",
  23. "locality": "Hobbiton",
  24. "region": "Westfarthing",
  25. "postal-code": "??",
  26. "country-name": "The Shire"
  27. },
  28. "coordinates": {
  29. "latitude": 3.14159265,
  30. "longitude": 1.57079632
  31. },
  32. "coveredAreas": [
  33. {
  34. "name": "Mordor",
  35. "technologies": ["wifi"],
  36. "area": {
  37. "type": "Polygon",
  38. "coordinates": [[
  39. [ -35.5078125, 18.646245142670608 ],
  40. [ -35.5078125, 56.559482483762245 ],
  41. [ 63.984375, 56.559482483762245 ],
  42. [ 63.984375, 18.646245142670608 ],
  43. [ -35.5078125, 18.646245142670608 ]
  44. ]]
  45. }
  46. },
  47. {
  48. "name": "The Shire",
  49. "technologies": ["dsl"]
  50. }
  51. ],
  52. "version": 0.1
  53. }