From 0c3fed2b1829fe7c6f30ab06a049f004fc077c2d Mon Sep 17 00:00:00 2001 From: HarveyKandola Date: Wed, 3 Nov 2021 11:46:20 -0400 Subject: [PATCH] Prep re-branding --- README.md | 19 +++++++------- docker-compose.yaml | 2 +- domain/document/export.go | 6 ++--- domain/mail/email.html | 6 ++--- domain/mail/invite-existing-user.html | 4 +-- domain/mail/invite-new-user.html | 4 +-- domain/mail/password-reset.html | 4 +-- domain/mail/share-space-new-user.html | 4 +-- domain/mail/space.go | 2 +- domain/mail/user.go | 6 ++--- domain/product.go | 17 +------------ edition/boot/runtime.go | 2 +- edition/community.go | 8 +++--- gui/app/constants/constants.js | 12 --------- gui/app/index.html | 2 +- gui/app/pods/customize/general/template.hbs | 2 +- gui/app/pods/customize/notice/template.hbs | 2 +- gui/app/pods/customize/product/template.hbs | 6 ++--- gui/app/pods/customize/template.hbs | 2 +- gui/app/pods/folders/template.hbs | 2 +- gui/app/services/app-meta.js | 2 +- gui/app/styles/core/news.scss | 5 ---- .../components/customize/auth-settings.hbs | 2 +- .../components/customize/backup-restore.hbs | 19 +++++++------- .../components/customize/change-log.hbs | 25 +++---------------- .../components/customize/general-settings.hbs | 4 +-- .../components/setup/documize-setup.hbs | 2 +- 27 files changed, 60 insertions(+), 111 deletions(-) diff --git a/README.md b/README.md index 88e0a39b..4a148a64 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,22 @@ -Documize is an open source modern, lightweight and comprehensive alternative to Confluence and other such solutions. +Documize Community is an open source modern, lightweight alternative to Confluence and other similar solutions. - Built for technical and non-technical users - Designed to unify both customer-facing and internal documentation - Organization through labels, spaces and categories -- No fee-charging marketplace It's built with Golang + EmberJS and compiled down to a single executable binary for Linux, Windows and macOS. All you need to provide is PostgreSQL, Microsoft SQL Server or any MySQL variant. -![Documize](screenshot-1.png "Documize") +![Documize Community](screenshot-1.png "Documize Community") ## Latest Release -[Community Edition: v4.0.0](https://github.com/documize/community/releases) +[Community edition: v4.0.0](https://github.com/documize/community/releases) -[Enterprise Edition: v4.0.0](https://www.documize.com/downloads) +[Community+ edition: v4.0.0](https://www.documize.com/community/downloads) + +The Community+ edition is our enterprise-ready offering with customer support and advanced capabilities. ## OS Support @@ -36,17 +37,17 @@ For all database types, Full-Text Search support (FTS) is mandatory. ## Browser Support -- Chrome - Firefox +- Chrome - Safari +- Microsoft Edge (v42+) - Brave - Vivaldi - Opera -- Microsoft Edge (v42+) ## Technology Stack -- Go (v1.16.2) +- Go (v1.17.2) - Ember JS (v3.12.0) ## Authentication Options @@ -72,6 +73,6 @@ We aim to respond within two working days! -This software (Documize Community Edition) is licensed under GNU AGPL v3 . You can operate outside the AGPL restrictions by purchasing Documize Enterprise Edition and obtaining a commercial license by contacting . Documize® is a registered trade mark of Documize Inc. +This software (Documize Community Edition) is licensed under GNU AGPL v3 . You can operate outside the AGPL restrictions by purchasing Documize Community+ edition and obtaining a commercial license by contacting . Documize® is a registered trade mark of Documize Inc. Documize uses other open source components and we acknowledge them in [NOTICES](NOTICES.md) diff --git a/docker-compose.yaml b/docker-compose.yaml index 323a43b1..fac05770 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -29,7 +29,7 @@ services: app: image: debian:latest - command: /bin/sh -c "apt-get -qq update && apt-get -qq install -y wget && wget https://documize.s3-eu-west-1.amazonaws.com/downloads/documize-enterprise-linux-amd64 && chmod 777 ./documize-enterprise-linux-amd64 && ./documize-enterprise-linux-amd64" + command: /bin/sh -c "apt-get -qq update && apt-get -qq install -y wget && wget https://documize.s3-eu-west-1.amazonaws.com/downloads/documize-community-plus-linux-amd64 && chmod 777 ./documize-community-plus-linux-amd64 && ./documize-community-plus-linux-amd64" depends_on: - db ports: diff --git a/domain/document/export.go b/domain/document/export.go index dbf619ee..720cbc34 100644 --- a/domain/document/export.go +++ b/domain/document/export.go @@ -83,7 +83,7 @@ func BuildExport(ctx domain.RequestContext, s store.Store, spec exportSpec) (htm export.WriteString(``) export.WriteString(``) export.WriteString("") - export.WriteString("Documize Export") + export.WriteString("Documize Community Export") export.WriteString("") export.WriteString("