Skip to content

stardoom4/oscean

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oscean

This is the repository for the Oscean Wiki Engine, see on-site documentation. Oscean uses a flow-based framework called Riven, the routing graph can be seen here.

The database formats are Indental and Tablatal, their content uses the Runic templating format and Heol LISP as a markup language.

The Master Branch is the live version, to see active tasks & issues, visit the Issue Tracker.

Terminal

A series of tools are available through the search bar, type ~help to see available commands. This is used mostly to perform maintenance tasks such as generating rss(~rss), or to test all lexicon entries for broken entries(~walk). Utilities also exist to convert Lietal words English(~lien viro), or to convert Gregorian dates to Arvelie(~gtoa 1986-03-22),

Syntax Highlight

The Resources/ folder inclues syntax highlight for both Indental and Tablatal, to install them onto Sublime, copy them into ~/Library/Application Support/Sublime Text 3/Packages/User/.

Twtxt

twtxt is a format specification for self-hosted flat file based microblogging, you can find my feed here. 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 content is BY-NC-SA 4.0.

About

Static wiki engine written in Uxntal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.3%
  • CSS 26.0%
  • HTML 4.4%
  • NewLisp 3.4%
  • Common Lisp 0.9%