作図ソフト dia の改良版
名前 | サイズ | Rev. | 日時 | 作者 | ログメッセージ |
---|---|---|---|---|---|
pixmaps | |||||
Makefile.am | 635 | f9b4853 | 2015-01-25 04:57:36 | Hans Breuer | Fix 'make distcheck' after Sozi integ... |
readme.txt | 2.02 k | bf63ab2 | 2015-01-12 05:11:54 | Paul Chavent | Add Sozi presentation objects. See o... |
sozi-frame.c | 28.32 k | 4f108f6 | 2015-01-17 07:30:48 | Paul Chavent | Fix Sozi presentation objects. Allow... |
sozi-media.c | 18.55 k | 4f108f6 | 2015-01-17 07:30:48 | Paul Chavent | Fix Sozi presentation objects. Allow... |
sozi-object.c | 23.59 k | 3939b5d | 2015-01-23 04:56:14 | Paul Chavent | Fix SOZI_PATH specific code. Externa... |
sozi-object.h | 3.78 k | 4f108f6 | 2015-01-17 07:30:48 | Paul Chavent | Fix Sozi presentation objects. Allow... |
sozi-player.h | 28.43 k | bf63ab2 | 2015-01-12 05:11:54 | Paul Chavent | Add Sozi presentation objects. See o... |
sozi.c | 1.35 k | bf63ab2 | 2015-01-12 05:11:54 | Paul Chavent | Add Sozi presentation objects. See o... |
This is a front end for the integration of the Sozi player (see [1]) to the Dia's SVG exports. Sozi is a zooming UI for presentation, a bit like Prezi. Some examples of Sozi presentations are available on the page [2]. This implementation supports Sozi strictly less than 14. The old (<=13) "API" can be found at [3], but will probably be obsolete when you will read this doc. Additional information can be found on the Sozi web site, particularly helps about the usage of the player [4]. The implementation splits in several files : sozi-object : the base object that control placement of the object. sozi-frame : the frame that represent a view of the presentation. sozi-media : a video or audio to insert in the presentation sozi-player : the minified javascript/css code of the Sozi player, generated from the Sozi source code, taken from the commit of the Sep 22, 2014 [5]. As an alternative to the embedded Sozi player version, you can provide your own Sozi player with the "--with-sozi-path" configure option that should point to a path containing the Sozi player files (sozi.version, sozi.js, sozi.css, ...). Some issues still need to be addressed to improve this module: - the problem of the frame title/sequence display : - should we display something ? - what : sequence number, title, both ? - should it be editable in interactive rendering ? - placement : inside, outside ? - size : dynamic re-sizing ? - the problem of the frame title/sequence management : - the automatic sequence numbering is screwed after frame deletion or undo command. - is the automatic sequence management the good solution ? - how to redraw all objects after changing sequence numbering ? - display a preview of the media ? [1] http://sozi.baierouge.fr/ [2] http://sozi.wikidot.com/presentations [3] https://web.archive.org/web/20130527164221/http://sozi.baierouge.fr/wiki/en:format [4] http://sozi.baierouge.fr/pages/40-play.html [5] https://github.com/senshu/Sozi/commit/e6598642ae6f06e87b689839fb0229ccf1f1130c