Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] Change the urls and strings for ffmuc #1

Merged
merged 1 commit into from
May 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
4 changes: 2 additions & 2 deletions config.json.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dataPath": [
"https://yanic.batman15.ffffm.net/"
],
"siteName": "Freifunk Frankfurt",
"siteName": "Freifunk München",
"maxAge": 21,
"nodeZoom": 19,
"mapLayers": [
Expand All @@ -12,7 +12,7 @@
"config": {
"type": "osm",
"maxZoom": 19,
"attribution": "<a href='https://github.com/freifunk-ffm/meshviewer/issues' target='_blank'>Report Bug</a> | Map data &copy; <a href\"http://openstreetmap.org\">OpenStreetMap</a> contributor"
"attribution": "<a href='https://github.com/freifunkMUC/meshviewer/issues' target='_blank'>Report Bug</a> | Map data &copy; <a href\"http://openstreetmap.org\">OpenStreetMap</a> contributor"
}
}
],
Expand Down
8 changes: 4 additions & 4 deletions lib/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ define(function () {
'</p>' +
'<h3>Feel free to contribute!</h3>' +
'<p>Please support this meshviewer-fork by opening issues or sending pull requests!</p>' +
'<p><a href="https://github.com/freifunk-ffm/meshviewer">' +
'https://github.com/freifunk-ffm/meshviewer</a></p>' +
'<p><a href="https://github.com/freifunkMUC/meshviewer">' +
'https://github.com/freifunkMUC/meshviewer</a></p>' +
'<p>Fork maintained by Marvin Gaube</p>' +
'<h3>AGPL 3</h3>' +

Expand All @@ -42,8 +42,8 @@ define(function () {
'https://www.gnu.org/licenses/</a>.</p>' +

'<p>The source code is available at ' +
'<a href="https://github.com/freifunk-ffm/meshviewer">' +
'https://github.com/freifunk-ffm/meshviewer</a>.</p>';
'<a href="https://github.com/freifunkMUC/meshviewer">' +
'https://github.com/freifunkMUC/meshviewer</a>.</p>';
};
};
});
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down