diff --git a/README.md b/README.md index 06c6744..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 diff --git a/README_fr.md b/README_fr.md index 5598eed..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,9 +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/fnac-logs.png) +![Capture d’écran de Cors Proxy](./doc/screenshots/fnac-logs.png) ## Avertissements / informations importantes @@ -40,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 : @@ -56,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