Created Faq (textile)

This commit is contained in:
pluna 2010-11-20 15:58:54 -08:00
parent 34b2940ab0
commit afc4857891

12
Faq.textile Normal file
View File

@ -0,0 +1,12 @@
h1. FAQ
h2. Which technology is used to render ?
We use SVG for Firefox and Safari, and VML for IE and Opera.
SVG (Scalable Vectorial Graphics) allows straightforward and efficient vector graphics animation and VML (Vector Markup Language) supports the markup of vector graphic information in the same way that HTML supports the markup of textual information.
h2. What's the source code License?
The source code is Licensed under the Apache License, Version 2.0 (the “License”);
You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0