أمثلة مصدرها عربي وقابلة للتشغيل، مع القواميس المطلوبة لكل مثال.
| المثال | القاموس | المصدر | الخرج | الأمر |
|---|---|---|---|---|
| صفحة ثابتة | ar-web-v1 |
static.arhtml | static.html | python -m arweb examples/static.arhtml -o examples/static.html |
| نموذج | ar-web-v1 |
form.arhtml | form.html | python -m arweb examples/form.arhtml -o examples/form.html |
| صفحة تفاعلية | ar-web-v1 |
interactive.arhtml | interactive.html | python -m arweb examples/interactive.arhtml -o examples/interactive.html |
| درس سريع | ar-web-v1 |
tutorial.arhtml | tutorial.html | python -m arweb examples/tutorial.arhtml -o examples/tutorial.html |
| توسعة v1.1 | ar-web-v1.1 |
minor-v1.1.arhtml | minor-v1.1.html | python -m arweb examples/minor-v1.1.arhtml -o examples/minor-v1.1.html --dictionary ar-web-v1.1 |
| ARIA في v1.2 | ar-web-v1.2 |
aria-v1.2.arhtml | aria-v1.2.html | python -m arweb examples/aria-v1.2.arhtml -o examples/aria-v1.2.html --dictionary ar-web-v1.2 |
| SVG في v1.2 | ar-web-v1.2 |
svg-v1.2.arhtml | svg-v1.2.html | python -m arweb examples/svg-v1.2.arhtml -o examples/svg-v1.2.html --dictionary ar-web-v1.2 |
| MathML في v1.2 | ar-web-v1.2 |
mathml-v1.2.arhtml | mathml-v1.2.html | python -m arweb examples/mathml-v1.2.arhtml -o examples/mathml-v1.2.html --dictionary ar-web-v1.2 |
| تخطيط CSS في v1.2 | ar-web-v1.2 |
css-v1.2.arhtml | css-v1.2.html | python -m arweb examples/css-v1.2.arhtml -o examples/css-v1.2.html --dictionary ar-web-v1.2 |
| مرئيات CSS في v1.3 | ar-web-v1.3 |
css-visual-v1.3.arhtml | css-visual-v1.3.html | python -m arweb examples/css-visual-v1.3.arhtml -o examples/css-visual-v1.3.html --dictionary ar-web-v1.3 |
| JavaScript المتصفح في v1.3 | ar-web-v1.3 |
js-browser-v1.3.arhtml | js-browser-v1.3.html | python -m arweb examples/js-browser-v1.3.arhtml -o examples/js-browser-v1.3.html --dictionary ar-web-v1.3 |
| محلل JavaScript في v1.3 | ar-web-v1.3 |
js-parser-v1.3.arhtml | js-parser-v1.3.html | python -m arweb examples/js-parser-v1.3.arhtml -o examples/js-parser-v1.3.html --dictionary ar-web-v1.3 |
| سمات HTML في v1.4 | ar-web-v1.4 |
html-v1.4.arhtml | html-v1.4.html | python -m arweb examples/html-v1.4.arhtml -o examples/html-v1.4.html --dictionary ar-web-v1.4 |
| مؤثرات CSS في v1.5 | ar-web-v1.5 |
css-effects-v1.5.arhtml | css-effects-v1.5.html | python -m arweb examples/css-effects-v1.5.arhtml -o examples/css-effects-v1.5.html --dictionary ar-web-v1.5 |
| SVG المتقدم في v1.6 | ar-web-v1.6 |
svg-v1.6.arhtml | svg-v1.6.html | python -m arweb examples/svg-v1.6.arhtml -o examples/svg-v1.6.html --dictionary ar-web-v1.6 |
| JavaScript المتصفح في v1.7 | ar-web-v1.7 |
js-browser-v1.7.arhtml | js-browser-v1.7.html | python -m arweb examples/js-browser-v1.7.arhtml -o examples/js-browser-v1.7.html --dictionary ar-web-v1.7 |
| MathML المتقدم في v1.8 | ar-web-v1.8 |
mathml-v1.8.arhtml | mathml-v1.8.html | python -m arweb examples/mathml-v1.8.arhtml -o examples/mathml-v1.8.html --dictionary ar-web-v1.8 |
| CSS الحديثة في v1.9 | ar-web-v1.9 |
css-modern-v1.9.arhtml | css-modern-v1.9.html | python -m arweb examples/css-modern-v1.9.arhtml -o examples/css-modern-v1.9.html --dictionary ar-web-v1.9 |
| مكونات JavaScript في v1.10 | ar-web-v1.10 |
js-components-v1.10.arhtml | js-components-v1.10.html | python -m arweb examples/js-components-v1.10.arhtml -o examples/js-components-v1.10.html --dictionary ar-web-v1.10 |
| ARIA في v1.11 | ar-web-v1.11 |
aria-v1.11.arhtml | aria-v1.11.html | python -m arweb examples/aria-v1.11.arhtml -o examples/aria-v1.11.html --dictionary ar-web-v1.11 |
| SVG في v1.12 | ar-web-v1.12 |
svg-v1.12.arhtml | svg-v1.12.html | python -m arweb examples/svg-v1.12.arhtml -o examples/svg-v1.12.html --dictionary ar-web-v1.12 |
| MathML في v1.13 | ar-web-v1.13 |
mathml-v1.13.arhtml | mathml-v1.13.html | python -m arweb examples/mathml-v1.13.arhtml -o examples/mathml-v1.13.html --dictionary ar-web-v1.13 |
| تأليف HTML في v1.14 | ar-web-v1.14 |
html-v1.14.arhtml | html-v1.14.html | python -m arweb examples/html-v1.14.arhtml -o examples/html-v1.14.html --dictionary ar-web-v1.14 |
| CSS الحالية في v1.15 | ar-web-v1.15 |
css-current-v1.15.arhtml | css-current-v1.15.html | python -m arweb examples/css-current-v1.15.arhtml -o examples/css-current-v1.15.html --dictionary ar-web-v1.15 |
| JavaScript الحالية في v1.16 | ar-web-v1.16 |
js-current-v1.16.arhtml | js-current-v1.16.html | python -m arweb examples/js-current-v1.16.arhtml -o examples/js-current-v1.16.html --dictionary ar-web-v1.16 |
| ARIA في v1.17 | ar-web-v1.17 |
aria-v1.17.arhtml | aria-v1.17.html | python -m arweb examples/aria-v1.17.arhtml -o examples/aria-v1.17.html --dictionary ar-web-v1.17 |
| SVG في v1.18 | ar-web-v1.18 |
svg-v1.18.arhtml | svg-v1.18.html | python -m arweb examples/svg-v1.18.arhtml -o examples/svg-v1.18.html --dictionary ar-web-v1.18 |
| محتوى MathML في v1.19 | ar-web-v1.19 |
mathml-v1.19.arhtml | mathml-v1.19.html | python -m arweb examples/mathml-v1.19.arhtml -o examples/mathml-v1.19.html --dictionary ar-web-v1.19 |
| متابعة HTML في v1.20 | ar-web-v1.20 |
html-v1.20.arhtml | html-v1.20.html | python -m arweb examples/html-v1.20.arhtml -o examples/html-v1.20.html --dictionary ar-web-v1.20 |
| متابعة CSS الحالية في v1.21 | ar-web-v1.21 |
css-current-v1.21.arhtml | css-current-v1.21.html | python -m arweb examples/css-current-v1.21.arhtml -o examples/css-current-v1.21.html --dictionary ar-web-v1.21 |
| متابعة JavaScript الحالية في v1.22 | ar-web-v1.22 |
js-current-v1.22.arhtml | js-current-v1.22.html | python -m arweb examples/js-current-v1.22.arhtml -o examples/js-current-v1.22.html --dictionary ar-web-v1.22 |
| متابعة ARIA في v1.23 | ar-web-v1.23 |
aria-v1.23.arhtml | aria-v1.23.html | python -m arweb examples/aria-v1.23.arhtml -o examples/aria-v1.23.html --dictionary ar-web-v1.23 |
| متابعة SVG في v1.24 | ar-web-v1.24 |
svg-v1.24.arhtml | svg-v1.24.html | python -m arweb examples/svg-v1.24.arhtml -o examples/svg-v1.24.html --dictionary ar-web-v1.24 |
| متابعة MathML في v1.25 | ar-web-v1.25 |
mathml-v1.25.arhtml | mathml-v1.25.html | python -m arweb examples/mathml-v1.25.arhtml -o examples/mathml-v1.25.html --dictionary ar-web-v1.25 |
| CSS العملية في v1.26 | ar-web-v1.26 |
css-practical-v1.26.arhtml | css-practical-v1.26.html | python -m arweb examples/css-practical-v1.26.arhtml -o examples/css-practical-v1.26.html --dictionary ar-web-v1.26 |
| JavaScript العملية في v1.27 | ar-web-v1.27 |
js-practical-v1.27.arhtml | js-practical-v1.27.html | python -m arweb examples/js-practical-v1.27.arhtml -o examples/js-practical-v1.27.html --dictionary ar-web-v1.27 |
| منصة HTML في v1.28 | ar-web-v1.28 |
html-platform-v1.28.arhtml | html-platform-v1.28.html | python -m arweb examples/html-platform-v1.28.arhtml -o examples/html-platform-v1.28.html --dictionary ar-web-v1.28 |
| اكتمال ترميز HTML في v1.29 | ar-web-v1.29 |
markup-complete-html-v1.29.arhtml | markup-complete-html-v1.29.html | python -m arweb examples/markup-complete-html-v1.29.arhtml -o examples/markup-complete-html-v1.29.html --dictionary ar-web-v1.29 |
| اكتمال ترميز ARIA في v1.29 | ar-web-v1.29 |
markup-complete-aria-v1.29.arhtml | markup-complete-aria-v1.29.html | python -m arweb examples/markup-complete-aria-v1.29.arhtml -o examples/markup-complete-aria-v1.29.html --dictionary ar-web-v1.29 |
| اكتمال ترميز SVG في v1.29 | ar-web-v1.29 |
markup-complete-svg-v1.29.arhtml | markup-complete-svg-v1.29.html | python -m arweb examples/markup-complete-svg-v1.29.arhtml -o examples/markup-complete-svg-v1.29.html --dictionary ar-web-v1.29 |
| اكتمال ترميز MathML في v1.29 | ar-web-v1.29 |
markup-complete-mathml-v1.29.arhtml | markup-complete-mathml-v1.29.html | python -m arweb examples/markup-complete-mathml-v1.29.arhtml -o examples/markup-complete-mathml-v1.29.html --dictionary ar-web-v1.29 |
| اكتمال محلل CSS في v1.29 | ar-web-v1.29 |
css-parser-complete-v1.29.arhtml | css-parser-complete-v1.29.html | python -m arweb examples/css-parser-complete-v1.29.arhtml -o examples/css-parser-complete-v1.29.html --dictionary ar-web-v1.29 |
| اكتمال محلل JavaScript في v1.29 | ar-web-v1.29 |
js-parser-complete-v1.29.arhtml | js-parser-complete-v1.29.html | python -m arweb examples/js-parser-complete-v1.29.arhtml -o examples/js-parser-complete-v1.29.html --dictionary ar-web-v1.29 |
| لوحة الإنتاج | ar-web-v1.22 |
production-dashboard.arhtml | production-dashboard.html | python -m arweb examples/production-dashboard.arhtml -o examples/production-dashboard.html --dictionary ar-web-v1.22 |
| مصدر TypeScript في v1.30 | ar-web-v1.30 |
typescript-source-v1.30.arts | typescript-source-v1.30.ts | python -m arweb examples/typescript-source-v1.30.arts -o examples/typescript-source-v1.30.ts --dictionary ar-web-v1.30 |
| مصدر JSX في v1.30 | ar-web-v1.30 |
jsx-source-v1.30.arjsx | jsx-source-v1.30.jsx | python -m arweb examples/jsx-source-v1.30.arjsx -o examples/jsx-source-v1.30.jsx --dictionary ar-web-v1.30 |
| مصدر TSX في v1.30 | ar-web-v1.30 |
tsx-source-v1.30.artsx | tsx-source-v1.30.tsx | python -m arweb examples/tsx-source-v1.30.artsx -o examples/tsx-source-v1.30.tsx --dictionary ar-web-v1.30 |
| اكتمال TypeScript في v1.31 | ar-web-v1.31 |
typescript-complete-v1.31.arts | typescript-complete-v1.31.ts | python -m arweb examples/typescript-complete-v1.31.arts -o examples/typescript-complete-v1.31.ts --dictionary ar-web-v1.31 |
| اكتمال TSX في v1.31 | ar-web-v1.31 |
tsx-complete-v1.31.artsx | tsx-complete-v1.31.tsx | python -m arweb examples/tsx-complete-v1.31.artsx -o examples/tsx-complete-v1.31.tsx --dictionary ar-web-v1.31 |
- صفحة ثابتة: ترجمة HTML الأساسية وبنية المستند والروابط وكتل CSS.
- نموذج: سمات النماذج وأنواع الإدخال والسمات المنطقية وقيم method.
- صفحة تفاعلية: معالجات أحداث JavaScript وأساسيات SVG وMathML وARIA.
- درس سريع: مصدر وخرج الدرس العملي المستخدم في docs/TUTORIAL.md.
- توسعة v1.1: مفردات popover وتوسعة SVG/CSS/JS واختيار قاموس overlay.
- ARIA في v1.2: أدوار وحالات وخصائص ARIA 1.2 الموجهة للمؤلف.
- SVG في v1.2: إعادة استخدام بنية SVG والتدرجات والأقنعة والقص والعلامات والمرشحات.
- MathML في v1.2: رموز MathML Core والكتابات والجداول والمعاملات والتعليقات.
- تخطيط CSS في v1.2: مفردات تخطيط CSS ونموذج الصندوق لواجهات grid المتجاوبة.
- مرئيات CSS في v1.3: مفردات ألوان CSS والطباعة والتحويلات والتحريك.
- JavaScript المتصفح في v1.3: التنقل في DOM وأحداث المتصفح والتخزين وfetch وواجهات URL.
- محلل JavaScript في v1.3: تعابير regex الحرفية وتعبيرات القوالب واستدعاءات الأحداث الاختيارية.
- سمات HTML في v1.4: سمات HTML موسعة وسياقات قيم للنماذج والوسائط والبيانات الوصفية والتضمين.
- مؤثرات CSS في v1.5: مرشحات CSS والقص والتمرير المتدرج والاحتواء واستعلامات الحاوية وخصائص media.
- SVG المتقدم في v1.6: تحريك SVG وتخطيط مسار النص وسمات العرض وforeignObject والمرشحات المتقدمة.
- JavaScript المتصفح في v1.7: المؤقتات وإطارات التحريك وcanvas وقوائم الأصناف والمراقبات والحافظة وواجهات البيانات المنظمة.
- MathML المتقدم في v1.8: قيم معاملات MathML وسمات التخطيط وترميزات التعليقات وامتدادات CSS الرياضية.
- CSS الحديثة في v1.9: محددات CSS الحديثة وطبقات cascade والقواعد محددة النطاق وتسجيل الخصائص وتنسيق الواجهات والنماذج.
- مكونات JavaScript في v1.10: مفردات Web Components وShadow DOM وworkers وstreams وإشارات الإلغاء وIndexedDB.
- ARIA في v1.11: سمات نص ARIA وعلاقات الودجات والمناطق الحية وحالات السحب والإفلات وبيانات الإتاحة غير الشفافة.
- SVG في v1.12: قيم تلوين SVG والعلامات والأنماط والأقنعة والقص والرموز وتركيب الرسوم المتاحة.
- MathML في v1.13: مفردات إحاطات MathML والرسوم الحرفية وكسر الأسطر والحساب المتراكب والقسمة المطولة.
- تأليف HTML في v1.14: سمات تأليف HTML Living Standard لأزرار الأوامر والحوارات ومدخلات الألوان وجذور shadow في القوالب والبيانات الوصفية والعناوين القابلة للاكتشاف.
- CSS الحالية في v1.15: مفردات CSS الحالية للتموضع المرتكز والجداول الزمنية للتمرير/العرض وانتقالات العرض والمحددات المتداخلة.
- JavaScript الحالية في v1.16: واجهات JavaScript الحالية لتطبيقات الويب: التنقل وURLPattern والتشفير والأقفال والحافظة وتخزين cache.
- ARIA في v1.17: مفردات أدوار التعليق والعلامة والاقتراح والصورة الموجهة إلى WAI-ARIA 1.3.
- SVG في v1.18: ما تبقى من مفردات تأليف SVG 2 للنص والمؤشر والتحويل والتدرج والتحكم بالمرشحات.
- محتوى MathML في v1.19: مفردات Content MathML للربط والتجزئة والتفاضل والتكامل والمتجهات والثوابت وتعليقات XML.
- متابعة HTML في v1.20: مفردات متابعة HTML Living Standard لـ selectedcontent ومعالجات دورة حياة الصفحة وحوارات الأوامر وكلمات target وبيانات source-set المحفوظة.
- متابعة CSS الحالية في v1.21: مفردات متابعة CSS Snapshot 2024 وCSSWG الحالية للف النص ودوال القيم والألوان والدوال المخصصة وmixins.
- متابعة JavaScript الحالية في v1.22: مفردات متابعة ECMAScript 2025 وواجهات JavaScript المتصفح الحالية للمكررات والجدولة وservice workers وبيانات JavaScript المحفوظة.
- متابعة ARIA في v1.23: مفردات متابعة WAI-ARIA 1.3 للتطبيقات المتاحة وعلاقات IDREF وARIA Notify وأعضاء ARIA IDL.
- متابعة SVG في v1.24: مفردات متابعة SVG 2 لسمات الرسوم وقيم التفاعل وانعكاس SVG DOM وبيانات path/IRI المحفوظة.
- متابعة MathML في v1.25: مفردات متابعة MathML 4 للصور البديلة ومجموعات قواميس المحتوى والعرض الأقصى وانعكاس MathML DOM.
- CSS العملية في v1.26: تغطية CSS عملية لقص الفائض وتشذيب صندوق النص وتثبيت الأسطر وأشرطة التمرير وتوليف الخطوط وقيم media والدوال الرياضية والأصناف الزائفة.
- JavaScript العملية في v1.27: تغطية JavaScript عملية للوصول إلى الملفات والمشاركة عبر الويب وتقديرات التخزين وbeacons والأنواع الموثوقة وتيارات الضغط وأحداث التثبيت/الاتصال.
- منصة HTML في v1.28: تغطية HTML عملية لإطارات fenced ومصدر النسبة والتضمين بلا اعتماديات والتخزين المشترك وطلب الدفع وسياسة لوحة المفاتيح الافتراضية وتوقيت العناصر.
- اكتمال ترميز HTML في v1.29: تغطية ترميز مكتملة المعايير في Phase F لتأليف HTML.
- اكتمال ترميز ARIA في v1.29: تغطية ترميز مكتملة المعايير في Phase F لتأليف ARIA.
- اكتمال ترميز SVG في v1.29: تغطية ترميز مكتملة المعايير في Phase F لتأليف SVG.
- اكتمال ترميز MathML في v1.29: تغطية ترميز مكتملة المعايير في Phase F لتأليف MathML.
- اكتمال محلل CSS في v1.29: تغطية اكتمال محلل CSS في Phase G للقواعد المتداخلة والبيانات غير الشفافة والمحددات والدوال واستعلامات media والأنماط المضمنة.
- اكتمال محلل JavaScript في v1.29: تغطية اكتمال محلل JavaScript في Phase H لمستمعات الأحداث المتداخلة والقوالب وregex والنص غير الشفاف والتسلسل الاختياري والمعالجات المضمنة.
- لوحة الإنتاج: مصدر واجهة عربية كاملة لعرض إنتاج lughat-althuban باستخدام Flask وSQLite.
- مصدر TypeScript في v1.30: ترجمة مصدر TypeScript عربي للواجهات والأسماء البديلة والأدوات العامة والاستيرادات ومصطلحات DOM.
- مصدر JSX في v1.30: ترجمة مصدر JSX عربي لسمات JSX والتعبيرات وعقد النص المحفوظة.
- مصدر TSX في v1.30: ترجمة مصدر TSX عربي للخصائص typed وال fragments وتعبيرات JSX المتداخلة وتعبيرات DOM.
- اكتمال TypeScript في v1.31: مصدر TypeScript لبوابة الاكتمال يغطي الواجهات والأنواع العامة وأنواع الاتحاد/التقاطع والدوال async والاستيرادات وواجهات DOM.
- اكتمال TSX في v1.31: مصدر TSX لبوابة الاكتمال يغطي الخصائص typed والمكونات العربية ومعالجات الأحداث وتعبيرات JSX المتداخلة والنص المحفوظ.