Changes between Version 9 and Version 10 of S3/Notifications


Ignore:
Timestamp:
09/05/13 10:53:55 (11 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/Notifications

    v9 v10  
    4747=== Framework ===
    4848
    49 All parts of the notifications framework are implemented as S3Notifications class in modules/s3/s3notify.py.
     49All parts of the notifications framework are implemented as {{{S3Notifications}}} class in ''modules/s3/s3notify.py''.
    5050
    51 To impersonate the subscriber for send(), the S3Notifications.notify() sends a temporary, single-use auth token together with the POST request. This auth token is handled in models/00_utils.py.
     51To impersonate the subscriber for send(), {{{S3Notifications.notify()}}} sends a temporary, single-use '''auth token''' together with the POST request. This auth token is handled in ''models/00_utils.py''.
    5252
    53 Notifications require a scheduler worker process to run in the background.
     53Notifications require a '''scheduler worker''' process to run in the background.
    5454
    5555=== Message Templates ===