local Luan = require "luan:Luan.luan" local error = Luan.error local Io = require "luan:Io.luan" local Site_translator = require "luan:ai/Site_translator.luan" local get_lang = Site_translator.get_lang or error() local text_writer = Site_translator.text_writer or error() local Shared = require "site:/lib/Shared.luan" local head = Shared.head or error() local existing_header = Shared.existing_header or error() local luan_url = Shared.luan_url or error() return function() Io.stdout = text_writer() %> <% head() %> Reactionary Software - This Website <% existing_header() %>

This Website

This website is a tiny example of reactionary software. The UI is clean and simple, not fashionable. View the HTML source in the browser. Unlike all modern websites, the HTML here is readable. Now look at the source which is in Mercurial. And the code is written in Luan which makes it simple.

<% end