diff --git a/README.markdown b/README.markdown index 10b99d2..f4468e2 100644 --- a/README.markdown +++ b/README.markdown @@ -55,5 +55,5 @@ Authors ------- - Original author: Frédéric Guillot -- [List of contributors](https://github.com/miniflux/miniflux/graphs/contributors) +- [List of contributors](https://github.com/miniflux/miniflux-legacy/graphs/contributors) diff --git a/composer.json b/composer.json index e64c1d6..c3ae5b7 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "miniflux/miniflux", + "name": "miniflux/miniflux-legacy", "description": "Minimalist RSS reader", "license": "AGPLv3", "authors": [ diff --git a/docs/faq.markdown b/docs/faq.markdown index 03eb284..6bea297 100644 --- a/docs/faq.markdown +++ b/docs/faq.markdown @@ -25,7 +25,7 @@ Miniflux is a minimalist software. _Less is more_. I found a bug, what next? ------------------------- -Report the bug to the [issues tracker](https://github.com/miniflux/miniflux/issues). +Report the bug to the [issues tracker](https://github.com/miniflux/miniflux-legacy/issues). You can report feeds that doesn't works properly too. diff --git a/docs/full-article-download.markdown b/docs/full-article-download.markdown index e7f9592..ef0dbec 100644 --- a/docs/full-article-download.markdown +++ b/docs/full-article-download.markdown @@ -18,7 +18,7 @@ Especially websites that use a lot of Javascript to generate the content. How to write a grabber rules file? ---------------------------------- -Miniflux will try first to find the file in the [default bundled rules directory](https://github.com/miniflux/miniflux/tree/master/vendor/fguillot/picofeed/lib/PicoFeed/Rules), then it will try to load your custom rules. +Miniflux will try first to find the file in the [default bundled rules directory](https://github.com/miniflux/miniflux-legacy/tree/master/vendor/fguillot/picofeed/lib/PicoFeed/Rules), then it will try to load your custom rules. You can create custom rules, by adding a PHP file to the directory `rules`. The filename must be the domain name with the suffix `.php`. @@ -97,4 +97,4 @@ That will be merged in the Miniflux code base. List of content grabber rules ----------------------------- -[List of rules included by default](https://github.com/miniflux/miniflux/tree/master/vendor/miniflux/picofeed/lib/PicoFeed/Rules). \ No newline at end of file +[List of rules included by default](https://github.com/miniflux/miniflux-legacy/tree/master/vendor/miniflux/picofeed/lib/PicoFeed/Rules). \ No newline at end of file diff --git a/docs/installation.markdown b/docs/installation.markdown index b0c62f1..9de24ab 100644 --- a/docs/installation.markdown +++ b/docs/installation.markdown @@ -24,7 +24,7 @@ Installation ### From the repository (development version) -1. `git clone https://github.com/miniflux/miniflux.git` +1. `git clone https://github.com/miniflux/miniflux-legacy.git` 2. Go to the third step just above By default, Miniflux uses Sqlite, if you would like to use Postgres or MySQL instead you will have to modify your `config.php` file. diff --git a/docs/upgrade.markdown b/docs/upgrade.markdown index 390f1d3..280576a 100644 --- a/docs/upgrade.markdown +++ b/docs/upgrade.markdown @@ -4,7 +4,7 @@ Upgrade to a new version ### Prerequisites - **You must backup your data!** -- **You must read the [ChangeLog](https://github.com/miniflux/miniflux/blob/master/ChangeLog) to check for breaking changes** +- **You must read the [ChangeLog](https://github.com/miniflux/miniflux-legacy/blob/master/ChangeLog) to check for breaking changes** ### From the archive (stable version) @@ -24,4 +24,4 @@ Upgrade to a new version ### Notes - Upgrading from version 1.1.x to 1.2.x require a manual database conversion, -the procedure is documented in the [ChangeLog](https://github.com/miniflux/miniflux/blob/master/ChangeLog) +the procedure is documented in the [ChangeLog](https://github.com/miniflux/miniflux-legacy/blob/master/ChangeLog)