Skip to content

Latest commit

 

History

History
104 lines (94 loc) · 4.18 KB

apps_fr.md

File metadata and controls

104 lines (94 loc) · 4.18 KB

#Apps

<script type="text/template" id="app-template">

Description: {app_description}

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

Mainteneur: {app_maintainer} ({app_mail})

Git: {app_git} ({app_branch})

Documentation
</script> <script> function timeConverter(UNIX_timestamp) { var a = new Date(UNIX_timestamp*1000); var months = ['Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec']; var year = a.getFullYear(); var month = months[a.getMonth()]; var date = a.getDate(); var hour = a.getHours(); var min = a.getMinutes(); if (hour < 10) { hour = '0' + hour; } if (min < 10) { min = '0' + min; } var time = date+' '+month+' '+year+' at '+hour+':'+min; return time; } $(document).ready(function () { $.getJSON('/list.json', function(app_list) { console.log(app_list); $.each(app_list, function(app_id, infos) { if (typeof infos.manifest.description.fr === undefined) { infos.manifest.description.fr = infos.manifest.description.en; } html = $('#app-template').html() .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_branch}', infos.git.branch) .replace('{app_update}', timeConverter(infos.lastUpdate)); $('#app-accordion').append(html); $('.app_'+ app_id).attr('id', 'app_'+ app_id); }); }); }); </script>

En cours d'intégration

Nom Packageur État d'avancement URL du git
Firefox Sync beudbeud En cours https://github.com/abeudin/ffsync_ynh
OpenID julien En cours https://github.com/julienmalik/openid-simplesamlphp_ynh
Shaarli julien En cours https://github.com/julienmalik/shaarli_ynh
OpenVPN Kload En test https://github.com/Kloadut/openvpn_ynh
Etherpad-Lite beudbeud En dev https://github.com/abeudin/etherpadlite_ynh
proFTPd beudbeud En dev https://github.com/abeudin/proftpd_ynh.git
Lychee titoko En dev https://github.com/titoko/lychee_ynh.git
Baikal aquaxp En dev https://github.com/aquaxp/baikal_ynh

À intégrer