From 3f9ef000ab747274290c70d8a44ff43cab51662b Mon Sep 17 00:00:00 2001 From: Marcus Rohrmoser Date: Fri, 4 Mar 2022 10:59:38 +0100 Subject: [PATCH] README etc. --- README.md | 11 +++++------ swift4/ShaarliOSTests/ShaarliOSTests.swift | 2 +- swift4/deploy/deploy-ipa.sh | 8 +++++--- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b017fba..5d0b39f 100644 --- a/README.md +++ b/README.md @@ -23,15 +23,14 @@ or > !! future verions (1.5+) shall use an API, see https://mro.name/ShaarliO/api -All -[proper Shaarli versions](https://travis-ci.org/mro/Shaarli-API-test), both -[community fork](https://github.com/shaarli/Shaarli/releases) and -[vanilla](https://github.com/sebsauvage/Shaarli/releases), on more than -[all current PHP versions](http://php.net/supported-versions.php), all +All Shaarli versions from current +[community fork](https://github.com/shaarli/Shaarli/releases) back to +[vanilla](https://github.com/sebsauvage/Shaarli/releases), on all old and +[current PHP versions](http://php.net/supported-versions.php), all [themes and templates](https://github.com/shaarli/shaarli-themes). If your version is missing or you found a Shaarli that doesn't work, please file an -issue. +[issue](https://mro.name/ShaarliOS/issues). ## License diff --git a/swift4/ShaarliOSTests/ShaarliOSTests.swift b/swift4/ShaarliOSTests/ShaarliOSTests.swift index e14bb3e..0c0639e 100644 --- a/swift4/ShaarliOSTests/ShaarliOSTests.swift +++ b/swift4/ShaarliOSTests/ShaarliOSTests.swift @@ -56,7 +56,7 @@ class ShaarliOSTests: XCTestCase { } func testRfc1123() { - XCTAssertEqual("Sat, 01 Jan 0001 00:00:00 GMT", RFC1123(Date.distantPast)) + XCTAssertEqual("Sat, 30 Dec 0001 00:00:00 GMT", RFC1123(Date.distantPast)) } func testUrl () { diff --git a/swift4/deploy/deploy-ipa.sh b/swift4/deploy/deploy-ipa.sh index 5c30db7..ad6cd3b 100755 --- a/swift4/deploy/deploy-ipa.sh +++ b/swift4/deploy/deploy-ipa.sh @@ -1,8 +1,10 @@ #!/bin/sh -host="darknet.mro.name" -baseurl="https://${host}/dev/" -basedir="/var/www/vhosts/${host}/pages/dev/" +host="dev.mro.name" +baseurl="https://${host}/" +basedir="/var/www/vhosts/${host}/pages/" +# ssh +host="c1" # DO EDIT ABOVE # DO NOT EDIT BELOW -- 2.11.4.GIT