delightfulagony / oscean

Oscean wiki sources

Home Page:http://wiki.xxiivv.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Oscean

This is the repository for the Oscean wiki, see the on-site documentation for more up-to-date details. Oscean is a static site written in Uxntal, a stack-machine assembly language designed for a portable virtual machine. The database tables are stored as plain-text files designed to fit in Uxn's 64kb of memory. The main branch is the live version.

Build

The oscean.rom file can be assembled with uxnasm or drifblim.

uxnasm maeve.tal bin/maeve.rom # build pre-processor
uxnasm oscean.tal bin/oscean.rom # build wiki engine

The rom does not have a graphical interface, but can be used with the uxncli emulator:

uxncli bin/maeve.rom
uxncli bin/oscean.rom

Extras

  • Pull Requests are welcome.
  • See the License file for license rights and limitations(MIT), the media assets are BY-NC-SA 4.0.

About

Oscean wiki sources

http://wiki.xxiivv.com

License:MIT License


Languages

Language:HTML 99.3%Language:JavaScript 0.5%Language:C 0.1%Language:CSS 0.1%Language:Shell 0.0%