|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<!-- Copyright 2025 Igor Khanin <[email protected]> --> |
| 3 | +<component type="desktop-application"> |
| 4 | + <id>app.katvan.Katvan</id> |
| 5 | + |
| 6 | + <metadata_license>FSFAP</metadata_license> |
| 7 | + <project_license>GPL-3.0-or-later</project_license> |
| 8 | + |
| 9 | + <name>Katvan</name> |
| 10 | + <name xml:lang="he">כתבן</name> |
| 11 | + |
| 12 | + <summary>Editor for Typst files, with a bias for Right-to-Left</summary> |
| 13 | + <summary xml:lang="he">עורך לקבצי Typst, עם דגש על כתיבה מימין לשמאל</summary> |
| 14 | + |
| 15 | + <description> |
| 16 | + <p> |
| 17 | + Katvan is a bare-bones editor for the Typst typesetting system, designed for working with |
| 18 | + documents whose primary language is written from right to left. Features include live |
| 19 | + previews, syntax highlighting, spell checking, auto-completion, forward/inverse search |
| 20 | + and more. |
| 21 | + </p> |
| 22 | + <p xml:lang="he"> |
| 23 | + כתבן הוא עורך ענייני עבור קבצי מקור למערכת ההכנה לדפוס Typst, המתוכנן במיוחד עבור עבודה עם מסמכים הכתובים |
| 24 | + בשפות הנכתבות מימין לשמאל. היכולות שלו כוללות תצוגה מקדימה בזמן אמת, הדגשת תחביר, בדיקת איות, השלמה |
| 25 | + אוטומטית, דילוג קדימה ואחורה בין התוכן לבין התצוגה המקדימה ועוד. |
| 26 | + </p> |
| 27 | + </description> |
| 28 | + |
| 29 | + <launchable type="desktop-id">katvan.desktop</launchable> |
| 30 | + |
| 31 | + <content_rating type="oars-1.0" /> |
| 32 | + |
| 33 | + <url type="homepage">https://katvan.app</url> |
| 34 | + <url type="bugtracker">https://github.com/IgKh/katvan/issues</url> |
| 35 | + <url type="vcs-browser">https://github.com/IgKh/katvan</url> |
| 36 | + |
| 37 | + <developer id="biz.khanin.igor"> |
| 38 | + <name translate="no">Igor Khanin</name> |
| 39 | + </developer> |
| 40 | + |
| 41 | + <branding> |
| 42 | + <color type="primary" scheme_preference="light">#ddeeff</color> |
| 43 | + <color type="primary" scheme_preference="dark">#2d507a</color> |
| 44 | + </branding> |
| 45 | + |
| 46 | + <screenshots> |
| 47 | + <screenshot type="default"> |
| 48 | + <image type="source">https://katvan.app/assets/screenshot-main.png</image> |
| 49 | + |
| 50 | + <caption>Main window</caption> |
| 51 | + <caption xml:lang="he">המסך הראשי</caption> |
| 52 | + </screenshot> |
| 53 | + <screenshot> |
| 54 | + <image type="source">https://katvan.app/assets/screenshot-main-dark.png</image> |
| 55 | + |
| 56 | + <caption>Main window in dark mode</caption> |
| 57 | + <caption xml:lang="he">המסך הראשי תחת ערכת נושא כהה</caption> |
| 58 | + </screenshot> |
| 59 | + </screenshots> |
| 60 | + |
| 61 | + <releases> |
| 62 | + <release version="0.12.0" date="2025-12-10"> |
| 63 | + <url type="details">https://github.com/IgKh/katvan/releases/tag/v0.12.0</url> |
| 64 | + </release> |
| 65 | + <release version="0.11.1" date="2025-10-11"> |
| 66 | + <url type="details">https://github.com/IgKh/katvan/releases/tag/v0.11.1</url> |
| 67 | + </release> |
| 68 | + <release version="0.11.0" date="2025-08-14"> |
| 69 | + <url type="details">https://github.com/IgKh/katvan/releases/tag/v0.11.0</url> |
| 70 | + </release> |
| 71 | + <release version="0.10.0" date="2025-06-03"> |
| 72 | + <url type="details">https://github.com/IgKh/katvan/releases/tag/v0.10.0</url> |
| 73 | + </release> |
| 74 | + <release version="0.9.0" date="2025-03-30"> |
| 75 | + <url type="details">https://github.com/IgKh/katvan/releases/tag/v0.9.0</url> |
| 76 | + </release> |
| 77 | + </releases> |
| 78 | +</component> |
0 commit comments