Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/web/index.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 57 by tmurakam, Sun Nov 18 09:23:35 2007 UTC revision 60 by tmurakam, Sun Nov 18 11:35:22 2007 UTC
# Line 6  Line 6 
6  <meta name="keywords" content="felicalib,felica,フェリカ,モバイルフェリカ,電子マネー,Edy,パソリ,edyクレジット,edyカード,felicaカード" />  <meta name="keywords" content="felicalib,felica,フェリカ,モバイルフェリカ,電子マネー,Edy,パソリ,edyクレジット,edyカード,felicaカード" />
7  <link rel="stylesheet" href="style.css" type="text/css" />  <link rel="stylesheet" href="style.css" type="text/css" />
8  </head>  </head>
9  <body><div id="contents">  <body>
10    
11    <div id="contents">
12    
13  <div id="header">  <div id="header">
14  <img name="title" src="title.jpg" width="800" height="90" border="0" id="title" alt="" />  <img name="title" src="title.jpg" width="800" height="90" border="0" id="title" alt="" />
# Line 30  Line 32 
32  <p>また、全ブロックをダンプするプログラム(libpasori の lpdump 相当) もあります。</p>  <p>また、全ブロックをダンプするプログラム(libpasori の lpdump 相当) もあります。</p>
33  <h2>ダウンロード</h2>  <h2>ダウンロード</h2>
34  <p><a href="http://sourceforge.jp/projects/felicalib/">プロジェクトページ</a>からダウンロードしてください。</p>  <p><a href="http://sourceforge.jp/projects/felicalib/">プロジェクトページ</a>からダウンロードしてください。</p>
35    <!-- Adsense バナー -->
36    <script type="text/javascript"><!--
37    google_ad_client = "pub-4621925249922081";
38    //468x60, 作成済み 07/11/18
39    google_ad_slot = "9575042018";
40    google_ad_width = 468;
41    google_ad_height = 60;
42    //--></script>
43    <script type="text/javascript"
44    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
45    </script>
46    
47    
48  <h2>使い方</h2>  <h2>使い方</h2>
49  <p>サンプルとして FelicaDump.exe を付けてあります (lpdumpと同じようなもの)。コマンドラインで実行すると、FeliCa の非セキュリティエリアをすべて読み出します。</p>  <p>サンプルとして FelicaDump.exe を付けてあります (lpdumpと同じようなもの)。コマンドラインで実行すると、FeliCa の非セキュリティエリアをすべて読み出します。</p>
50  <p>  <p>
# Line 76  Line 91 
91  <p>本ライブラリは BSD Licence の元で自由に利用可能です。</p>  <p>本ライブラリは BSD Licence の元で自由に利用可能です。</p>
92  <p>なお、本ライブラリの正確性、動作に関しては一切無保証です。</p>  <p>なお、本ライブラリの正確性、動作に関しては一切無保証です。</p>
93  <p>PaSoRi(パソリ)、FeliCaは株式会社ソニーの登録商標です。本プロジェクトは  SONYまたはFeliCa技術を用いるその他企業ともいかなる関係もありません。</p>  <p>PaSoRi(パソリ)、FeliCaは株式会社ソニーの登録商標です。本プロジェクトは  SONYまたはFeliCa技術を用いるその他企業ともいかなる関係もありません。</p>
 <hr>  
 <a href="http://www.tmurakam.org/"><i>Takuya Murakami</i></a>  
94  </div>  </div>
95    
96  <!-- google adsense -->  <!-- google adsense -->
97  <div id="ads">  <div id="ads">
98  <script type="text/javascript"><!--  <script type="text/javascript"><!--
99  google_ad_client = "pub-4621925249922081";  google_ad_client = "pub-4621925249922081";
100    //160x600, 作成済み 07/11/18
101    google_ad_slot = "5617224002";
102  google_ad_width = 160;  google_ad_width = 160;
103  google_ad_height = 600;  google_ad_height = 600;
 google_ad_format = "160x600_as";  
 google_ad_type = "text_image";  
 google_ad_channel ="1934001007";  
 google_color_border = "336699";  
 google_color_bg = "FFFFFF";  
 google_color_link = "0000FF";  
 google_color_text = "000000";  
 google_color_url = "008000";  
104  //--></script>  //--></script>
105  <script type="text/javascript"  <script type="text/javascript"
106    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
107  </script>  </script>
 </div>  
108    
109  <!-- Google Analytics -->  <!-- Google Analytics -->
110  <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">  <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
# Line 107  google_color_url = "008000"; Line 113  google_color_url = "008000";
113  _uacct = "UA-413697-9";  _uacct = "UA-413697-9";
114  urchinTracker();  urchinTracker();
115  </script>  </script>
116    </div>
117    
118    <div id="footer">
119    Copyright (C) 2007 <a href="http://www.tmurakam.org/">Takuya Murakami</a>, All Rights Reserved.
120    </div>
121    
122    </div>
123    
124  </body>  </body>
125  </html>  </html>

Legend:
Removed from v.57  
changed lines
  Added in v.60

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26