diff --git a/LICENSE b/LICENSE index dcf20f9..c455cd7 100644 --- a/LICENSE +++ b/LICENSE @@ -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 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.lt Copyright (C) 2023 Ari Archer 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. diff --git a/README.md b/README.md index b940632..5ad52fb 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ Netlify Status

-### [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: +get the hash, for example: # 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) diff --git a/STANDARD.md b/STANDARD.md index 1f4bd9c..6215265 100644 --- a/STANDARD.md +++ b/STANDARD.md @@ -6,9 +6,9 @@ it follows and what standard it practices - folder structure - api - 1 API route - - e.g. , you can make the request to + - e.g. , you can make the request to that route and thats all, hashing of it works basically the same, - but wtihout `/api/` -- + but wtihout `/api/` -- - \>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. , otherwise + use of html ( e.g. , otherwise you should have a subdirectory and in it you should have an `index.html` - file, e.g. , which compresses - into + file, e.g. , which compresses + into - `/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 diff --git a/TODO.md b/TODO.md index cd690a5..0d3ad12 100644 --- a/TODO.md +++ b/TODO.md @@ -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 diff --git a/api/external_apis.json b/api/external_apis.json index e2aca4d..5a7c669 100644 --- a/api/external_apis.json +++ b/api/external_apis.json @@ -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" ] diff --git a/api/sitelist.json b/api/sitelist.json index 37d6211..c3459ca 100644 --- a/api/sitelist.json +++ b/api/sitelist.json @@ -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" ] diff --git a/content/js/config/index.js b/content/js/config/index.js index 741721e..7050b02 100644 --- a/content/js/config/index.js +++ b/content/js/config/index.js @@ -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()); }); }; diff --git a/index.html b/index.html index 26f5c87..3efb347 100644 --- a/index.html +++ b/index.html @@ -56,7 +56,7 @@ //--> - + @@ -72,7 +72,7 @@

welcome to the open source land of ..., you are visitor number - visitor count ! + visitor count ! brought to you by Ari Archer

diff --git a/netlify.toml b/netlify.toml index ba85cd1..ce5c7c8 100644 --- a/netlify.toml +++ b/netlify.toml @@ -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 diff --git a/package-lock.json b/package-lock.json index acb93da..0f66631 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": { diff --git a/package.json b/package.json index 8dcdb0e..6a63e50 100644 --- a/package.json +++ b/package.json @@ -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 ", "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", diff --git a/page/404/index.html b/page/404/index.html index 685f36b..e4ea370 100644 --- a/page/404/index.html +++ b/page/404/index.html @@ -51,6 +51,6 @@ technology take over my life

- visitor count + visitor count diff --git a/page/90s/index.html b/page/90s/index.html index 71d3a39..b11396e 100644 --- a/page/90s/index.html +++ b/page/90s/index.html @@ -28,7 +28,7 @@

Ari-web!!

This page has been started on 2022-09-03 for - visitor count + visitor count people to see

@@ -91,7 +91,7 @@

I even made a blog abt it here, was very exciting ig lol

@@ -101,13 +101,13 @@

Pages and stuff