Dot-Org HTML: Difference between revisions
(Created page with "As of 2023, the minetest.org site consisted largely of a few static HTML files and links to dynamic subsystems such as the old forums, the git repos, and the wiki. The HTML files were coded in Haggis, a markup language that OldCoder had developed for his own use. Haggis wasn't suitable for general use but the results were nice enough. This was due to the efforts of CoRNeRNoTe, also known as Mr. PHP, who created a suitable template. If the site is still coded in Haggis,...") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div class="p44_navbar"> | |||
[[Main_Page|Start Page]] | |||
[[Browser_Play|Browser Play!]] | |||
[[Minetest|Minetest]] | |||
[[MTWorlds|MT worlds]] | |||
[[Player_Basics|Player Basics]] | |||
[[Bucket_Game|Bucket Game]] | |||
[[Downloads|Downloads]] | |||
[[Contact|Contact]] | |||
[[Devel_Center|Devel Center]] | |||
</div> | |||
<div class="p44_navbar"> | |||
[https://minetest.org/ minetest.org] | |||
[https://minetest.io minetest.io] | |||
[https://git.minetest.io/ 9,000 gits] | |||
[https://irc.minetest.org:9000/#/connect CoderChat] | |||
[https://edgy1.net/ EdgyNet] | |||
</div> | |||
<br /> | |||
---- | |||
<span id="introduction"></span> | |||
== Introduction == | |||
This page discusses setup issues related to webhosting for the minetest.org site. | |||
<span id="dot-org-html"></span> | |||
== dot-org HTML == | |||
As of 2023, the minetest.org site was stored in the following tree on the host box used: | |||
/var/www/minetest.org/ | |||
That was actually a symlink to a directory tree stored in a compressed loopback filesystem. | |||
As of 2023, the minetest.org site consisted largely of a few static HTML files and links to dynamic subsystems such as the old forums, the git repos, and the wiki. | As of 2023, the minetest.org site consisted largely of a few static HTML files and links to dynamic subsystems such as the old forums, the git repos, and the wiki. | ||
Line 5: | Line 42: | ||
If the site is still coded in Haggis, the ".html" and associated ".html.gz" output files can be regenerated as follows: | If the site is still coded in Haggis, the ".html" and associated ".html.gz" output files can be regenerated as follows: | ||
cd /var/www/minetest.org/ | cd /var/www/minetest.org/ | ||
haggisproc *.haggis | haggisproc *.haggis |
Latest revision as of 23:04, 6 September 2023
Introduction
This page discusses setup issues related to webhosting for the minetest.org site.
dot-org HTML
As of 2023, the minetest.org site was stored in the following tree on the host box used:
/var/www/minetest.org/
That was actually a symlink to a directory tree stored in a compressed loopback filesystem.
As of 2023, the minetest.org site consisted largely of a few static HTML files and links to dynamic subsystems such as the old forums, the git repos, and the wiki.
The HTML files were coded in Haggis, a markup language that OldCoder had developed for his own use. Haggis wasn't suitable for general use but the results were nice enough. This was due to the efforts of CoRNeRNoTe, also known as Mr. PHP, who created a suitable template.
If the site is still coded in Haggis, the ".html" and associated ".html.gz" output files can be regenerated as follows:
cd /var/www/minetest.org/ haggisproc *.haggis