Replace karamoff.dev with kytta.dev

This commit is contained in:
Nikita Karamov 2021-11-04 18:01:45 +01:00
parent cf0bee0a66
commit 3b8e22a507
No known key found for this signature in database
GPG Key ID: 7FCADEDBB1AEBE44
7 changed files with 11 additions and 11 deletions

View File

@ -7,7 +7,7 @@
And if you open this page with `text` URL parameter, it will be auto-inserted in the text field. The same goes for the `instance` URL parameter. This can be used to build custom share buttons for Mastodon: And if you open this page with `text` URL parameter, it will be auto-inserted in the text field. The same goes for the `instance` URL parameter. This can be used to build custom share buttons for Mastodon:
```html ```html
<a href="https://toot.karamoff.dev/?text=Hello%20world!&instance=https%3A%2F%2Fmastodon.xyz"> <a href="https://toot.kytta.dev/?text=Hello%20world!&instance=https%3A%2F%2Fmastodon.xyz">
Share on Mastodon Share on Mastodon
</a> </a>
``` ```
@ -62,7 +62,7 @@ The repo banner includes Mastodons Full logo, licensed under [AGPL-3.0]
The source code is being hosted The source code is being hosted
on [GitHub](https://github.com/NickKaramoff/toot), with mirrors on [GitHub](https://github.com/NickKaramoff/toot), with mirrors
on [GitLab](https://gitlab.com/NickKaramoff/toot) on [GitLab](https://gitlab.com/kytta/toot)
and [Codeberg](https://codeberg.org/NickKaramoff/toot). and [Codeberg](https://codeberg.org/kytta/toot).
[toot]: https://toot.karamoff.dev [toot]: https://toot.kytta.dev

View File

@ -1,6 +1,6 @@
/*! /*!
toot - Cross-instance share page for Mastodon toot - Cross-instance share page for Mastodon
Copyright (C) 2020-2021 Nikita Karamov <nick@karamoff.dev> Copyright (C) 2020-2021 Nikita Karamov <me@kytta.dev>
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published it under the terms of the GNU Affero General Public License as published

View File

@ -3,8 +3,8 @@
"version": "2.1.0", "version": "2.1.0",
"description": "Cross-instance share page for Mastodon", "description": "Cross-instance share page for Mastodon",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"author": "Nikita Karamov <nick@karamoff.dev>", "author": "Nikita Karamov <me@kytta.dev>",
"homepage": "https://toot.karamoff.dev/", "homepage": "https://toot.kytta.dev/",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/NickKaramoff/toot.git" "url": "https://github.com/NickKaramoff/toot.git"

View File

@ -2,7 +2,7 @@
@source: https://github.com/NickKaramoff/toot/blob/main/src/index.html @source: https://github.com/NickKaramoff/toot/blob/main/src/index.html
toot - Cross-instance share page for Mastodon toot - Cross-instance share page for Mastodon
Copyright (C) 2020-2021 Nikita Karamov <nick@karamoff.dev> Copyright (C) 2020-2021 Nikita Karamov <me@kytta.dev>
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published it under the terms of the GNU Affero General Public License as published

View File

@ -5,7 +5,7 @@
* JavaScript code in this page. * JavaScript code in this page.
* *
* toot - Cross-instance share page for Mastodon * toot - Cross-instance share page for Mastodon
* Copyright (C) 2020-2021 Nikita Karamov <nick@karamoff.dev> * Copyright (C) 2020-2021 Nikita Karamov <me@kytta.dev>
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published * it under the terms of the GNU Affero General Public License as published

View File

@ -2,7 +2,7 @@
* @source: https://github.com/NickKaramoff/toot/blob/main/src/scss/_variables.scss * @source: https://github.com/NickKaramoff/toot/blob/main/src/scss/_variables.scss
* *
* toot - Cross-instance share page for Mastodon * toot - Cross-instance share page for Mastodon
* Copyright (C) 2020-2021 Nikita Karamov <nick@karamoff.dev> * Copyright (C) 2020-2021 Nikita Karamov <me@kytta.dev>
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published * it under the terms of the GNU Affero General Public License as published

View File

@ -2,7 +2,7 @@
* @source: https://github.com/NickKaramoff/toot/blob/main/src/scss/style.scss * @source: https://github.com/NickKaramoff/toot/blob/main/src/scss/style.scss
* *
* toot - Cross-instance share page for Mastodon * toot - Cross-instance share page for Mastodon
* Copyright (C) 2020-2021 Nikita Karamov <nick@karamoff.dev> * Copyright (C) 2020-2021 Nikita Karamov <me@kytta.dev>
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published * it under the terms of the GNU Affero General Public License as published