From ea416921c8d7051ed4ad68b58bf81a64998d3170 Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Wed, 13 May 2015 21:55:28 -0700 Subject: [PATCH] Add "What's New?" message for wiki editing feature --- src/jade/templates/home_page.jade | 27 +++++++-------------------- 1 file changed, 7 insertions(+), 20 deletions(-) diff --git a/src/jade/templates/home_page.jade b/src/jade/templates/home_page.jade index 88e97b838..2adfe97f3 100644 --- a/src/jade/templates/home_page.jade +++ b/src/jade/templates/home_page.jade @@ -39,6 +39,13 @@ .section h2 What's new? .panel + h3 2015-05-13 + .entry + p. + As of today, you can now add and edit item descriptions right on Crafting Guide. This feature is + starting small with just item descriptions, but eventually all the content on the site will be + editable. All you need is a (free) GitHub account, and you're ready to go! + h3 2015-04-30 .entry p. @@ -137,23 +144,3 @@ p. I spent some time today cleaning up the various animations throughout the site, and working on page rendering performance. Things should generally feel a lot smoother now. - - h3 2015-03-20 - .entry - p. - Recently, I've been working on allowing mod authors to add more detail to the item pages here on - Crafting Guide. To that end, there are a couple of new features to announce. First, item detail - pages can now show text and pictures to describe the item (check out the Assembly Table for an example). Second, mods can - now include tutorial pages containing similar text and pictures to describe tricky concepts, - complex builds, or anything else their mod has to offer (see Gates, Wires, and Chips for an - example). Finally, both item pages and tutorial pages can display a list of YouTube videos. Only - a few pages in the Buildcraft section have been updated so far, but keep an eye out for - more to come! - p. - And... the second piece of news is that Crafting Guide now supports Thermal Dynamics! This mod is an off-shoot from Thermal Expansion which contains all the ducts (item, fluid - and redstone flux) you're used to from TE3 plus some extras both for higher capacity throughput - and combining item ducts with redstone flux ducts.