/oscean

Oscean wiki sources

Primary LanguageHTMLMIT LicenseMIT

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 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 200 milliseconds on a Raspberry Pi.

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

Twtxt

twtxt is a format specification for self-hosted flat file based microblogging, you can find the generated feed here.

Extras

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