From 7a343254e2e852592d9ee6de44d012626b81a99f Mon Sep 17 00:00:00 2001 From: rainer Date: Sat, 7 Jun 2025 15:01:27 +0200 Subject: [PATCH] removed weird --- --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index 3a216ce..f1e0551 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ Welcome to the Luanti Web Generator! Born from a passion for creative sandbox ga This system is designed from the ground up to be modular, easily configurable, and perfect for small communities who want web presence without the hassle. ---- - ## ✨ Features * **Automated Map Generation:** Leverages `minetestmapper` to create high-resolution PNG maps of your game worlds. @@ -17,8 +15,6 @@ This system is designed from the ground up to be modular, easily configurable, a * **Flexible Configuration:** Configuration is easy with a central global config and a sub-config file for every of your worlds. * **Automation-Ready:** Designed for unattended execution via scheduling tools like cron. ---- - ## 🔧 Prerequisites To run this system, the following software packages must be installed on your server: @@ -31,8 +27,6 @@ To run this system, the following software packages must be installed on your se * **minetestmapper:** The executable used to render maps from world data. This must be placed within the project directory. * **Web Server:** A web server like Nginx or Apache is needed to serve the generated static files. ---- - ## ⚙️ Installation & Setup ### 1. Clone the Repository @@ -80,7 +74,6 @@ WORLD_SHORT_DESCRIPTION="A brief, catchy description of this world." # A detailed HTML description for the world's detail page WORLD_LONG_DESCRIPTION="

A longer description with HTML support.

" ``` ---- ## 📂 Directory Structure @@ -109,7 +102,7 @@ The system expects the following directory structure: ├── map.png └── map_info.txt ``` ---- + ## 🚀 Usage The scripts are designed to be run from the command line, either manually or via automated jobs. @@ -146,8 +139,6 @@ For fully automatic operation, setting up cronjobs is recommended. * */12 * * * /opt/luweb/generate_site.sh >> /var/log/luweb/cron.log 2>&1 ``` ---- - ## 📄 License **MIT License** Copyright (c) 2025 Rage87 - rage87@geigernet.eu