Mercurial Hosting > reactionary
changeset 97:fc17d07c93db default tip
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 19 Jun 2025 12:05:46 -0600 |
parents | b63be95953ac |
children | |
files | src/editor.html.luan src/existing.html.luan |
diffstat | 2 files changed, 1 insertions(+), 32 deletions(-) [+] |
line wrap: on
line diff
--- a/src/editor.html.luan Fri May 23 14:22:53 2025 -0600 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,31 +0,0 @@ -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() - - -return function() - Io.stdout = text_writer() -%> -<!doctype html> -<html lang="<%=get_lang()%>"> - <head> -<% head() %> - <title>Reactionary Software - Nginx</title> - </head> - <body> -<% existing_header() %> - <div content> - <h1>Luan Editor</h1> - - <p>Is another text editor needed? <a href="https://www.sublimetext.com/">Sublime Text</a> isn't bad. And to be honest, the main reason that I wrote Luan Editor was to learn Java Swing. But now that it is finished, I rather like it. You can get <a href="https://hg.reactionary.software/repo/editor/">the source</a>. I would like to implement an installer for Luan Editor.</p> - </div> - </body> -</html> -<% -end
--- a/src/existing.html.luan Fri May 23 14:22:53 2025 -0600 +++ b/src/existing.html.luan Thu Jun 19 12:05:46 2025 -0600 @@ -30,7 +30,7 @@ <li><a href="java.html">Java 8</a></li> <li><a href="python.html">Python</a></li> <li><a href="<%=luan_url()%>/">Luan</a> <img src="/external_link.svg"></li> - <li><a href="editor.html">Luan Editor</a></li> + <li><a href="https://editor.luan.software/">Luan Editor</a> <img src="/external_link.svg"></li> <li><a href="nginx.html">Nginx</a></li> <li><a href="https://mailer.reactionary.software/">Mailer REST API</a> <img src="/external_link.svg"></li> <li><a href="this.html">This Website</a></li>