OSDN Git Service

Modify the ChangeLog.txt
[sie/sie.git] / README_EN.txt
index 0e00c41..f270fa1 100644 (file)
@@ -7,15 +7,14 @@ SIE is a OpenSource JavaScript library to display SVG files on the almost browse
 \r
 2, Licenses\r
 \r
-SIE is distributed under the Mozilla Public License (MPL). You may copy, modify and re-distribute it. \r
-You may obtain a copy of the License at\r
- http://www.mozilla.org/MPL/\r
+SIE is distributed under the MIT License. You may copy, modify and re-distribute it. \r
+ https://opensource.org/licenses/mit-license.php\r
  \r
 3, Usage\r
  \r
  3.1, Requirements\r
  \r
-    IE6-8 (enabled ActiveX), or other browser. The HTTP server (as like Apache)\r
+    IE 11, or other browser. The HTTP server (as like Apache)\r
 \r
  3.1, Edit HTML file\r
 \r
@@ -27,7 +26,7 @@ You may obtain a copy of the License at
            <script defer="defer" type="text/javascript" src="sie.js"></script>\r
          </head>\r
          <body>\r
-           <object data="zeimusu_sakura_.svg" type="image/svg+xml" width="1000" height="1000"></object>\r
+           <object data="org/svg/zeimusu_sakura_.svg" type="image/svg+xml" width="1000" height="1000"></object>\r
          </body>\r
        </html>\r
 \r
@@ -41,18 +40,13 @@ You may obtain a copy of the License at
  \r
        Upload the 'zeimusu_sakura_.svg' file to your web server, and write in your HTML document as the next:\r
        \r
-       <object data="zeimusu_sakura_.svg" type="image/svg+xml" width="1000" height="1000"></object>\r
-\r
-\r
- 3.4 Inline SVG\r
-\r
-       See Demo: http://sie.sourceforge.jp/svginhtml.html\r
+       <object data="org/svg/zeimusu_sakura_.svg" type="image/svg+xml" width="1000" height="1000"></object>\r
  \r
 4, Community\r
 \r
  4.1 Mailing List\r
 \r
-       sie-developers@lists.sourceforge.jp\r
+       sie-developers@lists.osdn.jp\r
 \r
  4.2 Twitter\r
  \r
@@ -60,4 +54,4 @@ You may obtain a copy of the License at
 \r
 5, Acknowledgement\r
 \r
-       revulo, bellbind, SourceForge.jp (http://sourceforge.JP/), the Mozilla project. thank you.
\ No newline at end of file
+       revulo, bellbind, OSDN.jp (http://osdn.JP/). Thank you\r