Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: sitescripts/notifications/README.md

Issue 4883267715072000: Issue 2276 - Handle groups in notification.json requests (Closed)
Patch Set: Extract group parsing Created June 12, 2015, 12:11 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sitescripts/notifications/test/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
+
+Required packages
+-----------------
+
+* [mock](https://pypi.python.org/pypi/mock) (Only for the tests)
« no previous file with comments | « no previous file | sitescripts/notifications/test/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld