Mercurial Hosting > disearch
changeset 22:082b97b7f1d9
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 15 Sep 2024 08:16:58 -0600 |
parents | 1956302daa38 |
children | e5c77f8d506d |
files | src/init.luan src/tools/links.html src/tools/why.html |
diffstat | 3 files changed, 8 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/init.luan Sun Sep 15 08:16:58 2024 -0600 @@ -0,0 +1,5 @@ +local Hosted = require "luan:host/Hosted.luan" + +Hosted.set_https and Hosted.set_https(true) + +return true
--- a/src/tools/links.html Sat Aug 24 22:24:53 2024 -0600 +++ b/src/tools/links.html Sun Sep 15 08:16:58 2024 -0600 @@ -22,7 +22,7 @@ <h3>global</h3> <p> links: - <a href="http://disearch.reactionary.software/tools/links.html">test</a> + <a href="https://disearch.reactionary.software/tools/links.html">test</a> - <a href="http://localhost:8080/tools/links.html">local</a> </p> <p><a href="https://discord.gg/tCwTJDSatu">Discord</a></p>
--- a/src/tools/why.html Sat Aug 24 22:24:53 2024 -0600 +++ b/src/tools/why.html Sun Sep 15 08:16:58 2024 -0600 @@ -17,13 +17,13 @@ <p>There is a slight chance that Disearch might actually make money. It would have to become popular which would require marketing and luck. The users of Disboard or Disearch are modern scum themselves, so it doesn't bother them that Disboard has insane policies. Yes some of the server owners who aren't getting listed may get mad and switch, but server owners already listed in Disboard and regular users who just surf Discord would have no reason to switch. So money is not a big motivation for this project.</p> - <p>In the end, my biggest reason for starting this project is to provide a good open-source example of <a href="http://www.reactionary.software/">reactionary software</a> written in <a href="http://www.luan.software/">Luan</a>. I wrote Luan and other reactionary software for my own use. My view is that almost all of humanity are modern scum who wouldn't be interested in good software. But others have pointed out that I should at least provide an example of what my software can do. So here you go.</p> + <p>In the end, my biggest reason for starting this project is to provide a good open-source example of <a href="https://www.reactionary.software/">reactionary software</a> written in <a href="http://www.luan.software/">Luan</a>. I wrote Luan and other reactionary software for my own use. My view is that almost all of humanity are modern scum who wouldn't be interested in good software. But others have pointed out that I should at least provide an example of what my software can do. So here you go.</p> <p>Since this last reason is my real reason for starting Disearch, I have no reason to finish it and make it a polished website. And in fact I have done zero work on aesthetics. I also only implemented the very core functionality in order to demonstrate the Luan features that would be needed to implement the remaining functionality. So in effect, Disearch is both example code and a programming exercise left to anyone who wants to learn reactionary programming.</p> <h2>Why you should program this</h2> - <p>Actually not everyone should program this. If you are modern scum, then this project isn't for you. How would you know if you are modern scum? Take a look at my <a href="http://www.reactionary.software/">Reactionary Software</a> website and see if you relate. Don't worry about the technical details. Do you have the reactionary values of simplicity, reliability, and usability? Do you reject the modern values of pointless complexity, bloat, incomprehensibility, and following fashionable ideology? If yes, then you aren't modern scum and this project is for you.</p> + <p>Actually not everyone should program this. If you are modern scum, then this project isn't for you. How would you know if you are modern scum? Take a look at my <a href="https://www.reactionary.software/">Reactionary Software</a> website and see if you relate. Don't worry about the technical details. Do you have the reactionary values of simplicity, reliability, and usability? Do you reject the modern values of pointless complexity, bloat, incomprehensibility, and following fashionable ideology? If yes, then you aren't modern scum and this project is for you.</p> <p>The benefit of working on this project is that you will learn reactionary programming. You will learn all the principles of web programming in the simplest possible way. If you are clearly interested in working on this, I will do everything I can to support you. I will answer questions on <a href="https://discord.gg/tCwTJDSatu">Discord</a> and I will improve Luan documentation. You will learn everything you need to program almost any kind of website.</p>