Хранилища Subversion ant

Сравнить редакции

Не учитывать пробелы Редакция 343 → Редакция 344

/branches/ant-ng/index.php
14,8 → 14,6
 
require_once dirname(__FILE__)."/init.php";
 
$smarty->assign('body',$core->showBranchesList(1));
 
$smarty->display('default.tpl');
 
?>
/branches/ant-ng/custom-index.php
Новый файл
0,0 → 1,21
<?php
 
/**
*
* Codename: ant-ng - generator of sources.list for Debian and
* distributives, based on Debian
* http://alex-w.org.ru/p/antng/
*
* Copyright (c) 2009 Alexander Wolf
* Dual licensed under the MIT and GNU LGPL licenses.
* http://alex-w.org.ru/p/antng/license
*
*/
 
require_once dirname(__FILE__)."/init.php";
 
$smarty->assign('body',$core->showDistributionForm());
 
$smarty->display('default.tpl');
 
?>