diff --git a/.docker/app/Dockerfile b/.docker/app/Dockerfile index 6b64fe7f6..09535eeee 100644 --- a/.docker/app/Dockerfile +++ b/.docker/app/Dockerfile @@ -59,7 +59,7 @@ ADD .docker/app/config.docker.php ${SCRIPT_ROOT} COPY . ${SRC_DIR} -ARG ORIGIN_REPO_XACCEL=https://github.com/supahgreg/tt-rss-plugin-nginx-xaccel.git +ARG ORIGIN_REPO_XACCEL=https://github.com/tt-rss/tt-rss-plugin-nginx-xaccel.git RUN git clone --depth=1 ${ORIGIN_REPO_XACCEL} ${SRC_DIR}/plugins.local/nginx_xaccel diff --git a/README.md b/README.md index d6e07c81b..37d664248 100644 --- a/README.md +++ b/README.md @@ -5,29 +5,29 @@ Tiny Tiny RSS (tt-rss) is a free, flexible, open-source, web-based news feed (RS ## Getting started -Please refer to [the wiki](https://github.com/supahgreg/tt-rss/wiki). +Please refer to [the wiki](https://github.com/tt-rss/tt-rss/wiki). ## Some notes about this project * The original tt-rss project, hosted at https://tt-rss.org/ and its various subdomains, [will be gone after 2025-11-01](https://community.tt-rss.org/t/the-end-of-tt-rss-org/7164). * Massive thanks to fox for creating tt-rss, and maintaining it (and absolutely everything else that went along with it) for so many years. -* This project (https://github.com/supahgreg/tt-rss) is a fork of tt-rss as of 2025-10-03, created by one of its long-time contributors (`wn_`/`wn_name` on `tt-rss.org`, `supahgreg` on `github.com`). +* This project (https://github.com/tt-rss/tt-rss) is a fork of tt-rss as of 2025-10-03, created by one of its long-time contributors (`wn_`/`wn_name` on `tt-rss.org`, `supahgreg` on `github.com`). * The goal is to continue tt-rss development, with an initial focus on replacing `tt-rss.org` references and integrations + getting things working. * Developer note: Due to use of `invalid@email.com` on `supahgreg`'s pre-2025-10-03 commits (which were done on `tt-rss.org`) GitHub incorrectly shows `ivanivanov884` (the GitHub user associated with that e-mail address) as the author instead of `wn_`/`supahgreg`. Apologies for any confusion. `¯\_(ツ)_/¯` -* Plugins that were under https://gitlab.tt-rss.org/tt-rss/plugins have been mirrored to `https://github.com/supahgreg/tt-rss-plugin-*`. +* Plugins that were under https://gitlab.tt-rss.org/tt-rss/plugins have been mirrored to `https://github.com/tt-rss/tt-rss-plugin-*`. * Plugin repository names have changed to get a consistent `tt-rss-plugin-*` prefix. -* Documentation from https://tt-rss.org has been recreated in https://github.com/supahgreg/tt-rss/wiki . - * The repository that held the content for https://tt-rss.org was mirrored to https://github.com/supahgreg/tt-rss-web-static . +* Documentation from https://tt-rss.org has been recreated in https://github.com/tt-rss/tt-rss/wiki . + * The repository that held the content for https://tt-rss.org was mirrored to https://github.com/tt-rss/tt-rss-web-static . Some content tweaks were made after mirroring (prior to the wiki being set up), and the repository is now archived. -* Docker images are being built and published to Docker Hub [via GitHub Actions](https://github.com/supahgreg/tt-rss/actions/workflows/publish.yml). +* Docker images are being built and published to Docker Hub [via GitHub Actions](https://github.com/tt-rss/tt-rss/actions/workflows/publish.yml). * See https://hub.docker.com/r/supahgreg/tt-rss/ and https://hub.docker.com/r/supahgreg/tt-rss-web-nginx/ , and - [the installation guide](https://github.com/supahgreg/tt-rss/wiki/Installation-Guide) for how they can be used. + [the installation guide](https://github.com/tt-rss/tt-rss/wiki/Installation-Guide) for how they can be used. ## Development and contributing * Contributions (code, translations, reporting issues, etc.) are welcome. -* Development and issue tracking primarily happens in https://github.com/supahgreg/tt-rss . +* Development and issue tracking primarily happens in https://github.com/tt-rss/tt-rss . * (not quite ready for this yet) ~~Help translate tt-rss into your own language using [Weblate](https://hosted.weblate.org/engage/tt-rss/)~~ ## License diff --git a/classes/Config.php b/classes/Config.php index fdb673bba..0a741fd73 100644 --- a/classes/Config.php +++ b/classes/Config.php @@ -272,7 +272,7 @@ class Config { Config::CHECK_FOR_PLUGIN_UPDATES => [ "true", Config::T_BOOL ], Config::ENABLE_PLUGIN_INSTALLER => [ "true", Config::T_BOOL ], Config::AUTH_MIN_INTERVAL => [ 5, Config::T_INT ], - Config::HTTP_USER_AGENT => [ 'Tiny Tiny RSS/%s (https://github.com/supahgreg/tt-rss)', + Config::HTTP_USER_AGENT => [ 'Tiny Tiny RSS/%s (https://github.com/tt-rss/tt-rss)', Config::T_STRING ], Config::HTTP_429_THROTTLE_INTERVAL => [ 3600, Config::T_INT ], Config::DISABLE_LOGIN_FORM => [ "", Config::T_BOOL ], @@ -632,8 +632,8 @@ class Config { -

