comparison website/src/index.html @ 77:b4ed3c726b4c default tip

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 19 Jun 2025 12:02:05 -0600
parents d5681da8ece8
children
comparison
equal deleted inserted replaced
76:1beb4c57c269 77:b4ed3c726b4c
20 20
21 <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.</p> 21 <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.</p>
22 22
23 <p>Luan Editor requires <a href="https://www.oracle.com/java/technologies/javase/javase8-archive-downloads.html">Java (JDK) 8</a>, so you must install this first. It also requires <a href="https://www.reactionary.software/learn_bash.html#access">Bash</a>. Once these are working, you can download <a href="/download/">the tar file</a> and install it. Then you can run <code>luan_editor</code> from the command line.</p> 23 <p>Luan Editor requires <a href="https://www.oracle.com/java/technologies/javase/javase8-archive-downloads.html">Java (JDK) 8</a>, so you must install this first. It also requires <a href="https://www.reactionary.software/learn_bash.html#access">Bash</a>. Once these are working, you can download <a href="/download/">the tar file</a> and install it. Then you can run <code>luan_editor</code> from the command line.</p>
24 24
25 <p>The <a href="/download/">downloads</a> list also includes installers for Mac and Windows. I made these to learn how to make installers for Luan apps. They are otherwise useless.</p>
26
25 <p>Luan Editor is <a href="https://hg.reactionary.software/repo/editor/">open source</a> and is written in <a href="https://www.luan.software/">Luan</a>.</p> 27 <p>Luan Editor is <a href="https://hg.reactionary.software/repo/editor/">open source</a> and is written in <a href="https://www.luan.software/">Luan</a>.</p>
26 </body> 28 </body>
27 </html> 29 </html>