OSDN Git Service

サイトのインデックスページを修正
[sie/sie.git] / document / index.html
1 <!xml version="1.0" encoding="utf-8"!>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>SIE - SVG形式の画像を表示できるJavaScriptライブラリ</title>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
6 <script defer="defer" type="text/javascript" src="sie.js"></script>
7 <link rel="stylesheet" type="text/css" href="instyle.css"></link>
8 <link rel="SHORTCUT ICON" href="sie-logo2.ico" type="image/x-icon"></link>
9 </head>
10 <body>
11 <ol class="menu">
12  <li>ホーム</li>
13  <li><a href="goals.html">目標</a></li>
14  <li><a href="screenshot.html">スクリーンショット</a></li>
15  <li><a href="demo.html">デモ</a></li>
16  <li><a href="help.html">ヘルプ</a></li>
17 </ol>
18 <p><object data="sie-logo.svg" type="image/svg+xml" width="100%" height="90"></object></p>
19 <h1>SIE - SVG形式の画像を表示できるJavaScriptライブラリ</h1>
20 <p>もっと自由で軽量なスタイルに</p>
21 <h2 class="title">SIE 5 を無料ダウンロード</h2>
22 <p><a href="http://sourceforge.jp/projects/sie/downloads/57166/sie-5.zip/">sie-5.zip</a> (ZIP形式, 329.2 KB)</p>
23 <p>あらかじめ、圧縮ファイル(ZIP形式)をダウンロードしてから、解凍してください。sie.jsを手に入れることができます。</p>
24 <h3>動作環境</h3>
25 <p>Internet Explorer6.0+、Firefox4+、Opera10.0+、Safari3.0+、Google Chrome3.0+</p>
26 <h2 class="title">SIEとは</h2>
27 <p><img src="mini_screenshot.png" width="192" height="124" title="screenshot" /></p>
28 <p>SIEとは、標準的な2Dベクトル画像形式であるスケーラブル ベクタ グラフィックス(以下、SVG)をブラウザで表示するためのソフトです。JavaScriptで記述されています。プラグインは不必要。例えば、古いインターネットエクスプローラーやその他のブラウザで、SVGを表示するのに便利です。</p>
29 <h3>特徴</h3>
30 <ol>
31  <li>主なブラウザで動く</li>
32  <li>プラグインが必要ない</li>
33  <li>標準的な2Dベクトル画像を表示できる</li>
34  <li>オープンソースで公開</li>
35 </ol>
36 <h2 class="title">ライセンス</h2>
37 <p>オープンソースとして公開していますので、ご自由にお使いいただけます。ライセンスはMozilla Public Licence (MPL1.1)です。</p>
38 <p>最後に、<a href="http://sourceforge.jp/"><img src="http://sourceforge.jp/sflogo.php?group_id=3313" width="96" height="31" border="0" alt="SourceForge.jp"></a>さんに謝意を述べたいと思います。</p>
39 <address>&copy; Copyright 2007 dhrname(Eメールで<a href="mailto:sie-developers@lists.sourceforge.jp">sie-developers@lists.sourceforge.jp</a>)コードの著作権の許諾に関しては、MPLライセンスが適用されます。このページの許諾に関しても、同様のライセンスが適用されるものとします。</address>
40 <!--/*SIE-SVGtoVML LGPL2.1 & GPL1.1 & Mozilla Public Lisence*/
41 /* ***** BEGIN LICENSE BLOCK *****
42  * Version: MPL 1.1/GPL 2.0/LGPL 2.1
43  *
44  * The contents of this file are subject to the Mozilla Public License Version
45  * 1.1 (the "License"); you may not use this file except in compliance with
46  * the License. You may obtain a copy of the License at
47  * http://www.mozilla.org/MPL/
48  *
49  * Software distributed under the License is distributed on an "AS IS" basis,
50  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
51  * for the specific language governing rights and limitations under the
52  * License.
53  *
54  * Contributor(s):DHRNAME
55  *
56  * Alternatively, the contents of this file may be used under the terms of
57  * either of the GNU General Public License Version 2 or later (the "GPL"),
58  * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
59  * in which case the provisions of the GPL or the LGPL are applicable instead
60  * of those above. If you wish to allow use of your version of this file only
61  * under the terms of either the GPL or the LGPL, and not to allow others to
62  * use your version of this file under the terms of the MPL, indicate your
63  * decision by deleting the provisions above and replace them with the notice
64  * and other provisions required by the GPL or the LGPL. If you do not delete
65  * the provisions above, a recipient may use your version of this file under
66  * the terms of any one of the MPL, the GPL or the LGPL.
67  *
68  * ***** END LICENSE BLOCK ***** */-->
69     </body>
70 </html>