zacbrown / 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 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 in about 7 milliseconds.

tcc main.c -o main

Twtxt

twtxt is a format specification for self-hosted flat file based microblogging, you can find my feed here. Oscean is part of the webring's Hallway decentralized forum.

The command line operation to append to the twtxt.txt file:

echo -e "`date +%FT%T%:z`\tMESSAGE!" >> twtxt.txt

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 97.2%Language:C 2.7%Language:CSS 0.1%Language:Shell 0.1%