changeset 55:04501bde187d

add hg_dev
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 14 Jan 2024 21:36:09 -0700
parents 50db01566278
children 51f75a9b4362
files src/hg_dev.html.luan src/needed.html.luan
diffstat 2 files changed, 35 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/hg_dev.html.luan	Sun Jan 14 21:36:09 2024 -0700
@@ -0,0 +1,33 @@
+local Luan = require "luan:Luan.luan"
+local error = Luan.error
+local Io = require "luan:Io.luan"
+local Http = require "luan:http/Http.luan"
+local Shared = require "site:/lib/Shared.luan"
+local head = Shared.head or error()
+local needed_header = Shared.needed_header or error()
+
+
+return function()
+	Io.stdout = Http.response.text_writer()
+%>
+<!doctype html>
+<html>
+	<head>
+<%		head() %>
+		<title>Reactionary Software - Mercurial Development</title>
+	</head>
+	<body>
+<%		needed_header() %>
+		<div content>
+			<h1>Mercurial Development</h1>
+
+			<p><a href="mercurial.html">Mercurial</a> seems okay, but I have an older version.  Are the newer versions still okay?  It would be worth having someone involved with Mercurial to make sure that modern scum don't ruin it.</p>
+
+			<p>I can think of at least one extension worth adding.  This would be to replace <a href="https://hg.reactionary.software/">my hosting solution</a> with an extension.  Hosting should be available to everyone, and then I wouldn't need to maintain my hosting solution.</p>
+
+			<p>Mercurial is written in Python, so this is for a Python programmer.</p>
+		</div>
+	</body>
+</html>
+<%
+end
--- a/src/needed.html.luan	Sun Jan 14 20:46:18 2024 -0700
+++ b/src/needed.html.luan	Sun Jan 14 21:36:09 2024 -0700
@@ -23,9 +23,10 @@
 			<ul links>
 				<li><a href="/lucene.html">Lucene Fork</a></li>
 				<li><a href="/java_fork.html">Java Fork</a></li>
-				<li><a href="http://test.disearch.org/tools/why.html">Disearch - A Disboard Alternative</a> <img src="external_link.svg"></li>
+				<li><a href="hg_dev.html">Mercurial Development</a></li>
 				<li><a href="/freedit.html">FreedIt - A Reddit Alternative</a></li>
 				<li><a href="/wysiwyg.html">WYSIWYG Web Editor</a></li>
+				<li><a href="http://test.disearch.org/tools/why.html">Disearch - A Disboard Alternative</a> <img src="external_link.svg"></li>
 			</ul>
 		</div>
 	</body>