Netzbegruenung branding

This commit is contained in:
Christian Tramnitz 2020-04-07 23:57:59 +02:00
parent 4546d718e3
commit fe088cddd6
14 changed files with 21 additions and 21 deletions

View File

@ -1,6 +1,6 @@
# Jitsi Meet Electron
Desktop application for [Jitsi Meet] built with [Electron].
Desktop application for [Netzbegruenung Konferenz] based on [Jitsi Meet] built with [Electron].
![](screenshot.png)
@ -114,9 +114,9 @@ Apache 2. See the [LICENSE] file.
Jitsi is built by a large community of developers, if you want to participate,
please join [community forum].
[Jitsi Meet]: https://github.com/jitsi/jitsi-meet
[Netzbegruenung Konferenz]: https://github.com/netzbegruenung/jitsi-meet
[Electron]: https://electronjs.org/
[latest release]: https://github.com/jitsi/jitsi-meet-electron/releases/latest
[latest release]: https://github.com/netzbegruenung/jitsi-meet-electron/releases/latest
[jitsi-meet-electron-utils]: https://github.com/jitsi/jitsi-meet-electron-utils
[jitsi-meet-electron-utils README]: https://github.com/jitsi/jitsi-meet-electron-utils/blob/master/README.md
[community forum]: https://community.jitsi.org/

View File

@ -3,30 +3,30 @@ export default {
/**
* The URL with extra information about the app / service.
*/
aboutURL: 'https://jitsi.org/what-is-jitsi/',
aboutURL: 'https://hilfe.netzbegruenung.de/jitsi',
/**
* Application name.
*/
appName: 'Jitsi Meet',
appName: 'Netzbegruenung Konferenz',
/**
* The default server URL of Jitsi Meet Deployment that will be used.
*/
defaultServerURL: 'https://meet.jit.si',
defaultServerURL: 'https://konferenz.netzbegruenung.de',
/**
* URL to send feedback.
*/
feedbackURL: 'mailto:support@jitsi.org',
feedbackURL: 'mailto:support@netzbegruenung.de',
/**
* The URL of Privacy Policy Page.
*/
privacyPolicyURL: 'https://jitsi.org/meet/privacy',
privacyPolicyURL: 'https://blog.netzbegruenung.de/datenschutz/',
/**
* The URL of Terms and Conditions Page.
*/
termsAndConditionsURL: 'https://jitsi.org/meet/terms'
termsAndConditionsURL: 'https://hilfe.netzbegruenung.de/nutzungsbedingungen'
};

View File

@ -1,9 +1,9 @@
{
"name": "jitsi-meet-electron",
"name": "netzbegruenung-konferenz",
"version": "2.0.0-beta3",
"description": "Electron application for Jitsi Meet",
"description": "Electron application for Netzbegruenung Konferenz (Jitsi Meet)",
"main": "./build/main.js",
"productName": "Jitsi Meet",
"productName": "Netzbegruenung Konferenz",
"scripts": {
"start": "webpack --config ./webpack.main.js --mode development && concurrently \"npm:watch\" \"electron ./build/main.js\"",
"clean": "rm -rf node_modules build dist",
@ -16,8 +16,8 @@
"watch": "webpack --config ./webpack.renderer.js --mode development --watch --watch-poll"
},
"build": {
"appId": "org.jitsi.jitsi-meet",
"productName": "Jitsi Meet",
"appId": "de.netzbegreunung.konferenz",
"productName": "Netzbegruenung Konferenz",
"generateUpdatesFilesForAllChannels": true,
"files": [
"**/*",
@ -26,15 +26,15 @@
"!main.js"
],
"mac": {
"artifactName": "jitsi-meet.${ext}",
"artifactName": "netzbegruenung-konferenz.${ext}",
"category": "public.app-category.video",
"darkModeSupport": true
},
"linux": {
"artifactName": "jitsi-meet-${arch}.${ext}",
"artifactName": "netzbegruenung-konferenz-${arch}.${ext}",
"category": "VideoConference;AudioVideo;Audio;Video;Network",
"description": "Jitsi Meet Desktop App",
"executableName": "jitsi-meet",
"description": "Netzbegruenung Konferenz Desktop App",
"executableName": "netzbegruenung-konferenz",
"target": [
{
"arch": "x64",
@ -43,7 +43,7 @@
]
},
"win": {
"artifactName": "jitsi-meet.${ext}",
"artifactName": "netzbegruenung-konferenz.${ext}",
"target": [
{
"arch": [
@ -63,7 +63,7 @@
],
"repository": {
"type": "git",
"url": "git://github.com/jitsi/jitsi-meet-electron"
"url": "git://github.com/netzbegruenung/jitsi-meet-electron"
},
"keywords": [
"jingle",
@ -72,7 +72,7 @@
"electron",
"jitsi-meet"
],
"author": "Jitsi Team <support@jitsi.org>",
"author": "Netzbegruenung <support@netzbegruenung.de>",
"readmeFilename": "README.md",
"license": "Apache-2.0",
"dependencies": {

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 737 B

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.0 KiB

After

Width:  |  Height:  |  Size: 15 KiB