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("