OSDN Git Service

The revision of 0.92 is added
[sie/sie.git] / README_EN.txt
1 SIE - SVG's JavaScript Library
2
3
4 1, What's SIE
5
6 SIE is a OpenSource JavaScript library to display SVG files on the almost browser. SVG is a standard language for drawing vector graphics.
7
8 2, Licenses
9
10 SIE is distributed under the Mozilla Public License (MPL). You may copy, modify and re-distribute it. 
11 You may obtain a copy of the License at
12  http://www.mozilla.org/MPL/
13  
14 3, Usage
15
16  3.1, Edit HTML file
17
18         To display SVG files on the web browser, you need to edit the HTML file as the next:
19         
20         <html>
21           <head>
22             <title>Your Web Page</title>
23             <script defer="defer" type="text/javascript" src="sie-mini.js"></script>
24           </head>
25           <body>
26             <object data="zeimusu_sakura_.svg" type="image/svg+xml" width="1000" height="1000"></object>
27           </body>
28         </html>
29
30  3.2, The 'script' element
31
32         Upload the 'sie-mini.js' file to your web server, and write this in the 'head' element of your HTML document.
33         
34         <script defer="defer" type="text/javascript" src="sie-mini.js"></script>
35
36  3.3, The 'object' element
37  
38         Upload the 'zeimusu_sakura_.svg' file to your web server, and write in your HTML document as the next:
39         
40         <object data="zeimusu_sakura_.svg" type="image/svg+xml" width="1000" height="1000"></object>
41
42
43  3.4 Inline SVG
44
45        See Demo: http://sie.sourceforge.jp/svginhtml.html
46  
47 4, Community
48
49  4.1 Mailing List
50
51         sie-developers@lists.sourceforge.jp
52
53  4.2 Twitter
54  
55     http://twitter.com/dhrname
56
57 5, Acknowledgement
58
59         revulo, bellbind, SourceForge.jp (http://sourceforge.JP/), the Mozilla project. thank you.