Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor README updates and requirements fixes #72

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 4 additions & 11 deletions README.mkd
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# Disclaimer for Devs

Right now the master branch is freezed.

All ongoing work is being done in the django15 branch to settle the basis for future developments.

# MozBuzz

MozBuzz is a tool for tracking brand and product mentions in the press.
Expand All @@ -20,6 +14,10 @@ https://github.com/mozillahispano/mozbuzz

https://github.com/mozillahispano/mozbuzz/issues

### Disclaimer for Devs

Please send Pull Requests against the `development` branch, unless it is a fix for a bug in `master`.

### Documentation

Documentation is in the ``docs/`` directory including docs for
Expand All @@ -30,11 +28,6 @@ Most recent docs are at [readthedocs.org](https://mozzbuzz.readthedocs.org/en/la
### IRC Channel
``mozbuzz`` on ``irc.mozilla.org``


## Want to help?
TODO: inspiración


## License
This software is licensed under the [GPLv3][GPL]. For more
information, read the file ``LICENSE``.
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Django==1.5.1
MySQL-python==1.2.3
South==0.7.6
certifi==0.0.8
chardet==2.1.1
Expand Down