[Rest2web-develop] Problems with page-description following tutorial
Brought to you by:
mjfoord
From: Grzegorz A. H. <gr...@ti...> - 2006-08-27 17:33:43
|
I'm putting bits together from the tutorial (attached) and the generation of the index page contains the following HTML code: <div id="menu"> <h3>Pages</h3> <ul><li><a href="somecontent.html">This is the Page Title of somecontent</a><dl class="docutils"> <dt>ription of the page.</dt> <dd>than one line long.</dd> </dl> </li></ul> <h3>Sub Sections</h3> That code is generated from: restindex format: rest page-title: This is the Page Title of somecontent crumb: Short Title page-description: This is a description of the page. It can be more than one line long. /description /restindex I don't understand why the description is cut down. The use of different "tag" names for opening closing sections seems confusing too. What am I doing wrong and how do I get the description generated correctly? |