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.
cd src/
time ./build.sh
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 is a format specification for self-hosted flat file based microblogging, you can find the generated feed here.
- Pull Requests are welcome.
- See the License file for license rights and limitations(MIT), the media assets are BY-NC-SA 4.0.