Update links to repo
This commit is contained in:
parent
b77ffab3ca
commit
06825c1294
@ -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)
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "miniflux/miniflux",
|
||||
"name": "miniflux/miniflux-legacy",
|
||||
"description": "Minimalist RSS reader",
|
||||
"license": "AGPLv3",
|
||||
"authors": [
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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).
|
||||
[List of rules included by default](https://github.com/miniflux/miniflux-legacy/tree/master/vendor/miniflux/picofeed/lib/PicoFeed/Rules).
|
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user