mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Add roadmap_fr.md
This commit is contained in:
parent
8c84f44d86
commit
392d18a156
3 changed files with 26 additions and 3 deletions
5
index.md
5
index.md
|
@ -58,11 +58,12 @@ A firewall is also deployed at installation, protecting you from undesirable and
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
jQuery.ajaxSetup({cache: true});
|
jQuery.ajaxSetup({cache: false});
|
||||||
jQuery.getScript('https://doc.yunohost.org/mini/javascripts/mini.js', function() {
|
jQuery.getScript('https://doc.yunohost.org/mini/javascripts/mini.js', function() {
|
||||||
|
HOST_BOSH = 'https://doc.yunohost.org/http-bind/';
|
||||||
JappixMini.launch({
|
JappixMini.launch({
|
||||||
connection: {
|
connection: {
|
||||||
domain: 'anonymous.jappix.com'
|
domain: 'anonymous.yunohost.org'
|
||||||
},
|
},
|
||||||
|
|
||||||
application: {
|
application: {
|
||||||
|
|
|
@ -59,9 +59,10 @@ Un pare-feu est également déployé dès l’installation, vous protégeant con
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
jQuery.ajaxSetup({cache: true});
|
jQuery.ajaxSetup({cache: true});
|
||||||
jQuery.getScript('https://doc.yunohost.org/mini/javascripts/mini.js', function() {
|
jQuery.getScript('https://doc.yunohost.org/mini/javascripts/mini.js', function() {
|
||||||
|
HOST_BOSH = 'https://doc.yunohost.org/http-bind/';
|
||||||
JappixMini.launch({
|
JappixMini.launch({
|
||||||
connection: {
|
connection: {
|
||||||
domain: 'anonymous.jappix.com'
|
domain: 'anonymous.yunohost.org'
|
||||||
},
|
},
|
||||||
|
|
||||||
application: {
|
application: {
|
||||||
|
|
21
roadmap_fr.md
Normal file
21
roadmap_fr.md
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
#Roadmap
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## v2.0
|
||||||
|
|
||||||
|
* User interface design *(Courgette, opi)*
|
||||||
|
* uPnP rework *(kload, titoko)*
|
||||||
|
* Moulinette/API refactoring *(jerome)*
|
||||||
|
* Mail configuration tests *(beudbeud)*
|
||||||
|
* Make pending apps official *(Ju)*
|
||||||
|
* Test and upgrade official apps like Owncloud, Roundcube and Radicale *(packagers)*
|
||||||
|
* Add warning in a sample backup view *(opi)*
|
||||||
|
* SFTP *(kload)*
|
||||||
|
* Security check and complete patterns
|
||||||
|
* Add sexiness and a menu to YunoHost.org frontpage *(kload)*
|
||||||
|
* **DOCUMENTATIONNNNNNN** *(everyone <3)*
|
||||||
|
|
||||||
|
## v2.1
|
||||||
|
|
||||||
|
* TO DO
|
Loading…
Add table
Reference in a new issue