diff --git a/README.md b/README.md index 91ffb78..49bbacb 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Cookie Aware Cors Proxy is an http proxy letting the browser itself manages cookies and redirects. Most other cores proxy directly respond to redirects, and doesn't send cookies, thus breaking the flow. + With Cookie Aware Cors Proxy, you can call a website not supporting CORS from your own web application, and get the html result. ### Features @@ -29,9 +30,7 @@ With Cookie Aware Cors Proxy, you can call a website not supporting CORS from yo ## Screenshots -![Screenshot of Cors Proxy](./doc/screenshots/document-edit.png) -![Screenshot of Cors Proxy](./doc/screenshots/collection-view.png) -![Screenshot of Cors Proxy](./doc/screenshots/databases-view.png) +![Screenshot of Cors Proxy](./doc/screenshots/fnac-logs.png) ## Disclaimers / important information diff --git a/README_fr.md b/README_fr.md index afdbdfd..c0f7d68 100644 --- a/README_fr.md +++ b/README_fr.md @@ -5,18 +5,19 @@ It shall NOT be edited by hand. # Cors Proxy pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/cac-proxy.svg)](https://dash.yunohost.org/appci/app/cac-proxy) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/cac-proxy.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/cac-proxy.maintain.svg) +[![Niveau d’intégration](https://dash.yunohost.org/integration/cac-proxy.svg)](https://dash.yunohost.org/appci/app/cac-proxy) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/cac-proxy.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/cac-proxy.maintain.svg) [![Installer Cors Proxy avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=cac-proxy) *[Read this readme in english.](./README.md)* -> *Ce package vous permet d'installer Cors Proxy rapidement et simplement sur un serveur YunoHost. -Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.* +> *Ce package vous permet d’installer Cors Proxy rapidement et simplement sur un serveur YunoHost. +Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.* -## Vue d'ensemble +## Vue d’ensemble Cookie Aware Cors Proxy is an http proxy letting the browser itself manages cookies and redirects. Most other cores proxy directly respond to redirects, and doesn't send cookies, thus breaking the flow. + With Cookie Aware Cors Proxy, you can call a website not supporting CORS from your own web application, and get the html result. ### Features @@ -27,11 +28,9 @@ With Cookie Aware Cors Proxy, you can call a website not supporting CORS from yo **Version incluse :** 1.0~ynh1 -## Captures d'écran +## Captures d’écran -![Capture d'écran de Cors Proxy](./doc/screenshots/document-edit.png) -![Capture d'écran de Cors Proxy](./doc/screenshots/collection-view.png) -![Capture d'écran de Cors Proxy](./doc/screenshots/databases-view.png) +![Capture d’écran de Cors Proxy](./doc/screenshots/fnac-logs.png) ## Avertissements / informations importantes @@ -42,7 +41,7 @@ With Cookie Aware Cors Proxy, you can call a website not supporting CORS from yo ## Documentations et ressources -* Dépôt de code officiel de l'app : +* Dépôt de code officiel de l’app : * Documentation YunoHost pour cette app : * Signaler un bug : @@ -58,4 +57,4 @@ ou sudo yunohost app upgrade cac-proxy -u https://github.com/YunoHost-Apps/cac-proxy_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications :** +**Plus d’infos sur le packaging d’applications :** \ No newline at end of file diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 025ee83..5ff5f2d 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1,5 +1,6 @@ Cookie Aware Cors Proxy is an http proxy letting the browser itself manages cookies and redirects. Most other cores proxy directly respond to redirects, and doesn't send cookies, thus breaking the flow. + With Cookie Aware Cors Proxy, you can call a website not supporting CORS from your own web application, and get the html result. ### Features diff --git a/doc/screenshots/collection-view.png b/doc/screenshots/collection-view.png deleted file mode 100644 index e25adbc..0000000 Binary files a/doc/screenshots/collection-view.png and /dev/null differ diff --git a/doc/screenshots/databases-view.png b/doc/screenshots/databases-view.png deleted file mode 100644 index bb53b8a..0000000 Binary files a/doc/screenshots/databases-view.png and /dev/null differ diff --git a/doc/screenshots/document-edit.png b/doc/screenshots/document-edit.png deleted file mode 100644 index cabfd5b..0000000 Binary files a/doc/screenshots/document-edit.png and /dev/null differ diff --git a/doc/screenshots/fnac-logs.png b/doc/screenshots/fnac-logs.png new file mode 100644 index 0000000..8bb1cec Binary files /dev/null and b/doc/screenshots/fnac-logs.png differ