Skip to content

Commit

Permalink
use_xml_proxy und xml_proxy_path entfernt
Browse files Browse the repository at this point in the history
  • Loading branch information
DracoBlue committed Jan 18, 2016
1 parent 4e6b933 commit 23497a3
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 341 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ Die App beinhaltet direkt eine `config.json`.
"base_url": "https://api.uni-potsdam.de/endpoints/roomsAPI/1.0/",
"transport_base_url": "https://api.uni-potsdam.de/endpoints/transportAPI/1.0/",
"authorization": "Bearer xxxxxxx", // Das Token, von api.uni-potsdam.de
"xml_proxy_path": "./xml.php",
"use_xml_proxy": false, // soll der xml_proxy_path als fallback benutzt werden? Z.B. wenn die CORS-Header nicht richtig gesetzt sind.
"campus": 3, // Auf welchem Campus hängt das Panel?
"house": 6, // In welchem Haus hängt das Panel?
"station_id": "009230003#86", // ID der Station für die Nahverkehrsinformationen
Expand Down Expand Up @@ -129,7 +127,6 @@ Die folgenden Technologien werden bei der Umsetzung der `rooms` Webanwendung ben
| jsb.js | Library um Javascript-Verhalten ohne Inline-JS auf HTML-Elemente zu tun | - |
| html5shiv | Polyfill damit HTML5-Elemente auch in älteren Browsern funktionieren | - |
| respond.js | Media-Query Polyfill für ältere IE-Browser | - |
| Composer und Doctrine-Cache | Für xml.php (als Fallback falls die externe Api nicht verfügbar ist oder CORS-Header nicht richtig gesetzt sind) | - |


## MVC (JS Objekte)
Expand Down
Empty file removed cache/.gitkeep
Empty file.
13 changes: 0 additions & 13 deletions composer.json

This file was deleted.

245 changes: 0 additions & 245 deletions composer.lock

This file was deleted.

2 changes: 0 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
"base_url": "https://api.uni-potsdam.de/endpoints/roomsAPI/1.0/",
"transport_base_url": "https://api.uni-potsdam.de/endpoints/transportAPI/1.0/",
"authorization": "Bearer c06156e119040a27a4b43fa933f130",
"xml_proxy_path": "./xml.php",
"use_xml_proxy": false,
"campus": 3,
"house": 6,
"event_location": "Uni-Komplex Am Neuen Palais",
Expand Down
78 changes: 0 additions & 78 deletions xml.php

This file was deleted.

0 comments on commit 23497a3

Please sign in to comment.