You might want to check the tt-rss wiki or - discussions for more information. +

You might want to check the tt-rss wiki or + discussions for more information. Please search before creating a new topic for your question.

diff --git a/classes/Pref_Prefs.php b/classes/Pref_Prefs.php index 4d80ac9b7..0abbe6174 100644 --- a/classes/Pref_Prefs.php +++ b/classes/Pref_Prefs.php @@ -647,7 +647,7 @@ class Pref_Prefs extends Handler_Protected { "Helpers.Prefs.customizeCSS()"]) ?> "alt-info", "onclick" => "window.open(\"https://github.com/supahgreg/tt-rss/wiki/Themes\")"]) ?> + ["class" => "alt-info", "onclick" => "window.open(\"https://github.com/tt-rss/tt-rss/wiki/Themes\")"]) ?> "alt-info", - "onclick" => "window.open('https://github.com/supahgreg/tt-rss/wiki/SSL-Certificate-Authentication')"]); + "onclick" => "window.open('https://github.com/tt-rss/tt-rss/wiki/SSL-Certificate-Authentication')"]); } else if ($pref_name == Prefs::DIGEST_PREFERRED_TIME) { print "%s" , implode(", ", array_map(fn($plugin) => get_class($plugin), $feed_handlers)) - ) . " (".__("More info...").")" + ) . " (".__("More info...").")" ); } ?> --> @@ -890,7 +890,7 @@ class Pref_Prefs extends Handler_Protected {
- diff --git a/composer.json b/composer.json index 24c2a34d6..41a7c6ba0 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ { "name": "j4mie/idiorm", "type": "vcs", - "url": "https://github.com/supahgreg/tt-rss-idiorm.git" + "url": "https://github.com/tt-rss/tt-rss-idiorm.git" } ], "autoload": { diff --git a/composer.lock b/composer.lock index daafbe811..fae232ac7 100644 --- a/composer.lock +++ b/composer.lock @@ -560,7 +560,7 @@ "version": "dev-master", "source": { "type": "git", - "url": "https://github.com/supahgreg/tt-rss-idiorm.git", + "url": "https://github.com/tt-rss/tt-rss-idiorm.git", "reference": "efc8ea06698f53e2c479c7696f2b154c47c3a3cb" }, "dist": { diff --git a/config.php-dist b/config.php-dist index 6e193c1f5..24501438f 100644 --- a/config.php-dist +++ b/config.php-dist @@ -13,6 +13,6 @@ etc. - See this page for more information: https://github.com/supahgreg/tt-rss/wiki/Global-Config + See this page for more information: https://github.com/tt-rss/tt-rss/wiki/Global-Config */ diff --git a/include/functions.php b/include/functions.php index 4178151e0..62ec22f8c 100644 --- a/include/functions.php +++ b/include/functions.php @@ -329,7 +329,7 @@ } /** Convert values accepted by tt-rss as true/false to PHP booleans - * @see https://github.com/supahgreg/tt-rss/wiki/API-Reference#boolean-values + * @see https://github.com/tt-rss/tt-rss/wiki/API-Reference#boolean-values * @param null|string $s null values are considered false */ function sql_bool_to_bool(?string $s): bool { diff --git a/include/login_form.php b/include/login_form.php index 2f3b5dbdb..741a0a6c4 100755 --- a/include/login_form.php +++ b/include/login_form.php @@ -211,7 +211,7 @@
diff --git a/js/CommonDialogs.js b/js/CommonDialogs.js index 1b62cb99e..f1be94c7c 100644 --- a/js/CommonDialogs.js +++ b/js/CommonDialogs.js @@ -690,7 +690,7 @@ const CommonDialogs = {