Fixing footer link (and proofreading around them)
This commit is contained in:
parent
87c8da1a9e
commit
ff94b6e102
19
README.md
19
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
|
||||
|
@ -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
|
||||
-------------
|
||||
|
26
package.json
26
package.json
@ -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"
|
||||
}
|
@ -63,7 +63,7 @@
|
||||
{% block pagefooter %}
|
||||
<hr>
|
||||
<footer>
|
||||
<p class="text-muted">{% trans "Powered by" %} <a href="https://github.com/toulibre/ponyconf">PonyConf</a></p>
|
||||
<p class="text-muted">{% trans "Powered by" %} <a href="https://git.afpy.org/AFPy/PonyConf">PonyConf</a></p>
|
||||
</footer>
|
||||
{% endblock %}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user