mirror of
https://github.com/NaitLee/Cat-Printer.git
synced 2025-05-16 15:20:12 -07:00
Ready for 0.4.3
This commit is contained in:
parent
2a768e232c
commit
c25362f85c
13
README.md
13
README.md
@ -12,9 +12,9 @@ Currently:
|
|||||||
|
|
||||||
| | |
|
| | |
|
||||||
|----|----|
|
|----|----|
|
||||||
| Supported | GB01, GB02, GT01, GB03 |
|
| Supported | `GB0X, GT01, YT01` |
|
||||||
<!-- | Maybe | N/A | -->
|
|
||||||
<!-- | Planned | N/A | -->
|
\* `X` represents any digit
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
@ -44,7 +44,7 @@ Currently:
|
|||||||
- Cross platform!
|
- Cross platform!
|
||||||
- Newer Windows 10 and above
|
- Newer Windows 10 and above
|
||||||
- GNU/Linux
|
- GNU/Linux
|
||||||
- MacOS *(Needs more testing)*
|
- MacOS
|
||||||
- and also Android!
|
- and also Android!
|
||||||
|
|
||||||
- Free, as in [freedom](https://www.gnu.org/philosophy/free-sw.html)!
|
- Free, as in [freedom](https://www.gnu.org/philosophy/free-sw.html)!
|
||||||
@ -90,7 +90,7 @@ then install `pyobjc` and `bleak` via `pip` in terminal:
|
|||||||
pip3 install pyobjc bleak
|
pip3 install pyobjc bleak
|
||||||
```
|
```
|
||||||
|
|
||||||
After that, fetch a "bare" release and do the same in a shell:
|
After that, fetch & use a "bare" release:
|
||||||
```bash
|
```bash
|
||||||
python3 server.py
|
python3 server.py
|
||||||
```
|
```
|
||||||
@ -119,6 +119,9 @@ Copyright © 2021-2022 NaitLee Soft. Some rights reserved.
|
|||||||
|
|
||||||
See file `COPYING`, `LICENSE`, and detail of used JavaScript in file `www/jslicense.html`
|
See file `COPYING`, `LICENSE`, and detail of used JavaScript in file `www/jslicense.html`
|
||||||
|
|
||||||
|
Particularly, `printer.py`, `server.py` and `main.js` are released under GNU GPL 3.
|
||||||
|
Excluding contributions of other people (which probably have their own copyright) and possible third-party dependencies, all other parts are in Public Domain (CC0).
|
||||||
|
|
||||||
--------
|
--------
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
@ -11,7 +11,9 @@
|
|||||||
|
|
||||||
| | |
|
| | |
|
||||||
|----|----|
|
|----|----|
|
||||||
| 支持 | GB01, GB02, GT01, GB03 |
|
| 支持 | `GB0X, GT01, YT01` |
|
||||||
|
|
||||||
|
\* `X` 表示任意数字
|
||||||
|
|
||||||
## 特性
|
## 特性
|
||||||
|
|
||||||
@ -40,7 +42,7 @@
|
|||||||
- 跨平台!
|
- 跨平台!
|
||||||
- 较新的 Windows 10 及以上
|
- 较新的 Windows 10 及以上
|
||||||
- GNU/Linux
|
- GNU/Linux
|
||||||
- MacOS *(需要更多测试)*
|
- MacOS
|
||||||
- 还有安卓!
|
- 还有安卓!
|
||||||
|
|
||||||
- 是[自由软件](https://www.gnu.org/philosophy/free-sw.html)!
|
- 是[自由软件](https://www.gnu.org/philosophy/free-sw.html)!
|
||||||
@ -85,7 +87,7 @@ MacOS 用户请首先安装 [Python 3](https://www.python.org/),
|
|||||||
pip3 install pyobjc bleak
|
pip3 install pyobjc bleak
|
||||||
```
|
```
|
||||||
|
|
||||||
然后获取“单一(bare)”版,并做同样的事情:
|
然后获取并使用“单一(bare)”版:
|
||||||
```bash
|
```bash
|
||||||
python3 server.py
|
python3 server.py
|
||||||
```
|
```
|
||||||
@ -115,6 +117,9 @@ Copyright © 2021-2022 NaitLee Soft. 保留一些权利。
|
|||||||
|
|
||||||
敬请查看文件 `COPYING`,`LICENSE`,以及在 `www/jslicense.html` 中有关 JavaScript 许可的详细内容。
|
敬请查看文件 `COPYING`,`LICENSE`,以及在 `www/jslicense.html` 中有关 JavaScript 许可的详细内容。
|
||||||
|
|
||||||
|
具体地,`printer.py`,`server.py` 和 `main.js` 以 GNU GPL 3 发布。
|
||||||
|
除去来自其他人的贡献(版权可能归贡献者所有)及可能的第三方依赖,所有其余部分在公有领域(CC0)。
|
||||||
|
|
||||||
--------
|
--------
|
||||||
|
|
||||||
## 开发
|
## 开发
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Cat Printer</title>
|
<title data-i18n="cat-printer">Cat Printer</title>
|
||||||
<link rel="stylesheet" href="main.css" />
|
<link rel="stylesheet" href="main.css" />
|
||||||
<link rel="icon" href="icon.svg" />
|
<link rel="icon" href="icon.svg" />
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user