Ajout actionmap, équipe et précision veganaise.

This commit is contained in:
opi 2016-05-02 20:32:39 +02:00
parent 3d292cddac
commit af59c73092
2 changed files with 43 additions and 5 deletions

View file

@ -14,7 +14,18 @@ img {
height: auto;
}
.remark-code, .remark-inline-code { font-family: monospace; }
.remark-code,
.remark-inline-code {
font-size: 18px;
font-family: monospace;
}
.remark-inline-code {
display: inline-block;
vertical-align: baseline;
padding: 0.1em 0.5em;
background: #F0F0F0;
}
.remark-slide-content {
padding: 1em 3em;

View file

@ -114,6 +114,31 @@ global arguments:
## Comment ça fonctionne ?
### Moulinette
ActionMap : 1 fichier .yml pour définir les url API & CLI
```yml
### user_info()
info:
action_help: Get user information
api: GET /users/<username>
configuration:
authenticate: all
authenticator: ldap-anonymous
arguments:
username:
help: Username or email to get information
```
`$ yunohost user info <USERNAME>`
`https://example.com/users/<USERNAME>`
---
## Comment ça fonctionne ?
### Domaines
- Possibilité de DynDNS
@ -202,9 +227,9 @@ global arguments:
### Veganaise
- Rebuildd
- Debian repositories
- ISOs & VMs
- Rebuildd (build *.deb)
- Debian repositories (repo.yunohost.org)
- ISOs & VMs (build.yunohost.org)
- NS1
---
@ -220,7 +245,9 @@ global arguments:
## Équipe & gouvernance
\#yolo
- petite équipe pour l'instant
- do-ocracy
- **New** BugTracker => suivi
---