aboutsummaryrefslogtreecommitdiff
path: root/README.rst
AgeCommit message (Collapse)AuthorFilesLines
2021-04-05Add donate paragraph in Contributing sectionGlandos1-0/+2
2021-04-05Add liberapay badgeGlandos1-0/+4
2020-11-24Add python3.9 supportGlandos1-1/+1
2020-04-25Add weblate translation status to the README (#574)zorun1-0/+10
Co-authored-by: Baptiste Jonglez <git@bitsofnetworks.org>
2020-04-24Remove obsolete python code (<3.6). (#571)Rémy HUBSCHER1-1/+1
2020-02-20We have maintainers :-)Alexis Metaireau1-4/+0
2019-12-17Add a maintener wanted badge.Rémy HUBSCHER1-0/+4
2019-10-11Remove support for python2.Alexis M1-1/+1
In the same move : - use a setup.cfg file for packaging - remove the use of six
2019-09-18Update translations to publish new point release.Alexis M1-1/+1
2019-09-17Fix setup.py encoding to be py2 and py3 compatible.Alexis M1-1/+2
2019-09-08Preparing release 4.1Alexis M1-2/+1
2019-09-08Preparing release 4.1Alexis M1-4/+5
2019-09-08remove compatibility of py34Brice Maron1-2/+2
2019-02-20Add Python 3.7 to the tox matrix.Rémy HUBSCHER1-1/+1
2018-12-20Add a link to the mailing listAlexis Metaireau1-0/+2
2018-08-30Add a contributing section to the readme file;Benjamin Bouvier1-0/+7
2017-08-20Add python 3.6 support (#259)0livd1-1/+1
Closes #253
2017-06-21Re-organize the documentation (#223)Alexis Metaireau1-145/+13
* Re-organize the documentation * Fix encoding errors for python 2 * Document the dependencies. Fixes #199 * Add a make update command. Fixes #211
2017-05-08Fix sphinx integration (#208)Alexis Metaireau1-3/+3
* Fix rst link formatting in the README * Use Sphinx 1.5.5 since 1.6b2 is selected otherwise and breaks.
2017-04-23Externalize the settings (#193)0livd1-14/+34
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-22Move tests to budget.tests (#205)0livd1-1/+1
* Move tests to budget.tests Update tox.ini to call the unittest dicovery module Closes #196 * Fix typo in Readme
2017-04-15Update the README with additional requirements and information (#202)Toover1-1/+6
Without this information, I really could not understand where to go next.
2017-04-10Add the possibilty to run ihatemoney via Apache mod_wsgi (#191)0livd1-1/+15
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-03-28Update the README with makefile changesAlexis Métaireau1-15/+7
2017-03-28Create a Makefile to ease developmentAlexis Métaireau1-23/+17
2017-03-28Change the README againAlexis Métaireau1-1/+0
2017-03-28Update the README with the release processAlexis Métaireau1-0/+1
2017-03-21Update the README with the release processAlexis Métaireau1-0/+30
2016-10-01Add Travis CI badge in READMEAlexandre Avenel1-0/+4
2016-06-28Convert readthedocs links for their .org -> .io migration for hosted projectsAdam Chainz1-1/+1
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.
2015-11-09Merge pull request #122 from JocelynDelalande/configurable-prefixAlexis Metaireau1-1/+6
Made an URL prefix configurable in settings
2015-08-20Remove trailing whitespacesJocelyn Delande1-2/+2
2015-08-19Made an URL prefix configurable in settings, includes tests.Jocelyn Delande1-1/+6
2011-10-27Update README.rst with informations about the `TESTING` flag. Fix #58Alexis Metaireau1-0/+3
2011-10-18Document the API. Fix #46Alexis Metaireau1-1/+1
2011-10-18Dead link in READMEArnaud Bos1-1/+1
2011-10-17License under BSD custom beerwareAlexis Metaireau1-0/+10
2011-10-13Fix some problems related to postgresql and modelsAlexis Metaireau1-1/+11
2011-10-08update the README with how to run testsAlexis Metaireau1-0/+7
2011-09-09update the README with information about how to contributeAlexis Metaireau1-0/+27
2011-09-09Refactor the application to use blueprints.Alexis Metaireau1-5/+1
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-09Edited README.rst via GitHubArnaud Bos1-1/+1
2011-08-10Added my name to the authors.Frédéric Sureau1-1/+1
2011-07-30Put the dependencies into a requirements.txt file.Alexis Metaireau1-2/+2
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-03-10fix typoAlexis Metaireau1-1/+1
2011-03-10add some stuff in the readme about deploymentAlexis Metaireau1-0/+6
2011-03-10reshape the folder structure. Add conf filesAlexis Metaireau1-0/+22
2011-03-10add a readmeAlexis Metaireau1-0/+10