From 45085c2d0b732e00df6c956ed0c17ab89064270b Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Sat, 24 Aug 2019 20:00:20 +0300 Subject: [PATCH 1/2] Fixed trailing slash --- web/tpl/page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/tpl/page.html b/web/tpl/page.html index 027f89a..542b1e9 100644 --- a/web/tpl/page.html +++ b/web/tpl/page.html @@ -90,7 +90,7 @@ localStorage.setItem("glossa.info.lexis.language", lang); - window.location = path.join("/") + "/" + window.location.search; + window.location = path.join("/").replace(/\/?$/, '/') + window.location.search; } }; From 668288464e974b91210a62ce63ea632ea2c9a1b1 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Sun, 25 Aug 2019 18:39:59 +0300 Subject: [PATCH 2/2] Moved to code.envrm.info --- README.md | 4 ++-- web/tpl/about-en.html | 4 ++-- web/tpl/about-ru.html | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0bec81b..c399936 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Binary files are available for [Linux](dist/lexis.linux.bin) and [MacOS](dist/le ### Building from sources - $ git clone https://notabug.org/envrm/lexis + $ git clone https://code.envrm.info/src/lexis $ cd lexis #1 @@ -79,5 +79,5 @@ Binary files are available for [Linux](dist/lexis.linux.bin) and [MacOS](dist/le # Development -Submit your suggestions, amendments and improvements at [https://notabug.org/envrm/lexis](https://notabug.org/envrm/lexis) or send them to the e-mail address specified at [glossa.info](https://glossa.info/). +Submit your suggestions, amendments and improvements at [https://code.envrm.info/src/lexis](https://code.envrm.info/src/lexis) or send them to the e-mail address specified at [glossa.info](https://glossa.info/). diff --git a/web/tpl/about-en.html b/web/tpl/about-en.html index cb2261a..a423a8f 100644 --- a/web/tpl/about-en.html +++ b/web/tpl/about-en.html @@ -57,7 +57,7 @@ form, facilitating translation from ancient languages.

Building from sources

-  $ git clone https://notabug.org/envrm/lexis
+  $ git clone https://code.envrm.info/src/lexis
   $ cd lexis
 
   #1
@@ -100,7 +100,7 @@ form, facilitating translation from ancient languages.

Development

Submit your suggestions, amendments and improvements at -https://notabug.org/envrm/lexis +https://code.envrm.info/src/lexis or send them to the e-mail address specified at glossa.info.

diff --git a/web/tpl/about-ru.html b/web/tpl/about-ru.html index d147030..d782851 100644 --- a/web/tpl/about-ru.html +++ b/web/tpl/about-ru.html @@ -58,7 +58,7 @@

Сборка исходного кода

-  $ git clone https://notabug.org/envrm/lexis
+  $ git clone https://code.envrm.info/src/lexis
   $ cd lexis
 
   #1
@@ -100,7 +100,7 @@
 
 

Разработка

-

Предложения, доработки и исправления принимаются в https://notabug.org/envrm/lexis +

Предложения, доработки и исправления принимаются в https://code.envrm.info/src/lexis или по адресу электронной почты, указанному на главной странице проекта glossa.info.

{{ end }}