Skip to content

Commit

Permalink
docs: update credits
Browse files Browse the repository at this point in the history
  • Loading branch information
soulteary committed Apr 23, 2023
1 parent bd90d8b commit 45ad7d9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,14 @@ Formatter Components
- simplify the program, fix bugs, improve running speed, and allow running in golang
- https://github.com/soulteary/nginx-formatter

Runtime dependent components
Runtime dependent Components

- ECMAScript 5.1(+) implementation in Go
- ECMAScript 5.1(+) implementation in Go, under [MIT license].
- https://github.com/dop251/goja

Web Components

- Gin is a HTTP web framework written in Go (Golang), under [MIT license].
- https://github.com/gin-gonic/gin
- Code Mirror, in-browser code editor, under [MIT license].
- https://github.com/codemirror/codemirror5
13 changes: 10 additions & 3 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,21 @@ Usage of ./nginx-formatter:

格式化组件

- 2016/06/24 Slomkowski 使用 Python 创建了一个 nginx 配置文件美化器,在 [Apache-2.0 许可] 下发布
- 2016/06/24 Slomkowski 使用 Python 创建了一个 nginx 配置文件美化器,在 [Apache-2.0 许可] 下发布
- https://github.com/1connect/nginx-config-formatter (https://github.com/slomkowski/nginx-config-formatter)
- 2016/08/24 Yosef 在 [Apache-2.0 许可] 下移植了 JavaScript beautifier
- 2016/08/24 Yosef 在 [Apache-2.0 许可] 下移植了 JavaScript beautifier
- https://github.com/vasilevich/nginxbeautifier
- 2023/04/18,soulteary 根据 [Apache-2.0 许可] 简化程序,修复错误,提高运行速度,并允许在 Golang 中运行。
- https://github.com/soulteary/nginx-formatter

JavaScript 运行时组件:

- Go 中的 ECMAScript 5.1(+) 实现
- Go 中的 ECMAScript 5.1(+) 实现,在 [MIT 许可]下发布。
- https://github.com/dop251/goja

网络组件

- Gin,HTTP Web 框架,在 [MIT 许可]下发布。
- https://github.com/gin-gonic/gin
- Code Mirror, 浏览器内的编辑器,在 [MIT 许可]下发布。
- https://github.com/codemirror/codemirror5

0 comments on commit 45ad7d9

Please sign in to comment.