Skip to content

Commit

Permalink
ajout de l'université de pau (#40)
Browse files Browse the repository at this point in the history
* update README.md

ajout de l'université de pau

* Update README.md

* Update config.js

* Update manifest.json

* Update manifest.json

* Update ophirofox/content_scripts/config.js

* Update ophirofox/content_scripts/config.js

---------

Co-authored-by: Ophir LOJKINE <[email protected]>
  • Loading branch information
lgrardin and lovasoa authored Aug 11, 2023
1 parent 87942f7 commit a24c205
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ L'extension fonctionne avec les portails universitaires suivants :
- [**Europresse Université de Haute-Alsace**](https://scd-proxy.uha.fr/login?url=http://nouveau.europresse.com/access/ip/default.aspx?un=ALSACET_1)
- [**Europresse Université Paris Cité**](https://ezproxy.u-paris.fr/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=UNIVPARIS)
- [**Europresse Université de Franche-Comté**](http://scd1.univ-fcomte.fr/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=FCOMTET_1)

- [**Europresse Université de Pau et des pays de l'Adour**](https://nouveau-europresse-com.rproxy.univ-pau.fr/access/ip/default.aspx?un=uppaT_2)

Ou directement via le site Europresse.

## Sites supportés
Expand Down
7 changes: 7 additions & 0 deletions ophirofox/content_scripts/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,13 @@ const ophirofox_config_list = [
AUTH_URL:
"http://scd1.univ-fcomte.fr/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=FCOMTET_1",
},
{
name: "Université de Pau et des Pays de l'Adour",
domains: ["univ-pau.fr"],
LOGIN_URL: "https://rproxy.univ-pau.fr/login",
AUTH_URL:
"https://rproxy.univ-pau.fr/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=uppaT_2",
},
{
name: "Pas d'intermédiaire",
domains: ["europresse.com"],
Expand Down
9 changes: 6 additions & 3 deletions ophirofox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@
"https://nouveau-europresse-com.acces.bibliotheque-diderot.fr/Search/Reading*",
"https://nouveau-europresse-com.scd-proxy.uha.fr/Search/Reading*",
"https://nouveau-europresse-com.ezproxy.u-paris.fr/Search/Reading*",
"https://nouveau-europresse-com.scd1.univ-fcomte.fr/Search/Reading*"
"https://nouveau-europresse-com.scd1.univ-fcomte.fr/Search/Reading*",
"https://nouveau-europresse-com.rproxy.univ-pau.fr/Login*"
],
"js": [
"content_scripts/europresse_search.js"
Expand All @@ -161,7 +162,8 @@
"https://nouveau-europresse-com.acces.bibliotheque-diderot.fr/Login*",
"https://nouveau-europresse-com.scd-proxy.uha.fr/Login*",
"https://nouveau-europresse-com.ezproxy.u-paris.fr/Login*",
"https://nouveau-europresse-com.scd1.univ-fcomte.fr/Login*"
"https://nouveau-europresse-com.scd1.univ-fcomte.fr/Login*",
"https://nouveau-europresse-com.rproxy.univ-pau.fr/Login*"
],
"js": [
"content_scripts/config.js",
Expand All @@ -184,7 +186,8 @@
"https://nouveau-europresse-com.acces.bibliotheque-diderot.fr/Search/ResultMobile*",
"https://nouveau-europresse-com.scd-proxy.uha.fr/Search/ResultMobile*",
"https://nouveau-europresse-com.ezproxy.u-paris.fr/Search/ResultMobile*",
"https://nouveau-europresse-com.scd1.univ-fcomte.fr/Search/ResultMobile*"
"https://nouveau-europresse-com.scd1.univ-fcomte.fr/Search/ResultMobile*",
"https://nouveau-europresse-com.rproxy.univ-pau.fr/Search/ResultMobile*"
],
"css": [
"content_scripts/europresse_article.css"
Expand Down

0 comments on commit a24c205

Please sign in to comment.