Changes between Version 4 and Version 5 of Mangekyo

Show
Ignore:
Timestamp:
02/21/09 01:14:39 (4 years ago)
Author:
hagino_3000 (IP: 192.168.10.1)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Mangekyo

    v4 v5  
    77 - Download of presentations. 
    88 
    9 == 簡単にいうとプレゼンテーションツールです == 
    10  
    11 まだ作り出した所なので構想だけ 
    12  - S6っぽいHTMLとjavascriptで構成されたview 
    13  - jsのコードはjQueryベースとしてアニメーション等は拡張可能としたい 
    14  - プレゼン作成部分はWYSIWYGエディタ(リッチテキストエディタ)で 
    15  - サーバーサイドは未定(多分Rails) 
    16  - 作ったらそのまま公開できる 
    17  - 作ったものはローカルに保存して持ち運べるから、発表当日も安心! 
     9== In summary == 
     10 - Presentation consists of HTML and javascript.(same as S6) 
     11 - Extensible the animation and effects. 
     12 - Presentation can be made in the WYSIWYG editor.  
     13 - Publish to WWW. 
     14 - Download and running on local machine. 
    1815 
    1916== DEMO == 
    20 [http://svn.coderepos.org/share/lang/javascript/mangekyo/trunk/demo/index.html Slide Demo] 
     17[http://svn.coderepos.org/share/lang/javascript/mangekyo/trunk/demo/index.html Presentation Demo] 
    2118 
    2219== Source == 
     
    2421 
    2522== Download == 
    26 [http://svn.coderepos.org/share/lang/javascript/mangekyo/trunk/src/mangekyo.js Latest Version] 
     23Mangekyo.js can be used by including to the HTML page.  
     24 - [http://svn.coderepos.org/share/lang/javascript/mangekyo/trunk/src/mangekyo.js Mangekyo.js Latest Version] 
    2725 
    2826=== Usage === 
    29 Include mangekyo 
     27Load javascript files and css files. 
    3028 
    3129{{{ 
     30<link href="./default.css" rel="stylesheet" type="text/css" media="all" /> 
     31<link href="./contents.css" rel="stylesheet" type="text/css" media="all" /> 
    3232<script type="text/javascript" src="../lib/jquery.js" charset="utf-8"></script> 
    3333<script type="text/javascript" src="../src/mangekyo.js" charset="utf-8"></script>