~exprez135/mountaen

A personal static wiki created with Oscean ~ wiki.ijams.me
Fix link to 18th Century Overture.
Add to reading lists.

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~exprez135/mountaen
read/write
git@git.sr.ht:~exprez135/mountaen

You can also use your local clone with git send-email.

#Mountaen

A wiki created using the Oscean static wiki engine.

This is the repository for the Mountaen wiki, see the on-site documentation for more up-to-date details. Mountaen is a static site written in ANSI C, the database tables are in the human-readable plaintext ndtl/tbtl. The lexicon body uses a simple markup language.

The Master Branch is the live version.

#Build

cd src/
time ./build.sh

#Haste

Oscean can be compiled with the Tiny C Compiler, and Plan9's POSIX Compiler in about 100 milliseconds on a Raspberry Pi.

tcc main.c -o main
pcc main.c -o main
clang main.c -o main

#Extras

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

#Attributions

Oscean is written by Devine Lu Linvega. Many of the pages on my wiki are taken in large part or entirely from their site: https://wiki.xxiivv.com/.