From 6ee3e939b1e606dcc04019abd531d51ecd1d4dc1 Mon Sep 17 00:00:00 2001 From: Manuel Beck Date: Mon, 27 Oct 2025 09:53:15 +0100 Subject: [PATCH 1/4] Add introduction to explain the repository - Explain, that this is not the npm package `cordova` but is a landing page for cordova repositories, documentations and home for discussions - Add link to `cordova-cli` --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b8fabcc..97f2eaf 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +# Introduction +This repository is a landing page for Cordova specific repositories, some documentations and home for discussions. It does not reflect the npm package `cordova` which is the Cordova command line interface. That repository can be found under [apache/cordova-cli](https://github.com/apache/cordova-cli). + # Apache Cordova - Mobile apps with HTML, CSS & JS From e0f109e14de147a6fea9c9965e219f5dc45e44a1 Mon Sep 17 00:00:00 2001 From: Manuel Beck Date: Tue, 28 Oct 2025 11:48:49 +0100 Subject: [PATCH 2/4] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: エリス --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 97f2eaf..f63193e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# Introduction +## About this Repository + This repository is a landing page for Cordova specific repositories, some documentations and home for discussions. It does not reflect the npm package `cordova` which is the Cordova command line interface. That repository can be found under [apache/cordova-cli](https://github.com/apache/cordova-cli). # Apache Cordova From 922af649c0627dbba5b9406069427e11aeb7de9f Mon Sep 17 00:00:00 2001 From: Manuel Beck Date: Tue, 28 Oct 2025 11:52:22 +0100 Subject: [PATCH 3/4] README: Move `About this Repository` under `Apache Cordova` - After changed from `#` to `##` it was not positioned correctly --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f63193e..dec95ee 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,3 @@ -## About this Repository - -This repository is a landing page for Cordova specific repositories, some documentations and home for discussions. It does not reflect the npm package `cordova` which is the Cordova command line interface. That repository can be found under [apache/cordova-cli](https://github.com/apache/cordova-cli). - # Apache Cordova - Mobile apps with HTML, CSS & JS @@ -10,6 +6,10 @@ This repository is a landing page for Cordova specific repositories, some docume Website and documentation: https://cordova.apache.org/ +## About this Repository + +This repository is a landing page for Cordova specific repositories, some documentations and home for discussions. It does not reflect the npm package `cordova` which is the Cordova command line interface. That repository can be found under [apache/cordova-cli](https://github.com/apache/cordova-cli). + ## Filing a Bug To file a bug, or raise another type of issue, please navigate to the appropriate repo from the list below and create a `New Issue` from the `Issues` tab of the repo. From 0d432bf72a571aabb98ac05b3b2c068a057ba472 Mon Sep 17 00:00:00 2001 From: Manuel Beck Date: Tue, 28 Oct 2025 15:59:12 +0100 Subject: [PATCH 4/4] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove whitespace Co-authored-by: エリス --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dec95ee..78fffdb 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Website and documentation: https://cordova.apache.org/ ## About this Repository -This repository is a landing page for Cordova specific repositories, some documentations and home for discussions. It does not reflect the npm package `cordova` which is the Cordova command line interface. That repository can be found under [apache/cordova-cli](https://github.com/apache/cordova-cli). +This repository is a landing page for Cordova specific repositories, some documentations and home for discussions. It does not reflect the npm package `cordova` which is the Cordova command line interface. That repository can be found under [apache/cordova-cli](https://github.com/apache/cordova-cli). ## Filing a Bug