Skip to content

Commit cb29fe5

Browse files
authored
创建 README_en.md
1 parent 6060894 commit cb29fe5

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

README_en.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<image src="https://github.com/user-attachments/assets/563db63c-954f-4d47-839e-c475d88ab7fc" height="128"/>
2+
Language: <a href="./README.md">简体中文</a>|English
3+
4+
# USF - Universal Schedule Format
5+
6+
USF (Universal Schedule Format) is an efficient curriculum data format, which aims to streamline efficiently and support the use of course names, teachers, classrooms, time periods and single and double weekly rules.
7+
8+
## Features
9+
10+
✅ Compact & Efficient: Reduce redundant fields compared with traditional formats
11+
12+
✅ Simple & Convenient: Simple JSON structure, suitable for various applications
13+
14+
✅ Support Week Rules: Weeks rules can be set for courses
15+
16+
✅ Autocomplete: Automatic code complete can be turned on in VS Code and JetBrains IDEs
17+
18+
## Format
19+
USF files are encoded in UTF-8 format.
20+
21+
## Autocomplete
22+
### Visual Studio
23+
Install "JSON Schema" extension and import [Schema](https://raw.githubusercontent.com/USF-org/USF/refs/heads/main/usf.schema.json)
24+
### JetBrains
25+
Get from [JSON Schema Store](https://www.schemastore.org/json/) (`# $schema: USF`)

0 commit comments

Comments
 (0)