Skip to content

Commit cb5b98c

Browse files
committed
fix style bug & add new article
1 parent 55add9c commit cb5b98c

21 files changed

+1078
-218
lines changed

config.toml

+47-45
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ preserveTaxonomyNames = true
77
footnotereturnlinkcontents = ""
88
defaultContentLanguage = "en"
99
defaultContentLanguageInSubdir = true
10-
gitalk = true
10+
disablePathToLower = true
1111
copyright = "Openpitrix Technology © 2018"
1212

1313
[languages]
@@ -16,22 +16,27 @@ copyright = "Openpitrix Technology © 2018"
1616
footer = "© [openpitrix.io](https://openpitrix.io) 2017 | [Github](https://github.com/openpitrix) | [Gitee](https://gitee.com/openpitrix)"
1717

1818
[[languages.en.menu.main]]
19+
identifier = "docs"
1920
name = "Documents"
2021
url = "/en/#"
2122
weight = 1
22-
# [[languages.en.menu.main]]
23-
# name = "Blog"
24-
# url = "/en/blog"
25-
# weight = 2
2623
[[languages.en.menu.main]]
24+
identifier = "blog"
25+
name = "Blog"
26+
url = "/en/blog/2018/03/OpenPitrix-Insight"
27+
weight = 2
28+
[[languages.en.menu.main]]
29+
identifier = "features"
2730
name = "Features"
2831
url = "/en/#third"
2932
weight = 3
3033
[[languages.en.menu.main]]
34+
identifier = "cases"
3135
name = "Use Cases"
3236
url = "/en/#eighth"
3337
weight = 4
3438
[[languages.en.menu.main]]
39+
identifier = "about"
3540
name = "About"
3641
url = "/en/#about"
3742
weight = 5
@@ -71,78 +76,75 @@ copyright = "Openpitrix Technology © 2018"
7176
weight = 3
7277
[languages.en.index.footer]
7378
title = "About Pitrix itself"
74-
desc = "Pitrix [‘paitriks]means the matrix of PaaS and IaaS which makes it easy to develop, deploy, manage applications including PaaS on various runtime environments, i.e., Pitrix = PaaS + IaaS + Matrix. It also means a matrix that contains endless (PI - the Greek letter “π”) applications."
79+
desc = "Pitrix [‘paitriks]means the matrix of PaaS and IaaS which makes it easy to develop, deploy, manage applications including PaaS on various runtime environments, i.e., Pitrix = PaaS + IaaS + Matrix. It also means a matrix that contains endless (PI - the Greek letter “π”) applications."
7580

7681
[languages.zh]
7782
languageCode = "zh-cn"
7883
footer = "© [openpitrix.io](https://openpitrix.io) 2017 | [Github](https://github.com/openpitrix) | [码云](https://gitee.com/openpitrix)"
7984

8085
[[languages.zh.menu.main]]
86+
identifier = "docs"
8187
name = "文档"
8288
url = "/zh/#"
8389
weight = 1
8490
[[languages.zh.menu.main]]
91+
identifier = "blog"
92+
name = "博客"
93+
url = "/zh/blog/2018/03/OpenPitrix-Insight"
94+
weight = 2
95+
[[languages.zh.menu.main]]
96+
identifier = "features"
8597
name = "特性"
86-
#url = "/zh/features"
8798
url = "/zh/#third"
88-
weight = 2
99+
weight = 3
89100
[[languages.zh.menu.main]]
101+
identifier = "cases"
90102
name = "案例"
91-
#url = "/zh/cases"
92103
url = "/zh/#eighth"
93-
weight = 3
104+
weight = 4
94105
[[languages.zh.menu.main]]
106+
identifier = "about"
95107
name = "关于"
96-
url = "/zh/about"
97-
weight = 4
108+
url = "/zh/#about"
109+
weight = 5
98110

