diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..b65eefa5581a20286258fa785d8158f22bf18337 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +The MIT License +Copyright (c) 2019 Estonian Information System Authority (RIA), + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + diff --git a/package.json b/package.json index 2f26860726a6fe76b634102aae0be5f74119d650..f3fc6679e7aa8827300b734099c0321963e80133 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "scripts": { "ng": "ng", "start": "ng serve", - "build": "ng build", + "build": "ng build --prod --base-href /catalogue/", "test": "ng test", "test-headless": "ng test --watch=false --browsers=ChromiumHeadless", "test-docker": "ng test --watch=false --browsers=ChromiumDocker", diff --git a/src/assets/i18n/est.json b/src/assets/i18n/est.json index 8dee45fb3d459c864a9152d23dec80d1e1eab692..f9363a45db4eb270999049c0dc7dbc697ef5790d 100644 --- a/src/assets/i18n/est.json +++ b/src/assets/i18n/est.json @@ -23,7 +23,7 @@ "searchFilters": "Otsingu filtrid", "nameFilter": "Filtreeri nime järgi", "limit": "Alamsüsteemide näitamise piirang", - "nonEmpty": "Näita vaid teenustepakkujad", + "nonEmpty": "Näita vaid teenusepakkujaid", "allOption": "Kõik" }, "subsystem": { @@ -44,4 +44,4 @@ "subsystemNotFoundWarning": "Alamsüsteem \"{{subsystem}}\" ei ole leitud!" }, "scrollToTop": "Lehe algusesse" -} \ No newline at end of file +} diff --git a/src/favicon.ico b/src/favicon.ico index 04acd86c8ef6950acc34651f41e18dff304a533c..59be6177eaadcf1c6d9b2d5fb6c4aae7b64eada2 100644 Binary files a/src/favicon.ico and b/src/favicon.ico differ diff --git a/src/favicon_orig.ico b/src/favicon_orig.ico deleted file mode 100644 index 59be6177eaadcf1c6d9b2d5fb6c4aae7b64eada2..0000000000000000000000000000000000000000 Binary files a/src/favicon_orig.ico and /dev/null differ diff --git a/src/favicon_xrd_green.ico b/src/favicon_xrd_green.ico new file mode 100644 index 0000000000000000000000000000000000000000..04acd86c8ef6950acc34651f41e18dff304a533c Binary files /dev/null and b/src/favicon_xrd_green.ico differ diff --git a/src/favicon_xt.ico b/src/favicon_xt.ico new file mode 100644 index 0000000000000000000000000000000000000000..1bfcaa2348802b88e443511c1ae741d140572d52 Binary files /dev/null and b/src/favicon_xt.ico differ diff --git a/src/favicon_xt.xcf b/src/favicon_xt.xcf new file mode 100644 index 0000000000000000000000000000000000000000..3caee22c33058b175c01838ea46c995167af1f27 Binary files /dev/null and b/src/favicon_xt.xcf differ