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})
DocumentationDescription: {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/) - - -