Foros de discusión

All CSS files posted to teenage.cz?

Gus Heck, modificado hace 11 años.

All CSS files posted to teenage.cz?

Junior Member Mensajes: 39 Fecha de incorporación: 16/11/11 Mensajes recientes
I found the following in the build-common-theme.xml file:


		<antelope:post append="false" property="css.formatted" to="http://teenage.cz/acidofil/tools/cssformat.php" verbose="false">
			<antelope:prop name="css" value="${css.content}" />
			<antelope:prop name="akce" value="format" />
			<antelope:prop name="sortclasses" value="0" />
			<antelope:prop name="sortattrs" value="1" />
			<antelope:prop name="stripcomms" value="0" />
			<antelope:prop name="textarea" value="1" />
			<antelope:prop name="mergeclasses" value="0" />
			<antelope:prop name="mergeattrs" value="1" />
			<antelope:prop name="shortcolors" value="1" />
			<antelope:prop name="shortattrs" value="1" />
		</antelope:post>


This looks like you are posting all of our css files to a site (that I never heard of) in the Czech republic. This seems like a bad idea for the following reasons:
  • The css under development may be proprietary
  • Someone might be working on a project in "stealth mode"
  • If that site goes down, the build might fail
  • The liferay theme author didn't agree to it (knowingly)
  • Build times now depend on network latency, and the load on a remote server


I wonder how many people know that there's a server in .cz that can more or less track/snoop/steal all theme development (that uses the sdk).