99111
[languages.zh.index.first]
100112
title = "Application Management"
101-
subTitle = "Platform on Multi-Cloud Environment"
102-
desc = "OpenPitrix is an Open-source, enterprise system for package ,deploy and orchestration applications into multiple cloud environments such as QingCloud, AWS, Kubernetes etc."
113+
subtitle = "Platform for Multi-Cloud Environment"
114+
desc = "OpenPitrix is an open-source system to package, deploy and manage different types of applications including traditional application, microservice application and serverless applications into multiple cloud environment such as AWS, Azure, Kubernetes, QingCloud, OpenStack, VMWare etc."
103115
link = "敬请期待..."
104116
[languages.zh.index.second]
105117
title = "Why OpenPitrix?"
106-
desc_begin = "Since software used in business, diversity software was developed. For example, categorize by architecture:"
107-
desc_end = "This is Cloud era, so all above application must run on cloud computing, Just like QingCloud, AWS, Or VMware, Kubernetes based envrionment. Which framework or platform can do this? So OpenPitrix make sence, born for resovle this problem."
108-
[[languages.zh.index.second.architecture]]
109-
name = "Java EE traditional enterprise application."
110-
weight = 1
111-
[[languages.zh.index.second.architecture]]
112-
name = "LAMP ( linux, apache, mysql/postgresql, php/python/perl ) Open Source Software stack."
113-
weight = 2
114-
[[languages.zh.index.second.architecture]]
115-
name = "Virtalization image."
116-
weight = 3
117-
[[languages.zh.index.second.architecture]]
118-
name = "Container image."
119-
weight = 4
120-
[[languages.zh.index.second.architecture]]
121-
name = "Microservice components."
122-
weight = 5
123-
[[languages.zh.index.second.architecture]]
124-
name = "and a lot of more."
125-
weight = 6
118+
desc = "Nowadays cloud computing is widely adopted in enterprise organizations. Furthermore, most of enterprises have multi-cloud strategy for certain reasons. The multiple clouds are usually from different provides, resulting shadow IT becomes a reality again in cloud era. Therefore, how to manage and automate multi-cloud environment becomes an emerging requirement, especially for application management. Moreover, it is challenging to create one stop store that manages different types of applications, including traditional application (or called monolithic application), microservice application and serverless application. OpenPitrix is such a platform to solve these problems."
126119
[languages.zh.index.third]
127-
title = "Template application and deployment framework"
128-
desc = "Significantly reduce learning costs and operational complexity through declarative template specifications, reducing development cycles from months to days or even hours, dramatically reducing cloud application development, deployment and operational complexity."
120+
title = "Templatize Application and Deployment Framework"
121+
desc = "As like as image being template for an instance, enterprise application is also templatized on OpenPitrix. The application template is much more complicated than image in that it could contain many more images and defines the whole lifecycle of an application cluster. Moreover, it supports customized mornitoring, health check and many more features. Meanwhile, developer does not need to program for moving a traditional application into cloud which reduces development effort from months to days or even hours."
129122
[languages.zh.index.fourth]
130-
title = "Support multiple cloud platforms"
131-
desc_begin = "Adopted plug-in style development framework, abstraction the current mainstream cloud platform interface, uniform them for the user is completely transparent, reducing complexity for application developer."
132-
desc_end = "public cloud platform supported include: AWS, GCE, Azure, QingCloud, etc.\r\nprivate cloud platform supported : Kubernetes, OpenStack, QingCloud, etc."
123+
title = "Multiple Clouds Support"
124+
desc_begin = "Support multiple clouds such as AWS, Azure, Kubernetes, QingCloud, OpenStack, VMWare and so on."
125+
desc_end = "Cloud support is hightly extendable and pluggable."
133126
[languages.zh.index.fifth]
134-
title = "Unify all kind of application, monolitic, microservice, distributed, etc."
135-
desc = "The technology is evolving, application is same, but old sytle not disappear. all kinds of application coexist in cloud computing era. OpenPitrix adopted distributed configurtion management, abstract meta configuration infomation, compatible with all(almost) application."
127+
title = "One Platform for all Kinds of Application"
128+
desc = "Support a variaty of application types including traditional (also known as monolithic) application, microservice application and serverless application. Application type support is extendable which means no matter what new application type emerges in the future, the platform is able to support it by adding corresponding pluggin."
136129
[languages.zh.index.sixth]
137-
title = "Adopted microservice for openpitrix itself"
138-
desc = "Openpitrix adopted microservice, every function have indepent service, architecture high level."
130+
title = "Microservice Architecture Oriented"
131+
desc = "OpenPitrix itself adopts microservice architecture. The system can be deployed into virtual machine, container orchestration system such as Kubernetes, or bare metal."
139132
[languages.zh.index.seventh]
140133
title = "As the picture show"
141134
[languages.zh.index.eighth]
142-
title = "Use Cases"
135+
title = "Use Cases"
136+
[[languages.zh.index.eighth.cases]]
137+
desc = "Deployed as one-stop-shop application management platform in an organization to support multiple cloud systems including hybrid cloud."
138+
weight = 1
139+
[[languages.zh.index.eighth.cases]]
140+
desc = "Cloud management platform (CMP) can use OpenPitrix as a component to manage applications in multi-cloud environment."
141+
weight = 2
142+
[[languages.zh.index.eighth.cases]]
143+
desc = "Deployed as application management system in Kubernetes. OpenPitrix is different than Helm, OpenPitrix uses Helm under the hood though. In an organization, people usually want to categorize applications by status such as developing, testing, staging, production; or by departments of their organization, to name a few."
144+
weight = 3
143145
[languages.zh.index.footer]
144146
title = "About Pitrix itself"
145-
desc = "Pitrix [‘paitriks]means the matrix of PaaS and IaaS which makes it easy to develop, deploy, manage applications including PaaS on various runtime environments, i.e., Pitrix = PaaS + IaaS + Matrix. It also means a matrix that contains endless (PI - the Greek letter “π”) applications."
147+
desc = "Pitrix [‘paitriks]means the matrix of PaaS and IaaS which makes it easy to develop, deploy, manage applications including PaaS on various runtime environments, i.e., Pitrix = PaaS + IaaS + Matrix. It also means a matrix that contains endless (PI - the Greek letter “π”) applications."
146148

147149
[PermaLinks]
148150
blog = "/blog/:year/:month/:filename/"

0 commit comments

Comments
 (0)