Fix example config link in README

This commit is contained in:
I-Al-Istannen 2020-05-15 11:02:45 +02:00
parent 36c8785f15
commit e8ddb0ca04

View File

@ -25,7 +25,7 @@ $ cd Vorlesungen
$ python3 -m venv .
$ . bin/activate
$ pip install git+https://github.com/Garmelon/PFERD@rewrite
$ curl -O https://raw.githubusercontent.com/Garmelon/PFERD/master/example_config.py
$ curl -O https://raw.githubusercontent.com/Garmelon/PFERD/rewrite/example_config.py
$ python3 example_config.py
$ deactivate
```
@ -38,14 +38,13 @@ $ python3 example_config.py
$ deactivate
```
## Usage
A PFERD config is a normal python file that starts multiple *synchronizers*
which do all the heavy lifting. While you can create and wire them up manually,
you are encouraged to use the helper methods provided in `PFERD.Pferd`.
The synchronizers take some input arguments specific to their sercice and a
The synchronizers take some input arguments specific to their service and a
*transformer*. The transformer receives the computed path of an element in
ILIAS and can return either an output path (so you can rename files or move
them around as you wish) or `None` if you do not want to save the given file.