mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 05:33:08 +02:00
chore: update all misskey references in the pug files to sharkey
This commit is contained in:
parent
5915854174
commit
3be606cd02
6 changed files with 36 additions and 28 deletions
|
@ -8,29 +8,33 @@ doctype html
|
|||
//
|
||||
-
|
||||
_____ _ _
|
||||
| |_|___ ___| |_ ___ _ _
|
||||
| | | | |_ -|_ -| '_| -_| | |
|
||||
|_|_|_|_|___|___|_,_|___|_ |
|
||||
|___|
|
||||
Thank you for using Misskey!
|
||||
/ ___| | | |
|
||||
\ `--.| |__ __ _ _ __| | _____ _ _
|
||||
`--. \ '_ \ / _` | '__| |/ / _ \ | | |
|
||||
/\__/ / | | | (_| | | | < __/ |_| |
|
||||
\____/|_| |_|\__,_|_| |_|\_\___|\__, |
|
||||
__/ |
|
||||
|___/
|
||||
|
||||
Thank you for using Sharkey!
|
||||
If you are reading this message... how about joining the development?
|
||||
https://github.com/misskey-dev/misskey
|
||||
https://github.com/transfem-org/sharkkey
|
||||
|
||||
|
||||
html
|
||||
|
||||
head
|
||||
meta(charset='utf-8')
|
||||
meta(name='application-name' content='Misskey')
|
||||
meta(name='application-name' content='Sharkey')
|
||||
meta(name='referrer' content='origin')
|
||||
meta(name='theme-color' content= themeColor || '#86b300')
|
||||
meta(name='theme-color-orig' content= themeColor || '#86b300')
|
||||
meta(property='og:site_name' content= instanceName || 'Misskey')
|
||||
meta(property='og:site_name' content= instanceName || 'Sharkey')
|
||||
meta(name='viewport' content='width=device-width, initial-scale=1')
|
||||
link(rel='icon' href= icon || '/favicon.ico')
|
||||
link(rel='apple-touch-icon' href= appleTouchIcon || '/apple-touch-icon.png')
|
||||
link(rel='manifest' href='/manifest.json')
|
||||
link(rel='search' type='application/opensearchdescription+xml' title=(title || "Misskey") href=`${url}/opensearch.xml`)
|
||||
link(rel='search' type='application/opensearchdescription+xml' title=(title || "Sharkey") href=`${url}/opensearch.xml`)
|
||||
link(rel='prefetch' href=serverErrorImageUrl)
|
||||
link(rel='prefetch' href=infoImageUrl)
|
||||
link(rel='prefetch' href=notFoundImageUrl)
|
||||
|
@ -55,7 +59,7 @@ html
|
|||
block meta
|
||||
|
||||
block og
|
||||
meta(property='og:title' content= title || 'Misskey')
|
||||
meta(property='og:title' content= title || 'Sharkey')
|
||||
meta(property='og:description' content= desc || '✨🌎✨ A interplanetary communication platform ✨🚀✨')
|
||||
meta(property='og:image' content= img)
|
||||
meta(property='twitter:card' content='summary')
|
||||
|
|
|
@ -4,8 +4,8 @@ html
|
|||
|
||||
head
|
||||
meta(charset='utf-8')
|
||||
meta(name='application-name' content='Misskey')
|
||||
title Misskey Repair Tool
|
||||
meta(name='application-name' content='Sharkey')
|
||||
title Sharkey Repair Tool
|
||||
style
|
||||
include ../bios.css
|
||||
script
|
||||
|
@ -13,7 +13,7 @@ html
|
|||
|
||||
body
|
||||
header
|
||||
h1 Misskey Repair Tool #{version}
|
||||
h1 Sharkey Repair Tool #{version}
|
||||
main
|
||||
div.tabs
|
||||
button#ls edit local storage
|
||||
|
|
|
@ -4,8 +4,8 @@ html
|
|||
|
||||
head
|
||||
meta(charset='utf-8')
|
||||
meta(name='application-name' content='Misskey')
|
||||
title Misskey Cli
|
||||
meta(name='application-name' content='Sharkey')
|
||||
title Sharkey Cli
|
||||
style
|
||||
include ../cli.css
|
||||
script
|
||||
|
@ -13,7 +13,7 @@ html
|
|||
|
||||
body
|
||||
header
|
||||
h1 Misskey Cli #{version}
|
||||
h1 Sharkey Cli #{version}
|
||||
main
|
||||
div#form
|
||||
textarea#text
|
||||
|
|
|
@ -3,13 +3,17 @@ doctype html
|
|||
//
|
||||
-
|
||||
_____ _ _
|
||||
| |_|___ ___| |_ ___ _ _
|
||||
| | | | |_ -|_ -| '_| -_| | |
|
||||
|_|_|_|_|___|___|_,_|___|_ |
|
||||
|___|
|
||||
Thank you for using Misskey!
|
||||
/ ___| | | |
|
||||
\ `--.| |__ __ _ _ __| | _____ _ _
|
||||
`--. \ '_ \ / _` | '__| |/ / _ \ | | |
|
||||
/\__/ / | | | (_| | | | < __/ |_| |
|
||||
\____/|_| |_|\__,_|_| |_|\_\___|\__, |
|
||||
__/ |
|
||||
|___/
|
||||
|
||||
Thank you for using Sharkey!
|
||||
If you are reading this message... how about joining the development?
|
||||
https://github.com/misskey-dev/misskey
|
||||
https://github.com/transfem-org/sharkkey
|
||||
|
||||
|
||||
html
|
||||
|
@ -17,12 +21,12 @@ html
|
|||
head
|
||||
meta(charset='utf-8')
|
||||
meta(name='viewport' content='width=device-width, initial-scale=1')
|
||||
meta(name='application-name' content='Misskey')
|
||||
meta(name='application-name' content='Sharkey')
|
||||
meta(name='referrer' content='origin')
|
||||
|
||||
title
|
||||
block title
|
||||
= 'An error has occurred... | Misskey'
|
||||
= 'An error has occurred... | Sharkey'
|
||||
|
||||
style
|
||||
include ../error.css
|
||||
|
|
|
@ -4,7 +4,7 @@ html
|
|||
#msg
|
||||
script.
|
||||
const msg = document.getElementById('msg');
|
||||
const successText = `\nSuccess Flush! <a href="/">Back to Misskey</a>\n成功しました。<a href="/">Misskeyを開き直してください。</a>`;
|
||||
const successText = `\nSuccess Flush! <a href="/">Back to Sharkey</a>\n成功しました。<a href="/">Sharkeyを開き直してください。</a>`;
|
||||
|
||||
message('Start flushing.');
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ html
|
|||
|
||||
head
|
||||
meta(charset='utf-8')
|
||||
meta(name='application-name' content='Misskey')
|
||||
meta(name='application-name' content='Sharkey')
|
||||
title= meta.name || host
|
||||
style.
|
||||
html, body {
|
||||
|
|
Loading…
Reference in a new issue