From 69a99b87a657a326903bd161102bb6c14af12b7c Mon Sep 17 00:00:00 2001 From: Gerhard Gonter <ggonter@gmail.com> Date: Sun, 7 Mar 2021 18:36:24 +0100 Subject: [PATCH] added OJS rhy --- dcd.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dcd.pl b/dcd.pl index 6f7f993..86157ab 100755 --- a/dcd.pl +++ b/dcd.pl @@ -159,7 +159,7 @@ sub register_url || $repo_url =~ m#https://(ojs3test\.univie\.ac\.at)/index\.php/wks/article/view/(\d+)$# || $repo_url =~ m#https://(wbagon\.univie\.ac\.at)/index\.php/(wbagon)/article/view/(\d+)$# || $repo_url =~ m#https://(rezenstfm\.univie\.ac\.at)/index\.php/(tfm)/article/view/(\d+)$# - || $repo_url =~ m#https://(journals\.univie\.ac\.at)/index\.php/(yis|kf|mp|oezg|wdr|aaj|lili)/article/view/(\d+)$# + || $repo_url =~ m#https://(journals\.univie\.ac\.at)/index\.php/(yis|kf|mp|oezg|rhy|wdr|aaj|lili)/article/view/(\d+)$# || $repo_url =~ m#https://(yis\.univie\.ac\.at)/index\.php/(yis)/article/view/(\d+)$# || $repo_url =~ m#https://(chronotopos\.eu)/index\.php/(cts)/article/view/(\d+)$# || $repo_url =~ m#https://(viennalawreview\.com)/index\.php/(vlr)/article/view/(\d+)$# -- GitLab