• Summary概略
    About fsi
    • fsi expects to be used for an introductory purpose of GNU-gpl'ed software
    • fsi is designed for the introduction of Geasus components, but generalized
    fsi について
    • fsiはGNU-GPL化されたソフトウェアを紹介する目的で使われる事を意図している
    • fsiはGeasus構成物紹介の為に設計されているが、一般化してある
  • Sourceソース
    • _fsi.js
    • _fsi.css
  • Prerequisite前提
    • fss installed
    • fss 設置済み
  • Install設置
    How to install設置方法 / Your choice個別設定
    • Extract the distribution archive in your working directory配布物を作業ディレクトリで展開
    • Insert a few lines into your web pageウェブページへの組み込み (freesoft.html)
      
      	<html>
      	<head>
      	    :
      |	<link href="_fsi.css" rel="stylesheet" type="text/css" />
      |	<link href="freesoft.css" rel="stylesheet" type="text/css" />
      	    :
      |	<script src="_fss.js" type="text/javascript"></script>
      |	<script src="_multis.js" type="text/javascript"></script>
      |	<script src="_jlog.js" type="text/javascript"></script>
      |	<script src="_rapt.js" type="text/javascript"></script>
      |	<script src="_fsi.js" type="text/javascript"></script>
      |	<script src="freesoft.js" type="text/javascript"></script>
      	    :
      	</head>
      	<body>
      	    :
      	</body></html>
      
      
    • Insert several lines into your JavaScript fileJavaScript ファイルへの組み込み (freesoft.js)
      
      |	// You must install here freesoft using fss
      	    :
      	function freesoft() {
      	    :
      	}
      	    :
      |	function fsiInit() {
      |
      |		var fsConstructor = freesoft;
      |
      |		var fssName = fsConstructor.prototype._fssName();
      |		var fssDesc = fsConstructor.prototype._fssDesc();
      |		var fssVer = fsConstructor.prototype._fssVer();
      |		var fssCopy = fsConstructor.prototype._fssCopy();
      |
      |		_multis.prototype._multisLangLabelObject = {
      |			en: 'English',
      |			ja: '日本語'
      |		};
      |
      |		_fsiInit(fssName,fssDesc,fssVer,fssCopy);
      |	}
      |	window.onload = function () {
      |		// var jlOff = 1;
      |		if (!(typeof _jlog == 'undefined'
      |			|| typeof jlOff != 'undefined' && jlOff)) {
      |		//	_jlog.prototype._jlOnStartup = true;
      |			_jlog.prototype._jlHideJlogButtonOnStarup = true;
      |			_fss.prototype.jl =
      |				new _jlog(function () { fsiInit(); });
      |			_fss.prototype._log =
      |				function (s,level) { this.jl._jlPuts(s,level); };
      |		}
      |		fsiInit();
      |	}
      
      
    • put the following files to the appropriate directory of your web site以下ファイルをサイトの該当ディレクトリに転送
      • _fss.js, _fss.html
      • _fsi.js
      • gpl.txt, dlgpl.php
      • freesoft.js
      • freesoft.html
  • Sampleサンプル

    n/a

  • Downloadダウンロード

    fsi is one of Use? components.

    fsi は Use? のコンポーネントである