Where is Content Stored?

Where is Content Stored?

Did you know that LiaScript tries to be agnostic as possible, when it comes to hosting? The thing is, you host your content by your own and only refer to it, via a URL-Parameter that you attach to the LiaScript website.

https://LiaScript.github.io/course/?THE_URL_TO_YOUR_COURSE.md

Git - Platforms

Although, we prefer GitHub & git for versioning, hosting, and publishing, you should be able to use any versioning system or platform to host your course content.

Cloud - Storage

That means, you can also use DropBox, NextCloud, OwnCloud, or another storage as a course provider:

Peer2Peer Networks

Or you can even go platform-less, by using such Peer2Peer networks as the InterPlanetary File-System. This allows you to share content directly from your browser, if you are using the Brave-Browser or Opera, amongst others.

Data-URIs & Social Platforms

And if you want to go completely backbone-less, you can use data-URIs, which can be used for Micro-learning. Here the entire course content is put into the URL. This way you can use any social media platform to host and share your content!

Try to export the follwing course to a data-URI. The URL will be quite long and look like this:

https://liascript.github.io/course/?data:text/plain;charset=utf-8;Content-Encoding=gzip;base64,H4sIAAAAAAAAA31VwW7bR…

LiveEditor

Related Posts

Embedding Multimedia and More

There are 4 ways in LiaScript to embed multimedia content: the classical way ![alt](image-url) sound ?[alt](sound-url) video !?[alt](video-url] for everything else ??[alt](url) You can use this this example as a basis for your own course by following this link … Or experiment with it in the LiveEditor below:

Read More

LiaScript 0.14 - Partial Documentation (Ukrainian)

This is an automated translation of the LiaScript LiaScript into the Ukrainian language. You can inspect the document by your own, either directly from GitHub or as the interactive LiaScript version. 1. Overview on Tools & More Update: You can now also use VS-Code as your editor, there are now two additional extensions within the marketplace, one for previews and one for snippets. Check out the following link for more information.

Read More

LiaScript Cheet-Sheet (German)

Ein Spickzettel der wichtgsten LiaScript-Funktionalität. Weitere sind in Vorbereitung … Überschriften # Überschrift 1 ## Überschrift 2 ### Überschrift 3 #### Überschrift 4 ##### Überschrift 5 ###### Überschrift 6 Texthervorhebungen _kursiv_ auch *kursig* __fett__ auch __fett__ ___kursiv___ und ***fett*** ~durchgestrichen~ ~~unterstrichen~~ ~~~durch- & unterstrichen~~~ ^hochgestellt^ `unformatierter Code` Textblock Einfache Blöcke/Absätze werden durch Leerzeilen voneinander getrennt und können bel. lang sein. > Blöcke mit einem vorangestellten `>` > werden hervorgeboben dargestellt. Listen Ungeordnet:

Read More