3 مستودعات
Tools that convert technical content into multiple distribution formats such as HTML, PDF, and ePub.
Distinct from Technical Documentation: Focuses on the conversion process to various output formats rather than just the organization of technical knowledge.
Explore 3 awesome GitHub repositories matching content management & publishing · Multi-Format Generators. Refine with filters or upvote what's useful.
This project is an object-oriented architecture reference and software design patterns guide. It provides a collection of creational, structural, and behavioral patterns accompanied by practical code examples and architectural explanations to help manage complex control flows and decouple software components. The project functions as a technical documentation framework and UML visualization library. It uses Unified Modeling Language class and sequence diagrams to illustrate object relationships and runtime interactions, and it includes a system for converting architecture guides into HTML, PD
Ships a system for converting architecture guides into HTML, PDF, and ePub formats.
The Book of Shaders is an interactive educational guide and curriculum for learning GLSL fragment shader programming to create procedural graphics and visual effects. It provides a structured learning path and a categorized reference guide for data types, built-in functions, and mathematical operations used in shader development. The project features a web-based shader sandbox and interactive editor that allows for real-time iteration and visualization of GLSL code. Users can experiment with procedural art and share their results via unique URLs. The curriculum covers a wide range of graphic
Automatically converts the shader curriculum into multiple distribution formats including PDF, EPUB, and LaTeX.
CommonMark هو مواصفة قياسية رسمية لـ Markdown، توفر تنفيذاً مرجعياً ومجموعة من القواعد لضمان عرض نص متسق عبر منصات مختلفة. تتكون من تنفيذ محلل Markdown ونظام لتوليد وثائق بناء الجملة الرسمية. يتضمن المشروع مجموعة اختبار مطابقة شاملة مع أكثر من خمسمائة مثال مضمن للتحقق من أن تطبيقات Markdown الأخرى تلتزم بالمواصفات. ويوفر أدوات لتصدير حالات الاختبار هذه بتنسيق JSON للاستخدام في عمليات التحقق الخارجية. يغطي النظام تحويل تنسيق المستند، وتحويل المواصفات الرسمية إلى مخرجات HTML وPDF قابلة للقراءة من قبل البشر. يستخدم نهجاً مهيكلاً لمعالجة النص من خلال الترميز أحادي التمرير وتوحيد بناء الجملة القائم على القواعد.
Transforms the formal syntax specification into multiple distribution formats including HTML and PDF.