mirror of
https://github.com/fluxscape/fluxscape.git
synced 2026-01-11 23:02:55 +01:00
chore: Update branding info (#31)
* fix: branding info for package.json * fix: updated package jsons with updated contact & author info --------- Co-authored-by: alan-x-n <x.alanan.x@gmail.com>
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"name": "@noodl/repo",
|
"name": "@noodl/repo",
|
||||||
"description": "Low-code for when experience matter",
|
"description": "Low-code for when experience matter",
|
||||||
"author": "Noodl <info@noodl.net>",
|
"author": "Fluxscape <contact@fluxcsape.io>",
|
||||||
"homepage": "https://noodl.net",
|
"homepage": "https://fluxscape.io",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"packages/*"
|
"packages/*"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<title>Noodl</title>
|
<title>Fluxscape</title>
|
||||||
<link href="../assets/lib/fontawesome/css/font-awesome.min.css" rel="stylesheet" />
|
<link href="../assets/lib/fontawesome/css/font-awesome.min.css" rel="stylesheet" />
|
||||||
<link href="../assets/css/style.css" rel="stylesheet" />
|
<link href="../assets/css/style.css" rel="stylesheet" />
|
||||||
|
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ export class HtmlProcessor {
|
|||||||
baseUrl = baseUrl + '/';
|
baseUrl = baseUrl + '/';
|
||||||
}
|
}
|
||||||
|
|
||||||
const title = parameters.title || settings.htmlTitle || 'Noodl Viewer';
|
const title = parameters.title || settings.htmlTitle || 'Fluxscape Viewer';
|
||||||
let headCode = settings.headCode || '';
|
let headCode = settings.headCode || '';
|
||||||
|
|
||||||
if (parameters.headCode) {
|
if (parameters.headCode) {
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>Noodl Viewer</title>
|
<title>Fluxscape Viewer</title>
|
||||||
<link href="../../assets/lib/fontawesome/css/font-awesome.min.css" rel="stylesheet">
|
<link href="../../assets/lib/fontawesome/css/font-awesome.min.css" rel="stylesheet">
|
||||||
<link href="assets/style.css" rel="stylesheet">
|
<link href="assets/style.css" rel="stylesheet">
|
||||||
<script type="text/javascript" src="../../assets/lib/jquery-min.js"></script>
|
<script type="text/javascript" src="../../assets/lib/jquery-min.js"></script>
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ function startServer(app, projectGetSettings, projectGetInfo, projectGetComponen
|
|||||||
ProjectModules.instance.injectIntoHtml(info.projectDirectory, data, '/', function (injected) {
|
ProjectModules.instance.injectIntoHtml(info.projectDirectory, data, '/', function (injected) {
|
||||||
projectGetSettings((settings) => {
|
projectGetSettings((settings) => {
|
||||||
settings = settings || {};
|
settings = settings || {};
|
||||||
injected = injected.replace('{{#title#}}', settings.htmlTitle || 'Noodl Viewer');
|
injected = injected.replace('{{#title#}}', settings.htmlTitle || 'Fluxscape Viewer');
|
||||||
injected = injected.replace('{{#customHeadCode#}}', settings.headCode || '');
|
injected = injected.replace('{{#customHeadCode#}}', settings.headCode || '');
|
||||||
|
|
||||||
response.writeHead(200, {
|
response.writeHead(200, {
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
"version": "2.7.0",
|
"version": "2.7.0",
|
||||||
"main": "src/index.ts",
|
"main": "src/index.ts",
|
||||||
"description": "",
|
"description": "",
|
||||||
"author": "Noodl <info@noodl.net>",
|
"author": "Fluxscape <contact@fluxscape.io>",
|
||||||
"homepage": "https://noodl.net",
|
"homepage": "https://fluxscape.io",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"desktop-trampoline": "https://github.com/desktop/desktop-trampoline/archive/refs/tags/v0.9.8.tar.gz",
|
"desktop-trampoline": "https://github.com/desktop/desktop-trampoline/archive/refs/tags/v0.9.8.tar.gz",
|
||||||
"dugite": "^1.106.0",
|
"dugite": "^1.106.0",
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
"version": "2.7.0",
|
"version": "2.7.0",
|
||||||
"main": "src/index.ts",
|
"main": "src/index.ts",
|
||||||
"description": "Cross platform implementation of platform specific features.",
|
"description": "Cross platform implementation of platform specific features.",
|
||||||
"author": "Noodl <info@noodl.net>",
|
"author": "Fluxscape <contact@fluxscape.io>",
|
||||||
"homepage": "https://noodl.net",
|
"homepage": "https://fluxscape.io",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@noodl/platform": "file:../noodl-platform",
|
"@noodl/platform": "file:../noodl-platform",
|
||||||
"@noodl/platform-node": "file:../noodl-platform-node"
|
"@noodl/platform-node": "file:../noodl-platform-node"
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
"version": "2.7.0",
|
"version": "2.7.0",
|
||||||
"main": "src/index.ts",
|
"main": "src/index.ts",
|
||||||
"description": "Cross platform implementation of platform specific features.",
|
"description": "Cross platform implementation of platform specific features.",
|
||||||
"author": "Noodl <info@noodl.net>",
|
"author": "Fluxscape <contact@fluxscape.io>",
|
||||||
"homepage": "https://noodl.net",
|
"homepage": "https://fluxscape.io",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"test:coverage": "jest --coverage"
|
"test:coverage": "jest --coverage"
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
"version": "2.7.0",
|
"version": "2.7.0",
|
||||||
"main": "src/index.ts",
|
"main": "src/index.ts",
|
||||||
"description": "Cross platform implementation of platform specific features.",
|
"description": "Cross platform implementation of platform specific features.",
|
||||||
"author": "Noodl <info@noodl.net>",
|
"author": "Fluxscape <contact@fluxscape.io>",
|
||||||
"homepage": "https://noodl.net"
|
"homepage": "https://fluxscape.io"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
"version": "2.7.0",
|
"version": "2.7.0",
|
||||||
"main": "src/index.d.ts",
|
"main": "src/index.d.ts",
|
||||||
"description": "",
|
"description": "",
|
||||||
"author": "Noodl <info@noodl.net>",
|
"author": "Fluxscape <contact@fluxscape.io>",
|
||||||
"homepage": "https://noodl.net"
|
"homepage": "https://fluxscape.io"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@noodl/cloud-runtime",
|
"name": "@noodl/cloud-runtime",
|
||||||
"author": "Noodl <info@noodl.net>",
|
"author": "Fluxscape <contact@fluxscape.io>",
|
||||||
"homepage": "https://noodl.net",
|
"homepage": "https://fluxscape.io",
|
||||||
"version": "0.6.3",
|
"version": "0.6.3",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "dist/main.js",
|
"main": "dist/main.js",
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default {
|
|||||||
group: 'General',
|
group: 'General',
|
||||||
plug: 'input',
|
plug: 'input',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
default: 'Noodl Viewer',
|
default: 'Fluxscape Viewer',
|
||||||
tooltip: 'The title that web browsers show',
|
tooltip: 'The title that web browsers show',
|
||||||
ignoreInExport: true
|
ignoreInExport: true
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user