Confirmed users
574
edits
(→erik: I like DL formatting better.) |
(→erik: Added tidings.) |
||
Line 25: | Line 25: | ||
; [https://github.com/erikrose/stackful stackful] | ; [https://github.com/erikrose/stackful stackful] | ||
: A variant on Lisp-style dynamic variables for Python. They're akin to Perl’s local variables but with less tendency to degrade into spaghetti. Use it with care, and you can quickly defeat many common cases of coupling without having to refactor the world. | : A variant on Lisp-style dynamic variables for Python. They're akin to Perl’s local variables but with less tendency to degrade into spaghetti. Use it with care, and you can quickly defeat many common cases of coupling without having to refactor the world. | ||
; [http://pypi.python.org/pypi/django-tidings django-tidings] | |||
: django-tidings is a framework for sending email notifications to users who have registered interest in certain events, such as the modification of some model object. Used by support.mozilla.com, it is optimized for large-scale installations. Its features include... | |||
* Asynchronous operation using the celery task queue | |||
* De-duplication of notifications | |||
* Association of subscriptions with either registered Django users or anonymous email addresses | |||
* Optional confirmation of anonymous subscriptions | |||
* Hook points for customizing any page drawn and any email sent | |||
; rust | ; rust | ||
: …which so far I've made only documentation contributions to, but the bootstrap process continues. :-) | : …which so far I've made only documentation contributions to, but the bootstrap process continues. :-) |