Update and rename README.md to adding a notice in README (#6)
Update README.md adding a notice about piracy
This commit is contained in:
parent
09915cabc5
commit
5ec9bd59ec
17
README.md
17
README.md
|
@ -1,6 +1,14 @@
|
||||||
# monokakido.rs
|
# monokakido.rs
|
||||||
|
A Rust library for parsing and interpreting the [Monokakido](https://www.monokakido.jp/en/dictionaries/app/) dictionary format.
|
||||||
|
Aiming for full test coverage and efficient implementation with minimal dependencies.
|
||||||
|
|
||||||
A Rust library for parsing and interpreting the [Monokakido](https://www.monokakido.jp/en/dictionaries/app/) dictionary format. Aiming for full test coverage and efficient implementation with minimal dependencies.
|
## Notice
|
||||||
|
|
||||||
|
This library started as a personal project driven by curiosity.
|
||||||
|
It is ABSOLUTELY NOT inteded to support piracy;
|
||||||
|
I strongly condemn making unauthorized copies of Monokakido's dictionaries,
|
||||||
|
and take no part or responsibility in that kind of activity.
|
||||||
|
Please buy your own dictionaries directly from Monokakido to show your love and support.
|
||||||
|
|
||||||
## TODO:
|
## TODO:
|
||||||
- Add headline support
|
- Add headline support
|
||||||
|
@ -39,12 +47,5 @@ A Rust library for parsing and interpreting the [Monokakido](https://www.monokak
|
||||||
## Planned to support:
|
## Planned to support:
|
||||||
- WISDOM3
|
- WISDOM3
|
||||||
- SMK8
|
- SMK8
|
||||||
- RHEJ
|
|
||||||
- OLT
|
|
||||||
- OLEX
|
|
||||||
- OLDAE
|
|
||||||
- OCD
|
|
||||||
- OALD10
|
|
||||||
- NHKACCENT2
|
- NHKACCENT2
|
||||||
- DAIJISEN2
|
- DAIJISEN2
|
||||||
- CCCAD
|
|
||||||
|
|
Loading…
Reference in a new issue