🏗️ update domain name

This commit is contained in:
DrMaxNix 2024-05-03 11:38:27 +02:00
parent bafe877ef6
commit fd81d145da
4 changed files with 15 additions and 11 deletions

View File

@ -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

View File

@ -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 "&lt;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)]])))

View File

@ -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

View File

@ -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