mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
Prep re-branding
This commit is contained in:
parent
60dfb54d54
commit
0c3fed2b18
27 changed files with 60 additions and 111 deletions
|
@ -160,18 +160,6 @@ let constants = EmberObject.extend({
|
|||
// PackageEssentials provides core capabilities.
|
||||
PackageEssentials: "Essentials",
|
||||
|
||||
// PackageAdvanced provides analytics, reporting,
|
||||
// content lifecycle, content verisoning, and audit logs.
|
||||
PackageAdvanced: "Advanced",
|
||||
|
||||
// PackagePremium provides actions, feedback capture,
|
||||
// approvals workflow, secure external sharing.
|
||||
PackagePremium: "Premium",
|
||||
|
||||
// PackageDataCenter provides multi-tenanting
|
||||
// and a bunch of professional services.
|
||||
PackageDataCenter: "Data Center",
|
||||
|
||||
// PlanCloud represents *.documize.com hosting.
|
||||
PlanCloud: "Cloud",
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta property="dbhash" content="{{.DBhash}}" />
|
||||
<meta property="edition" content="{{.Edition}}" />
|
||||
<meta name="author" content="Documize" />
|
||||
<meta name="description" content="Documize">
|
||||
<meta name="description" content="Documize Community">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
<link rel="shortcut icon" href="/favicon.ico?v=2" />
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{{layout/logo-heading
|
||||
title="General"
|
||||
desc="Options to help you customize Documize"
|
||||
desc="Options to help you customize Documize Community"
|
||||
icon=constants.Icon.Settings}}
|
||||
|
||||
{{customize/general-settings model=model
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{{layout/logo-heading
|
||||
title="Third Party Notices"
|
||||
desc="Documize utilizes open source libraries and components from third parties"
|
||||
desc="Documize Community utilizes open source libraries and components from third parties"
|
||||
icon=constants.Icon.Announce}}
|
||||
|
||||
<pre>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{{layout/logo-heading
|
||||
title="Documize Changelog"
|
||||
desc=(concat "You are running "appMeta.edition " Edition " appMeta.version " (build " appMeta.revision ")")
|
||||
title="Changelog"
|
||||
desc=(concat "You are running Documize " appMeta.edition " " appMeta.version " (build " appMeta.revision ")")
|
||||
icon=constants.Icon.Announce}}
|
||||
|
||||
{{customize/change-log}}
|
||||
{{customize/change-log}}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<div class="zone-1" />
|
||||
<div class="zone-2">
|
||||
<div class="label color-gray-700">
|
||||
Documize {{appMeta.edition}} Edition {{appMeta.version}} (build {{appMeta.revision}})
|
||||
Documize {{appMeta.edition}} {{appMeta.version}} (build {{appMeta.revision}})
|
||||
</div>
|
||||
</div>
|
||||
<div class="zone-3" />
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
{{/if}}
|
||||
{{#if session.isAdmin}}
|
||||
{{ui/ui-toolbar-icon icon=constants.Icon.Settings color=constants.Color.Green
|
||||
tooltip="Documize settings" linkTo="customize"}}
|
||||
tooltip="Documize Community settings" linkTo="customize"}}
|
||||
{{/if}}
|
||||
{{/ui/ui-toolbar}}
|
||||
{{/if}}
|
||||
|
|
|
@ -62,7 +62,7 @@ export default Service.extend({
|
|||
if (isInSetupMode) {
|
||||
let edition = document.head.querySelector("[property=edition]");
|
||||
this.setProperties({
|
||||
title: htmlSafe("Documize Setup"),
|
||||
title: htmlSafe("Documize Community Setup"),
|
||||
allowAnonymousAccess: true,
|
||||
setupMode: true,
|
||||
edition: !_.isNull(edition) ? edition : 'Community'
|
||||
|
|
|
@ -2,11 +2,6 @@
|
|||
text-align: left;
|
||||
|
||||
> .update-status {
|
||||
padding: 25px;
|
||||
background-color: map-get($yellow-shades, 100);
|
||||
border: 1px solid map-get($yellow-shades, 300);
|
||||
@include border-radius(16px);
|
||||
|
||||
> .title {
|
||||
font-weight: bold;
|
||||
font-size: 1.5rem;
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
<div class="form-group">
|
||||
<label for="keycloak-group">Keycloak Group ID (Optional)</label>
|
||||
{{input id="keycloak-group" type="text" value=keycloakConfig.group class="form-control"}}
|
||||
<small class="form-text text-muted">If you want to sync users in a particular Group (e.g. "Documize Users"), provide the Group ID (e.g. 511d8b61-1ec8-45f6-bc8d-5de64d54c9d2)</small>
|
||||
<small class="form-text text-muted">If you want to sync users in a particular Group (e.g. "Documize Community Users"), provide the Group ID (e.g. 511d8b61-1ec8-45f6-bc8d-5de64d54c9d2)</small>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="keycloak-admin-user">Keycloak Username</label>
|
||||
|
|
|
@ -3,18 +3,17 @@
|
|||
<div class="backup-zone">
|
||||
{{#if session.isGlobalAdmin}}
|
||||
<p>
|
||||
Documize is a multi-tenanted application enabling both "tech.mycompany.com" and "sales.mycompany.com" to run using the same executable/database.
|
||||
As a Documize <b>Global Administrator</b>, you will be performing a complete system-wide backup across all tenants.
|
||||
A Documize <b>Tenant Administrator</b> can login to perform a tenant-level backup (e.g. marketing.mycompany.com).
|
||||
Documize Community is a multi-tenanted application enabling both "tech.mycompany.com" and "sales.mycompany.com" to run using the same executable/database.
|
||||
As a Documize Community <b>Global Administrator</b>, you will be performing a complete system-wide backup across all tenants.
|
||||
The Documize Community <b>Tenant Administrator</b> can login to perform a tenant-level backup (e.g. marketing.mycompany.com).
|
||||
</p>
|
||||
{{else}}
|
||||
<p>
|
||||
Documize is a multi-tenanted application enabling both "tech.mycompany.com" and "sales.mycompany.com" to run using the same executable/database.
|
||||
A Documize <b>Global Administrator</b>, you will be performing a complete system-wide backup across all tenants.
|
||||
As a Documize <b>Tenant Administrator</b> you can perform a tenant-level backup (e.g. marketing.mycompany.com).
|
||||
Documize Community is a multi-tenanted application enabling both "tech.mycompany.com" and "sales.mycompany.com" to run using the same executable/database.
|
||||
A Documize Community <b>Global Administrator</b>, you will be performing a complete system-wide backup across all tenants.
|
||||
As a Documize Community <b>Tenant Administrator</b> you can perform a tenant-level backup (e.g. marketing.mycompany.com).
|
||||
</p>
|
||||
{{/if}}
|
||||
<p>Please use a Tenant Backup when migrating between self-host and Documize Cloud hosting.</p>
|
||||
<p>It can take <b>several minutes</b> to complete the backup process — please be patient while the backup operation is in progress.</p>
|
||||
|
||||
<div class="margin-top-30 margin-bottom-20">
|
||||
|
@ -44,7 +43,7 @@
|
|||
<div class="backup-restore">
|
||||
<div class="restore-zone">
|
||||
{{#if session.isGlobalAdmin}}
|
||||
<p>Restore from a <b>system backup</b> should only be performed on an <b>empty Documize database.</b></p>
|
||||
<p>Restore from a <b>system backup</b> should only be performed on an <b>empty Documize Community database.</b></p>
|
||||
{{/if}}
|
||||
<p>Restore operation will <b>re-create</b> users, groups, permissions, spaces, categories and content.</p>
|
||||
<p>It can take <b>several minutes</b> to complete the restore process — please be patient while the restore operation is in progress.</p>
|
||||
|
@ -79,7 +78,7 @@
|
|||
<div class="form-group">
|
||||
<label for="delete-space-name">Please type RESTORE to commence the process</label>
|
||||
{{input type="text" id="confirm-restore" class="form-control mousetrap" placeholder="Please type RESTORE" value=confirmRestore}}
|
||||
<small class="form-text text-muted">You should only restore to an empty Documize instance</small>
|
||||
<small class="form-text text-muted">You should only restore to an empty Documize Community instance</small>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
@ -90,4 +89,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,32 +1,13 @@
|
|||
<div class="product-update">
|
||||
<div class="update-status">
|
||||
{{#if appMeta.updateAvailable }}
|
||||
<a class="title" href="https://www.documize.com/downloads">Documize product update is available :)</a>
|
||||
<a class="title" href="https://www.documize.com/community/downloads">Product update is available :)</a>
|
||||
<p class="instructions">
|
||||
To upgrade, replace existing binary and restart Documize. Migrate between Community and Enterprise editions seamlessly.
|
||||
To upgrade, replace existing binary and restart Documize Community.
|
||||
</p>
|
||||
{{else}}
|
||||
<div class="title">Product Downloads</div>
|
||||
<Ui::UiSpacer @size="400" />
|
||||
{{/if}}
|
||||
<div class="links">
|
||||
<p>
|
||||
<span class="edition-name">Community Edition {{appMeta.communityLatest}}</span>
|
||||
<a class="link" href="https://documize.s3-eu-west-1.amazonaws.com/downloads/documize-community-windows-amd64.exe">Windows</a> ·
|
||||
<a class="link" href="https://documize.s3-eu-west-1.amazonaws.com/downloads/documize-community-linux-amd64">Linux</a> ·
|
||||
<a class="link" href="https://documize.s3-eu-west-1.amazonaws.com/downloads/documize-community-darwin-amd64">macOS</a>
|
||||
</p>
|
||||
<p>
|
||||
<span class="edition-name">Enterprise Edition {{appMeta.enterpriseLatest}}</span>
|
||||
<a class="link" href="https://documize.s3-eu-west-1.amazonaws.com/downloads/documize-enterprise-windows-amd64.exe">Windows</a> ·
|
||||
<a class="link" href="https://documize.s3-eu-west-1.amazonaws.com/downloads/documize-enterprise-linux-amd64">Linux</a> ·
|
||||
<a class="link" href="https://documize.s3-eu-west-1.amazonaws.com/downloads/documize-enterprise-darwin-amd64">macOS</a>
|
||||
</p>
|
||||
<small class="color-gray-500 margin-top-20">
|
||||
Documize utilizes {{#link-to "customize.notice" class="color-gray-600"}}third party{{/link-to}} open source components
|
||||
</small>
|
||||
</div>
|
||||
</div>
|
||||
<Ui::UiSpacer @size="400" />
|
||||
<div class="change-log">
|
||||
{{{changelog}}}
|
||||
</div>
|
||||
|
|
|
@ -2,14 +2,14 @@
|
|||
<div class="form-group">
|
||||
<label for="siteTitle">Site Name</label>
|
||||
{{focus-input id="siteTitle" type="text" value=model.general.title class=(if hasTitleInputError "form-control is-invalid" "form-control")}}
|
||||
<small class="form-text text-muted">Provide short title for this Documize instance</small>
|
||||
<small class="form-text text-muted">Provide short title for this Documize Community instance</small>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label id="siteMessage">Site Message</label>
|
||||
<div id="editor-message" class="wysiwyg wysiwyg-editor">
|
||||
{{{model.general.message}}}
|
||||
</div>
|
||||
<small class="form-text text-muted">Provide short message explaining this Documize instance</small>
|
||||
<small class="form-text text-muted">Provide short message explaining this Documize Community instance</small>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>Site Theme</label>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<div class="installer">
|
||||
<img src="/assets/img/setup/logo-purple.png" srcset="/assets/img/setup/logo-purple@2x.png" alt="Documize Setup" style="width: 250px; height: 76px;">
|
||||
<img src="/assets/img/setup/logo-purple.png" srcset="/assets/img/setup/logo-purple@2x.png" alt="Documize Community Setup" style="width: 250px; height: 76px;">
|
||||
<Ui::UiSpacer @size="300" />
|
||||
<h1 class="color-theme-700">Setup</h1>
|
||||
<p class="color-gray-800">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue