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.
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
),
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 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
- Pull Requests are welcome.
- See the License file for license rights and limitations(MIT), the media content is BY-NC-SA 4.0.