From 5727936f6b40529095cb1351abceef9bfb2425c6 Mon Sep 17 00:00:00 2001 From: "Mr. Beedell, Roke Julian Lockhart (RJLB)" Date: Tue, 30 Dec 2025 11:41:12 +0000 Subject: [PATCH] Improve grammar, markup semantics, and add a hyperlink to the hosted frontend. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Like https://github.com/query-store-links/ui/pull/1#issue-3769901683, makes the website easier to locate. - “for” should have been “of”. - A single line break between all elements is better in CommonMark, lest `blockquotes` render with their immediate counterparts in some renderers. - `p > a`s are more semantic than mere `a`s appended with `br`s per line. - `li`s should contain `p`s in CommonMark, lest they become inconsistent when multi-line (when the CSS3 in place is immature). --- profile/README.md | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/profile/README.md b/profile/README.md index 69118c6..17bad0d 100644 --- a/profile/README.md +++ b/profile/README.md @@ -1,12 +1,19 @@ # QSL + > `QueryStoreLinks` -an open-source re-implementation for [`store.rg-adguard.net`](https://store.rg-adguard.net). +An open-source re-implementation of [`store.rg-adguard.net`](https://store.rg-adguard.net), at [`qsl.krnl64.win`](https://qsl.krnl64.win/). ## Credits -https://github.com/ThomasPe/MS-Store-API/issues/9#issuecomment-1235194057 -https://github.com/ThioJoe/Windows-Sandbox-Tools/blob/main/Installer%20Scripts/Install-Microsoft-Store.ps1 -https://github.com/YT-Advanced/WSA-Script/tree/main/xml -https://github.com/YT-Advanced/WSA-Script/blob/main/scripts/generateWSALinks.py -https://github.com/StoreDev/StoreLib -https://github.com/Gaoyifei1011/GetStoreApp/blob/main/GetStoreApp/Helpers/Store/QueryLinksHelper.cs + +- https://github.com/ThomasPe/MS-Store-API/issues/9#issuecomment-1235194057 + +- https://github.com/ThioJoe/Windows-Sandbox-Tools/blob/main/Installer%20Scripts/Install-Microsoft-Store.ps1 + +- https://github.com/YT-Advanced/WSA-Script/tree/main/xml + +- https://github.com/YT-Advanced/WSA-Script/blob/main/scripts/generateWSALinks.py + +- https://github.com/StoreDev/StoreLib + +- https://github.com/Gaoyifei1011/GetStoreApp/blob/main/GetStoreApp/Helpers/Store/QueryLinksHelper.cs