1
0
www.mikescher.com/www/statics/programs/All in One.php

19 lines
536 B
PHP
Raw Normal View History

2017-11-08 17:39:50 +01:00
<?php
return
[
'name' => 'All in One',
'category' => 'Tool',
'stars' => 1,
'ui_language' => 'German',
'prog_language' => 'Delphi',
'short_description' => 'A little \"swiss army knife\" programm with over 100 different functionalities',
'add_date' => '2008-11-26',
'urls' =>
[
'download' => 'direkt',
],
'long_description' => function(){ return file_get_contents(__DIR__ . '/All in One_description.md'); },
2017-11-09 17:43:34 +01:00
'thumbnail_url' => 'All in One.png',
2017-11-08 17:39:50 +01:00
];