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 designed to be built with Plan9's pcc
compiler. 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.
cd src/
time ./build.sh
Oscean can be compiled with the Tiny C Compiler in about 7 milliseconds.
tcc main.c -o main
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
- Pull Requests are welcome.
- See the License file for license rights and limitations(MIT), the media assets are BY-NC-SA 4.0.