Intended audience
Developers and sysadmin working on our COAR Notify server implementation.
Work in progress
swh-coarnotify is a new project, some parts of its documentation have not been written yet.
Software Heritage - COAR Notify#
A COAR Notify server implementation in Django. It provides a receiving endpoint (Inbox) and handlers for Announce Relationship pattern.
It is currently experimental and not suited for production.
Explanations#
- Explanations
- swh.coarnotify package
- swh.coarnotify.server package
- swh.coarnotify.settings package
- swh.coarnotify.cli module
- swh.coarnotify.client module
- swh.coarnotify.indexer module
- swh.coarnotify.manage module
- swh.coarnotify.namespaces module
- swh.coarnotify.parsers module
- swh.coarnotify.renderers module
- swh.coarnotify.tasks module
- swh.coarnotify.urls module
register_tasks()