replace all instances of ari-web.xyz with ari.lt

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2023-11-30 20:07:32 +02:00
parent c2332652e7
commit 2160ced376
23 changed files with 146 additions and 137 deletions

View file

@ -631,7 +631,7 @@ to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
ari-web.xyz
ari.lt
Copyright (C) 2022 Ari Archer <ari.web.xyz@gmail.com>
This program is free software: you can redistribute it and/or modify
@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
ari-web.xyz Copyright (C) 2023 Ari Archer <ari.web.xyz@gmail.com>
ari.lt Copyright (C) 2023 Ari Archer <ari.web.xyz@gmail.com>
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.

View file

@ -11,11 +11,11 @@
<a href="https://app.netlify.com/sites/ari-web/deploys">
<img alt="Netlify Status" src="https://api.netlify.com/api/v1/badges/4ac67547-6444-4c67-9a54-c7f8fb28427b/deploy-status"/> </a> </p>
### [My website's](https://www.ari-web.xyz/) source code.
### [My website's](https://www.ari.lt/) source code.
# Customising when self-hosting
1. Clone the repository: `git clone https://ari-web.xyz/git ari-web`
1. Clone the repository: `git clone https://ari.lt/git ari-web`
2. Enter the directory: `cd ari-web`
3. See the `/content/styles/config` and `/content/js/config` directories.
4. Open it in live server: `python3 -m http.server 5500`
@ -31,7 +31,7 @@ those JSON files in the api
So what you do, replace all `.` in the API name with \_,
then make the request to `/api_hash/..._hash.txt` and you will
get the hash, for example: <https://www.ari-web.xyz/api_hash/apis_json_hash.txt>
get the hash, for example: <https://www.ari.lt/api_hash/apis_json_hash.txt>
# Standard
@ -40,7 +40,7 @@ how to properly modify ari-web
# Usage API
The [usage api](https://www.ari-web.xyz/api/usage.json)
The [usage api](https://www.ari.lt/api/usage.json)
has all the statistics I get from netlify, it serves as
an archive and growth monitor
@ -77,11 +77,11 @@ how much per avg sites are using:
# Subdomains
- https://www.ari-web.xyz/ (source: https://ari-web.xyz/git)
- https://files.ari-web.xyz/ (source: https://files.ari-web.xyz/git)
- https://blog.ari-web.xyz/ (source: https://blog.ari-web.xyz/git)
- https://legacy.blog.ari-web.xyz/ (source: https://legacy.blog.ari-web.xyz/git)
- https://school.ari-web.xyz/ (source: proprietary (I don't want people snooping on my homework lol))
- https://user.ari-web.xyz/ (source: https://user.ari-web.xyz/git)
- https://etc.ari-web.xyz/ (source: https://etc.ari-web.xyz/git)
- https://a.ari-web.xyz/ (source: https://a.ari-web.xyz/git)
- https://www.ari.lt/ (source: https://ari.lt/git)
- https://files.ari.lt/ (source: https://files.ari.lt/git)
- https://blog.ari.lt/ (source: https://blog.ari.lt/git)
- https://legacy.blog.ari.lt/ (source: https://legacy.blog.ari.lt/git)
- https://school.ari.lt/ (source: proprietary (I don't want people snooping on my homework lol))
- https://user.ari.lt/ (source: https://user.ari.lt/git)
- https://etc.ari.lt/ (source: https://etc.ari.lt/git)
- https://a.ari.lt/ (source: https://a.ari.lt/git)

View file

@ -6,9 +6,9 @@ it follows and what standard it practices
- folder structure
- api
- 1 API route
- e.g. <https://blog.ari-web.xyz/blog.json>, you can make the request to
- e.g. <https://blog.ari.lt/blog.json>, you can make the request to
that route and thats all, hashing of it works basically the same,
but wtihout `/api/` -- <https://blog.ari-web.xyz/blog_json_hash.txt>
but wtihout `/api/` -- <https://blog.ari.lt/blog_json_hash.txt>
- \>1 API route
- use `/api` directory for APIs based on JSON if you have multiple ones
- `/api/*.json` is any API route
@ -23,17 +23,17 @@ it follows and what standard it practices
- `styles` / `css` -- CSS ( or SCSS )
- `etc` -- other content
- `/favicons/`
- this directory should purely be on the parent level domain, e.g. `ari-web.xyz`,
- this directory should purely be on the parent level domain, e.g. `ari.lt`,
this should include all of your favicons and its versions / revisions you might
use
- `/page/`
- this should include all of your pages
- this directory should purely include directories and text files
use directories for pages and text files for pages that dont make
use of html ( e.g. <https://ari-web.xyz/page/minimal.txt>, otherwise
use of html ( e.g. <https://ari.lt/page/minimal.txt>, otherwise
you should have a subdirectory and in it you should have an `index.html`
file, e.g. <https://ari-web.xyz/page/info/index.html>, which compresses
into <https://ari-web.xyz/page/info/>
file, e.g. <https://ari.lt/page/info/index.html>, which compresses
into <https://ari.lt/page/info/>
- `/index.html`
- as per HTTP this is just your home page -- `/`, you should not put it in
`/page/`, this should be in the root level directory

View file

@ -1,7 +1,7 @@
- [x] Fac command: POST to https://elijah-dev.tk/fa.php with the fa parameter being some code
- Used to have it, removed it on 2022/10/20
- [x] Chat subdomain using WebRTC
- We have [CaO](https://user.ari-web.xyz/), not going to implement
- We have [CaO](https://user.ari.lt/), not going to implement
- [x] Store files in IndexedDB
- [Overly complex API, i dont want to deliver this much JS, i already deliver quite a package](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API)
- [x] Export/Import

View file

@ -1,4 +1,6 @@
[
"https://blog.ari-web.xyz/blog.json",
"https://files.ari-web.xyz/files.json"
"https://files.ari-web.xyz/files.json",
"https://blog.ari.lt/blog.json",
"https://files.ari.lt/files.json"
]

View file

@ -5,5 +5,12 @@
"legacy.blog.ari-web.xyz",
"school.ari-web.xyz",
"user.ari-web.xyz",
"etc.ari-web.xyz"
"etc.ari-web.xyz",
"www.ari.lt",
"files.ari.lt",
"blog.ari.lt",
"legacy.blog.ari.lt",
"school.ari.lt",
"us.ari.lt",
"etc.ari.lt"
]

View file

@ -1,13 +1,13 @@
"use strict";
const BLOG_SITE = "https://blog.ari-web.xyz/";
const COMMENT_SITE = "https://user.ari-web.xyz/";
const BLOG_SITE = "https://blog.ari.lt/";
const COMMENT_SITE = "https://user.ari.lt/";
const FETCH_BLOG_POSTS = () =>
fetch("https://blog.ari-web.xyz/recents.json").then((r) => r.json());
fetch("https://blog.ari.lt/recents.json").then((r) => r.json());
const FETCH_COMMENTS = () => {
return fetch("https://server.ari-web.xyz/total")
return fetch("https://server.ari.lt/total")
.then((r) => r.text())
.then((t) => {
let total = parseInt(t);
@ -16,7 +16,7 @@ const FETCH_COMMENTS = () => {
if (fetch_from < 0) fetch_from = total;
return fetch(
`https://server.ari-web.xyz/${fetch_from}/${total}`
`https://server.ari.lt/${fetch_from}/${total}`
).then((r) => r.json());
});
};

View file

@ -56,7 +56,7 @@
//--><!]]>
</script>
<script src="https://user.ari-web.xyz/content/js/linkify.js"></script>
<script src="https://user.ari.lt/content/js/linkify.js"></script>
<script src="/content/js/config/index.js"></script>
<script src="/content/js/ui/index.js"></script>
@ -72,7 +72,7 @@
<h1>
welcome to the <a href="/git">open source</a> land of
<span id="site">...</span>, you are visitor number
<img style="display:inline" src="https://server.ari-web.xyz/visit" alt="visitor count" /> !
<img style="display:inline" src="https://server.ari.lt/visit" alt="visitor count" /> !
brought to you by Ari Archer
</h1>

View file

@ -49,7 +49,7 @@
[[redirects]]
from = "/user"
to = "https://user.ari-web.xyz/"
to = "https://user.ari.lt/"
status = 301
force = true
@ -100,19 +100,19 @@
[[redirects]]
from = "/data/*"
to = "https://files.ari-web.xyz/files/:splat"
to = "https://files.ari.lt/files/:splat"
status = 301
force = true
[[redirects]]
from = "/page/blog/*"
to = "https://blog.ari-web.xyz/:splat"
to = "https://blog.ari.lt/:splat"
status = 301
force = true
[[redirects]]
from = "/page/blog"
to = "https://blog.ari-web.xyz/"
to = "https://blog.ari.lt/"
status = 301
force = true
@ -124,7 +124,7 @@
[[redirects]]
from = "/etc"
to = "https://etc.ari-web.xyz/"
to = "https://etc.ari.lt/"
status = 301
force = true
@ -144,7 +144,7 @@
[[redirects]]
from = "/mr"
to = "https://blog.ari-web.xyz/b/my-music-artist-recommendations/"
to = "https://blog.ari.lt/b/my-music-artist-recommendations/"
status = 301
force = true

4
package-lock.json generated
View file

@ -1,11 +1,11 @@
{
"name": "ari-web.xyz",
"name": "ari.lt",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "ari-web.xyz",
"name": "ari.lt",
"version": "1.0.0",
"license": "SEE LICENSE IN LICENSE",
"devDependencies": {

View file

@ -1,5 +1,5 @@
{
"name": "ari-web.xyz",
"name": "ari.lt",
"version": "1.0.0",
"description": "My website's source code",
"scripts": {
@ -8,7 +8,7 @@
},
"repository": {
"type": "git",
"url": "https://ari-web.xyz/gh/website.git"
"url": "https://ari.lt/gh/website.git"
},
"keywords": [
"website",
@ -23,9 +23,9 @@
"author": "Ari Archer <ari.web.xyz@gmail.com>",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://ari-web.xyz/git/issues"
"url": "https://ari.lt/git/issues"
},
"homepage": "https://ari-web.xyz/git#readme",
"homepage": "https://ari.lt/git#readme",
"devDependencies": {
"autoprefixer-cli": "^1.0.0",
"eslint": "^8.14.0",

View file

@ -51,6 +51,6 @@
technology take over my life
</p>
<img src="https://server.ari-web.xyz/visit" alt="visitor count" />
<img src="https://server.ari.lt/visit" alt="visitor count" />
</body>
</html>

View file

@ -28,7 +28,7 @@
<h1><marquee>Ari-web!!</marquee></h1>
<h1>
This page has been started on 2022-09-03 for
<img src="https://server.ari-web.xyz/visit" alt="visitor count" style="background-color:inherit" />
<img src="https://server.ari.lt/visit" alt="visitor count" style="background-color:inherit" />
people to see
</h1>
@ -91,7 +91,7 @@
<p>
I even made a blog abt it
<a
href="https://blog.ari-web.xyz/b/wtf-is-going-on-and-why-is-my-site-blowing-up/"
href="https://blog.ari.lt/b/wtf-is-going-on-and-why-is-my-site-blowing-up/"
>here</a
>, was very exciting ig lol
</p>
@ -101,13 +101,13 @@
<h1>Pages and stuff</h1>
<ul>
<li><a href="https://ari-web.xyz/">Main page</a></li>
<li><a href="https://ari.lt/">Main page</a></li>
<li>
<a href="https://blog.ari-web.xyz/">Blog</a>
<a href="https://blog.ari.lt/">Blog</a>
<ul>
<li>
<a href="https://legacy.blog.ari-web.xyz/"
<a href="https://legacy.blog.ari.lt/"
>Legacy blog</a
>
</li>
@ -115,26 +115,26 @@
</li>
<li>
<a href="https://user.ari-web.xyz/"
<a href="https://user.ari.lt/"
>Comments and opinions!11</a
>
</li>
<li>
<a href="https://school.ari-web.xyz/"
<a href="https://school.ari.lt/"
>School shit (very bad and cringe, also not GPL nor
foss!)</a
>
</li>
<li>
<a href="https://files.ari-web.xyz/"
<a href="https://files.ari.lt/"
>File hosting index :D</a
>
</li>
<li>
<a href="https://etc.ari-web.xyz/">Random stuff</a>
<a href="https://etc.ari.lt/">Random stuff</a>
</li>
<li>
@ -162,15 +162,15 @@
<ul>
<li>
<a href="https://ari-web.xyz/git">Main page</a>
<a href="https://ari.lt/git">Main page</a>
</li>
<li>
<a href="https://blog.ari-web.xyz/git">Blog</a>
<a href="https://blog.ari.lt/git">Blog</a>
<ul>
<li>
<a
href="https://legacy.blog.ari-web.xyz/git"
href="https://legacy.blog.ari.lt/git"
>Legacy blog</a
>
</li>
@ -178,19 +178,19 @@
</li>
<li>
<a href="https://user.ari-web.xyz/git"
<a href="https://user.ari.lt/git"
>Comments and opinions!11</a
>
</li>
<li>
<a href="https://files.ari-web.xyz/git"
<a href="https://files.ari.lt/git"
>File hosting index :D</a
>
</li>
<li>
<a href="https://etc.ari-web.xyz/git"
<a href="https://etc.ari.lt/git"
>Random stuff</a
>
</li>
@ -282,7 +282,7 @@
<li>
<a
href="https://hstspreload.org/?domain=ari-web.xyz"
href="https://hstspreload.org/?domain=ari.lt"
>Yay! HSTS</a
>
</li>

View file

@ -68,7 +68,7 @@
<h2>
Test by Ari::web for over
<img
src="https://server.ari-web.xyz/visit"
src="https://server.ari.lt/visit"
alt="visitor count"
style="display:inline"
/>

View file

@ -72,7 +72,7 @@
<h2>
If this takes too long please check the dev tools using CTRL + SHIFT
+ I and opening the console, you are visitor <img src="https://server.ari-web.xyz/visit" alt="visitor count" />
+ I and opening the console, you are visitor <img src="https://server.ari.lt/visit" alt="visitor count" />
</h2>
</body>
</html>

View file

@ -39,7 +39,7 @@
<h1>
Import/export
<img
src="https://server.ari-web.xyz/visit"
src="https://server.ari.lt/visit"
alt="visitor count"
style="display: inline; height: 1em"
/>'s data

View file

@ -36,7 +36,7 @@
<p>
you are visitor
<img
src="https://server.ari-web.xyz/visit"
src="https://server.ari.lt/visit"
alt="visitor count"
style="display: inline"
/>
@ -52,169 +52,169 @@
<li>
ari.lt -- new ari-web domain :
<a
href="https://blog.ari-web.xyz/b/arilt-new-ariweb-domain/"
>https://blog.ari-web.xyz/b/arilt-new-ariweb-domain/</a
href="https://blog.ari.lt/b/arilt-new-ariweb-domain/"
>https://blog.ari.lt/b/arilt-new-ariweb-domain/</a
>
</li>
<li>
support ari-web :
<a href="https://blog.ari-web.xyz/b/support-ariweb/"
>https://blog.ari-web.xyz/b/support-ariweb/</a
<a href="https://blog.ari.lt/b/support-ariweb/"
>https://blog.ari.lt/b/support-ariweb/</a
>
</li>
<li>
notice : temporary shutdown of server.ari-web.xyz :
notice : temporary shutdown of server.ari.lt :
<a
href="https://blog.ari-web.xyz/b/notice-temporary-shutdown-serverariwebxyz/"
>https://blog.ari-web.xyz/b/notice-temporary-shutdown-serverariwebxyz/</a
href="https://blog.ari.lt/b/notice-temporary-shutdown-serverariwebxyz/"
>https://blog.ari.lt/b/notice-temporary-shutdown-serverariwebxyz/</a
>
<ul>
<li>
update for this :
<a
href="https://blog.ari-web.xyz/b/comparing-hosting-providers-serverariwebxyz/"
>https://blog.ari-web.xyz/b/comparing-hosting-providers-serverariwebxyz/</a
href="https://blog.ari.lt/b/comparing-hosting-providers-serverariwebxyz/"
>https://blog.ari.lt/b/comparing-hosting-providers-serverariwebxyz/</a
>
</li>
<li>
update 2 :
<a
href="https://blog.ari-web.xyz/b/ariweb-server-update-2/"
>https://blog.ari-web.xyz/b/ariweb-server-update-2/</a
href="https://blog.ari.lt/b/ariweb-server-update-2/"
>https://blog.ari.lt/b/ariweb-server-update-2/</a
>
</li>
</ul>
</li>
<li>
user.ari-web.xyz situation ( 2023/04/10, harassment ) :
user.ari.lt situation ( 2023/04/10, harassment ) :
<a
href="https://blog.ari-web.xyz/b/userari-webxyz-situation/"
>https://blog.ari-web.xyz/b/userari-webxyz-situation/</a
href="https://blog.ari.lt/b/userari-webxyz-situation/"
>https://blog.ari.lt/b/userari-webxyz-situation/</a
>
</li>
<li>
user.ari-web.xyz attack by a nazi asshole :
user.ari.lt attack by a nazi asshole :
<a
href="https://blog.ari-web.xyz/b/serverari-webxyz-going-be-changed/"
>https://blog.ari-web.xyz/b/serverari-webxyz-going-be-changed/</a
href="https://blog.ari.lt/b/serverari-webxyz-going-be-changed/"
>https://blog.ari.lt/b/serverari-webxyz-going-be-changed/</a
>
</li>
<li>
ari-web blog API change and new additions :
<a
href="https://blog.ari-web.xyz/b/ari-web-blog-api-change/"
>https://blog.ari-web.xyz/b/ari-web-blog-api-change/</a
href="https://blog.ari.lt/b/ari-web-blog-api-change/"
>https://blog.ari.lt/b/ari-web-blog-api-change/</a
>
</li>
<li>
start of the DOML series :
<a href="https://blog.ari-web.xyz/b/doml-1-2023-01-29"
>https://blog.ari-web.xyz/b/doml-1-2023-01-29</a
<a href="https://blog.ari.lt/b/doml-1-2023-01-29"
>https://blog.ari.lt/b/doml-1-2023-01-29</a
>
</li>
<li>
contact me :
<a href="https://blog.ari-web.xyz/b/contact-me/"
>https://blog.ari-web.xyz/b/contact-me/</a
<a href="https://blog.ari.lt/b/contact-me/"
>https://blog.ari.lt/b/contact-me/</a
>
</li>
<li>
ari-web blog hyperlink redesign :
<a
href="https://blog.ari-web.xyz/b/ari-web-blog-hyperlink-redesign/"
>https://blog.ari-web.xyz/b/ari-web-blog-hyperlink-redesign/</a
href="https://blog.ari.lt/b/ari-web-blog-hyperlink-redesign/"
>https://blog.ari.lt/b/ari-web-blog-hyperlink-redesign/</a
>
</li>
<li>
happy 2nd birthday, ari-web :
<a
href="https://blog.ari-web.xyz/b/happy-2nd-birthday--ari-web/"
>https://blog.ari-web.xyz/b/happy-2nd-birthday--ari-web/</a
href="https://blog.ari.lt/b/happy-2nd-birthday--ari-web/"
>https://blog.ari.lt/b/happy-2nd-birthday--ari-web/</a
>
</li>
<li>
old blog new design :
<a
href="https://legacy.blog.ari-web.xyz/blogs/New-blog-design!_-9192801266"
>https://legacy.blog.ari-web.xyz/blogs/New-blog-design!_-9192801266</a
href="https://legacy.blog.ari.lt/blogs/New-blog-design!_-9192801266"
>https://legacy.blog.ari.lt/blogs/New-blog-design!_-9192801266</a
>
</li>
<li>
legacy blog shutdown :
<a
href="https://legacy.blog.ari-web.xyz/blogs/This-subdomain-is-no-longer-in-use_-7309129151"
>https://legacy.blog.ari-web.xyz/blogs/This-subdomain-is-no-longer-in-use_-7309129151</a
href="https://legacy.blog.ari.lt/blogs/This-subdomain-is-no-longer-in-use_-7309129151"
>https://legacy.blog.ari.lt/blogs/This-subdomain-is-no-longer-in-use_-7309129151</a
>
</li>
<li>
new blog management system ! :
<a
href="https://blog.ari-web.xyz/b/new-blog-management-system-/"
>https://blog.ari-web.xyz/b/new-blog-management-system-/</a
href="https://blog.ari.lt/b/new-blog-management-system-/"
>https://blog.ari.lt/b/new-blog-management-system-/</a
>
</li>
<li>
introducing the ari-web API :
<a
href="https://blog.ari-web.xyz/b/introducing-the-ari-web-api-/"
>https://blog.ari-web.xyz/b/introducing-the-ari-web-api-/</a
href="https://blog.ari.lt/b/introducing-the-ari-web-api-/"
>https://blog.ari.lt/b/introducing-the-ari-web-api-/</a
>
</li>
<li>
accesibility issues of ari-web :
<a
href="https://blog.ari-web.xyz/b/accesibility-issues-of-ari-web/"
>https://blog.ari-web.xyz/b/accesibility-issues-of-ari-web/</a
href="https://blog.ari.lt/b/accesibility-issues-of-ari-web/"
>https://blog.ari.lt/b/accesibility-issues-of-ari-web/</a
>
</li>
<li>
ari-web browser compatibility :
<a
href="https://blog.ari-web.xyz/b/ari-web-browser-compatibility/"
>https://blog.ari-web.xyz/b/ari-web-browser-compatibility/</a
href="https://blog.ari.lt/b/ari-web-browser-compatibility/"
>https://blog.ari.lt/b/ari-web-browser-compatibility/</a
>
</li>
<li>
ari-web APIs are going public :
<a
href="https://blog.ari-web.xyz/b/ari-web-apis-are-going-public/"
>https://blog.ari-web.xyz/b/ari-web-apis-are-going-public/</a
href="https://blog.ari.lt/b/ari-web-apis-are-going-public/"
>https://blog.ari.lt/b/ari-web-apis-are-going-public/</a
>
</li>
<li>
ari-web APIs: How to use them :
<a
href="https://blog.ari-web.xyz/b/ari-web-apis--how-to-use-them/"
>https://blog.ari-web.xyz/b/ari-web-apis--how-to-use-them/</a
href="https://blog.ari.lt/b/ari-web-apis--how-to-use-them/"
>https://blog.ari.lt/b/ari-web-apis--how-to-use-them/</a
>
</li>
<li>
ari-web now delivers minified content :
<a
href="https://blog.ari-web.xyz/b/ari-web-now-delivers-minified-content/"
>https://blog.ari-web.xyz/b/ari-web-now-delivers-minified-content/</a
href="https://blog.ari.lt/b/ari-web-now-delivers-minified-content/"
>https://blog.ari.lt/b/ari-web-now-delivers-minified-content/</a
>
</li>
<li>
the 'www' subdomain is no longer the default for ari-web.xyz
the 'www' subdomain is no longer the default for ari.lt
:
<a
href="https://blog.ari-web.xyz/b/the--www--subdomain-is-no-longer-the-default-for-ari-web-xyz/"
>https://blog.ari-web.xyz/b/the--www--subdomain-is-no-longer-the-default-for-ari-web-xyz/</a
href="https://blog.ari.lt/b/the--www--subdomain-is-no-longer-the-default-for-ari-web-xyz/"
>https://blog.ari.lt/b/the--www--subdomain-is-no-longer-the-default-for-ari-web-xyz/</a
>
</li>
<li>
ari-web restricted contributions :
<a
href="https://blog.ari-web.xyz/b/restricting-contributions-on-ari-web/"
>https://blog.ari-web.xyz/b/restricting-contributions-on-ari-web/</a
href="https://blog.ari.lt/b/restricting-contributions-on-ari-web/"
>https://blog.ari.lt/b/restricting-contributions-on-ari-web/</a
>
</li>
<li>
impersonation of me on the internet :
<a
href="https://blog.ari-web.xyz/b/important--impersonation-of-me-on-the-internet/"
>https://blog.ari-web.xyz/b/important--impersonation-of-me-on-the-internet/</a
href="https://blog.ari.lt/b/important--impersonation-of-me-on-the-internet/"
>https://blog.ari.lt/b/important--impersonation-of-me-on-the-internet/</a
>
</li>
</ul>

View file

@ -74,7 +74,7 @@
<br />
<p>
Tired of companies spying on you? NoVPN might be the "VPN"
for you, visitor <img src="https://server.ari-web.xyz/visit" alt="visitor count" style="display:inline;height:1em" />.
for you, visitor <img src="https://server.ari.lt/visit" alt="visitor count" style="display:inline;height:1em" />.
<a href="#!" onclick="scrollDown();">Read more.</a>
</p>
</div>

View file

@ -91,7 +91,7 @@
<h1 class="title">
Do you want to reset your account,
<img
src="https://server.ari-web.xyz/visit"
src="https://server.ari.lt/visit"
alt="visitor count"
style="display: inline; height: 1em"
/>?

View file

@ -63,7 +63,7 @@
<h1>
Linux TTY theme generator by Ari::web for over
<img
src="https://server.ari-web.xyz/visit"
src="https://server.ari.lt/visit"
alt="visitor count"
style="display: inline; height: 1em"
/>

View file

@ -66,7 +66,7 @@
<h1>
Linux TTY theme generator by Ari::web settings for visitor
<img
src="https://server.ari-web.xyz/visit"
src="https://server.ari.lt/visit"
alt="visitor count"
style="display: inline; height: 1em"
/>

View file

@ -1,5 +1,5 @@
User-agent: *
Disallow: /content/*
Allow: *
Sitemap: https://ari-web.xyz/sitemap.xml
Sitemap: https://ari.lt/sitemap.xml

View file

@ -1,71 +1,71 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://ari-web.xyz/</loc>
<loc>https://ari.lt/</loc>
<priority>1.0</priority>
</url>
<url>
<loc>https://ari-web.xyz/btc</loc>
<loc>https://ari.lt/btc</loc>
<priority>0.9</priority>
</url>
<url>
<loc>https://ari-web.xyz/page/info</loc>
<loc>https://ari.lt/page/info</loc>
<priority>0.99</priority>
</url>
<url>
<loc>https://user.ari-web.xyz/</loc>
<loc>https://user.ari.lt/</loc>
<priority>0.9</priority>
</url>
<url>
<loc>https://etc.ari-web.xyz/</loc>
<loc>https://etc.ari.lt/</loc>
<priority>0.899</priority>
</url>
<url>
<loc>https://www.ari-web.xyz/90s.html</loc>
<loc>https://www.ari.lt/90s.html</loc>
<priority>0.89</priority>
</url>
<url>
<loc>https://www.ari-web.xyz/</loc>
<loc>https://www.ari.lt/</loc>
<priority>0.88</priority>
</url>
<url>
<loc>https://blog.ari-web.xyz/</loc>
<loc>https://blog.ari.lt/</loc>
<priority>0.8</priority>
</url>
<url>
<loc>https://legacy.blog.ari-web.xyz/</loc>
<loc>https://legacy.blog.ari.lt/</loc>
<priority>0.7</priority>
</url>
<url>
<loc>https://files.ari-web.xyz/</loc>
<loc>https://files.ari.lt/</loc>
<priority>0.6</priority>
</url>
<url>
<loc>https://server.ari-web.xyz/</loc>
<loc>https://server.ari.lt/</loc>
<priority>0.59</priority>
</url>
<url>
<loc>https://www.ari-web.xyz/api</loc>
<loc>https://www.ari.lt/api</loc>
<priority>0.5</priority>
</url>
<url>
<loc>https://www.ari-web.xyz/page/reset</loc>
<loc>https://www.ari.lt/page/reset</loc>
<priority>0.4</priority>
</url>
<url>
<loc>https://www.ari-web.xyz/page/export</loc>
<loc>https://www.ari.lt/page/export</loc>
<priority>0.39</priority>
</url>
<url>
<loc>https://blog.ari-web.xyz/b/important--impersonation-of-me-on-the-internet/</loc>
<loc>https://blog.ari.lt/b/important--impersonation-of-me-on-the-internet/</loc>
<priority>0.3</priority>
</url>
<url>
<loc>https://www.ari-web.xyz/page/amiunique</loc>
<loc>https://www.ari.lt/page/amiunique</loc>
<priority>0.2</priority>
</url>
<url>
<loc>https://blog.ari-web.xyz/b/restricting-contributions-on-ari-web/</loc>
<loc>https://blog.ari.lt/b/restricting-contributions-on-ari-web/</loc>
<priority>0.1</priority>
</url>
</urlset>