diff --git a/README.md b/README.md index 0027c7d..e8c1edb 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,6 @@ Most content lives in plain files. No build tools are required locally; GitHub P ```yaml "My Project": - status: active - updated: 2026-05-26 tags: [trinity, cpp] downloads: - label: GitHub source diff --git a/_data/projects.yml b/_data/projects.yml index 0e5322a..6d7d986 100644 --- a/_data/projects.yml +++ b/_data/projects.yml @@ -1,9 +1,7 @@ # Project metadata and download buttons. Keys must match post titles exactly. # downloads: label + url; use version on /downloads/ files and bump when the file changes. -# tags: search keywords; status: active, archived, or external; updated: YYYY-MM-DD shown on the project page. +# tags: optional search keywords. "Portal Master": - status: active - updated: 2011-03-28 tags: [sql, trinity, mangos, npc, teleport] downloads: - label: TrinityCore @@ -17,8 +15,6 @@ version: 1 Jukebox: - status: active - updated: 2011-06-16 tags: [sql, trinity, mangos, npc] downloads: - label: TrinityCore @@ -29,8 +25,6 @@ Jukebox: version: 1 Transmogrification: - status: active - updated: 2012-06-24 tags: [trinity, cpp, transmog, 3.3.5] downloads: - label: TrinityCore 3.3.5 - Legion @@ -41,16 +35,12 @@ Transmogrification: url: https://github.com/Rochet2/TrinityCore/blob/transmogvendor_3.3.5/src/server/scripts/Custom/TransmogDisplayVendor/ Reforging: - status: active - updated: 2012-08-30 tags: [trinity, cpp, 3.3.5] downloads: - label: TrinityCore url: https://github.com/Rochet2/TrinityCore/blob/reforging_3.3.5/src/server/scripts/Custom/Reforging/ GOMove: - status: active - updated: 2012-09-12 tags: [trinity, cpp, gameobject] downloads: - label: TrinityCore 3.3.5 @@ -61,9 +51,6 @@ GOMove: url: https://github.com/Rochet2/TrinityCore/blob/gomove_master/src/server/scripts/Custom/GOMove/ Eluna: - status: external - updated: 2026-05-26 - tags: [eluna, lua, trinity, mangos, cmangos] downloads: - label: Installation guide url: https://github.com/ElunaLuaEngine/Eluna/blob/master/docs/INSTALL.md @@ -71,14 +58,10 @@ Eluna: url: https://elunaluaengine.github.io/ - label: Eluna source url: https://github.com/ElunaLuaEngine/Eluna - - label: TrinityCore WotLK with Eluna - url: https://github.com/ElunaLuaEngine/ElunaTrinityWotlk - label: Example scripts url: https://github.com/ElunaLuaEngine/Scripts "Item enchant visuals": - status: active - updated: 2013-04-21 tags: [trinity, eluna, lua, items] downloads: - label: TrinityCore @@ -87,8 +70,6 @@ Eluna: url: https://github.com/ElunaLuaEngine/Scripts/blob/master/Custom/Weapon%20visuals.lua "Dress NPCs": - status: active - updated: 2013-09-28 tags: [trinity, cpp, npc] downloads: - label: TrinityCore 3.3.5 @@ -101,8 +82,6 @@ Eluna: url: https://github.com/Rochet2/TrinityCore/blob/dressnpcs_master/src/server/scripts/Custom/DressNPCs/ Multivendor: - status: active - updated: 2013-12-01 tags: [trinity, cpp, vendor, gossip] downloads: - label: TrinityCore 3.3.5 @@ -115,8 +94,6 @@ Multivendor: url: https://github.com/Rochet2/TrinityCore/blob/multivendor_master/src/server/scripts/Custom/Multivendor/ "Player and item gossip": - status: active - updated: 2013-12-13 tags: [trinity, cpp, gossip] downloads: - label: TrinityCore 3.3.5 @@ -129,16 +106,12 @@ Multivendor: url: https://github.com/Rochet2/TrinityCore/blob/playeritemgossip_master/src/server/scripts/Custom/Player and Item Gossip/ AIO: - status: active - updated: 2015-06-09 tags: [eluna, lua, client] downloads: - label: Eluna Lua Engine url: https://github.com/Rochet2/AIO Objscale: - status: active - updated: 2015-08-12 tags: [trinity, cpp, creature, gameobject] downloads: - label: TrinityCore 3.3.5 @@ -151,8 +124,6 @@ Objscale: url: https://github.com/Rochet2/TrinityCore/blob/objscale_master/src/server/scripts/Custom/objscale/ Multitrainer: - status: active - updated: 2020-05-05 tags: [trinity, cpp, trainer, npc, gossip] downloads: - label: TrinityCore 3.3.5 diff --git a/_layouts/default.html b/_layouts/default.html index 496253c..8a468a0 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -54,7 +54,7 @@
@@ -85,15 +85,11 @@Custom scripts and core modifications for World of Warcraft private servers. Browse releases for TrinityCore, MaNGOS, Eluna, and more.
+Scripts and core modifications for open-source World of Warcraft emulators. Browse releases for TrinityCore, MaNGOS, Eluna, and more.
Browse {{ site.posts.size }} projects