Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/benasse/potoo
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Apr 30, 2020
2 parents 9d71b9b + 39fd2a9 commit 2a40345
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Potoo

## What is it
Potoo is a special bird that communicates with VoIP ecosystem and particularly well with Wazo.
## What is it ?
[Potoo](https://en.wikipedia.org/wiki/Potoo) is a special bird that communicates with VoIP ecosystem and particularly well with Wazo.

The main objective of this project is to quickly (and perhaps badly) provide solutions to missing functionalities in a given ecosystem.

Expand All @@ -17,7 +17,7 @@ Potoo may be verry insecure use it at your own risk !
4. `python3 -m venv venv`
5. `source venv/bin/activate`
6. `pip install -r requirements.txt`
7. `flask run`
7. `python app.py`

## Some interfaces

Expand Down
2 changes: 1 addition & 1 deletion potoo/routes/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
def index():
return """
<h1>Welcome to potoo </h1>
<p>Potoo is a special bird that communicates with VoIP ecosystem and particularly well with Wazo.</p>
<p><a href="https://en.wikipedia.org/wiki/Potoo" rel="nofollow">Potoo</a> is a special bird that communicates with VoIP ecosystem and particularly well with Wazo.</p>
<p>The main objective of this project is to quickly (and perhaps badly) provide solutions to missing functionalities in a given ecosystem.</p>
<p>Its best documentation is its source code and Potoo may be verry insecure.</p>
"""

0 comments on commit 2a40345

Please sign in to comment.