From 02fd8feeeefb7b661f1fe6ee82df5e13db9f8240 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Sat, 23 Nov 2024 00:04:25 -0500 Subject: dev-python/django-activity-stream: new package, add 2.0.0 Signed-off-by: Julien Roy --- dev-python/django-activity-stream/metadata.xml | 40 ++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 dev-python/django-activity-stream/metadata.xml (limited to 'dev-python/django-activity-stream/metadata.xml') diff --git a/dev-python/django-activity-stream/metadata.xml b/dev-python/django-activity-stream/metadata.xml new file mode 100644 index 0000000..94f6fec --- /dev/null +++ b/dev-python/django-activity-stream/metadata.xml @@ -0,0 +1,40 @@ + + + + + Julien Roy + julien@jroy.ca + + +Django Activity Stream is a way of creating activities generated by the actions on your site. + +It is designed for generating and displaying streams of interesting actions and can handle following and unfollowing of different activity sources. For example, it could be used to emulate the Github dashboard in which a user sees changes to projects they are watching and the actions of users they are following. + +Action events are categorized by four main components. + + Actor. The object that performed the activity. + + Verb. The verb phrase that identifies the action of the activity. + + Action Object. (Optional) The object linked to the action itself. + + Target. (Optional) The object to which the activity was performed. + +Actor, Action Object and Target are GenericForeignKeys to any arbitrary Django object and so can represent any Django model in your project. An action is a description of an action that was performed (Verb) at some instant in time by some Actor on some optional Target that results in an Action Object getting created/updated/deleted. + + + + Justin Quick + justquick@gmail.com + + + Asif Saif Uddin + auvipy@gmail.com + + https://github.com/justquick/django-activity-stream/issues + https://github.com/justquick/django-activity-stream/releases + http://django-activity-stream.rtfd.io/en/latest/ + django-activity-stream + justquick/django-activity-stream + + -- cgit v1.2.3