diff --git a/README.md b/README.md index 2db5823..57e9f83 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,14 @@ -PonyConf -======== -[![Build Status](https://travis-ci.org/toulibre/PonyConf.svg?branch=master)](https://travis-ci.org/toulibre/PonyConf) -[![Coverage Status](https://coveralls.io/repos/github/toulibre/PonyConf/badge.svg?branch=master)](https://coveralls.io/github/toulibre/PonyConf?branch=master) +# PonyConf -Organise your conferences - -- Jabber : [ponyconf@chat.cannelle.eu.org](https://jappix.cannelle.eu.org/?r=ponyconf@chat.cannelle.eu.org) -- IRC: #ponyconf on freenode +Organise your conferences. -HowTo Test ----------- +## HowTo Test (you should work on a virtualenv) ```bash -git clone --recursive git@github.com:toulibre/PonyConf.git +git clone --recursive git@git.afpy.org:AFPy/PonyConf.git cd PonyConf pip install -U -r requirements.txt ./manage.py migrate @@ -23,8 +16,8 @@ pip install -U -r requirements.txt ./manage.py createsuperuser ``` -HowTo update translations -------------------------- + +## HowTo update translations ```bash ./manage.py makemessages diff --git a/doc/installation-guide.rst b/doc/installation-guide.rst index c9251e9..572f39e 100644 --- a/doc/installation-guide.rst +++ b/doc/installation-guide.rst @@ -35,7 +35,7 @@ Create ``log`` and ``webdir`` directories:: Clone the repository in the ``app`` directory:: - $ git clone https://github.com/PonyConf/PonyConf.git app + $ git clone https://git.afpy.org/AFPy/PonyConf.git app Configuration ------------- diff --git a/package.json b/package.json deleted file mode 100644 index 97b8709..0000000 --- a/package.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "ponyconf", - "version": "1.0.0", - "description": "Organise your conferences", - "main": "index.js", - "directories": { - "doc": "doc" - }, - "dependencies": { - "jquery": "^3.5.1" - }, - "devDependencies": {}, - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/PonyConf/PonyConf.git" - }, - "author": "Élie Bouttier and contributors", - "license": "Apache-2.0", - "bugs": { - "url": "https://github.com/PonyConf/PonyConf/issues" - }, - "homepage": "https://github.com/PonyConf/PonyConf#readme" -} diff --git a/ponyconf/templates/base.html b/ponyconf/templates/base.html index e46fd43..b5fbad4 100644 --- a/ponyconf/templates/base.html +++ b/ponyconf/templates/base.html @@ -63,7 +63,7 @@ {% block pagefooter %}
{% endblock %}