Skip to content

Commit

Permalink
docs: ✏️ fix SASTOJ spelling according to the official wiki
Browse files Browse the repository at this point in the history
The wiki is limited to developers, so no link can be provided.
  • Loading branch information
Jisu-Woniu committed Apr 20, 2024
1 parent 92c0384 commit e22afe0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ copyright = "2023-2024 NJUPT-SAST"
changelog = "packaging/deb/changelog"
features = ["default"]
conf-files = ["/etc/rsjudge/server.toml", "/etc/rsjudge/executors.toml"]
extended-description = "An online judge sandbox server in Rust, inspired by go-judge, for SAST OJ."
extended-description = "An online judge sandbox server in Rust, inspired by go-judge, for SASTOJ."
maintainer = "Xiaoqing Xuan <[email protected]>"
maintainer-scripts = "packaging/deb/"
depends = "$auto, adduser, libc6, libgcc-s1, libstdc++6, libssl1.1, libzstd1, libzstd-dev"
Expand Down
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

image:assets/rsjudge.svg[Rsjudge logo]

An online judge sandbox server in Rust, inspired by https://github.com/criyle/go-judge[go-judge], for SAST OJ.
An online judge sandbox server in Rust, inspired by https://github.com/criyle/go-judge[go-judge], for SASTOJ.

== Features

Expand All @@ -12,7 +12,7 @@ An online judge sandbox server in Rust, inspired by https://github.com/criyle/go
* Supporting both self-testing and final submission.
* Customizable compilation and execution process with TOML config file.
* Monitoring and limiting resource usage.
* Works well with SAST OJ.
* Works well with SASTOJ.
* RESTful API and gRPC support, enable or disable them with feature flags and config file.
* Streaming test results in real-time with SSE or gRPC stream.
* Highly extensible with plugins.
Expand Down
4 changes: 2 additions & 2 deletions README.zh-CN.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

image:assets/rsjudge.svg[Rsjudge logo]

一个用 Rust 编写的在线评测沙箱服务器,受到 https://github.com/criyle/go-judge[go-judge] 的启发,服务于 SAST OJ
一个用 Rust 编写的在线评测沙箱服务器,受到 https://github.com/criyle/go-judge[go-judge] 的启发,服务于 SASTOJ

== 特性

Expand All @@ -14,7 +14,7 @@ image:assets/rsjudge.svg[Rsjudge logo]
* 支持自我测试和最终提交。
* 通过 TOML 配置文件,轻松自定义编译和执行过程。
* 可以监控和限制资源使用。
* 与 SAST OJ 良好兼容。
* 与 SASTOJ 良好兼容。
* 支持 RESTful API 和 gRPC,可通过 feature flag 和配置文件启用或禁用
* 采用 SSE 或 gRPC 流实时流式返回评测结果。
* 支持使用插件进行扩展。
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#![doc(html_logo_url = "https://cdn.jsdelivr.net/gh/NJUPT-SAST/rsjudge@main/assets/rsjudge.svg")]

//! An online judge sandbox server in Rust,
//! inspired by [go-judge](https://github.com/criyle/go-judge), for SAST OJ.
//! inspired by [go-judge](https://github.com/criyle/go-judge), for SASTOJ.

use clap::Parser as _;
use env_logger::Env;
Expand Down

0 comments on commit e22afe0

Please sign in to comment.