Хранилища Subversion ant

Редакция

Редакция 265 | Только различия | Не учитывать пробелы | Содержимое файла | Авторство | Последнее изменение | Открыть журнал | RSS

Редакция 265 Редакция 268
1
<?php
1
<?php
2
2
3
/**
3
/**
4
 * Project:     Ant: sources.list generator
4
 * Project:     Ant: sources.list generator
5
 * File:        modern.php
5
 * File:        modern.php
6
 *
6
 *
7
 * This application is free software; you can redistribute it and/or
7
 * This application is free software; you can redistribute it and/or
8
 * modify it under the terms of the GNU Lesser General Public
8
 * modify it under the terms of the GNU Lesser General Public
9
 * License as published by the Free Software Foundation; either
9
 * License as published by the Free Software Foundation; either
10
 * version 2.1 of the License, or (at your option) any later version.
10
 * version 2.1 of the License, or (at your option) any later version.
11
 *
11
 *
12
 * This application is distributed in the hope that it will be useful,
12
 * This application is distributed in the hope that it will be useful,
13
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15
 * Lesser General Public License for more details.
15
 * Lesser General Public License for more details.
16
 *
16
 *
17
 * You should have received a copy of the GNU Lesser General Public
17
 * You should have received a copy of the GNU Lesser General Public
18
 * License along with this library; if not, write to the Free Software
18
 * License along with this library; if not, write to the Free Software
19
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
 *
20
 *
21
 */
21
 */
