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

How can Web 3.0 save Education?

The University Future Festival 2023 was an event hosted by the Hochschulforum Digitalisierung and the Stiftung Innovation in der Hochschullehre.

Read More

Invitation to eLearning Africa 23

We will have a full-day workshop at the eLearning Africa conference in Dakar on creating free and open interactive courses with LiaScript Markdown …

Read More

Executable Code

How to make your Markdown code-snippets editable and executable? Our solution, just attach a script-tag to it that defines how the input or inputs should be evaluated…

Read More