From bbf7ce0978a1cf6947fdf600b605f97c3a856010 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 8 Sep 2020 13:31:56 +0200 Subject: [locationinfo] His: Switch from SOAP to iCal iCal downloads are much faster in more revent HisInOne versions, while the SOAP API will make cobbling together a time table for a specific room even more complicated in the next release (2020.12). Switch to iCal for now and see how it goes. TODO: Create a generic iCal backend module based on this. --- modules-available/locationinfo/lang/en/backend-hisinone.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'modules-available/locationinfo/lang/en/backend-hisinone.json') diff --git a/modules-available/locationinfo/lang/en/backend-hisinone.json b/modules-available/locationinfo/lang/en/backend-hisinone.json index 616b4c83..ee44a62e 100644 --- a/modules-available/locationinfo/lang/en/backend-hisinone.json +++ b/modules-available/locationinfo/lang/en/backend-hisinone.json @@ -1,16 +1,8 @@ { "baseUrl": "Base URL", - "baseUrl_helptext": "URL to HisInOne installation", - "open": "Service", - "open_helptext": "Sets the Web Service to use. OpenCourseService is anonymized and doesn't require authentication, so it's usually the preferred way.", - "password": "Password", - "password_helptext": "Account password. Only required if using CourseService", - "role": "Role", - "role_helptext": "Role of the user accessing the CourseService.", - "username": "Username", - "username_helptext": "Authenticating user (only required for CourseService).", + "baseUrl_helptext": "URL to HisInOne installation, or more precisely the URL to download a room's events as an iCal file, usually something like \"https:\/\/\/qisserver\/pages\/cm\/exa\/timetable\/roomScheduleCalendarExport.faces?roomId=\"", "verifyCert": "Verify certificate", "verifyCert_helptext": "If the certificate expired or was not signed by a known CA, the connection will be aborted.", "verifyHostname": "Verify host name", "verifyHostname_helptext": "The certificate's host name must match the host name given in the URL, otherwise the connection will be aborted." -} +} \ No newline at end of file -- cgit v1.2.3-55-g7522