diff --git a/apps.md b/apps.md index 483b0f23..dfa9da4e 100644 --- a/apps.md +++ b/apps.md @@ -12,9 +12,9 @@

Description: {app_description}

-

Last update (UTC)x: {app_update}

+

Last update (UTC): {app_update}

Maintainer: {app_maintainer} ({app_mail})

-

Git: {app_git} ({app_branch})

+

Git: {app_git} ({app_branch})

Documentation
@@ -51,7 +51,7 @@ $(document).ready(function () { .replace(/{app_id}/g, app_id) .replace(/{app_name}/g, infos.manifest.name) .replace('{app_description}', infos.manifest.description.en) - .replace('{app_git}', infos.git.url) + .replace(/{app_git}/g, infos.git.url) .replace('{app_branch}', infos.git.branch) .replace('{app_update}', timeConverter(infos.lastUpdate)); @@ -60,10 +60,11 @@ $(document).ready(function () { .replace('{app_maintainer}', infos.manifest.developer.name) .replace('{app_mail}', infos.manifest.developer.email); } - else { + + if (infos.manifest.maintainer) { html = html - .replace('{app_maintainer}', 'unknown') - .replace('{app_mail}', 'unknown'); + .replace('{app_maintainer}', infos.manifest.maintainer.name) + .replace('{app_mail}', infos.manifest.maintainer.email); } $('#app-accordion').append(html); @@ -118,6 +119,7 @@ The packagers will appreciate your remarks. If you test them and find issues, or | [Ghost](http://ghost.org) | julien |
| https://github.com/julienmalik/ghost_ynh | Blogging platform | | [GLPI + FusionInventory](http://www.glpi-project.org/?lang=en) | beudbeud |
| https://github.com/abeudin/glpi_ynh | IT And Asset managent | | [Jeedom](http://jeedom.fr) | lunarok |
| https://github.com/lunarok/jeedom_ynh | Home automation | +| [Jenkins](http://jenkins-ci.org/) | julien |
| https://github.com/julienmalik/jenkins_ynh | Continuous Integration platform | | [Kanboard](http://kanboard.net/) | tostaki |
| https://github.com/mbugeia/kanboard_ynh | Visual task board | | [KiwiIRC](http://kiwiirc.com) | julien |
| https://github.com/julienmalik/kiwiirc_ynh | Web IRC client | | [Leed](http://projet.idleman.fr/leed/) | Maniack Crudelis |
| https://github.com/maniackcrudelis/leed_ynh | RSS reader | @@ -147,7 +149,7 @@ The packagers will appreciate your remarks. If you test them and find issues, or | [Webmin](http://webmin.com) | tifred |
| https://github.com/drfred1981/webmin_ynh | Web-based system configuration tool | | [Yourls](http://yourls.org/) | courgette |
| https://github.com/courgette/yourls_ynh | URL Shortening service | | [Zomburl](http://cadav.re/) | courgette |
| https://github.com/courgette/zomburl_ynh | URL Shortening service | -| [Jenkins](http://jenkins-ci.org/) | julien |
| https://github.com/julienmalik/jenkins_ynh | Continuous Integration platform | +| [Z-Push](https://z-push.org/) | beudbeud |
| https://github.com/abeudin/z-push_ynh | ActiveSync Server | ### Wishlist diff --git a/apps_fr.md b/apps_fr.md index 5611c249..107765eb 100644 --- a/apps_fr.md +++ b/apps_fr.md @@ -14,7 +14,7 @@

Description: {app_description}

Dernière mise à jour (UTC): {app_update}

Mainteneur: {app_maintainer} ({app_mail})

-

Git: {app_git} ({app_branch})

+

Git: {app_git} ({app_branch})

Documentation
@@ -54,11 +54,22 @@ $(document).ready(function () { .replace(/{app_id}/g, app_id) .replace(/{app_name}/g, infos.manifest.name) .replace('{app_description}', infos.manifest.description.fr) - .replace('{app_maintainer}', infos.manifest.developer.name) - .replace('{app_mail}', infos.manifest.developer.email) - .replace('{app_git}', infos.git.url) + .replace(/{app_git}/g, infos.git.url) .replace('{app_branch}', infos.git.branch) .replace('{app_update}', timeConverter(infos.lastUpdate)); + + if (infos.manifest.developer) { + html = html + .replace('{app_maintainer}', infos.manifest.developer.name) + .replace('{app_mail}', infos.manifest.developer.email); + } + + if (infos.manifest.maintainer) { + html = html + .replace('{app_maintainer}', infos.manifest.maintainer.name) + .replace('{app_mail}', infos.manifest.maintainer.email); + } + $('#app-accordion').append(html); $('.app_'+ app_id).attr('id', 'app_'+ app_id); }); diff --git a/appsdev_fr.md b/appsdev_fr.md index 97e07a7c..f292e55d 100644 --- a/appsdev_fr.md +++ b/appsdev_fr.md @@ -1,5 +1,67 @@ #Apps Work in progress + + The following applications are being worked on by a growing number of packagers. They are NOT validated by the packaging team, and as such, no official support is provided for them. @@ -115,21 +177,3 @@ The following list is a compiled wishlist of applications that would be nice-to- * [racktables](http://racktables.org/) * [Known](https://withknown.com/) * [Mopidy](https://www.mopidy.com/) - - -