From fd81d145da1a84848eaf7c1b6152d3e514f5ef6d Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Fri, 3 May 2024 11:38:27 +0200 Subject: [PATCH] :building_construction: update domain name --- src/pronouns/config.clj | 3 ++- src/pronouns/pages.clj | 17 +++++++++-------- src/pronouns/util.clj | 3 ++- src/pronouns/web.clj | 3 ++- 4 files changed, 15 insertions(+), 11 deletions(-) diff --git a/src/pronouns/config.clj b/src/pronouns/config.clj index e35ac7e..061f9d9 100644 --- a/src/pronouns/config.clj +++ b/src/pronouns/config.clj @@ -1,5 +1,6 @@ -;; pronoun.is - a website for pronoun usage examples +;; pronoun.lol - a website for pronoun usage examples ;; Copyright (C) 2014 - 2018 Morgan Astra +;; Copyright (C) 2024 Kim Endisch ;; This program is free software: you can redistribute it and/or modify ;; it under the terms of the GNU Affero General Public License as diff --git a/src/pronouns/pages.clj b/src/pronouns/pages.clj index 5b09466..5cf6573 100644 --- a/src/pronouns/pages.clj +++ b/src/pronouns/pages.clj @@ -1,5 +1,6 @@ -;; pronoun.is - a website for pronoun usage examples +;; pronoun.lol - a website for pronoun usage examples ;; Copyright (C) 2014 - 2018 Morgan Astra +;; Copyright (C) 2024 Kim Endisch ;; This program is free software: you can redistribute it and/or modify ;; it under the terms of the GNU Affero General Public License as @@ -94,7 +95,7 @@ [:p "Full usage: " ;; FIXME morgan.astra <2018-11-14 Wed> ;; This looks really ugly in the browser - [:tt "https://pronoun.is/subject-pronoun/object-pronoun/possessive-determiner/possessive-pronoun/reflexive"] + [:tt "https://pronoun.lol/subject-pronoun/object-pronoun/possessive-determiner/possessive-pronoun/reflexive"] " displays examples of your pronouns."] [:p "This is a bit unwieldy. If we have a good guess we'll let you use" " just the first one or two."]]) @@ -106,11 +107,11 @@ [:p "Written by " (twitter-name "morganastra") ", whose " - (href "https://pronoun.is/she" "pronoun.is/she")] - [:p "pronoun.is is free software under the " + (href "https://pronoun.lol/she" "pronoun.lol/she")] + [:p "pronoun.lol is free software under the " (href "https://www.gnu.org/licenses/agpl.html" "AGPLv3") "! visit the project on " - (href "https://github.com/witch-house/pronoun.is" "github")] + (href "https://github.com/witch-house/pronoun.lol" "github")] [:p "<3"]])) (defn footer-block [] @@ -160,7 +161,7 @@ (let [abbreviations (take 6 (u/abbreviate @pronouns-table)) links (map make-link abbreviations) title "Pronoun Island" - description "Pronoun.is is a website for personal pronoun usage examples."] + description "Pronoun.lol is a website for personal pronoun usage examples."] (html [:html [:head @@ -175,7 +176,7 @@ [:body (header-block title) [:div {:class "section table"} - [:p "pronoun.is is a website for personal pronoun usage examples"] + [:p "pronoun.lol is a website for personal pronoun usage examples"] [:p "here are some pronouns the site knows about:"] [:ul links] [:p [:small (href "all-pronouns" "see all pronouns in the database")]]]] @@ -220,7 +221,7 @@ [:div "Did you mean: " (href new-path - (str "pronoun.is" + (str "pronoun.lol" new-path))]))] (footer-block)]]))) diff --git a/src/pronouns/util.clj b/src/pronouns/util.clj index 7469dcf..08a54fc 100644 --- a/src/pronouns/util.clj +++ b/src/pronouns/util.clj @@ -1,5 +1,6 @@ -;; pronoun.is - a website for pronoun usage examples +;; pronoun.lol - a website for pronoun usage examples ;; Copyright (C) 2014 - 2018 Morgan Astra +;; Copyright (C) 2024 Kim Endisch ;; This program is free software: you can redistribute it and/or modify ;; it under the terms of the GNU Affero General Public License as diff --git a/src/pronouns/web.clj b/src/pronouns/web.clj index 9fd740d..e69c39e 100644 --- a/src/pronouns/web.clj +++ b/src/pronouns/web.clj @@ -1,5 +1,6 @@ -;; pronoun.is - a website for pronoun usage examples +;; pronoun.lol - a website for pronoun usage examples ;; Copyright (C) 2014 - 2018 Morgan Astra +;; Copyright (C) 2024 Kim Endisch ;; This program is free software: you can redistribute it and/or modify ;; it under the terms of the GNU Affero General Public License as