Title: Menu Open
Mail addresses
LiaScript@web.de
Opengraph URL: https://liascript.github.io/
Generator: Hugo 0.132.2
Domain: LiaScript.github.io
"{\n \"@context\": \"https://schema.org\",\n \"@graph\": [\n {\n \"@id\": \"https://liascript.github.io/#website\",\n \"@type\": \"WebSite\",\n \"description\": \"LiaScript is an open Markdown dialect and interpreter for creating interactive, open educational resources (OER) and courses directly in the browser.\",\n \"inLanguage\": \"en\",\n \"name\": \"LiaScript\",\n \"publisher\": {\n \"@id\": \"https://liascript.github.io/#publisher\"\n },\n \"sameAs\": [\n \"https://github.com/LiaScript\",\n \"https://twitter.com/LiaScript\",\n \"https://x.com/LiaScript\",\n \"https://www.youtube.com/@liascript4180\",\n \"https://de.wikipedia.org/wiki/LiaScript\",\n \"https://app.gitter.im/#/room/#LiaScript_community:gitter.im\"\n ],\n \"url\": \"https://liascript.github.io/\"\n },\n {\n \"@id\": \"https://liascript.github.io/#webpage\",\n \"@type\": \"WebPage\",\n \"about\": {\n \"@id\": \"https://liascript.github.io/#software\"\n },\n \"inLanguage\": \"en\",\n \"isPartOf\": {\n \"@id\": \"https://liascript.github.io/#website\"\n },\n \"name\": \"LiaScript — Open Educational Resources made Easy and Decentralized\",\n \"primaryImageOfPage\": {\n \"@type\": \"ImageObject\",\n \"url\": \"https://liascript.github.io/favicon.ico\"\n },\n \"url\": \"https://liascript.github.io/\"\n },\n {\n \"@id\": \"https://liascript.github.io/#software\",\n \"@type\": [\n \"SoftwareApplication\",\n \"CreativeWork\"\n ],\n \"applicationCategory\": \"EducationalApplication\",\n \"applicationSubCategory\": [\n \"AuthoringTool\",\n \"LearningManagementSystem\"\n ],\n \"audience\": {\n \"@type\": \"EducationalAudience\",\n \"educationalRole\": [\n \"teacher\",\n \"student\",\n \"instructionalDesigner\"\n ]\n },\n \"codeRepository\": \"https://github.com/LiaScript\",\n \"creator\": [\n {\n \"@id\": \"https://liascript.github.io/#person-andre\"\n },\n {\n \"@id\": \"https://liascript.github.io/#person-sebastian\"\n }\n ],\n \"documentation\": \"https://liascript.github.io\",\n \"educationalUse\": [\n \"course-authoring\",\n \"self-paced-learning\",\n \"blended-learning\"\n ],\n \"featureList\": [\n \"Text-to-speech playback for any course content\",\n \"Live coding blocks with executable code cells\",\n \"Interactive quizzes, surveys, and self-checks\",\n \"Animations and step-by-step visualizations\",\n \"Narrative content creation and storytelling elements\",\n \"Rich multimedia (audio, video, iframes) inline\",\n \"Data visualization and simulation embedding\",\n \"Offline-friendly via static hosting (GitHub Pages, etc.)\",\n \"SCORM/IMS export and packaging options\",\n \"PDF, single-page web projects, and APK export\",\n \"Version-controlled courses (Git/GitHub integration)\",\n \"Collaborative authoring via Markdown\",\n \"Custom extensions and plug-ins via LiaScript syntax\"\n ],\n \"interactivityType\": \"mixed\",\n \"isAccessibleForFree\": true,\n \"isSimilarTo\": [\n {\n \"@type\": \"SoftwareApplication\",\n \"name\": \"Moodle\",\n \"url\": \"https://moodle.org\"\n },\n {\n \"@type\": \"SoftwareApplication\",\n \"name\": \"ILIAS\",\n \"url\": \"https://www.ilias.de\"\n },\n {\n \"@type\": \"SoftwareApplication\",\n \"name\": \"Canvas LMS\",\n \"url\": \"https://www.instructure.com/canvas\"\n }\n ],\n \"keywords\": [\n \"LiaScript\",\n \"Markdown\",\n \"OER\",\n \"interactive courses\",\n \"e-learning\",\n \"LMS alternative\",\n \"SCORM\",\n \"text-to-speech\",\n \"live coding\",\n \"animations\",\n \"multimedia\",\n \"decentralized education\",\n \"open source authoring\",\n \"browser-based learning\"\n ],\n \"name\": \"LiaScript\",\n \"offers\": {\n \"@type\": \"Offer\",\n \"category\": \"Free\",\n \"price\": \"0\",\n \"priceCurrency\": \"EUR\"\n },\n \"operatingSystem\": \"Web\",\n \"publisher\": {\n \"@id\": \"https://liascript.github.io/#publisher\"\n },\n \"screenshot\": [\n \"https://liascript.github.io/assets/lia-course-example.png\"\n ],\n \"softwareHelp\": {\n \"@type\": \"CreativeWork\",\n \"name\": \"LiaScript Documentation\",\n \"url\": \"https://liascript.github.io\"\n },\n \"softwareRequirements\": [\n \"Modern browser (Chromium, Firefox, Safari, Edge)\",\n \"Optional: GitHub account for hosting/versioning\",\n \"Optional: LMS for SCORM/IMS import\"\n ],\n \"teaches\": [\n \"programming fundamentals\",\n \"STEM topics\",\n \"interactive literacy\",\n \"reproducible research\"\n ],\n \"url\": \"https://liascript.github.io/\",\n \"video\": {\n \"@type\": \"VideoObject\",\n \"embedUrl\": \"https://www.youtube.com/embed/VIDEO_ID\",\n \"name\": \"LiaScript Overview \\u0026 Demo\",\n \"thumbnailUrl\": \"https://img.youtube.com/vi/VIDEO_ID/hqdefault.jpg\",\n \"uploadDate\": \"2025-01-01\"\n }\n },\n {\n \"@id\": \"https://liascript.github.io/#faq\",\n \"@type\": \"FAQPage\",\n \"mainEntity\": [\n {\n \"@type\": \"Question\",\n \"acceptedAnswer\": {\n \"@type\": \"Answer\",\n \"text\": \"With LiaScript, you store your content wherever you like — on your own webspace, GitHub, Nostr, or any static file host. You only share a reference (a URL) to the document, and LiaScript loads it dynamically in the browser.\"\n },\n \"name\": \"Where is the content stored?\"\n },\n {\n \"@type\": \"Question\",\n \"acceptedAnswer\": {\n \"@type\": \"Answer\",\n \"text\": \"No. LiaScript does not require any backend or server. It is a fully static JavaScript web application that fetches content directly and renders it live inside the user’s browser.\"\n },\n \"name\": \"Does LiaScript require a server?\"\n },\n {\n \"@type\": \"Question\",\n \"acceptedAnswer\": {\n \"@type\": \"Answer\",\n \"text\": \"You own your content entirely. LiaScript does not claim any rights — you decide the license, where to publish, and how to share your materials with your audience.\"\n },\n \"name\": \"Who owns the content created with LiaScript?\"\n },\n {\n \"@type\": \"Question\",\n \"acceptedAnswer\": {\n \"@type\": \"Answer\",\n \"text\": \"LiaScript is not a centralized platform but an extensible language with a browser-based viewer. It runs directly in the user’s browser and can be hosted anywhere as static files — meaning it cannot go down or depend on any central server.\"\n },\n \"name\": \"How is LiaScript different from Moodle or ILIAS?\"\n },\n {\n \"@type\": \"Question\",\n \"acceptedAnswer\": {\n \"@type\": \"Answer\",\n \"text\": \"Yes. LiaScript supports exporting your courses to SCORM and IMS formats, as well as to PDF, single-page web projects, and even Android APKs for offline learning.\"\n },\n \"name\": \"Can I export LiaScript content to SCORM or IMS?\"\n },\n {\n \"@type\": \"Question\",\n \"acceptedAnswer\": {\n \"@type\": \"Answer\",\n \"text\": \"Yes, and much more. LiaScript supports text-to-speech, live coding environments, interactive quizzes, animations, multimedia embedding, simulations, and narrative content creation with timelines, code execution, and collaborative course design.\"\n },\n \"name\": \"Does LiaScript support text-to-speech and live coding?\"\n }\n ]\n },\n {\n \"@id\": \"https://liascript.github.io/#publisher\",\n \"@type\": \"Organization\",\n \"address\": {\n \"@type\": \"PostalAddress\",\n \"addressCountry\": \"DE\",\n \"addressLocality\": \"Freiberg\",\n \"postalCode\": \"09599\",\n \"streetAddress\": \"Akademiestraße 6\"\n },\n \"contactPoint\": [],\n \"logo\": \"https://liascript.github.io/favicon.ico\",\n \"name\": \"Technische Universität Bergakademie Freiberg\",\n \"url\": \"https://tu-freiberg.de\"\n },\n {\n \"@id\": \"https://liascript.github.io/#person-andre\",\n \"@type\": \"Person\",\n \"affiliation\": {\n \"@type\": \"CollegeOrUniversity\",\n \"name\": \"Technische Universität Bergakademie Freiberg\"\n },\n \"email\": \"andre.dietrich@informatik.tu-freiberg.de\",\n \"name\": \"André Dietrich\",\n \"sameAs\": [\n \"https://github.com/andre-dietrich\",\n \"https://www.linkedin.com/in/andr%C3%A9-dietrich-73949415/\",\n \"https://x.com/an_dietrich\"\n ]\n },\n {\n \"@id\": \"https://liascript.github.io/#person-sebastian\",\n \"@type\": \"Person\",\n \"affiliation\": {\n \"@type\": \"CollegeOrUniversity\",\n \"name\": \"Technische Universität Bergakademie Freiberg\"\n },\n \"email\": \"sebastian.zug@informatik.tu-freiberg.de\",\n \"name\": \"Sebastian Zug\",\n \"sameAs\": [\n \"https://github.com/SebastianZug\",\n \"https://www.linkedin.com/in/sebastian-zug-b2186a279/\",\n \"https://x.com/SebastianZug\"\n ]\n }\n ]\n}"
| theme-name | hugoplate |
| msapplication-TileColor | #ddd |
| theme-color | #ffffff |
| og:type | website |
| og:site_name | LiaScript |
| twitter:card | summary_large_image |
| None | on |
Links:
Viewport: width=device-width,initial-scale=1,maximum-scale=5