
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<title>openSUSE repo config</title>
<style>
    body {
        font-family: sans-serif;
        background: #333741;
        color: #e2e8f0;
        display: flex;
        height: 100vh;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 20px;
    }
    .box {
        max-width: 900px;
        text-align: left;
        line-height: 1.6;
        white-space: pre-wrap;
        background: #1f2937;
        padding: 20px;
        border-radius: 10px;
    }
    code {
        display: block;
        background: #111827;
        padding: 12px;
        border-radius: 6px;
        margin-top: 10px;
        overflow-x: auto;
    }
</style>
</head>
<body>
    <div class="box">
        <h1>Использование в openSUSE</h1>

        <p>Исправьте в репозитории <b>openh264</b> строки baseurl и gpgkey по примеру:</p>

        <code>
# tumbleweed
baseurl=http://ciscosucks.itrus.su/openh264/openSUSE_Tumbleweed
gpgkey=http://ciscosucks.itrus.su/openh264/openSUSE_Tumbleweed/repodata/repomd.xml.key

#leap
baseurl=http://ciscosucks.itrus.su/openh264/openSUSE_Leap_16
gpgkey=http://ciscosucks.itrus.su/openh264/openSUSE_Leap_16/repodata/repomd.xml.key

        </code>
    </div>
</body>
</html>