Back on track here taking notes while tinkering with Nodes as Tabs:
1 - You have to add a div to Pages before they'll format "normally" like so:
2 - The Page/Node stuff seems like it has good potential for nesting, akin to the wiki (I figure the wiki is based in part on that structure). You can also assign moderators to nodes so again can be similar to the wiki. I made an example FAQ based on sub-pages for actual questions that then show up in a TOC (and also on each question page). That's probably overkill (the overhead of making a new Page per question) but I wanted to leave it up for review: http://forum.movingblocks.net/pages/faq/
Incidentally, there's a "Manifesto" sub page under About. Talked to woodspeople about this, meant to be a very short and simply statement of goals (rather than relations to existing stuff). About tab itself is just copy paste from old wiki and some from the Terasology tab - to be edited more, not enough time!
1 - You have to add a div to Pages before they'll format "normally" like so:
HTML:
<div class="messageText ugc baseHtml">
your content here
</div>
Incidentally, there's a "Manifesto" sub page under About. Talked to woodspeople about this, meant to be a very short and simply statement of goals (rather than relations to existing stuff). About tab itself is just copy paste from old wiki and some from the Terasology tab - to be edited more, not enough time!