 Issue 4883267715072000:
  Issue 2276 - Handle groups in notification.json requests  (Closed)
    
  
    Issue 4883267715072000:
  Issue 2276 - Handle groups in notification.json requests  (Closed) 
  | Index: sitescripts/notifications/README.md | 
| =================================================================== | 
| new file mode 100644 | 
| --- /dev/null | 
| +++ b/sitescripts/notifications/README.md | 
| @@ -0,0 +1,11 @@ | 
| +notifications | 
| +============= | 
| + | 
| +Backend for Adblock Plus notifications. It provides the following URLs: | 
| + | 
| +* */notification.json* - Return notifications to show | 
| + | 
| 
kzar
2015/06/03 11:09:50
Description / example of the file format would be
 
Felix Dahlke
2015/06/12 11:02:40
Good point, but would you be OK with doing this in
 
Sebastian Noack
2015/06/12 11:15:09
Well, if adding a README.md here isn't out of scop
 
Felix Dahlke
2015/06/12 12:12:52
There are two things we need to document:
1. The n
 
kzar
2015/06/15 15:17:37
Fair enough, follow up issue sounds OK to me.
 | 
| +Required packages | 
| +----------------- | 
| + | 
| +* [mock](https://pypi.python.org/pypi/mock) (Only for the tests) |