This is an automated email from the ASF dual-hosted git repository.
xiatian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/eventmesh-site.git
The following commit(s) were added to refs/heads/master by this push:
new 8fff514b5 Fix used Chinese punctuation, spaces in the English
contents. (#227)
8fff514b5 is described below
commit 8fff514b5142557380b12d9c6e11b87b4ded2e23
Author: Jason Lee <[email protected]>
AuthorDate: Sat Jun 22 15:19:04 2024 +0800
Fix used Chinese punctuation, spaces in the English contents. (#227)
* Fix used Chinese punctuation, spaces in the English contents.
* Update 02-how-to-subscribe.md
* Update 04-release.md
---
.autocorrectignore | 1 +
community/02-how-to-subscribe.md | 22 +++++++++++-----------
community/04-release.md | 8 ++++----
community/05-how-to-vote-a-committer-pmc.md | 2 +-
.../03-connect/02-http-connector.md | 2 +-
.../03-connect/10-file-connector.md | 8 ++++----
.../03-connect/11-kafka-connector.md | 4 ++--
7 files changed, 24 insertions(+), 23 deletions(-)
diff --git a/.autocorrectignore b/.autocorrectignore
new file mode 100644
index 000000000..21cbb313b
--- /dev/null
+++ b/.autocorrectignore
@@ -0,0 +1 @@
+versioned_docs/
diff --git a/community/02-how-to-subscribe.md b/community/02-how-to-subscribe.md
index 7fa07cb4c..c1351f830 100644
--- a/community/02-how-to-subscribe.md
+++ b/community/02-how-to-subscribe.md
@@ -24,20 +24,20 @@ As long as you subscribe to this mailing list, you can get
the latest developmen
## 1. Subscribe to the mailing list
**For example,Take subscribing to the [email protected] mailing list**
-The steps are as follows:
- 1. Send an email without any content or subject:
`[email protected]`
- 2. Wait until you receive an email with the subject line `confirm subscribe
to [email protected]` (if you have not received it for a long time,
please confirm whether the email is blocked by your email, if you have not been
blocked and will receive a reply for a long time, return to step 1)
+The steps are as follows:
+ 1. Send an email without any content or subject:
`[email protected]`.
+ 2. Wait until you receive an email with the subject line `confirm subscribe
to [email protected]` (if you have not received it for a long time,
please confirm whether the email is blocked by your email, if you have not been
blocked and will receive a reply for a long time, return to step 1).
3. Reply directly to the email without changing the subject line or adding
the email content.
- 4. Wait until you receive an email with the subject line `WELCOME to
[email protected]` .
+ 4. Wait until you receive an email with the subject line `WELCOME to
[email protected]`.
5. If you receive an email from (4), you have successfully subscribed to the
email. To initiate a discussion, you can send an email directly to
`[email protected]`, which will be sent to everyone who subscribed to
the mailing list.
## 2. Unsubscribe from the mailing list
-The steps for unsubscribing to a mailing list are similar to those for
subscribing to a mailing list::
-1. Send an email without any content or subject to:
`[email protected]`
-2. Wait until you receive an email with the subject line `confirm unsubscribe
from [email protected]`
-3. Reply directly to the email without changing the subject line or adding the
email content
-4. Wait until you receive an email with the subject line `GOODBYE from
[email protected]`
-5. Unsubscribe success
+The steps for unsubscribing to a mailing list are similar to those for
subscribing to a mailing list:
+1. Send an email without any content or subject to:
`[email protected]`.
+2. Wait until you receive an email with the subject line `confirm unsubscribe
from [email protected]`.
+3. Reply directly to the email without changing the subject line or adding the
email content.
+4. Wait until you receive an email with the subject line `GOODBYE from
[email protected]`.
+5. Unsubscribe success.
## 3. Issues related
@@ -51,4 +51,4 @@ For existing issues, if you are interested, you can reply and
discuss as much as
## 4. Mail usage
-Please refer to [How to use the mailing list](03-how-to-use-email.md) for
email specifications and tips
+Please refer to [How to use the mailing list](03-how-to-use-email.md) for
email specifications and tips.
diff --git a/community/04-release.md b/community/04-release.md
index 1d18f665b..72da8e591 100644
--- a/community/04-release.md
+++ b/community/04-release.md
@@ -31,7 +31,7 @@ $ gpg --version #Check the version, it should be 2.x
According to the prompt, generate the key
-> Note:please use Apache mail box generate GPG Key
+> Note: please use Apache mail box generate GPG Key
```shell
$ gpg --full-gen-key
@@ -94,7 +94,7 @@ $ gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys
579C25F5 # Verify wheth
default-key 28681CB1
```
-**If there are multiple public keys, useless keys can also be deleted:**
+**If there are multiple public keys, useless keys can also be deleted:**
```shell
$ gpg --delete-secret-keys 29BBC3CB # first delete the private key and specify
the key id
@@ -250,7 +250,7 @@ Execute the following command, you need to sign and encrypt
files such as jar, s
$ gradle signMavenJavaPublication publish
```
-After the above command is executed successfully, the version to be released
will be automatically uploaded to Apache's staging repository. All Artifacts
that are deployed to the remote [maven
repository](http://repository.apache.org/) will be in the staging state,visit
https://repository.apache.org/#stagingRepositories ,log in with Apache's LDAP
account, You will see the uploaded version, and the content of the `Repository`
column is ${STAGING.REPOSITORY}. Click `Close` to tell Nexus th [...]
+After the above command is executed successfully, the version to be released
will be automatically uploaded to Apache's staging repository. All Artifacts
that are deployed to the remote [maven
repository](http://repository.apache.org/) will be in the staging state, visit
https://repository.apache.org/#stagingRepositories ,log in with Apache's LDAP
account, You will see the uploaded version, and the content of the `Repository`
column is ${STAGING.REPOSITORY}. Click `Close` to tell Nexus t [...]
@@ -604,7 +604,7 @@ https://eventmesh.apache.org/download/
https://eventmesh.apache.org/zh/download/
-Download links for GPG signature files and hash verification files should use
this prefix:`https://downloads.apache.org/eventmesh/`
+Download links for GPG signature files and hash verification files should use
this prefix: `https://downloads.apache.org/eventmesh/`
> Note: The project download link should use
> https://www.apache.org/dyn/closer.lua instead of closer.cgi or mirrors.cgi
diff --git a/community/05-how-to-vote-a-committer-pmc.md
b/community/05-how-to-vote-a-committer-pmc.md
index 646c9e4f5..fa1217a94 100644
--- a/community/05-how-to-vote-a-committer-pmc.md
+++ b/community/05-how-to-vote-a-committer-pmc.md
@@ -243,7 +243,7 @@ After receiving the notification email that the account was
created successfully
- Enter [Apache Account Utility Platform] (https://id.apache.org/), create a
password, set up a personal email address (`forwarding email address`) and a
GitHub account (`Your GitHub Username`).
- If you want to use `[email protected]` mail service, please refer to
[here](https://infra.apache.org/committer-email.html). Gmail is recommended as
this forwarding mode is not easily found in most email service setups.
-- Follow【Authorize GitHub 2FA
wiki】(https://help.github.com/articles/configuring-two-factor-authentication-via-a-totp-mobile-app/)
to enable two-factor authorization (2FA) in [Github ](http://github.com/).
When you set 2FA to "off", it will be delisted from the corresponding Apache
committer write permission group until you set it again. (**Note: pay attention
to recovery codes like passwords!**)
+- Follow [Authorize GitHub 2FA
wiki](https://help.github.com/articles/configuring-two-factor-authentication-via-a-totp-mobile-app/)
to enable two-factor authorization (2FA) in [Github ](http://github.com/).
When you set 2FA to "off", it will be delisted from the corresponding Apache
committer write permission group until you set it again. (**Note: pay attention
to recovery codes like passwords!**)
- Use the [GitBox Account Linking Utility] (https://gitbox.apache.org/setup/)
to obtain the write permission of the EventMesh project.
- [eventmesh-website](https://eventmesh.apache.org/team) related page update
diff --git a/docs/design-document/03-connect/02-http-connector.md
b/docs/design-document/03-connect/02-http-connector.md
index b62b77695..c773fe877 100644
--- a/docs/design-document/03-connect/02-http-connector.md
+++ b/docs/design-document/03-connect/02-http-connector.md
@@ -159,7 +159,7 @@ The data format of the message sent by the HTTP sink
connector is as follows:
- time: the time the request was sent
- uuid: request unique identifier, one-to-one with the uuid of the callback
data structure in webhook mode
- eventId: event ID, composed of type and offset
-- data:actual data to be sent
+- data: actual data to be sent
```json
{
diff --git a/docs/design-document/03-connect/10-file-connector.md
b/docs/design-document/03-connect/10-file-connector.md
index 5924545b3..dd823a5b6 100644
--- a/docs/design-document/03-connect/10-file-connector.md
+++ b/docs/design-document/03-connect/10-file-connector.md
@@ -1,10 +1,10 @@
# File
-## FileSinkConnector:Writes File file from EventMesh
+## FileSinkConnector: Writes File file from EventMesh
1. Start your EventMesh Runtime.
2. Enable sinkConnector and check `sink-config.yml`.
-3. Started FileConnectServer,It will subscribe to the topic defined in
`pubSubConfig.subject` in the EventMesh Runtime,And write the data to the path
located : `connectorConfig.topic`/Year/Month/Day ; the file named:【
`connectorConfig.topic` + Current time Hour (24 hours) + timestamp 】.
+3. Started FileConnectServer, It will subscribe to the topic defined in
`pubSubConfig.subject` in the EventMesh Runtime, And write the data to the path
located : `connectorConfig.topic`/Year/Month/Day ; the file named:【
`connectorConfig.topic` + Current time Hour (24 hours) + timestamp 】.
4. Using the Topic specified in `pubSubConfig.subject`, send a message to
EventMesh, which you will persist in the file.
```yaml
@@ -24,11 +24,11 @@ connectorConfig:
topic: TopicTest
```
-## FileSourceConnector:Read from File to EventMesh
+## FileSourceConnector: Read from File to EventMesh
1. Start your EventMesh Runtime.
2. Enable sinkConnector and check `source-config.yml`.
-3. Started FileConnectServer,It sends the data read from
`connectorConfig.filePath` to `pubSubConfig.subject` in the EventMesh Runtime.
+3. Started FileConnectServer, It sends the data read from
`connectorConfig.filePath` to `pubSubConfig.subject` in the EventMesh Runtime.
4. The append to the file content is recognized, and you receive the message
in EventMesh.
```yaml
diff --git a/docs/design-document/03-connect/11-kafka-connector.md
b/docs/design-document/03-connect/11-kafka-connector.md
index 7ff65580b..c8a017811 100644
--- a/docs/design-document/03-connect/11-kafka-connector.md
+++ b/docs/design-document/03-connect/11-kafka-connector.md
@@ -1,6 +1,6 @@
# Kafka
-## KafkaSinkConnector:From EventMesh to Kafka
+## KafkaSinkConnector: From EventMesh to Kafka
1. Start your EventMesh Runtime.
2. Enable sinkConnector and check `sink-config.yml`.
@@ -27,7 +27,7 @@ connectorConfig:
valueConverter: org.apache.kafka.common.serialization.StringSerializer
```
-## KafkaSourceConnector:From Kafka to EventMesh
+## KafkaSourceConnector: From Kafka to EventMesh
1. Start your EventMesh Runtime.
2. Enable sourceConnector and check `source-config.yml`.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]