Commit graph

31 commits

Author SHA1 Message Date
db29648956 Re-organize the documentation (#223)
* Re-organize the documentation

* Fix encoding errors for python 2

* Document the dependencies. Fixes #199

* Add a make update command. Fixes #211
2017-06-21 14:03:16 +02:00
4410aaa504 Fix sphinx integration (#208)
* Fix rst link formatting in the README

* Use Sphinx 1.5.5 since 1.6b2 is selected otherwise and breaks.
2017-05-08 22:18:50 +02:00
0livd
e3da3b3b7f Externalize the settings (#193)
Default settings from app's root path are loaded first
Settings are then overriden by /etc/ihatemoney/ihatemoney.cfg
or by another file which path is set in an env var
Fixes #187
2017-04-23 18:32:37 +02:00
0livd
fb84135fe5 Move tests to budget.tests (#205)
* Move tests to budget.tests

Update tox.ini to call the unittest dicovery module
Closes #196

* Fix typo in Readme
2017-04-22 23:07:24 +02:00
Toover
4ea5158a70 Update the README with additional requirements and information (#202)
Without this information, I really could not understand where to go next.
2017-04-15 19:31:35 +02:00
0livd
cdf903383a Add the possibilty to run ihatemoney via Apache mod_wsgi (#191)
Add the possibilty to run ihatemoney via Apache mod_wsgi

ihatemoney.wsgi is the entry point for mod_wsgi.
A virtualenv can be activated if its path is specified as
an env var in the apache virtual host file
2017-04-10 18:46:39 +02:00
08a4935566 Update the README with makefile changes 2017-03-28 17:49:22 +02:00
d1facecc69 Create a Makefile to ease development 2017-03-28 17:41:34 +02:00
a354973f1f Change the README again 2017-03-28 17:41:34 +02:00
c0651203c3 Update the README with the release process 2017-03-28 17:41:34 +02:00
caf7f2b814 Update the README with the release process 2017-03-21 15:09:31 +01:00
Alexandre Avenel
d26d547372 Add Travis CI badge in README 2016-10-01 14:15:25 +02:00
Adam Chainz
a80202e066 Convert readthedocs links for their .org -> .io migration for hosted projects
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’:

> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.

Test Plan: Manually visited all the links I’ve modified.
2016-06-28 07:46:50 +01:00
a8841f9d3f Merge pull request #122 from JocelynDelalande/configurable-prefix
Made an URL prefix configurable in settings
2015-11-09 09:26:11 +01:00
Jocelyn Delande
d9313ba40e Remove trailing whitespaces 2015-08-20 12:02:04 +02:00
Jocelyn Delande
15091e28c0 Made an URL prefix configurable in settings, includes tests. 2015-08-19 22:56:45 +02:00
Alexis Metaireau
39158b4fc8 Update README.rst with informations about the TESTING flag. Fix #58 2011-10-27 18:06:39 +03:00
6f4f04b117 Document the API. Fix #46 2011-10-18 23:26:13 +02:00
Arnaud Bos
1486b20ac9 Dead link in README 2011-10-18 02:48:01 +02:00
4d88c37d6b License under BSD custom beerware 2011-10-17 23:32:47 +02:00
97132ce88a Fix some problems related to postgresql and models 2011-10-13 21:27:56 +02:00
93ac2cc947 update the README with how to run tests 2011-10-08 13:48:06 +02:00
20f6f204cf update the README with information about how to contribute 2011-09-09 21:32:52 +02:00
ef353d643c Refactor the application to use blueprints.
This allows to isolate some behavior in the context of the web application so
the API and the web application can behave in different ways.
2011-09-09 21:21:37 +02:00
Arnaud Bos
295beeade4 Edited README.rst via GitHub 2011-09-09 14:30:16 +03:00
Frédéric Sureau
3dd34c6cc4 Added my name to the authors. 2011-08-10 16:55:22 +02:00
1229beaf54 Put the dependencies into a requirements.txt file.
This allows to put them only in one place and to use `pip install -r requirements.txt` in order to install all the dependencies.
2011-07-30 15:40:48 +02:00
6200eaa48d fix typo 2011-03-10 20:31:02 +00:00
dea22b9a89 add some stuff in the readme about deployment 2011-03-10 17:51:16 +00:00
de708ce3ef reshape the folder structure. Add conf files 2011-03-10 17:32:53 +00:00
4947a99c3a add a readme 2011-03-10 02:41:05 +00:00