X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=README.md;h=18df67fdae1672541b8e4705a7810fa2e90677bc;hb=4af338e33108c609381f4c60b6cc12b50da7f107;hp=4681fba5a1932027620cb3e18a664d585ed429fd;hpb=602ae3c596df4d1306594d5da37a17628b79a1d2;p=motion.git diff --git a/README.md b/README.md index 4681fba..18df67f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ virtualenv -p python3 . . bin/activate pip install -r requirements.txt ``` -Then edit config.py.example into config.py with your database connection +Then edit config.py.example into config.py with your database connection and web site settings ## Development and debug @@ -39,6 +39,7 @@ The following user rights can be granted: - cancel: user is able to cancel a running motion - finish: user is able to close a running motion - audit: user is able to see given votes of a finished motion +- proxyadmin: user is able to grant proxy rights for users To grant right use the following (here with vote right as example): - on all groups add "vote:*" @@ -49,7 +50,7 @@ To grant right use the following (here with vote right as example): Within the motion content markdown can be used for formatting e.g. * To add a line break add two lines -* to enter a link use `[text](https//domain.tld/link)` +* to enter a link use `[text](https://domain.tld/link)` ## Settings for nginx