removed weird ---

This commit is contained in:
Rainer 2025-06-07 15:01:27 +02:00
parent 135e0ba07c
commit 7a343254e2

View file

@ -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="<p>A longer description with <b>HTML</b> support.</p>"
```
---
## 📂 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