From f08117d5c21507e03aabf2a11b4e65392c72eb3d Mon Sep 17 00:00:00 2001 From: GoliathLabs Date: Mon, 3 May 2021 13:46:26 +0200 Subject: [PATCH] Updated: Migrate strings to ffmuc --- README.md | 12 ++++++------ config.json.example | 4 ++-- lib/about.js | 8 ++++---- package.json | 4 ++-- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 7246a3db..1a29ce06 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ # Meshviewer -[![Build Status](https://img.shields.io/github/workflow/status/freifunk-ffm/meshviewer/Build%20Meshviewer?style=flat-square)](https://github.com/freifunk-ffm/meshviewer/actions?query=workflow%3A%22Build+Meshviewer%22) -[![Release](https://img.shields.io/github/v/release/freifunk-ffm/meshviewer?style=flat-square)](https://github.com/freifunk-ffm/meshviewer/releases) -[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/freifunk-ffm/meshviewer/develop.svg?style=flat-square)](https://scrutinizer-ci.com/g/freifunk-ffm/meshviewer/?branch=develop) -[![License: AGPL v3](https://img.shields.io/github/license/freifunk-ffm/meshviewer.svg?style=flat-square)](https://www.gnu.org/licenses/agpl-3.0) +[![Build Status](https://img.shields.io/github/workflow/status/freifunkMUC/meshviewer/Build%20Meshviewer?style=flat-square)](https://github.com/freifunkMUC/meshviewer/actions?query=workflow%3A%22Build+Meshviewer%22) +[![Release](https://img.shields.io/github/v/release/freifunkMUC/meshviewer?style=flat-square)](https://github.com/freifunkMUC/meshviewer/releases) +[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/freifunkMUC/meshviewer/develop.svg?style=flat-square)](https://scrutinizer-ci.com/g/freifunkMUC/meshviewer/?branch=develop) +[![License: AGPL v3](https://img.shields.io/github/license/freifunkMUC/meshviewer.svg?style=flat-square)](https://www.gnu.org/licenses/agpl-3.0) Meshviewer is an online visualization app to represent nodes and links on a map for Freifunk open mesh network. -** This is a fork of https://github.com/ffrgb/meshviewer with some adjustments ** +** This is a fork of https://github.com/freifunkMUC/meshviewer with some adjustments ** ## Installation This fork of the new meshviewer has a new installation method: -- Go to the [release page](https://github.com/freifunk-ffm/meshviewer/releases) and download the current build +- Go to the [release page](https://github.com/freifunkMUC/meshviewer/releases) and download the current build - Let your webserver serve this build - Add a config.json to the webdir (based on config.json.example) diff --git a/config.json.example b/config.json.example index 9a5ba483..a1b2c050 100644 --- a/config.json.example +++ b/config.json.example @@ -2,7 +2,7 @@ "dataPath": [ "https://yanic.batman15.ffffm.net/" ], - "siteName": "Freifunk Frankfurt", + "siteName": "Freifunk München", "maxAge": 21, "nodeZoom": 19, "mapLayers": [ @@ -12,7 +12,7 @@ "config": { "type": "osm", "maxZoom": 19, - "attribution": "Report Bug | Map data © OpenStreetMap contributor" + "attribution": "Report Bug | Map data © OpenStreetMap contributor" } } ], diff --git a/lib/about.js b/lib/about.js index e863eb6e..0830dd8a 100644 --- a/lib/about.js +++ b/lib/about.js @@ -18,8 +18,8 @@ define(function () { '

' + '

Feel free to contribute!

' + '

Please support this meshviewer-fork by opening issues or sending pull requests!

' + - '

' + - 'https://github.com/freifunk-ffm/meshviewer

' + + '

' + + 'https://github.com/freifunkMUC/meshviewer

' + '

Fork maintained by Marvin Gaube

' + '

AGPL 3

' + @@ -42,8 +42,8 @@ define(function () { 'https://www.gnu.org/licenses/.

' + '

The source code is available at ' + - '' + - 'https://github.com/freifunk-ffm/meshviewer.

'; + '' + + 'https://github.com/freifunkMUC/meshviewer.

'; }; }; }); diff --git a/package.json b/package.json index 990880e6..b394c041 100644 --- a/package.json +++ b/package.json @@ -4,10 +4,10 @@ "license": "AGPL-3.0", "repository": { "type": "git", - "url": "https://github.com/freifunk-ffm/meshviewer.git" + "url": "https://github.com/freifunkMUC/meshviewer.git" }, "bugs": { - "url": "https://github.com/freifunk-ffm/meshviewer/issues" + "url": "https://github.com/freifunkMUC/meshviewer/issues" }, "devDependencies": { "audit-ci": "^2.5.1",