Skip to content

Commit

Permalink
Removed instructions about legacy-mode from readme to simplify config…
Browse files Browse the repository at this point in the history
…uration
  • Loading branch information
andreasgrill committed Dec 27, 2015
1 parent 3b9e425 commit 50241f6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ The following listing shows an example config.json file that blocks every Monday
{
"username": "MY_USERNAME",
"selfcontrol-path": "/Applications/SelfControl.app",
"legacy-mode": true,
"host-blacklist": [
"twitter.com",
"reddit.com"
Expand Down Expand Up @@ -58,7 +57,6 @@ The following listing shows an example config.json file that blocks every Monday
```
- _username_ should be the Mac OS X username.
- _selfcontrol-path_ is the absolute path to [SelfControl](http://selfcontrolapp.com).
- _legacy-mode_ is at the moment always required to be true, but might be omitted in future versions of SelfControl.
- _host-blacklist_ contains the list of sites that should get blacklisted as a string array. It is also possible to blacklist different sites on different schedules, which is described in the _block-schedules_ setting. Please note that the blacklist in SelfControl might get overridden and should be __backed up__ before using Auto-SelfControl.
- _block-schedules_ contains a list of schedules when SelfControl should be started.
* The _weekday_ settings specifies the day of the week when SelfControl should get started. Possible values are from 1 (Monday) to 7 (Sunday). If the setting is `null` or omitted the blocking will be scheduled for all week days.
Expand All @@ -73,7 +71,6 @@ The following listing shows another example that blocks twitter and reddit every
{
"username": "MY_USERNAME",
"selfcontrol-path": "/Applications/SelfControl.app",
"legacy-mode": true,
"host-blacklist":[
"twitter.com",
"reddit.com"
Expand Down

0 comments on commit 50241f6

Please sign in to comment.