Update links to repo

This commit is contained in:
Frédéric Guillot 2018-01-04 17:12:32 -08:00
parent b77ffab3ca
commit 06825c1294
6 changed files with 8 additions and 8 deletions

View File

@ -55,5 +55,5 @@ Authors
------- -------
- Original author: Frédéric Guillot - 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)

View File

@ -1,5 +1,5 @@
{ {
"name": "miniflux/miniflux", "name": "miniflux/miniflux-legacy",
"description": "Minimalist RSS reader", "description": "Minimalist RSS reader",
"license": "AGPLv3", "license": "AGPLv3",
"authors": [ "authors": [

View File

@ -25,7 +25,7 @@ Miniflux is a minimalist software. _Less is more_.
I found a bug, what next? 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. You can report feeds that doesn't works properly too.

View File

@ -18,7 +18,7 @@ Especially websites that use a lot of Javascript to generate the content.
How to write a grabber rules file? 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`. 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 content grabber rules
----------------------------- -----------------------------
[List of rules included by default](https://github.com/miniflux/miniflux/tree/master/vendor/miniflux/picofeed/lib/PicoFeed/Rules). [List of rules included by default](https://github.com/miniflux/miniflux-legacy/tree/master/vendor/miniflux/picofeed/lib/PicoFeed/Rules).

View File

@ -24,7 +24,7 @@ Installation
### From the repository (development version) ### 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 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. By default, Miniflux uses Sqlite, if you would like to use Postgres or MySQL instead you will have to modify your `config.php` file.

View File

@ -4,7 +4,7 @@ Upgrade to a new version
### Prerequisites ### Prerequisites
- **You must backup your data!** - **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) ### From the archive (stable version)
@ -24,4 +24,4 @@ Upgrade to a new version
### Notes ### Notes
- Upgrading from version 1.1.x to 1.2.x require a manual database conversion, - 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)