mirror of
https://github.com/documize/community.git
synced 2025-07-22 22:59:43 +02:00
Sync'ed versions between EE & CE
Both sit @ 1.76.0
This commit is contained in:
parent
7e959b448c
commit
b1865b2318
4 changed files with 688 additions and 688 deletions
18
README.md
18
README.md
|
@ -2,7 +2,7 @@
|
||||||
>
|
>
|
||||||
> Harvey Kandola, CEO & Founder, Documize Inc.
|
> Harvey Kandola, CEO & Founder, Documize Inc.
|
||||||
|
|
||||||
## The mission
|
## The Mission
|
||||||
|
|
||||||
To bring software development inspired features to the world of documenting -- refactoring, importing, testing, linting, metrics, PRs, versioning....
|
To bring software development inspired features to the world of documenting -- refactoring, importing, testing, linting, metrics, PRs, versioning....
|
||||||
|
|
||||||
|
@ -56,11 +56,11 @@ Space view.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Latest version
|
## Latest Release
|
||||||
|
|
||||||
[Community edition: v1.73.1](https://github.com/documize/community/releases)
|
[Community Edition: v1.76.0](https://github.com/documize/community/releases)
|
||||||
|
|
||||||
[Enterprise edition: v1.75.1](https://documize.com/downloads)
|
[Enterprise Edition: v1.76.0](https://documize.com/downloads)
|
||||||
|
|
||||||
## OS support
|
## OS support
|
||||||
|
|
||||||
|
@ -72,7 +72,7 @@ Documize can be installed and run on:
|
||||||
|
|
||||||
Heck, Documize will probably run just fine on a Raspberry Pi 3.
|
Heck, Documize will probably run just fine on a Raspberry Pi 3.
|
||||||
|
|
||||||
## Database support
|
## Database Support
|
||||||
|
|
||||||
Documize supports the following database systems:
|
Documize supports the following database systems:
|
||||||
|
|
||||||
|
@ -83,7 +83,7 @@ Documize supports the following database systems:
|
||||||
|
|
||||||
Coming soon: Microsoft SQL Server 2017 (Linux/Windows).
|
Coming soon: Microsoft SQL Server 2017 (Linux/Windows).
|
||||||
|
|
||||||
## Browser support
|
## Browser Support
|
||||||
|
|
||||||
Documize supports the following (evergreen) browsers:
|
Documize supports the following (evergreen) browsers:
|
||||||
|
|
||||||
|
@ -95,14 +95,14 @@ Documize supports the following (evergreen) browsers:
|
||||||
- Opera
|
- Opera
|
||||||
- MS Edge (16+)
|
- MS Edge (16+)
|
||||||
|
|
||||||
## Technology stack
|
## Technology Stack
|
||||||
|
|
||||||
Documize is built with the following technologies:
|
Documize is built with the following technologies:
|
||||||
|
|
||||||
- EmberJS (v3.1.2)
|
- EmberJS (v3.1.2)
|
||||||
- Go (v1.11.2)
|
- Go (v1.11.2)
|
||||||
|
|
||||||
## Authentication options
|
## Authentication Options
|
||||||
|
|
||||||
Besides email/password login, you can also leverage the following options.
|
Besides email/password login, you can also leverage the following options.
|
||||||
|
|
||||||
|
@ -132,7 +132,7 @@ We try to follow sound advice when writing commit messages:
|
||||||
|
|
||||||
https://chris.beams.io/posts/git-commit/
|
https://chris.beams.io/posts/git-commit/
|
||||||
|
|
||||||
## The legal bit
|
## The Legal Bit
|
||||||
|
|
||||||
<https://documize.com>
|
<https://documize.com>
|
||||||
|
|
||||||
|
|
|
@ -40,9 +40,9 @@ func main() {
|
||||||
// product details
|
// product details
|
||||||
rt.Product = domain.Product{}
|
rt.Product = domain.Product{}
|
||||||
rt.Product.Major = "1"
|
rt.Product.Major = "1"
|
||||||
rt.Product.Minor = "73"
|
rt.Product.Minor = "76"
|
||||||
rt.Product.Patch = "1"
|
rt.Product.Patch = "0"
|
||||||
rt.Product.Revision = 181112200338
|
rt.Product.Revision = 181113144232
|
||||||
rt.Product.Version = fmt.Sprintf("%s.%s.%s", rt.Product.Major, rt.Product.Minor, rt.Product.Patch)
|
rt.Product.Version = fmt.Sprintf("%s.%s.%s", rt.Product.Major, rt.Product.Minor, rt.Product.Patch)
|
||||||
rt.Product.Edition = domain.CommunityEdition
|
rt.Product.Edition = domain.CommunityEdition
|
||||||
rt.Product.Title = fmt.Sprintf("%s Edition", rt.Product.Edition)
|
rt.Product.Title = fmt.Sprintf("%s Edition", rt.Product.Edition)
|
||||||
|
|
1350
embed/bindata.go
1350
embed/bindata.go
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "documize",
|
"name": "documize",
|
||||||
"version": "1.73.1",
|
"version": "1.76.0",
|
||||||
"description": "The Document IDE",
|
"description": "The Document IDE",
|
||||||
"private": true,
|
"private": true,
|
||||||
"repository": "",
|
"repository": "",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue