1.0.0 • Published 6 years ago

indental v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Oscean

This is the repository for the Oscean wiki, see the on-site documentation for more up-to-date details. Oscean is a static dynamic site that uses LISP as templating and markup language. The database formats are Indental and Tablatal, some of the indental content is templated using into Runic blocks.

The Master Branch is the live version.

Search Repl

A series of tools is available through the search bar, type (add 5 6) to see the resulting 11, lisp queries will be interpreted. This is used mostly to perform maintenance tasks such as generating rss((services:rss)), or to test all lexicon entries for broken entries((services:walk)), or to convert Gregorian dates to Arvelie((gtoa 1986-03-22)), etc..

Run Benchmark

(join (interpreter:run projects:benchmark))

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

Lint

I use a special format for CSS and database formats, the linter cleans these files up a bit.

node resources/lint

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.