From 1f92782a10097bc2c2e64a8300aefc619f607ef4 Mon Sep 17 00:00:00 2001 From: garywill Date: Sat, 9 Oct 2021 12:37:07 +0800 Subject: [PATCH] Readme: out data format and other formats --- src/README.md | 2 ++ src/README_zh.md | 2 ++ 2 files changed, 4 insertions(+) mode change 100644 => 100755 src/README.md mode change 100644 => 100755 src/README_zh.md diff --git a/src/README.md b/src/README.md old mode 100644 new mode 100755 index e47e7c5..f331dca --- a/src/README.md +++ b/src/README.md @@ -161,6 +161,8 @@ Supports mixing short formatted and full formatted elements. In Json format. +> A few years ago when I was designing this data format, I didn’t know about OpenSearch(xml) and Firefox's `search.json.mozlz4`, so I am considering how to make our format compatible with others, and at the same time retain our features, may also be one of the future development plan. Welcome discussion. +
```yaml diff --git a/src/README_zh.md b/src/README_zh.md old mode 100644 new mode 100755 index e792b67..c2bcd1d --- a/src/README_zh.md +++ b/src/README_zh.md @@ -164,6 +164,8 @@ JSON格式。 +> 数年前,我在编制这种数据格式的时候,还不知道有OpenSearch(xml)和Firefox的`search.json.mozlz4`,因此考虑如何将我们的数据格式与一些其他格式兼容,同时又要能保留我们的特色功能,可能也是未来开发点之一。欢迎讨论 +
```yaml