otmp_site/ar/index.html

150 lines
5 KiB
HTML
Raw Permalink Normal View History

2024-08-05 16:40:20 +02:00
<!doctype html>
<html
dir="rtl"
lang="ar-SA"
>
<head>
<meta charset="UTF-8">
<meta content="IE=edge" http-equiv="X-UA-Compatible"/>
<meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<title>بروتوكول الرسائل الخاص بـ OxideTalis</title>
<meta name="title" content="بروتوكول الرسائل الخاص بـ OxideTalis">
<meta name="author" content="Awiteb">
<meta name="description" content="OxideTalis Messaging Protocol (OTMP) specification">
<meta name="generator" content="Zola v0.16.1">
<meta property="og:type" content="website">
<meta property="og:url" content="https://otmp.4rs.nl/ar/">
<meta property="og:site_name" content="OxideTalis Messaging Protocol">
<meta property="og:title" content="بروتوكول الرسائل الخاص بـ OxideTalis">
<meta property="og:description" content="OxideTalis Messaging Protocol (OTMP) specification">
<meta property="og:image" content="https:&#x2F;&#x2F;otmp.4rs.nl&#x2F;otmp_ar.png">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://otmp.4rs.nl/ar/">
<meta property="twitter:title" content="بروتوكول الرسائل الخاص بـ OxideTalis">
<meta property="twitter:description" content="OxideTalis Messaging Protocol (OTMP) specification">
<meta property="twitter:image" content="https:&#x2F;&#x2F;otmp.4rs.nl&#x2F;otmp_ar.png">
<link rel="canonical" href="https://otmp.4rs.nl/ar/">
<link rel="shortcut icon" type="image/x-icon" href="https://otmp.4rs.nl/otmp_logo.svg">
<script type="application/ld+json">
{
"description":"OxideTalis Messaging Protocol (OTMP) specification",
"url":"https://otmp.4rs.nl/ar/",
"@type":"WebSite",
"headline":"بروتوكول الرسائل الخاص بـ OxideTalis",
"name":"بروتوكول الرسائل الخاص بـ OxideTalis",
"author":{
"@type":"Person",
"name":"Awiteb"
},
"@context":"https://schema.org"
}
</script>
<link rel="alternate" type="application/atom+xml" title="RSS" href="https://otmp.4rs.nl/atom.xml">
<link rel="stylesheet" href="https://otmp.4rs.nl/style.css"/>
</head>
<body theme="auto">
<div class="w">
<header>
<nav>
<a href="/ar/" >العربية</a>
<a href="/" >English</a>
</nav>
<h2>بروتوكول الرسائل الخاص بـ OxideTalis</h2>
</header>
<main class="page-content" aria-label="Content">
<p>هذه الصفحة الرئيسية لبروتوكول الرسائل الخاص بـ OxideTalis (OTMP)، وهو بروتوكول
للتواصل بين طرفين (أليس وبوب) باستخدام مفتاح تشفير مشترك. تم تصميم البروتوكول
ليكون بسيطًا وسهل التنفيذ، مع توفير وسيلة آمنة للتواصل.</p>
<h3 id="l-hdf">الأهداف</h3>
<ul>
<li>تواصل آمن بين طرفين.</li>
<li>سهولة التنفيذ.</li>
<li>القدرة على إرسال رسائل إلى مستخدمين في خوادم أخرى مباشرة، بدون الاعتماد على
خادم المرسل.</li>
</ul>
<h3 id="l-hdf-lgyr-mrgwb">الأهداف الغير مرغوبة</h3>
<ul>
<li>التواصل الجماعي.</li>
<li>المكالمات الصوتية أو الفيديو.</li>
</ul>
<h2 id="lmhtwyt">المحتويات</h2>
<ul>
<li><a href="/ar/protocol/">البروتوكول</a></li>
<li><a href="/ar/faq/">الاسئلة الشائعة</a></li>
</ul>
</main>
<footer>
<nav>
<a href="mailto:otmp@4rs.nl" target="_blank" rel="noreferrer noopener">البريد الإلكتروني</a>
<a href="/pgp.asc" target="_blank" rel="noreferrer noopener">مفتاح PGP</a>
<a href="https://git.4rs.nl/OxideTalis/otmp_site" target="_blank" rel="noreferrer noopener">الشِفرة</a>
</nav>
</footer>
</div>
</body>
</html>