Mercurial Hosting > reactionary
diff src/saving.html.luan @ 91:76baf48ea36b
add translation
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 02 May 2025 17:17:52 -0600 |
parents | 44598e13d3a6 |
children |
line wrap: on
line diff
--- a/src/saving.html.luan Wed Apr 23 20:10:03 2025 -0600 +++ b/src/saving.html.luan Fri May 02 17:17:52 2025 -0600 @@ -1,17 +1,20 @@ local Luan = require "luan:Luan.luan" local error = Luan.error local Io = require "luan:Io.luan" -local Http = require "luan:http/Http.luan" +local Site_translator = require "luan:gpt/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 header = Shared.header or error() +local luan_url = Shared.luan_url or error() return function() - Io.stdout = Http.response.text_writer() + Io.stdout = text_writer() %> <!doctype html> -<html> +<html lang="<%=get_lang()%>"> <head> <% head() %> <title>Saving Programming from Modern Culture</title> @@ -30,7 +33,7 @@ <p>I found what I think is <a href="https://map.churchindex.org/church-profile.php?id=c7797e65-90ff-11ee-b0e9-00163eb3bc90">the optimal church</a> <a href="https://maps.app.goo.gl/FKj2uoSBV3QiomS79">in north Mexico</a>. When I visited them, I didn't have a clear plan of what to do. A number of them are carpenters and they expressed an interest in better carpentry software. So now my plan is to develop good tools for programming carpentry software, and then try to get a Mennonite from this church to work with me on implementing a carpentry program. If he can make money by selling this program to other Mennonites, then I hope that this becomes a seed that encourages other Mennonites to learn good programming.</p> - <p>My recent programming has been web development, so my programming tools are designed for this. But for carpentry software, I need to support a desktop user interface and 3D rendering. It will take me some time to develop these tools. First I will implement a text editor in <a href="https://www.luan.software/">Luan</a> as a real application that requires a desktop user interface. Then I will implement basic 3D rendering. Only after these are done will I go back to the Mennonite church to discuss my plan with them.</p> + <p>My recent programming has been web development, so my programming tools are designed for this. But for carpentry software, I need to support a desktop user interface and 3D rendering. It will take me some time to develop these tools. First I will implement a text editor in <a href="<%=luan_url()%>/">Luan</a> as a real application that requires a desktop user interface. Then I will implement basic 3D rendering. Only after these are done will I go back to the Mennonite church to discuss my plan with them.</p> <h2>Japan</h2>