22
22
23
23
24
require_once dirname(__FILE__)."/lib/init.php";
24
require_once dirname(__FILE__)."/lib/init.php";
25
25
26
$info = array();
26
$info = array();
27
27
28
$info = $core->getInfo($_SERVER["HTTP_USER_AGENT"],$db);
28
$info = $core->getInfo($_SERVER["HTTP_USER_AGENT"],$db);
29
29
30
$telepathy = "<h2>"._("Generator of sources.list")."</h2><p>".$info[1];
30
$telepathy = "<h2>"._("Generator of sources.list")."</h2><p>".$info[1];
31
31
32
if ($info[0]!="unknown") {
32
if ($info[0]!="unknown") {
33
        $cnt = count($info);
33
        $cnt = count($info);
34
        switch ($cnt) {
34
        switch ($cnt) {
35
                case '2':
35
                case '2':
36
                        $telepathy .= "GNU/Linux, но явно не та, которую мы поддерживаем или дистрибутив и его версия тчательно замаскированы. Если это маскировка, то можно попробовать сгенерировать sources.list &#8220;<a href='./modern.php'>вручную</a>&#8221;.</p>";
36
                        $telepathy .= (_"GNU/Linux, but certainly not one that we support or the distribution and its version tchatelno masked. If this is a disguise, you can try to generate a sources.list &#8220;<a href='./modern.php'>manually</a>&#8221;.</p>");
-
 
37
                        // "GNU/Linux, но явно не та, которую мы поддерживаем или дистрибутив и его версия тчательно замаскированы. Если это маскировка, то можно попробовать сгенерировать sources.list &#8220;<a href='./modern.php'>вручную</a>&#8221;.</p>";
37
                break;
38
                break;
38
                case '4':
39
                case '4':
-
 
40
                        $telepathy .= "<em>".$info[3]."</em>, "._("and that the version I can not disassemble. Let's try to create a sources.list &#8220;<a href='./modern.php'><strong>manually</strong></a>&#8221;?</p>");
39
                        $telepathy .= "<em>".$info[3]."</em>, а что за версия не могу разобрать. Попробуем создать sources.list &#8220;<a href='./modern.php'><b>вручную</b></a>&#8221;?</p>";
41
                        // а что за версия не могу разобрать. Попробуем создать sources.list &#8220;<a href='./modern.php'><b>вручную</b></a>&#8221;?</p>";
40
                break;
42
                break;
41
                case '6':
43
                case '6':
42
                        $dummyar[0] = "-1";
44
                        $dummyar[0] = "-1";
-
 
45
                        $telepathy .= "<em>".$info[3]." ".$info[5]."</em>. "._("If not, then select the distribution and version <a href='./modern.php'>manually</a>").".</p>";
43
                        $telepathy .= "<em>".$info[3]." ".$info[5]."</em>. Если это не так, то выберите дистрибутив и версию <a href='./modern.php'>вручную</a>.</p>";
46
                        // Если это не так, то выберите дистрибутив и версию <a href='./modern.php'>вручную</a>.</p>";
-
 
47
                        $telepathy .= "<p>"._("For this version we have the following repository (the list should be placed in the file")."<span id='sourceslist'>/etc/apt/sources.list</span>):</p>";
44
                        $telepathy .= "<p>Для этой версии у нас есть следующие репозитории (список нужно скопировать в файл <span id='sourceslist'>/etc/apt/sources.list</span>):</p>";
48
                        // Для этой версии у нас есть следующие репозитории (список нужно скопировать в файл <span id='sourceslist'>/etc/apt/sources.list</span>):</p>";
45
                        $telepathy .= "<pre># Ant: sources.list generator :: http://track.altlug.ru/projects/show/ant\n\n".$core->getSourceList($info[2],$info[4],$dummyar,$db)."</pre>";
49
                        $telepathy .= "<pre># Ant: sources.list generator :: http://track.altlug.ru/projects/show/ant\n\n".$core->getSourceList($info[2],$info[4],$dummyar,$db)."</pre>";
46
            $telepathy .= "<p>В этом списке представленны только базовые репозитории. Добавить дополнительные репозитории (неофициальные) Вы можете <a href='./classic.php?step=2&d=".$info[2]."&v=".$info[4]."'>здесь</a>.</p>";
50
            $telepathy .= "<p>"._("The list represented only the basic repositories. Add extra repositories (unofficial) you can")." <a href='./classic.php?step=2&d=".$info[2]."&v=".$info[4]."'>"._("here")."</a>.")."</p>";
-
 
51
                        // В этом списке представленны только базовые репозитории. Добавить дополнительные репозитории (неофициальные) Вы можете <a href='./classic.php?step=2&d=".$info[2]."&v=".$info[4]."'>здесь</a>.</p>";
47
                        $telepathy .= "<p><a href='./get.php?id=".$info[2].",".$info[4]."'>"._("Get sources.list")."</a></p>";
52
                        $telepathy .= "<p><a href='./get.php?id=".$info[2].",".$info[4]."'>"._("Get sources.list")."</a></p>";
48
                break;
53
                break;
49
        }
54
        }
50
} else {
55
} else {
51
        $telepathy .= "</p>";
56
        $telepathy .= "</p>";
52
};
57
};
53
58
54
$smarty->assign('feedaddr',$_SERVER["HTTP_HOST"].dirname($_SERVER["PHP_SELF"]));
59
$smarty->assign('feedaddr',$_SERVER["HTTP_HOST"].dirname($_SERVER["PHP_SELF"]));
55
$smarty->assign('modern',$telepathy);
60
$smarty->assign('modern',$telepathy);
56
$smarty->assign('antversion',$core->getSetting('version',$db));
61
$smarty->assign('antversion',$core->getSetting('version',$db));
57
$smarty->assign('title',$core->getSetting('codename',$db));
62
$smarty->assign('title',$core->getSetting('codename',$db));
58
$smarty->assign('interface'," &bull; <a href='./changelog.php'>"._("Changes")."</a> &bull; ".$core->getInterfacesList($_SERVER["REQUEST_URI"],$db));
63
$smarty->assign('interface'," &bull; <a href='./changelog.php'>"._("Changes")."</a> &bull; ".$core->getInterfacesList($_SERVER["REQUEST_URI"],$db));
59
$smarty->assign('theme',$theme->getThemeName($core,$db));
64
$smarty->assign('theme',$theme->getThemeName($core,$db));
60
65
61
$smarty->display('modern.tpl');
66
$smarty->display('modern.tpl');
62
67
63
?>
68
?>
64
 
69