Skip to content

Commit

Permalink
Merge pull request #1222 from FlowFuse/zj-rebrand-part-234541
Browse files Browse the repository at this point in the history
rebrand: Move over from references
  • Loading branch information
Yndira-E authored Oct 9, 2023
2 parents d5410ee + 9dea0f1 commit dbc21eb
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
12 changes: 6 additions & 6 deletions src/_includes/feature_lists/cloud.njk
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@
id: "team-members",
label: "Team Members",
values: ['2', '20', 'Unlimited'],
info: "<p>FlowForge allows multiple team members to collaborate on the same Node-RED flows.</p>"
info: "<p>FlowFuse allows multiple team members to collaborate on the same Node-RED flows.</p>"
}, {
id: "cloud-instances",
label: "Number of cloud instances",
values: ['2', 'Licensed amount', 'Licensed amount'],
info: "<p>FlowForge hosts multiple Node-RED instances from a common platform.</p>"
info: "<p>FlowFuse hosts multiple Node-RED instances from a common platform.</p>"
}, {
id: "devices",
label: "Number of devices",
values: ['2', 'Licensed amount', 'Licensed amount'],
info: "<p>FlowForge allows you to manage Node-RED deployments on remote devices.</p>"
info: "<p>FlowFuse allows you to manage Node-RED deployments on remote devices.</p>"
}, {
id: "persistent-files",
label: "Persistent files",
values: ['1 Gb', '10 Gb', '100 Gb'],
info: "<p>FlowForge allows Node-RED instances to store files persistently to local file system. This is the space limit for these files.</p>"
info: "<p>FlowFuse allows Node-RED instances to store files persistently to local file system. This is the space limit for these files.</p>"
}, {
id: "persistent-context",
label: "Persistent Context",
Expand All @@ -31,7 +31,7 @@
id: "nr-hosting",
label: "Node-RED Hosting",
values: ['check', 'check', 'check'],
info: "<p>FlowForge hosts Node-RED instances.</p>"
info: "<p>FlowFuse hosts Node-RED instances.</p>"
}, {
id: "device-mgmt",
label: "Device Management",
Expand Down Expand Up @@ -76,7 +76,7 @@
id: "project-nodes",
label: "Seamless Data Stream",
values: [null, 'check', 'check'],
info: "<p><a href=\"https://github.com/FlowFuse/nr-project-nodes\" target=\"blank\">FlowForge Project Nodes</a> enable the passing of data and messages between your Node-RED projects, included with all FlowForge Projects by default.</p>"
info: "<p><a href=\"https://github.com/FlowFuse/nr-project-nodes\" target=\"blank\">FlowFuse Project Nodes</a> enable the passing of data and messages between your Node-RED projects, included with all FlowFuse Projects by default.</p>"
}]
}, {
label: "Support & SLA",
Expand Down
18 changes: 9 additions & 9 deletions src/_includes/feature_lists/self-hosted.njk
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,32 @@
id: "teams",
label: "Number of Teams",
values: ['50', 'Unlimited', 'Unlimited'],
info: "<p>FlowForge allows multiple team members to collaborate on the same Node-RED flows.</p>"
info: "<p>FlowFuse allows multiple team members to collaborate on the same Node-RED flows.</p>"
}, {
id: "team-members",
label: "Team Members",
values: ['50', 'Unlimited', 'Unlimited'],
info: "<p>FlowForge allows multiple team members to collaborate on the same Node-RED flows.</p>"
info: "<p>FlowFuse allows multiple team members to collaborate on the same Node-RED flows.</p>"
}, {
id: "cloud-instances",
label: "Number of cloud instances",
values: ['50', 'Licensed amount', 'Licensed amount'],
info: "<p>FlowForge hosts multiple Node-RED instances from a common platform.</p>"
info: "<p>FlowFuse hosts multiple Node-RED instances from a common platform.</p>"
}, {
id: "devices",
label: "Number of devices",
values: ['50', 'Licensed amount', 'Licensed amount'],
info: "<p>FlowForge allows you to manage Node-RED deployments on remote devices.</p>"
info: "<p>FlowFuse allows you to manage Node-RED deployments on remote devices.</p>"
}, {
id: "nr-hosting",
label: "Node-RED Hosting",
values: ['check', 'check', 'check'],
info: "<p>FlowForge hosts Node-RED instances.</p>"
info: "<p>FlowFuse hosts Node-RED instances.</p>"
}, {
id: "audit-log",
label: "Audit Log",
values: ['check', 'check', 'check'],
info: "<p>Keep track of everything going on in your Node-RED instances and FlowForge.</p><p>Audit Logs provide details on what actions have taken place, when they happened, and who did them.</p>"
info: "<p>Keep track of everything going on in your Node-RED instances and FlowFuse.</p><p>Audit Logs provide details on what actions have taken place, when they happened, and who did them.</p>"
}, {
id: "device-mgmt",
label: "Device Management",
Expand All @@ -41,7 +41,7 @@
id: "rbac",
label: "Role-Based Access Control",
values: ['check', 'check', 'check'],
info: "<p>FlowForge's intuitive team management tooling makes it easy for you to control whom has access to what.</p>"
info: "<p>FlowFuse's intuitive team management tooling makes it easy for you to control whom has access to what.</p>"
}, {
id: "security",
label: "Endpoint Security",
Expand All @@ -56,7 +56,7 @@
id: "project-nodes",
label: "Seamless Data Stream",
values: [null, 'check', 'check'],
info: "<p><a href=\"https://github.com/FlowFuse/nr-project-nodes\" target=\"blank\">FlowForge Project Nodes</a> enable the passing of data and messages between your Node-RED projects, included with all FlowForge Projects by default.</p>"
info: "<p><a href=\"https://github.com/FlowFuse/nr-project-nodes\" target=\"blank\">FlowFuse Project Nodes</a> enable the passing of data and messages between your Node-RED projects, included with all FlowFuse Projects by default.</p>"
}, {
label: "Team Library",
values: [null, 'check', 'check'],
Expand All @@ -65,7 +65,7 @@
id: "sso",
label: "Single Sign-On (SSO)",
values: [null, null, 'check'],
info: "<p>FlowForge can be configured to run with your own Single Sign-On (SSO) provider. Allow users to access FlowForge with a single set of login credentials, improving security, user experience, and save them time.</p>"
info: "<p>FlowFuse can be configured to run with your own Single Sign-On (SSO) provider. Allow users to access FlowFuse with a single set of login credentials, improving security, user experience, and save them time.</p>"
}, {
id: "high-availibility",
label: "High Availibility",
Expand Down
4 changes: 2 additions & 2 deletions src/_includes/layouts/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@
{% if tags and 'posts' in tags %}
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@flowforgeinc" />
<meta name="twitter:site" content="@FlowFuseinc" />
<meta name="twitter:creator" content="@{{ team[authors|first].twitter }}" />
{% else %}
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:description" content="" />
<meta name="twitter:site" content="@flowforgeinc" />
<meta name="twitter:site" content="@FlowFuseinc" />
{% endif %}

{% if nav %}
Expand Down

0 comments on commit dbc21eb

Please sign in to comment.