Skip to content

rekkabell/oscean

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,579 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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.

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 96.9%
  • C 2.9%
  • Other 0.2%