[Typo3-doc] ref Table formating discussion
Sylvain Viart
sylvain at ledragon.net
Fri Nov 5 07:09:04 CET 2004
Hi,
Thanks for your answers, but it seems I didn't well explain what I mean. :-)
I speak about how the data are ordered and presented. And it's time
consuming for the reader. I don't see it in the writer way for the
moment. I'm speaking about what could be the final document result. We
will try to find how it could be produced later. ;-)
Here is my example taken from RealURL manual:
http://typo3.org/documentation/document-library/realurl/Configuration-87/#oodoc_part_6590
I've identified a peace of config code which hold language URL mapping:
1: 'preVars' => array(
2: array(
3: 'GETvar' => 'no_cache',
4: 'valueMap' => array(
5: 'no_cache' => 1,
6: ),
7: 'noMatch' => 'bypass',
8: ),
9: array( <<-
10: 'GETvar' => 'L', <<-
11: 'valueMap' => array( <<-
12: 'dk' => '1', <<-
13: 'danish' => '1', <<-
14: 'uk' => '2', <<-
15: 'english' => '2', <<-
16: ), <<-
17: 'valueDefault' => 'uk', <<-
18: ),
19: ),
Now I'm looking for how it works in the reference manual.
Here we have a 3 columns table.
- First we have the properties name (key)
- its type (which may link to subtype)
- a description
I've found a properties which seems control the behavior I'm looking
for. :-)
preVars.GETvar ... and friends
So I look in the table...
How it is described in this table formatting ?
First table «$TYPO3_CONF_VARS['EXTCONF']['realurl']», it's a
«->siteCfg», I follow the arrow...
Second table «->siteCfg», it's a «preVars [0..x]» of type «->partDef»,
follow the guide...
Fourth table «->partDef», it's start speaking about how this behavior is
mapped.
And I'm reading a printed version ! (20 pages)
Which doesn't have the nice CTRL+F «Find in text» feature...
TSref uses the same kind of reference table linking...
Example:
http://typo3.org/documentation/document-library/doc_core_tsref/TMENUITEM/
Property «before» of type «HTML +stdWrap»...
How to use it ?
- Should be a kind of HTML cObject (look for what is an HTML cObject)
- Which also have stdWrap behavior (look for it)
In this particular case, it's really bad and time consuming for the
reader...
Is it more clear ?
Sylvain Viart wrote:
> Does someone share my felling ?
>
> Do you have seen any other content presentation structure which could
> help on such reference content ? (may be in book)
--
Regards,
Sylvain Viart -- TYPO3 DocTEAM.
More information about the TYPO3-project-documentation
mailing list