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:

Read More

Students work on open learning content

This is a translated version of a German article that was published on april 22 in 2022 here: https://tu-freiberg.

Read More

Importing a local WebCam-stream into a Presentation

Sometimes you want to show a live video stream from a local WebCam in your presentation, without having to move to another application.

Read More