Changes between Version 4 and Version 5 of Mangekyo
- Timestamp:
- 02/21/09 01:14:39 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Mangekyo
v4 v5 7 7 - Download of presentations. 8 8 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. 18 15 19 16 == DEMO == 20 [http://svn.coderepos.org/share/lang/javascript/mangekyo/trunk/demo/index.html SlideDemo]17 [http://svn.coderepos.org/share/lang/javascript/mangekyo/trunk/demo/index.html Presentation Demo] 21 18 22 19 == Source == … … 24 21 25 22 == Download == 26 [http://svn.coderepos.org/share/lang/javascript/mangekyo/trunk/src/mangekyo.js Latest Version] 23 Mangekyo.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] 27 25 28 26 === Usage === 29 Include mangekyo 27 Load javascript files and css files. 30 28 31 29 {{{ 30 <link href="./default.css" rel="stylesheet" type="text/css" media="all" /> 31 <link href="./contents.css" rel="stylesheet" type="text/css" media="all" /> 32 32 <script type="text/javascript" src="../lib/jquery.js" charset="utf-8"></script> 33 33 <script type="text/javascript" src="../src/mangekyo.js" charset="utf-8"></script>
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)