Skip to content

Commit

Permalink
Add release notes for 0.9.18. Add pip requirements. Add ignore info f…
Browse files Browse the repository at this point in the history
…or Aptana projects.
  • Loading branch information
zzgvh committed Aug 6, 2010
1 parent 8cf1cdc commit 3763cda
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -11,3 +11,6 @@ scripts/deployment/static_project_structure.py
tests/acceptance/test_settings.py
akvo/data
akvo/mollie_banklist.xml
.project
.pydevproject

23 changes: 21 additions & 2 deletions RELEASE_NOTES.txt
@@ -1,10 +1,29 @@
RELEASE_NOTES.txt, v0.9.17
last changed: 11 May 2010, bw
RELEASE_NOTES.txt, v0.9.18
last changed: 6 Aug 2010, gvh

Akvo RSR (Really Simple Reporting) is part of the Akvo Platform. The Akvo Platform is used on Akvo.org to combat poverty through small-scale water and sanitation projects. We believe that Akvo RSR can be used in many other development aid scenarios, in areas such as education, health care, agriculture, etc.

Read more about the [Akvo Platform](http://www.akvo.org/web/akvo_platform_overview).

Akvo RSR v 0.9.18 release notes
-------------------------------------------
6 Aug 2010, (Code name: Supercharge) gvh

This release introduces page couters in RSR. We are also updating the version of Django that RSR runs on to 1.2.

New features
------------

### Page counters
In this first iteration page counters are created for projects, project updates and widgets showing one project. The counters record how many visits to a particular project have been made. However we are still only gathering the page count data for these objects, it is not shown in the interface. This will be added in a later release.

### Django 1.2
RSR now runs on Django version 1.2. The new version of Django required changes to forms handling. The changes should be backwards compatible however and we have not introduced any new features requiring 1.2 yet.

### Pip requirements
We use pip whenever possible for installing python libaries. We have added scripts/deployment/pip-requirements.txt describing all python components needed to run RSR. We use this together with virtualenv to set up our environment. While not technically necessary to run RSR it is warmly recommended.

---

Akvo RSR v 0.9.17 release notes
-------------------------------------------
Expand Down
20 changes: 20 additions & 0 deletions scripts/deployment/pip-requirements.txt
@@ -0,0 +1,20 @@
# Django
Django==1.2.1

# Django Apps
django-paypal
-e git+git://github.com/peeb/django-mollie-ideal.git#egg=mollie
-e hg+http://bitbucket.org/ubernostrum/django-registration/#egg=django-registration
django-rosetta
sorl-thumbnail
template_utils
django-piston
django-counter

# Other Python Modules
BeautifulSoup
FeedParser
python-memcached
PIL
lxml
MySQL-python

0 comments on commit 3763cda

Please sign in to comment.