aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSn4il <sn4il@thedroth.rocks>2023-12-01 09:08:48 +0300
committerSn4il <sn4il@thedroth.rocks>2023-12-01 09:08:48 +0300
commit68a5db77281c4eeb34adadd9781611f1ff39b5b2 (patch)
treed5c346fab8bb9c694e142237f89f41a01e9dc4cb /src
parent3a9a806e694f4b0e8f3cf25cfa77c0fb996ca069 (diff)
downloadtt-68a5db77281c4eeb34adadd9781611f1ff39b5b2.tar.gz
tt-68a5db77281c4eeb34adadd9781611f1ff39b5b2.zip
Переделал под tt.sn4il.site, убрал английскую версию
Diffstat (limited to 'src')
-rw-r--r--src/_footer.html2
-rw-r--r--src/_header.html10
-rw-r--r--src/guidelines_en.md51
-rw-r--r--src/index_en.md11
-rw-r--r--src/landing_en.md9
-rw-r--r--src/manifesto_en.md31
6 files changed, 6 insertions, 108 deletions
diff --git a/src/_footer.html b/src/_footer.html
index 781712f..f5cd467 100644
--- a/src/_footer.html
+++ b/src/_footer.html
@@ -1,7 +1,7 @@
<footer>
<hr />
<p>
- Maintained at <a href='https://gitea.phreedom.club/tolstoevsky/ttt'>https://git.phreedom.club/tolstoevsky/tt</a> by <a href='mailto:tolstoevsky@phreedom.club'>Tolstoevsky</a>
+ Поддерживается тут: <a href='https://git.sn4il.site/tt'>https://git.sn4il.site/tt</a> силами <a href='mailto:sn4il@thedroth.rocks'>Sn4il</a>
</p></footer>
</body>
</html>
diff --git a/src/_header.html b/src/_header.html
index a01fe5a..e5f889a 100644
--- a/src/_header.html
+++ b/src/_header.html
@@ -5,13 +5,13 @@
<meta name="generator" content="romanzolotarev.com/ssg">
<meta name="stylesheet" content="perfectmotherfuckingwebsite.com">
<meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="stylesheet" href="https://phreedom.club/tt.css">
+ <link rel="stylesheet" href="style.css">
</head><body>
<div class="homelink"><a href="/">Home</a></div>
<nav>
- <a href="index.html">Главная</a> <a href="index_en.html">/Main</a>
- <a href="manifesto.html">Манифест</a> <a href="manifesto_en.html">/Manifesto</a>
- <a href="landing.html">Лендинг</a> <a href="landing_en.html">/Landing</a>
- <a href="guidelines.html">Методичка</a> <a href="guidelines_en.html">/Guidelines</a>
+ <a href="index.html">Главная</a>
+ <a href="manifesto.html">Манифест</a>
+ <a href="landing.html">Лендинг</a>
+ <a href="guidelines.html">Методичка</a>
</nav>
diff --git a/src/guidelines_en.md b/src/guidelines_en.md
deleted file mode 100644
index 35d186c..0000000
--- a/src/guidelines_en.md
+++ /dev/null
@@ -1,51 +0,0 @@
-# Trivial Technologies: Guidelines
-
-Let us say you are convinced, and you want some further instructions on how to help. This is that document. The first two sections are shorter and speak on how to help without developing brand new TT software. The third primary section will contain guidelines on how to maximally simplify software, in the attempt to be a TT.
-
-## Use TT, Tell Your Friends
-
-Empowering the people has no effect if the people do not use this ability. The truth is that *you* **are** capable of these things. If you are unhappy with the state of things in a given field, try a TT program. If you are still unhappy with it, it will be the easiest option for you to modify to your liking, so try doing that! If you see that your friends are unhappy, tell them about TT as an option. If you know developers, tell them about TT too. If you know people with similar goals to ours, tell them about TT so that they may host their own variation.
-
-## Host Mirrors
-
-TT is itself Trivial. It is not meant to be centralized. This hosted instance, whether it's the original one or not, is too, just a mirror. Your mirror may also contain changes, such that it will fit your needs and your community better. The whole thing is available under the Unlicense, so you needn't worry about anything you do with the idea. Here is the recommended procedure to make a mirror:
-
-1. Copy the sources (whether using git or as plain files).
-
-2. Modify the `_footer.html` file to have *your* contact data, as the maintainer.
-
-3. Clean out the `external` page, if it exists and contains entries.
-
-4. Make any further modifications you wish and deploy it.
-
-In the `external` page, two things may optionally go if you so wish it. You may have a list of other known mirrors on there, in which case you may wish to stay in contact with the maintainers of them. Secondly, you may have a list of certified TT software.
-
-The certification process is simple: find a lay person that has never seen that software, and ask them to spend a weekend (the source of the "2 days" requirement) trying to understand the software in its entirety - including the *API* of the dependencies, the entirety of the license, and the meta knowledge (how to build/deploy it). If you cannot find such a person, you may use a technologist instead, but then the time allowed is restricted to 1/8th (i.e 6 hours). This is a much harsher requirement. Finally, you cannot certify your own projects.,
-
-People looking at the list of certified projects are encouraged to verify the certifications themselves, perhaps to add them to their own list. Scenarios of someone simply certifying whatever they wish, or their own projects, should become blatantly clear, in which case the mirror in question is to be ignored when it comes to that, for they are clearly acting in bad faith.
-
-## Make TT Software
-
-The first step is simple - you must desire for your project to be Trivial. If you have such a desire, insert a phrase into your README, proclaiming to the word that your project strives to achieve the standards of the TT movement, and link to a mirror of your choosing (you should link to the landing page). The rest matters little, if you manage to achieve those standards. The rest of this are but recommendations.
-
-1. Your commits should be minimally small, and explain why the changes in question were made.
-
-2. You should comment in locations whenever state is significantly changed.
-
-3. Globals, if you have any, should be read-only to the modules in which they are defined. They should only be changed by library-style consumers, or in main. If that is the case, track that in a comment near them.
-
-4. Keep functions and types logical and limited. In no case should you have a function that does a great many things.
-
-5. Minimize the amount of arguments. If there are 10 arguments to a function, consider why they are there, and whether they can be grouped together under a reusable type.
-
-6. Minimize nesting and other flow features. You should have few levels of indentation. If you need customizable behaviors, consider map/reduce, or a visitor pattern. Higher Order Functions are good as long as their use is clear.
-
-7. Keep a NEWS file. It should be consistent, and only speak of user-visible changes.
-
-8. Keep a READING file. It should explain how to read the sources, in what order, and gently guide the reader to understanding your program.
-
-9. Minimize both the restrictions of your LICENSE file, as well as the length, for understanding it in its entirety is part of understanding your project. We recommend the Unlicense and 0BSD.
-
-10. Minimize the amount of "meta-work" required. A project that uses CMake requires the reader to understand CMake. This needless context-switching greatly increases the difficulty of understanding projects, especially when the meta-work grows to thousands of lines. Prefer either very small amounts thereof (basic makefile, simple script) or languages that do not have meta-work associated with them (such as Go, where the entirety of the meta work is build-flags, the use of which should be minimal).
-
-11. Only add the features you personally use. Instead of adding all the features, simply leave open points into which one may add features themselves. If you do not use a feature, you do not know how one might want to use it, so instead empower them to add it themselves, for their own fork.
diff --git a/src/index_en.md b/src/index_en.md
deleted file mode 100644
index 12e3a0c..0000000
--- a/src/index_en.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# Trivial Technologies
-
-Trivial Technology (TT) is a new way of doing FOSS, whose goal is to maximally empower the individual, by providing a stepping stone for whatever they may wish to build.
-
-TT is Trivial. A beginner should be able to completely understand it in 2 days. A professional should grasp it in a rainy afternoon. It is not meant to be a plug-and-play black box that one does not open lest they contact some ancient curse.
-
-TT is malleable. There are visible hooks for adding features and open points where one can extend functionality. It is not a feature pinata where one has to dance around implementation details.
-
-TT is open. As much as possible, TT is offered with no strings attached and we mean it. It's licenced under the most permissive licences we can find (0BSD, Unlicence, CC0) and even that we see as a compromise. Nobody will frown at you for forking TT, there's nobody to ask for permission, there's no original author that has to be forever mentioned.
-
-TT is your own. To find out more about how this came to be and what are the larger principles behind this movement, be sure to read our manifesto.
diff --git a/src/landing_en.md b/src/landing_en.md
deleted file mode 100644
index 6ebd6ba..0000000
--- a/src/landing_en.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# Trivial Technologies: Landing
-
-You have likely arrived here by clicking on a link found in a project's README. That link being there means that the project strives to be what we call a "Trivial Technology". Here is what that means.
-
-Copyright law was created to ensure access and promote the propagation of the useful arts. However, nowadays, it does quite the opposite. A select few control every piece of technology that you use, and you must ask, as beggars, for things essential to you or your community to be added, fixed, or not removed. Because of copyright, you may not do the modifications yourself. When you may, it is likely cost-prohibitive to do so. Further, due to the centralization of the controlling parties, the risks become great: the select few hold your information, control how you may use their product, and even if they are to be sane now, they could be bought out at any moment, for all of that to change.
-
-A Trivial Technology, instead, seeks to be the opposite. Trivial Technologies reject copyright, even as a vehicle for self-perpetuation. Trivial Technologies seek to not have any central owners, modifications, remixes are encouraged, and the original writer need not even know about your use. Trivial Technologies seek to be simple, so simple even someone not in the industry could, within a short time (2 days) understand the entirety of the technology, and thus gain the ability to change it according to their own designs.
-
-In short, the project that linked you here is not its own. It belongs to all. It belongs to you. You should be able to understand it easily, and you should feel free to do whatever you wish with it, approved by the authors or not. It is knowledge, in its purest, emancipated form.
diff --git a/src/manifesto_en.md b/src/manifesto_en.md
deleted file mode 100644
index 8d987d9..0000000
--- a/src/manifesto_en.md
+++ /dev/null
@@ -1,31 +0,0 @@
-# Trivial Technologies: Manifesto
-
-A specter is haunting software—the specter of Emancipation. All of the world's Powers have entered into a holy alliance to exorcise this specter: Journal and Standards Body, Government and Judge, Media and IT Company. Those who would seek to profit from those that may need knowledge they possess, whether it be monetarily or through increased influence. Those who would profit from entire fields of endeavor remaining accessible only to the elites, barred behind red tape, jargon and time barriers.
-
-The open scientific endeavors are ridiculed. Those teaching others to make their own medication in the face of pharmaceutical abuse, when not ignored, are hunted as dangerous criminals. The open source movement only became acceptable when that fundamentally centralizing force became the very corporations it seeks to stop.
-
-These tools: copyright, patent, trademark laws, all serve the same purpose—to centralize knowledge, keep it in the hands and control of the original creator. We, instead, seek the opposite. We seek the emancipation of knowledge, whenever possible. This movement, while pertaining to software, is fundamentally but a component of that grander philosophy.
-
-To allow for the knowledge of software, and the ability to modify it, to spread, we reduce as many barriers as possible. Access to modification and use of any kind is granted by way of public domain (or a license free of obligations, when that is not possible). The software itself shall be accessible, ideally understandable by a layman within 2 days. Measures should be taken towards keeping it that way proactively, and easing any potential rough patches one may run into.
-
-We call such understandable and emancipated software "Trivial Software", or perhaps a "Trivial Technology". Like the wheel, no one may lay claim to it. Like the lever, any can understand how to use, aggregate and modify it to make something else. Any may profit from the creation, but that profit shall never be allowed to get in the way of the knowledge itself.
-
-## What is to Be Done
-
-1. The Idea must be spread. All that you can see here is available freely, to use, modify, and distribute. Host copies, host mirrors, host modifications, tell your friends. If you desire to make significant modifications, or change the manifesto, do consider calling yourself something else, lest you be confused for us.
-
-2. There must be projects that strive to be Trivial. It is not always attainable, but the intent and the effort put into sane design will still improve the state of things. Put links in your READMEs declaring your intentions, and linking to a mirror of your choosing. Not all software need be Trivial, but for any activity, there should be an alternative that is, so that one dissatisfied with the state of things may jump off of it to serve themselves.
-
-3. The people must be informed. It is overwhelmingly common for one to believe that they cannot do things, whether it be in software or other fields of endeavor. That they are too dumb, too uneducated, too incapable to even attempt them. Show them otherwise. Encourage them otherwise. Allow the masses to rise beyond what they thought themselves capable of.
-
-## Open Source is Broken
-
-One may ask why one wouldn't simply follow an existing philosophy, such as that of GNU or the OSI. This is because Open Source is fundamentally broken.
-
-Open Source has always focused on licensing. Using copyright as a tool to get its way. What good does that do, on its own? Imagine a codebase, truly humongous, with a workaround every 5 lines for a mistake in an entirely different section of the sources. Pretend that the product made from this codebase is widely used. Were it to be released under the GPL, how many would be able to mold it to better fit their needs? A license, on its own, means nothing. Further, these movements are inherently incompatible with the goals of TT.
-
-When it comes to GNU, their promises and goals quickly fall apart. Their sources quickly get progressively more complex, bogged down by the requirements they put upon themselves. It uses copyright as a vessel for their restrictions, effectively reinforcing the system that it seeks to subvert. It speaks of sharing programs as the fundamental act of friendship, and yet GPL forks result only in never-ending feuds. GNU is fundamentally a force for centralization, and centralized systems are far easier for the Powers that be to corrupt than any others.
-
-As for OSI, it refuses to hold to its definition. When the FSF asked, they certified the AGPL, a license that breaks at the very least point 6 of the OSD. It was rushed through because of the attached prestige, only later to be regretted. When an extremely similar license came along (the SSPL, by MongoDB Inc.), they rejected it, for the prestige was gone. Some members pointed out that the position is inconsistent. The OSI avoids the public domain like the plague, failing to certify CC0 and the Unlicense, despite neither violating any component of the OSD. They claim that this is because reviewing a public domain dedication requires reviewing the laws of each country, in the same breath as they mention a fallback license that is compliant. That mention goes nowhere.
-
-Other similar movements (such as the various neo-licenses) are simply knock-offs of the GPL, plagued with the same problems, if not moreso.