Skip to content

Commit

Permalink
Update README, CHANGELOG and AUTHORS
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyubo committed Apr 21, 2015
1 parent 2e8fbe4 commit 56298d5
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 9 deletions.
2 changes: 1 addition & 1 deletion AUTHORS.txt
Expand Up @@ -24,7 +24,7 @@ Chris Beaven
Vineet Naik
Walter Scheper

Brant Young (https://github.com/brantyoung)
Yang Yubo (https://github.com/yangyubo)
Matthew Schinckel (https://github.com/schinckel)
Mirat Can Bayrak (https://github.com/miratcan)
Konrad Hałas (https://github.com/konradhalas)
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,14 @@
Changelog
==========

0.7.0
------

- Add filters and displays to Django model Admin
- Support Django 1.8, compatible with both django-south (django < 1.7) and built-in schema migration (django >= 1.7)
- Compatible with Python 3
- Test fixtures, and integrated with travis-ci

0.6.2
------

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
@@ -1,5 +1,5 @@
Copyright (c) 2011, Justin Quick
Copyright (c) 2012, Brant Young
Copyright (c) 2015, django-notifications team
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
18 changes: 14 additions & 4 deletions README.rst
@@ -1,9 +1,9 @@
Django Notifications Documentation
===================================
``django-notifications`` Documentation
=======================================

|build-status| |coveralls|

`django-notifications <https://github.com/brantyoung/django-notifications>`_ is a GitHub notification alike app for Django, it was derived from `django-activity-stream <https://github.com/justquick/django-activity-stream>`_
`django-notifications <https://github.com/django-notifications/django-notifications>`_ is a GitHub notification alike app for Django, it was derived from `django-activity-stream <https://github.com/justquick/django-activity-stream>`_

Notifications are actually actions events, which are categorized by four main components.

Expand Down Expand Up @@ -32,7 +32,7 @@ or get it from source

::

$ git clone https://github.com/brantyoung/django-notifications
$ git clone https://github.com/django-notifications/django-notifications
$ cd django-notifications
$ python setup.py install

Expand Down Expand Up @@ -235,6 +235,16 @@ Storing the count in a variable for further processing is advised, such as::
You have <strong>{{ unread_count }}</strong> unread notifications.
{% endif %}


``django-notifications`` Team
==============================

Core contributors (in alphabetical order):

- `Samuel Spencer <https://github.com/LegoStormtroopr>`_
- `Yang Yubo <https://github.com/yangyubo>`_
- `zhang-z <https://github.com/zhang-z>`_

.. |build-status| image:: https://travis-ci.org/django-notifications/django-notifications.svg
:target: https://travis-ci.org/django-notifications/django-notifications

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -5,9 +5,9 @@
version=__version__,
description='GitHub notifications alike app for Django.',
long_description=open('README.rst').read(),
author='Brant Young',
author_email='brant.young@gmail.com',
url='http://github.com/brantyoung/django-notifications',
author='django-notifications team',
author_email='yang@yangyubo.com',
url='http://github.com/django-notifications/django-notifications',
install_requires=[
'django>=1.4',
'django-model-utils>=2.0.3',
Expand Down

0 comments on commit 56298d5

Please sign in to comment.