From b5c699c64ec357c4fc1acd8350b6a5055b90b414 Mon Sep 17 00:00:00 2001 From: Remco Date: Wed, 13 May 2026 19:10:37 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=86=99=20Add=20readme=20for=20v2=20?= =?UTF-8?q?=F0=9F=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 81 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index afe6bf5113..564ab96733 100644 --- a/readme.md +++ b/readme.md @@ -1,2 +1,82 @@ -New texst comming +markdown# EpicNabbo Catalogue v2 + + + +EpicNabbo Catalogue v2 is a complete, ground-up rewrite of the original catalog system. Version 1 suffered from architectural bottlenecks due to an inefficient development approach. Version 2 rectifies these mistakes, delivering a highly optimized, 100% complete database structure with zero missing pages and massive performance gains. + + + +\## 🚀 Key Improvements over v1 + + + +\* \*\*100% Complete:\*\* All pages, tabs, and sub-items are fully implemented. Absolutely zero missing pages. + +\* \*\*Blazing Fast:\*\* Re-engineered from scratch. v2 loads and renders significantly faster than v1 due to an optimized indexing strategy. + +\* \*\*Superior Structure:\*\* Clean, logical database relationships and structured category trees replace the messy approach of the previous version. + +\* \*\*Rapid Development:\*\* Built using a corrected, streamlined methodology, making deployment and customization much faster. + + + +\## 🛠️ Features + + + +\* Full catalog page coverage with perfect hierarchy. + +\* Optimized SQL queries for minimal server load. + +\* Pre-sorted and categorized furniture/item structures. + +\* Lightweight and clean code architecture. + + + +\## 📦 Installation + + + +1\. Clone this repository into your project directory: + + ```bash + + git clone gitlab.com + + ``` + +2\. Import the latest database structure from the `/sql` directory into your database. + +3\. Configure your emulator or content management system to point to the new catalog tables. + +4\. Restart your server environment to apply changes. + + + +\## 📈 Comparison + + + + + +| Feature | Version 1 (Old) | Version 2 (New) | + +| :--- | :--- | :--- | + +| \*\*Completeness\*\* | Missing pages \& broken links | 100% Complete \& verified | + +| \*\*Performance\*\* | Slow loading / poor queries | Blazing fast architecture | + +| \*\*Database Structure\*\* | Unorganized / brute-forced | Clean, indexed, and modular | + +| \*\*Setup Time\*\* | Lengthy due to troubleshooting | Near-instant deployment | + + + +\## 📄 License + + + +This project is licensed under the MIT License - see the \[LICENSE](LICENSE) file