Re: WOFF and extended metadata

Tal Leming <[email protected]>
Newsgroups gmane.comp.web.fonts
Message-ID <[email protected]>
On Jun 8, 2010, at 2:18 PM, Levantovsky, Vladimir wrote:

> I would like to express my personal preference for option (b) for the purposes of localization of metadata extensions.

Just to clarify what we are talking about...

Was the proposal for localized extension blocks? Like this:

	<metadata version="1.0">
		<uniqueid id="lalala.1.0" />
		<license url="http://lalala.com">
			<text lang="en">A license goes here.</text>
        		<text lang="fr">Un permis va ici.</text>
		</license>
		...
		<extensions lang="en">
			...
		</extensions>
		<extensions lang="fr">
			...
		</extensions>
	</metadata>

Or was a for localized versions of the entire metadata block? Quoting from Sylvain's message on June 2, 2010:

> Thus I propose that the metadata block accept multiple documents to keep orthogonal concerns
> such as extensibility and localization orthogonal:
> 
> <metadata lang="en">


 Like this:

<metadata lang="en">
	<uniqueid id="lalala.1.0" />
	<license url="http://lalala.com">
		A license goes here.
	</license>
	...
</metadata>
<metadata lang="fr">
	<uniqueid id="lalala.1.0" />
	<license url="http://lalala.com">
		Un permis va ici.
	</license>
	...
</metadata>

Tal
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.