Git Product home page Git Product logo

boob-sbcm / django-activity-stream Goto Github PK

View Code? Open in Web Editor NEW

This project forked from justquick/django-activity-stream

0.0 1.0 0.0 1.16 MB

Generate generic activity streams from the actions on your site. Users can follow any actors' activities for personalized streams.

Home Page: http://django-activity-stream.rtfd.io/en/latest/

License: BSD 3-Clause "New" or "Revised" License

Makefile 0.42% Python 96.78% HTML 2.81%

django-activity-stream's Introduction

Django Activity Stream

https://travis-ci.org/justquick/django-activity-stream.svg?branch=master Join the chat at https://gitter.im/django-activity-stream/Lobby https://coveralls.io/repos/github/justquick/django-activity-stream/badge.svg?branch=master https://scrutinizer-ci.com/g/justquick/django-activity-stream/badges/quality-score.png?b=master https://app.fossa.io/api/projects/git%2Bgithub.com%2Fjustquick%2Fdjango-activity-stream.svg?type=shield Backers on Open Collective Sponsors on Open Collective

Sponsors

ImageLink

Get supported django-activity-stream with the Tidelift Subscription

What is Django Activity Stream?

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.

For example: justquick (actor) closed (verb) issue 2 (object) on django-activity-stream (target) 12 hours ago

Nomenclature of this specification is based on the Activity Streams Spec: http://activitystrea.ms/

For complete documentation see Django Activity Stream Documentation

Credits


Contributors


This project exists thanks to all the people who contribute!

https://opencollective.com/django-activity-stream/contributors.svg?width=890&button=false

Backers


Thank you to all our backers! Become a backer.

https://opencollective.com/django-activity-stream/backers.svg?width=890

Sponsors


Support us by becoming a sponsor. Your logo will show up here with a link to your website. Become a sponsor.

django-activity-stream's People

Contributors

aantn avatar artscoop avatar auvipy avatar benslavin avatar brunoamaral avatar chrisfranklin avatar deepakprakash avatar dgouldin avatar dimier avatar frwickst avatar gnunicorn avatar hugokernel avatar jarus avatar jasonculverhouse avatar jazzido avatar jocelyndelalande avatar josh-j-bailey avatar joshourisman avatar justquick avatar michaeljones avatar nrb avatar olifante avatar paltman avatar paulcollinsiii avatar rocknrollnerd avatar slurms avatar smileychris avatar trevershick avatar uruz avatar wadewilliams avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.