[TYPO3-50-general] TypoScript 2.0 framework

Martin Kutschker martin.kutschker-n0spam at no5pam-blackbox.net
Mon May 7 21:27:41 CEST 2007


Martin Ficzel schrieb:
> Martin Kutschker schrieb:
>> Robert Lemke schrieb:
>>> Well, I don't think that TypoScript can be defined (or implemented) as
>>> a framework. It is a specific feature, not a container for components
>>> and therefore can rather be specified as a component itself (as in
>>> software componentry).
>> Maybe framework is not the right term for it. Maybe you want to name it
>> "library" or "base package". Or how would you handle the three
>> differenent TYPO3 "flavours" of TS right now ("proper" TS, page TS and
>> user TS).
> 
> I think that in future typoscript could be handled as an object and
> property notation language. Wich is quite similar to the XAML aproach of
> ms.
> 
> given that a classic ts-snippet like this
> 
>> page = PAGE 
>> page.doctype = xhtml_strict 
>> page.10 = COA  
>> page.10 ....
> 
> 
> this ts could also be written in xml-notation like this
> 
>> <page doctype="xhtml_strict">
>> 	<children>
>> 		<COA index="10" >
>> 			....
>> 		</COA>
>> 	</children>
>> </page>

I hope you really mean *could* be written in the sense of "both 
notations are valid". IMHO TS should stay within the TYPO3 BE the simple 
declarative language with its friendly dot-notation wich can be edited 
by any editor without too much typing overhead.

Masi


More information about the TYPO3-project-5_0-general mailing list